:root {
  --bg: #f8f7f5;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-alt: #fbf3e8;
  --text: #1f2a35;
  --muted: #5d6b79;
  --primary: #b57a43;
  --primary-strong: #8d5d2f;
  --brand-orange: #c7772f;
  --brand-orange-strong: #a85f22;
  --brand-deep: #223550;
  --brand-deep-strong: #16273d;
  --accent: #9dc2e2;
  --accent-soft: #fce9d8;
  --border: #e5ddd2;
  --success: #067647;
  --danger: #b42318;
  --shadow: 0 16px 42px rgba(38, 47, 59, 0.12);
  --radius: 18px;
  --radius-sm: 12px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Sora", "IBM Plex Sans", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 2%, rgba(181, 122, 67, 0.08), transparent 34%),
    radial-gradient(circle at 95% 6%, rgba(157, 194, 226, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fff8f1 30%, #f1f7fc 68%, #f2eadf 100%);
  line-height: 1.6;
  min-height: 100vh;
}

::selection {
  background: rgba(201, 138, 69, 0.25);
}

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

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

.container {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(179, 145, 112, 0.24);
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(12px);
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 1.05rem;
}

.brand-logo-only {
  gap: 0;
}

.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid rgba(201, 177, 149, 0.85);
  background: #fff;
  box-shadow: 0 12px 28px rgba(68, 84, 102, 0.25);
}

.topbar .brand-mark {
  width: 44px;
  height: 44px;
}

.footer .brand-mark {
  width: 38px;
  height: 38px;
}

.home-wordmark {
  width: 144px;
  height: 59px;
  object-fit: contain;
  object-position: left center;
  border-radius: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.topbar .home-wordmark {
  width: 150px;
  height: 62px;
}

.footer .home-wordmark {
  width: 140px;
  height: 58px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.nav a {
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  font-size: 0.92rem;
  color: #3f4e5f;
}

.nav .nav-register {
  display: none;
}

.nav a:hover,
.nav a.active {
  background: #f3ece4;
  color: #273646;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.78rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(125deg, var(--brand-orange) 0%, var(--brand-orange-strong) 38%, var(--brand-deep) 100%);
  border-color: rgba(24, 39, 61, 0.28);
  color: #fff;
  box-shadow: 0 10px 24px rgba(23, 38, 58, 0.3);
}

.btn-primary:hover {
  background: linear-gradient(125deg, #d1813b 0%, #b5692b 34%, var(--brand-deep-strong) 100%);
  box-shadow: 0 14px 34px rgba(23, 38, 58, 0.42);
}

.btn-secondary {
  border-color: rgba(199, 119, 47, 0.4);
  background: rgba(255, 255, 255, 0.95);
  color: var(--brand-deep);
}

.btn-secondary:hover {
  background: linear-gradient(125deg, rgba(245, 225, 207, 0.82), rgba(227, 237, 248, 0.86));
  border-color: rgba(34, 53, 80, 0.35);
}

.btn-danger-lite {
  border-color: rgba(180, 35, 24, 0.18);
  color: #9d281d;
  background: rgba(255, 248, 247, 0.96);
}

.btn-danger-lite:hover {
  background: linear-gradient(125deg, rgba(255, 239, 236, 0.96), rgba(255, 250, 248, 0.96));
  border-color: rgba(180, 35, 24, 0.32);
}

.mobile-nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  width: 40px;
  height: 40px;
  border-radius: 10px;
}

.mobile-nav-toggle:focus-visible,
.btn:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(201, 138, 69, 0.35);
  outline-offset: 2px;
}

.hero {
  padding: 4.8rem 0 2.8rem;
}

.admin-hero {
  padding: 3.8rem 0 1.4rem;
}

.admin-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 1.5rem;
  align-items: stretch;
}

.admin-hero-inner h1 {
  margin: 0.4rem 0 0.7rem;
  font-size: clamp(2.2rem, 5vw, 3.7rem);
  line-height: 1.04;
}

.admin-hero-inner p {
  margin: 0;
  max-width: 58ch;
  color: var(--muted);
}

.admin-hero-card,
.admin-login-card,
.admin-table-card {
  border: 1px solid rgba(159, 133, 104, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(252, 246, 239, 0.92));
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.admin-hero-card {
  padding: 1.35rem 1.4rem;
  background:
    radial-gradient(circle at top right, rgba(157, 194, 226, 0.22), transparent 38%),
    linear-gradient(145deg, rgba(27, 45, 68, 0.96), rgba(57, 82, 111, 0.94));
  color: #fff;
}

.admin-stat-label,
.admin-toolbar-label {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.76;
}

.admin-hero-card strong {
  display: block;
  margin-top: 0.7rem;
  font-size: 1.2rem;
}

.admin-hero-card p {
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.84);
}

.admin-section {
  padding-top: 0.8rem;
}

.admin-login-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 1.5rem;
  padding: 1.5rem;
}

.admin-login-copy h2,
.admin-table-head h2 {
  margin: 0 0 0.4rem;
}

.admin-login-copy p,
.admin-table-head p {
  margin: 0;
  color: var(--muted);
}

.admin-login-form {
  display: grid;
  gap: 1rem;
}

.admin-login-form label,
.register-form label {
  display: grid;
  gap: 0.45rem;
  font-weight: 600;
  color: var(--brand-deep);
}

.admin-login-form input,
.register-form input,
.register-form select,
.register-form textarea {
  width: 100%;
  border: 1px solid rgba(140, 113, 84, 0.22);
  border-radius: 14px;
  padding: 0.9rem 1rem;
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.admin-shell {
  display: grid;
  gap: 1.25rem;
}

.admin-shell[hidden],
.admin-login-card[hidden] {
  display: none !important;
}

.admin-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.2rem 0.3rem;
}

.admin-toolbar-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.admin-table-card {
  overflow: hidden;
}

.admin-table-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 1.4rem 1rem;
  border-bottom: 1px solid rgba(140, 113, 84, 0.12);
}

.admin-table-wrap {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 960px;
}

.admin-table th,
.admin-table td {
  padding: 1rem 1.1rem;
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #5e6b78;
  background: rgba(250, 242, 233, 0.92);
  border-bottom: 1px solid rgba(140, 113, 84, 0.12);
}

.admin-table tbody tr {
  border-bottom: 1px solid rgba(140, 113, 84, 0.1);
}

.admin-table tbody tr:nth-child(even) {
  background: rgba(255, 251, 246, 0.66);
}

.admin-table tbody tr:hover {
  background: rgba(239, 246, 252, 0.7);
}

.admin-table-actions-cell {
  white-space: nowrap;
}

.admin-delete-btn {
  min-width: 92px;
}

.table-primary {
  font-weight: 700;
  color: var(--brand-deep);
}

.table-secondary,
.table-muted {
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.goal-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.35rem 0.72rem;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--brand-deep);
  background: linear-gradient(135deg, rgba(255, 231, 206, 0.95), rgba(220, 235, 248, 0.85));
  border: 1px solid rgba(121, 145, 168, 0.28);
}

.admin-empty {
  padding: 2.2rem 1.4rem 2.4rem;
  text-align: center;
}

.admin-empty h3 {
  margin: 0 0 0.35rem;
}

.admin-empty p {
  margin: 0;
  color: var(--muted);
}

.hero-home {
  position: relative;
  overflow: clip;
}

.hero-home::before,
.hero-home::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
  pointer-events: none;
}

.hero-home::before {
  top: 26px;
  left: -70px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(209, 160, 114, 0.28), transparent 72%);
}

.hero-home::after {
  top: 42px;
  right: -120px;
  width: 290px;
  height: 290px;
  background: radial-gradient(circle, rgba(146, 188, 221, 0.28), transparent 70%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  align-items: stretch;
}

.hero-copy {
  position: relative;
  z-index: 1;
  padding: 1.5rem;
  border: 1px solid rgba(219, 206, 191, 0.8);
  border-radius: calc(var(--radius) + 4px);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(251, 244, 236, 0.8));
  box-shadow: 0 14px 34px rgba(43, 53, 66, 0.08);
  height: 100%;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--primary-strong);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: #f8efe4;
  border-radius: 999px;
  padding: 0.3rem 0.75rem;
}

.hero h1 {
  margin: 0.8rem 0 1rem;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.06;
}

.hero-headline {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.08em 0.22em;
}

.hero-headline .headline-soft {
  color: #2f4051;
}

.hero-headline .headline-price-old {
  color: #9d6436;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(157, 100, 54, 0.65);
}

.hero-headline .headline-price-new {
  background: linear-gradient(130deg, #a76e3d 0%, #8db6d7 52%, #b07b47 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 7px 16px rgba(108, 128, 148, 0.2);
}

.ai-somersault {
  display: inline-block;
  transform-origin: center;
  background: linear-gradient(125deg, #ab6f3d 0%, #88b4d9 55%, #b77b45 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  text-shadow: 0 6px 14px rgba(110, 132, 154, 0.24);
  animation: ai-somersault 2.6s ease-in-out infinite;
}

.hero p {
  margin: 0;
  color: var(--muted);
  max-width: 58ch;
}

.key-answer {
  margin: 0.72rem 0 0;
  color: var(--muted);
  max-width: 72ch;
}

.key-answer strong {
  color: #27384a;
  font-weight: 700;
}

.key-takeaways {
  margin: 0.72rem 0 0;
  padding-left: 1rem;
  color: #4e6174;
  display: grid;
  gap: 0.32rem;
}

.key-takeaways li {
  margin: 0;
}

.hero-copy .key-takeaways {
  max-width: 62ch;
}

.hero-punch {
  font-size: 1.05rem;
}

.money-old {
  color: #9f6435;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.money-new {
  color: var(--primary-strong);
}

.hero-tags {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.tag {
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  border: 1px solid #e2d7ca;
  background: rgba(255, 255, 255, 0.9);
  color: #455666;
  font-size: 0.78rem;
  font-weight: 600;
}

.hero-trustline {
  margin-top: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.hero-trustline span {
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  font-size: 0.75rem;
  color: #4e5f70;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e2d7ca;
}

.hero-actions {
  margin-top: 1.6rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-note {
  margin-top: 0.95rem;
  color: #57697a;
  font-size: 0.92rem;
}

.hero-panel {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.92), rgba(242, 248, 253, 0.9));
  color: var(--text);
  border-radius: calc(var(--radius) + 4px);
  padding: 1.2rem;
  box-shadow: var(--shadow);
  border: 1px solid rgba(210, 199, 187, 0.6);
  backdrop-filter: blur(8px);
  height: 100%;
}

.hero-panel-compare {
  position: relative;
  overflow: hidden;
}

.hero-panel-compare::after {
  content: "";
  position: absolute;
  inset: auto -48px -58px auto;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(177, 125, 67, 0.14), transparent 70%);
}

.hero-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.9rem;
}

.hero-panel-head span {
  font-size: 0.82rem;
  color: #647789;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  border-radius: 999px;
  background: rgba(157, 194, 226, 0.24);
  color: #375875;
  padding: 0.2rem 0.65rem;
}

.compare-grid {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.compare-card {
  padding: 0.8rem;
  border-radius: 13px;
  border: 1px solid rgba(215, 203, 190, 0.8);
  background: rgba(255, 255, 255, 0.92);
}

.compare-card small {
  display: block;
  color: #6a7b8b;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.compare-card strong {
  display: block;
  margin-top: 0.2rem;
  font-size: 1.6rem;
  line-height: 1.1;
}

.compare-card p {
  margin: 0.3rem 0 0;
  color: #627283;
  font-size: 0.8rem;
}

.compare-card.manual strong {
  color: #9b6637;
}

.compare-card.ai strong {
  color: #3b6f98;
}

.save-pill {
  margin-top: 0.75rem;
  display: inline-flex;
  padding: 0.35rem 0.72rem;
  border-radius: 999px;
  background: rgba(181, 122, 67, 0.12);
  color: #83572e;
  font-size: 0.8rem;
  font-weight: 600;
}

.hero-panel-note {
  margin: 0.82rem 0 0;
  font-size: 0.82rem;
  color: #37516a;
  font-weight: 700;
  padding: 0.52rem 0.65rem;
  border-radius: 10px;
  border: 1px solid rgba(151, 182, 210, 0.55);
  background: linear-gradient(135deg, rgba(255, 241, 226, 0.85), rgba(232, 244, 255, 0.86));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.latest-configs {
  margin-top: 0.78rem;
  border: 1px solid rgba(219, 206, 191, 0.7);
  background: rgba(255, 255, 255, 0.86);
  border-radius: 12px;
  padding: 0.66rem 0.72rem;
}

.latest-configs h4 {
  margin: 0 0 0.42rem;
  font-size: 0.74rem;
  letter-spacing: 0.01em;
  line-height: 1.35;
  color: #4f6172;
}

.latest-configs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.36rem;
}

.latest-configs li {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  font-size: 0.75rem;
}

.latest-configs li span {
  color: #5f7082;
}

.latest-configs li strong {
  color: #314456;
  font-weight: 600;
  text-align: right;
}

.dashboard-stat {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(219, 206, 191, 0.8);
  border-radius: 13px;
  padding: 0.82rem;
}

.dashboard-grid {
  display: grid;
  gap: 0.68rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dashboard-stat h4 {
  margin: 0;
  font-size: 0.78rem;
  color: #5d6f81;
  font-weight: 500;
}

.dashboard-stat p {
  margin: 0.3rem 0 0;
  font-size: 1.23rem;
  font-weight: 700;
}

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

.dashboard-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.56rem 0.72rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(219, 206, 191, 0.7);
  font-size: 0.8rem;
}

.metric-up {
  color: #1d7a4b;
}

.metric-alert {
  color: #bb3f2b;
}

.section {
  padding: 3.2rem 0;
}

.section-compact {
  padding: 1rem 0;
}

main > .section-compact:first-child {
  padding-top: 0.45rem;
  padding-bottom: 0.2rem;
  border-bottom: 0;
  box-shadow: none;
}

main > .section-compact:first-child + .mega-claim {
  margin-top: 0;
}

main > .mega-claim + .hero {
  padding-top: 1.45rem;
}

.mega-claim {
  min-height: calc(100vh - 92px);
  display: grid;
  align-items: center;
  padding: 1.1rem 0 0.8rem;
  position: relative;
  overflow: hidden;
}

.mega-claim::before,
.mega-claim::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.mega-claim::before {
  width: 420px;
  height: 420px;
  top: -180px;
  left: -130px;
  background: radial-gradient(circle, rgba(185, 134, 84, 0.2), transparent 70%);
}

.mega-claim::after {
  width: 420px;
  height: 420px;
  right: -150px;
  bottom: -210px;
  background: radial-gradient(circle, rgba(141, 183, 217, 0.2), transparent 70%);
}

.mega-claim-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  transform: translateY(-14vh);
}

.mega-text {
  margin: 0;
  display: grid;
  gap: 0.06em;
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: clamp(2.1rem, 9vw, 6.7rem);
}

.mega-soft {
  color: #2f4051;
}

.mega-brandfill {
  background: linear-gradient(120deg, #a96d3c 0%, #c28952 28%, #90b9dd 62%, #7ca8cf 82%, #b17843 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 12px 24px rgba(110, 132, 154, 0.22);
}

.mega-old {
  position: relative;
  display: inline-block;
  width: max-content;
  justify-self: center;
  color: #1f2a35;
  font-size: 0.78em;
  text-shadow: 0 1px 2px rgba(28, 42, 58, 0.28);
  filter: saturate(0.88);
}

.mega-old::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 38%;
  height: 0.08em;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.98) 20%, rgba(255, 255, 255, 0.98) 80%, rgba(255, 255, 255, 0.7));
  box-shadow: 0 0 0 1px rgba(34, 52, 74, 0.08), 0 2px 4px rgba(28, 42, 58, 0.2);
  transform-origin: left center;
  animation: mega-strike-draw 850ms cubic-bezier(0.2, 0.95, 0.25, 1) forwards;
}

.mega-new {
  color: #1f2a35;
  font-size: 0.78em;
  filter: saturate(1.06);
}

.mega-logo-inline {
  display: inline-block;
  width: auto;
  height: 1.42em;
  margin-left: -0.3em;
  vertical-align: -0.5em;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(107, 128, 148, 0.24));
}

.section h2 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.55rem, 3vw, 2.3rem);
  line-height: 1.15;
}

.section-sub {
  margin: 0;
  color: var(--muted);
}

.tenant-architecture {
  margin-top: 1rem;
  border: 1px solid rgba(218, 205, 190, 0.92);
  border-radius: 18px;
  padding: 1rem;
  background:
    radial-gradient(circle at 7% 4%, rgba(201, 145, 84, 0.16), transparent 24%),
    radial-gradient(circle at 96% 8%, rgba(141, 183, 217, 0.16), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(246, 240, 232, 0.88), rgba(234, 244, 253, 0.86));
  box-shadow: 0 14px 30px rgba(41, 51, 63, 0.08);
  display: grid;
  gap: 0.85rem;
}

.tenant-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem;
}

.tenant-pill {
  padding: 0.34rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(208, 191, 174, 0.86);
  background: rgba(255, 255, 255, 0.9);
  color: #4e6173;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.tenant-core {
  border-radius: 15px;
  border: 1px solid rgba(201, 185, 168, 0.9);
  background: rgba(255, 255, 255, 0.86);
  padding: 0.78rem;
}

.tenant-core-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.tenant-core-head strong {
  color: #29465f;
  font-size: 1rem;
}

.tenant-core-head span {
  color: #617486;
  font-size: 0.82rem;
}

.tenant-core-grid {
  margin-top: 0.62rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.58rem;
}

.tenant-core-node {
  border: 1px solid rgba(216, 202, 186, 0.88);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(244, 249, 254, 0.8));
  padding: 0.58rem 0.66rem;
  color: #3c5468;
  font-size: 0.82rem;
  font-weight: 600;
}

.tenant-data-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.62rem;
}

.tenant-data-node {
  border: 1px solid rgba(214, 200, 185, 0.88);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  padding: 0.7rem 0.75rem;
}

.tenant-data-node h3 {
  margin: 0;
  font-size: 0.9rem;
  color: #30495f;
}

.tenant-data-node p {
  margin: 0.32rem 0 0;
  font-size: 0.8rem;
  color: #607284;
}

.cards {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.ops-matrix {
  margin-top: 0;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  min-width: 760px;
  width: max(100%, 760px);
  border: 1px solid rgba(218, 205, 190, 0.95);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(42, 51, 62, 0.08);
}

.ops-matrix-wrap {
  margin-top: 1.2rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  position: relative;
}

.ops-head,
.ops-metric,
.ops-cell {
  padding: 0.78rem 0.82rem;
  border-right: 1px solid rgba(221, 209, 194, 0.9);
  border-bottom: 1px solid rgba(221, 209, 194, 0.9);
  font-size: 0.9rem;
}

.ops-head:nth-child(3n),
.ops-metric:nth-child(3n),
.ops-cell:nth-child(3n) {
  border-right: 0;
}

.ops-head {
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.ops-head-metric {
  background: linear-gradient(130deg, rgba(255, 251, 246, 0.98), rgba(248, 242, 234, 0.98));
  color: #5e6f80;
}

.ops-head-human {
  background: linear-gradient(130deg, rgba(252, 240, 228, 0.96), rgba(245, 226, 206, 0.95));
  color: #80512c;
}

.ops-head-ai {
  background: linear-gradient(130deg, rgba(238, 247, 255, 0.98), rgba(224, 240, 253, 0.97));
  color: #345f87;
}

.ops-metric {
  background: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  color: #4a5c6f;
}

.ops-cell {
  font-weight: 600;
}

.ops-cell::before {
  content: "";
  display: none;
}

.ops-cell.ops-human {
  background: linear-gradient(135deg, rgba(251, 243, 234, 0.96), rgba(245, 230, 214, 0.93));
  color: #8f5a31;
}

.ops-cell.ops-ai {
  background: linear-gradient(135deg, rgba(241, 249, 255, 0.98), rgba(228, 242, 253, 0.95));
  color: #2f628d;
}

.ops-highlights {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.ops-highlight {
  border: 1px solid rgba(218, 205, 190, 0.9);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(246, 240, 233, 0.84), rgba(233, 244, 253, 0.82));
  padding: 0.72rem 0.78rem;
}

.ops-highlight span {
  display: block;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #617284;
}

.ops-highlight strong {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.95rem;
}

.cards-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.1rem;
  box-shadow: 0 12px 28px rgba(42, 51, 62, 0.08);
  backdrop-filter: blur(6px);
}

.card .icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(140deg, #f8e8d7, #edf5fc, #e5d4c0);
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #51606f;
  margin-bottom: 0.72rem;
}

.card h3 {
  margin: 0;
  font-size: 1.1rem;
}

.card p {
  margin: 0.52rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.band {
  padding: 2.2rem;
  border-radius: calc(var(--radius) + 4px);
  background:
    radial-gradient(circle at 4% 75%, rgba(209, 160, 114, 0.24), transparent 36%),
    radial-gradient(circle at 95% 15%, rgba(146, 188, 221, 0.26), transparent 35%),
    linear-gradient(140deg, rgba(255, 252, 248, 0.92), rgba(238, 246, 252, 0.9), rgba(224, 209, 190, 0.72));
  color: var(--text);
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  border: 1px solid rgba(218, 205, 190, 0.9);
}

.band h3 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.band p {
  margin: 0;
  color: #56697a;
}

.kpi-row {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kpi {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(217, 205, 190, 0.9);
  border-radius: 12px;
  padding: 0.9rem;
}

.kpi span {
  display: block;
  font-size: 0.78rem;
  color: #5a6c7f;
}

.kpi strong {
  display: block;
  margin-top: 0.3rem;
  font-size: 1.35rem;
}

.split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1rem;
  align-items: start;
}

.list {
  margin: 0;
  padding-left: 1rem;
  color: var(--muted);
}

.list li + li {
  margin-top: 0.45rem;
}

.price-toggle {
  display: inline-flex;
  background: linear-gradient(125deg, rgba(242, 221, 203, 0.85), rgba(222, 232, 245, 0.85));
  border: 1px solid rgba(199, 119, 47, 0.28);
  border-radius: 999px;
  padding: 0.25rem;
  margin-top: 0.7rem;
}

.price-toggle button {
  border: 0;
  background: transparent;
  color: #445668;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
}

.price-toggle button.active {
  background: linear-gradient(125deg, var(--brand-orange) 0%, var(--brand-orange-strong) 40%, var(--brand-deep) 100%);
  color: #fff;
  box-shadow: 0 5px 12px rgba(25, 40, 62, 0.26);
}

.pricing-grid {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.price-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.1rem;
}

.price-card.featured {
  border-color: #caa578;
  box-shadow: 0 14px 30px rgba(58, 71, 86, 0.14);
}

.price-badge {
  position: absolute;
  top: -11px;
  right: 1rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: linear-gradient(120deg, var(--brand-orange), var(--brand-deep));
  color: #fff;
  border-radius: 999px;
  padding: 0.24rem 0.6rem;
}

.price-card h3 {
  margin: 0;
}

.price {
  margin: 0.5rem 0;
  display: flex;
  align-items: baseline;
  gap: 0.26rem;
}

.price .amount {
  font-size: 2rem;
  font-weight: 700;
}

.price .period {
  color: var(--muted);
  font-size: 0.88rem;
}

.price-card p {
  margin: 0;
  color: var(--muted);
}

.feature-list {
  margin: 0.9rem 0 1rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
  color: #46586a;
}

.feature-list li {
  display: flex;
  align-items: start;
  gap: 0.42rem;
  font-size: 0.92rem;
}

.feature-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 0.4rem;
  border-radius: 999px;
  background: var(--primary);
  flex: none;
}

.table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  margin-top: 1.4rem;
  position: relative;
}

table {
  border-collapse: collapse;
  width: 100%;
  min-width: 760px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

th,
td {
  padding: 0.78rem;
  border-bottom: 1px solid #eedfce;
  text-align: left;
  font-size: 0.92rem;
}

th {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #4f6172;
  background: #f5eee5;
}

tr:last-child td {
  border-bottom: 0;
}

.mark {
  font-weight: 700;
  color: var(--primary-strong);
}

.warn {
  color: var(--danger);
}

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

.faq {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.7rem;
}

.faq-item {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.faq-btn {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  padding: 0.9rem 1rem;
  font-size: 0.95rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
}

.faq-btn span {
  color: var(--muted);
}

.faq-content {
  display: none;
  padding: 0 1rem 1rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.faq-item.open .faq-content {
  display: block;
}

.page-hero {
  padding: 3.5rem 0 2.2rem;
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(1.85rem, 4vw, 2.8rem);
}

.page-hero p {
  margin: 0.75rem 0 0;
  color: var(--muted);
  max-width: 70ch;
}

.page-hero .key-takeaways {
  max-width: 74ch;
}

.page-hero-deep {
  margin: 0.75rem 0 0;
  color: var(--muted);
  max-width: 70ch;
  font-size: 0.95rem;
}

.timeline {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}

.timeline-item {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 0.92rem;
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 1rem;
}

.timeline-item small {
  color: #4f6172;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.timeline-item p {
  margin: 0;
  color: var(--muted);
}

.footer {
  margin-top: 3rem;
  border-top: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(255, 251, 246, 0.95), rgba(239, 246, 252, 0.94), rgba(229, 219, 206, 0.86));
}

.footer-grid {
  padding: 2rem 0;
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 1rem;
}

.footer h4 {
  margin: 0 0 0.55rem;
}

.footer p,
.footer li,
.footer a {
  color: #56687a;
  font-size: 0.9rem;
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
}

.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 0.8rem 0;
  color: #5a6c7e;
  font-size: 0.86rem;
}

.impact-bar {
  margin-top: -0.5rem;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.impact-card {
  padding: 1rem 1.05rem;
  border-radius: 14px;
  border: 1px solid rgba(218, 205, 190, 0.9);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(249, 241, 231, 0.84), rgba(236, 245, 252, 0.82));
  box-shadow: 0 12px 28px rgba(45, 56, 69, 0.08);
}

.impact-card span {
  display: block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #5f7082;
}

.impact-card strong {
  display: block;
  margin-top: 0.26rem;
  font-size: 1.22rem;
}

.bubble-marquee {
  display: flex;
  gap: 0.6rem;
  overflow: hidden;
  padding: 0.35rem 0 0.15rem;
  border: 0;
  background: transparent;
  box-shadow: none;
  mask-image: none;
  -webkit-mask-image: none;
}

.bubble-track {
  display: flex;
  gap: 0.6rem;
  min-width: max-content;
  flex: none;
  border: 0;
  background: transparent;
  animation: bubble-scroll 30s linear infinite;
}

.bubble-item {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 0.46rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(176, 122, 71, 0.72);
  background: rgba(255, 255, 255, 0.88);
  color: #516274;
  box-shadow: 0 8px 20px rgba(45, 56, 69, 0.07);
  font-size: 0.82rem;
  font-weight: 600;
}

.bubble-marquee:hover .bubble-track {
  animation-play-state: paused;
}

.home-mobile-register {
  display: none;
}

@keyframes bubble-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 0.6rem));
  }
}

@keyframes ai-somersault {
  0%,
  68%,
  100% {
    transform: rotate(0deg) rotateX(0deg);
  }
  80% {
    transform: rotate(-8deg) rotateX(360deg);
  }
  90% {
    transform: rotate(2deg) rotateX(0deg);
  }
}

@keyframes mega-strike-draw {
  0% {
    transform: scaleX(0);
    opacity: 0.2;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(25, 33, 44, 0.45);
  display: grid;
  place-items: center;
  padding: 1rem;
  z-index: 60;
}

.modal-backdrop[hidden] {
  display: none !important;
}

.modal-card {
  width: min(560px, 100%);
  border-radius: 16px;
  border: 1px solid var(--border);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(247, 243, 237, 0.95));
  box-shadow: 0 22px 60px rgba(20, 27, 35, 0.2);
  padding: 1rem;
}

.modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.modal-head h3 {
  margin: 0;
}

.modal-close {
  border: 1px solid var(--border);
  background: #fff;
  color: #4d5e6f;
  border-radius: 10px;
  width: 34px;
  height: 34px;
  cursor: pointer;
}

.modal-sub {
  margin: 0.45rem 0 0.9rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.register-form {
  display: grid;
  gap: 0.66rem;
}

.register-success {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 0.72rem;
  padding: 1rem 0.4rem 0.35rem;
}

.register-success[hidden] {
  display: none !important;
}

.register-success-orbit {
  position: relative;
  width: 136px;
  height: 136px;
  display: grid;
  place-items: center;
}

.register-success-ring,
.register-success-core {
  border-radius: 999px;
}

.register-success-ring {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(128, 161, 187, 0.34);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16), transparent 70%);
}

.register-success-ring-one {
  animation: register-ring-spin 8s linear infinite;
}

.register-success-ring-two {
  inset: 14px;
  border-color: rgba(196, 124, 61, 0.32);
  animation: register-ring-reverse 6.6s linear infinite;
}

.register-success-core {
  position: relative;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(135deg, #ba7739 0%, #8fb8d8 100%);
  box-shadow: 0 18px 36px rgba(42, 67, 96, 0.28);
  animation: register-core-pop 620ms cubic-bezier(0.18, 0.88, 0.24, 1.15) both;
}

.register-success-check {
  transform: translateY(-1px);
}

.register-success-kicker {
  margin: 0;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7d90;
}

.register-success h4 {
  margin: 0;
  font-size: clamp(1.45rem, 4vw, 2rem);
  line-height: 1.1;
  color: #243749;
}

.register-success-copy {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 700;
  color: #0f7c4a;
}

.register-success-note {
  margin: 0;
  max-width: 34ch;
  color: var(--muted);
}

.register-success-backdrop {
  background: rgba(19, 28, 40, 0.36);
  backdrop-filter: blur(8px);
}

.register-success-card {
  width: min(520px, 100%);
  padding: 1.2rem;
  border-radius: 22px;
  background:
    radial-gradient(circle at top, rgba(255, 245, 234, 0.96), rgba(255, 255, 255, 0.94) 38%, rgba(242, 248, 253, 0.96) 100%);
}

.register-success-standalone {
  padding: 1.2rem 0.5rem 0.65rem;
}

.register-form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #46586b;
}

.register-form input,
.register-form select,
.register-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
  color: var(--text);
  font: inherit;
  padding: 0.68rem 0.74rem;
}

.register-form textarea {
  resize: vertical;
}

.form-status {
  margin: 0;
  font-size: 0.86rem;
  min-height: 1.15rem;
}

.form-status.pending {
  color: #4f6172;
}

.form-status.success {
  color: #0f7c4a;
}

.form-status.error {
  color: #b42318;
}

@keyframes register-core-pop {
  0% {
    opacity: 0;
    transform: scale(0.72);
  }
  65% {
    opacity: 1;
    transform: scale(1.06);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes register-ring-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes register-ring-reverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

body.modal-open {
  overflow: hidden;
}

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

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

@media (max-width: 960px) {
  .hero-grid,
  .impact-bar,
  .ops-highlights,
  .cards,
  .cards-4,
  .band,
  .split,
  .pricing-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .tenant-core-grid,
  .tenant-data-grid {
    grid-template-columns: 1fr;
  }

  .latest-configs li {
    flex-direction: column;
    gap: 0.12rem;
  }

  .latest-configs li strong {
    text-align: left;
  }

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

  .topbar-inner {
    position: relative;
  }

  .mobile-nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .nav {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 0.45rem;
    min-width: 200px;
    box-shadow: 0 14px 28px rgba(13, 27, 38, 0.12);
    flex-direction: column;
    align-items: stretch;
  }

  .nav.open {
    display: flex;
  }

  .nav a {
    border-radius: 10px;
  }

  .nav .nav-register {
    display: inline-flex;
    margin-top: 0.35rem;
    width: 100%;
  }

  .desktop-only {
    display: none;
  }

  .admin-hero-inner,
  .admin-login-card {
    grid-template-columns: 1fr;
  }

  .admin-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  main > .section-compact:first-child {
    padding-top: 0.32rem;
    padding-bottom: 0.08rem;
  }

  .section {
    padding: 2.2rem 0;
  }

  .section-compact {
    padding: 0.82rem 0;
  }

  .page-hero {
    padding: 2.3rem 0 1.5rem;
  }

  .page-hero h1 {
    font-size: clamp(1.7rem, 7.4vw, 2.3rem);
    line-height: 1.15;
  }

  .hero-copy,
  .hero-panel,
  .band,
  .card,
  .price-card {
    padding: 1rem;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .price-toggle {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 460px;
  }

  .price-toggle button {
    width: 100%;
  }

  .home-mobile-register {
    display: block;
    padding: 0.34rem 0 0.2rem;
    background: transparent;
  }

  .home-mobile-register .container {
    display: flex;
    justify-content: center;
  }

  .home-mobile-register .btn {
    width: auto;
    min-width: 172px;
    padding: 0.64rem 1rem;
  }

  .mega-claim {
    min-height: calc(80svh - 76px);
    padding: 0.08rem 0 0.3rem;
    background: transparent;
  }

  .home-mobile-register + .mega-claim {
    margin-top: 0;
  }

  .mega-claim::before,
  .mega-claim::after {
    display: none;
  }

  .mega-text {
    font-size: clamp(2.2rem, 13.5vw, 4.2rem);
    line-height: 0.91;
    gap: 0.04em;
  }

  .mega-claim-inner {
    transform: translateY(-2vh);
  }

  .mega-logo-inline {
    height: 1.3em;
    margin-left: -0.24em;
    vertical-align: -0.45em;
  }

  .ops-matrix,
  table {
    min-width: 680px;
  }

  .ops-matrix-wrap::before,
  .table-wrap::before {
    content: "Swipe sideways to view full table";
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    color: #617487;
    margin-bottom: 0.38rem;
  }

  th,
  td,
  .ops-head,
  .ops-metric,
  .ops-cell {
    padding: 0.66rem 0.64rem;
    font-size: 0.84rem;
  }

  .topbar .home-wordmark {
    width: 130px;
    height: 54px;
  }

  .footer .home-wordmark {
    width: 136px;
    height: 56px;
  }

  .hero {
    padding-top: 3rem;
  }

  .admin-hero {
    padding-top: 2.6rem;
  }

  .admin-hero-card,
  .admin-login-card,
  .admin-table-card {
    border-radius: 20px;
  }

  .admin-login-card {
    padding: 1rem;
  }

  .admin-table-head {
    padding: 1rem;
  }

  .admin-empty {
    padding: 1.6rem 1rem 1.9rem;
  }

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

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .bubble-item {
    font-size: 0.78rem;
  }
}

@media (max-width: 420px) {
  .mega-claim {
    min-height: calc(82svh - 74px);
    padding-top: 0.08rem;
  }

  .mega-text {
    font-size: clamp(2.2rem, 15.3vw, 4.4rem);
    line-height: 0.9;
  }

  .mega-claim-inner {
    transform: translateY(-1.5vh);
  }

  .ops-matrix,
  table {
    min-width: 640px;
  }
}
