:root {
  --green: #00c98d;
  --green-dark: #06845f;
  --blue: #2cc6ff;
  --ink: #10231d;
  --muted: #61746d;
  --soft: #eefdf8;
  --sky-soft: #edf9ff;
  --line: rgba(16, 35, 29, 0.1);
  --white: #ffffff;
  --amber: #ffb23e;
  --rose: #ff6b8a;
  --shadow: 0 14px 34px rgba(18, 75, 65, 0.13);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #f7fffc;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(145deg, rgba(0, 201, 141, 0.15), transparent 28rem),
    linear-gradient(25deg, rgba(44, 198, 255, 0.18), transparent 30rem),
    #f8fffc;
}

body.sheet-open {
  overflow: hidden;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

button,
input {
  font: inherit;
}

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

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

.page-shell {
  width: min(100%, 980px);
  margin: 0 auto;
  padding-bottom: 96px;
}

.section {
  padding: 26px 18px;
}

.hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 14px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.brand,
.phone-head,
.sticky-profile,
.sheet-head,
.job-topline,
.result-head {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 900;
}

.brand-logo {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 10px 20px rgba(0, 201, 141, 0.25);
}

.brand-name {
  font-size: 1.05rem;
}

.nav-pill {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 15px;
  border: 1px solid rgba(0, 201, 141, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--green-dark);
  font-weight: 800;
}

.nav-cta {
  border: 0;
  color: #ffffff;
  background: linear-gradient(135deg, #08ba7f, #17b7ff 58%, #ffcc52);
  box-shadow: 0 12px 24px rgba(0, 201, 141, 0.22);
  white-space: nowrap;
}

.nav-cta .fa-whatsapp {
  font-size: 1rem;
}

.micro-label,
.section-kicker,
.ai-tag {
  width: fit-content;
  border: 1px solid rgba(0, 201, 141, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--green-dark);
  font-size: 0.76rem;
  font-weight: 900;
}

.micro-label {
  padding: 9px 12px;
  line-height: 1.35;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 14px;
  font-size: 1.58rem;
  line-height: 1.07;
  letter-spacing: 0;
}

h2 {
  margin: 9px 0 10px;
  font-size: 1.62rem;
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.03rem;
}

.hero-copy,
.section-copy,
.muted,
.trust-row,
.tiny-note,
.status-card p,
.story-card p,
figcaption,
.phone-head span,
.metric-card small,
.metric-card span,
.locked-card p {
  color: var(--muted);
}

.hero-copy {
  margin-bottom: 18px;
  font-size: 0.9rem;
  line-height: 1.48;
}

.hero-visual {
  position: relative;
  overflow: hidden;
  margin: 4px 0 16px;
  border-radius: 8px;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(0deg, rgba(5, 48, 40, 0.34), transparent);
  pointer-events: none;
}

.hero-visual img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.float-card,
.reward-bubble,
.session-chip,
.task-chip {
  position: absolute;
  z-index: 2;
  box-shadow: 0 10px 24px rgba(13, 61, 51, 0.16);
}

.float-card {
  display: grid;
  gap: 2px;
  min-width: 88px;
  padding: 10px 11px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(14px);
}

.float-card small,
.sim-card p,
.amount-block span,
.score-pill span,
.job-topline span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
}

.float-card strong {
  font-size: 1.15rem;
}

.float-card.match {
  top: 10px;
  left: 10px;
}

.float-card.wallet {
  right: 10px;
  bottom: 12px;
}

.reward-bubble {
  display: grid;
  place-items: center;
  min-width: 58px;
  height: 34px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 900;
  background: var(--green);
}

.reward-bubble.b1 {
  left: 52%;
  top: 17px;
  background: var(--amber);
}

.reward-bubble.b2 {
  left: 7%;
  bottom: 20px;
  background: var(--rose);
}

.session-chip,
.task-chip {
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 900;
  background: rgba(16, 35, 29, 0.72);
  backdrop-filter: blur(10px);
}

.session-chip {
  right: 12px;
  top: 48px;
  padding: 8px 11px;
}

.task-chip {
  left: 36%;
  bottom: 13px;
  padding: 7px 10px;
}

.trust-row,
.job-facts,
.status-grid,
.chip-grid,
.locked-grid,
.mode-compare,
.metric-grid {
  display: grid;
  gap: 9px;
}

.analysis-chips {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin-bottom: 12px;
  scrollbar-width: none;
}

.analysis-chips::-webkit-scrollbar {
  display: none;
}

.analysis-chips span,
.trust-row span,
.chip-grid button,
.chip-grid span,
.job-facts span,
.status-grid span,
.check-list li,
.support-card li {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.analysis-chips span {
  flex: 0 0 auto;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  font-size: 0.82rem;
}

.primary-cta,
.sticky-button,
.rematch-btn,
.choice-next {
  border: 0;
  cursor: pointer;
  font-weight: 900;
}

.primary-cta {
  width: 100%;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 18px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--green), #12b8ff);
  box-shadow: 0 14px 28px rgba(0, 201, 141, 0.3);
  text-align: center;
}

.tiny-note {
  margin: 8px 0 12px;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 800;
}

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

.trust-row span {
  padding: 9px 12px;
  font-size: 0.82rem;
}

.section-kicker {
  padding: 7px 10px;
}

.section-copy,
.muted {
  line-height: 1.55;
}

.segmented {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 0 14px;
  scrollbar-width: none;
}

.segmented::-webkit-scrollbar,
.story-scroller::-webkit-scrollbar {
  display: none;
}

.segmented button {
  flex: 0 0 auto;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 14px;
  background: #ffffff;
  color: var(--muted);
  font-weight: 900;
}

.segmented button.active {
  border-color: transparent;
  color: #ffffff;
  background: var(--green);
  box-shadow: 0 10px 20px rgba(0, 201, 141, 0.22);
}

.sim-card,
.story-card,
.metric-card,
.phone-frame,
.analysis-panel,
.wallet-job-card,
.locked-card,
.support-card,
.aina-team-card,
.mode-compare > div,
figure,
details,
.status-card {
  border: 1px solid rgba(16, 35, 29, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.sim-card {
  display: grid;
  gap: 18px;
  padding: 18px;
}

.sim-card strong {
  display: block;
  font-size: 1.35rem;
}

.sim-amount {
  padding-top: 16px;
  border-top: 1px dashed rgba(16, 35, 29, 0.18);
}

.sim-amount span {
  color: var(--green-dark);
  font-weight: 900;
}

.sim-amount strong {
  color: var(--green-dark);
  font-size: 1.58rem;
}

.story-scroller {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 4px 0 10px;
  scroll-snap-type: x mandatory;
}

.story-card {
  flex: 0 0 78%;
  max-width: 320px;
  padding: 16px;
  scroll-snap-align: start;
}

.avatar,
.aina-mini,
.aina-portrait {
  display: grid;
  place-items: center;
  color: #ffffff;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--green), var(--blue));
  font-weight: 900;
}

.avatar {
  width: 44px;
  height: 44px;
  margin-bottom: 12px;
  object-fit: cover;
  object-position: center top;
  border: 2px solid rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 22px rgba(20, 34, 59, 0.12);
}

.avatar.blue {
  background: linear-gradient(145deg, #2cc6ff, #4b7bff);
}

.avatar.mint {
  background: linear-gradient(145deg, #00c98d, #a5d84f);
}

dl {
  display: grid;
  gap: 9px;
  margin: 14px 0 0;
}

dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(16, 35, 29, 0.08);
  padding-bottom: 8px;
}

dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

dd {
  margin: 0;
  text-align: right;
  font-size: 0.82rem;
  font-weight: 900;
}

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

.metric-card {
  min-height: 132px;
  padding: 15px;
}

.metric-card strong {
  display: block;
  margin: 9px 0 3px;
  font-size: 1.6rem;
  color: var(--green-dark);
}

.ticker {
  overflow: hidden;
  margin-top: 14px;
  border: 1px solid rgba(44, 198, 255, 0.26);
  border-radius: 999px;
  background: rgba(237, 249, 255, 0.78);
}

#tickerTrack {
  display: flex;
  width: max-content;
  gap: 10px;
  padding: 10px;
  animation: ticker 24s linear infinite;
}

#tickerTrack span {
  white-space: nowrap;
  border-radius: 999px;
  background: #ffffff;
  padding: 8px 12px;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

.phone-frame {
  padding: 14px;
  background:
    linear-gradient(180deg, rgba(237, 249, 255, 0.86), rgba(238, 253, 248, 0.86)),
    #ffffff;
}

.phone-head {
  gap: 10px;
  margin-bottom: 14px;
}

.phone-head.compact {
  margin: 0;
}

.aina-mini {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  object-fit: cover;
  object-position: center;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 18px rgba(20, 34, 59, 0.12);
}

.phone-head strong {
  display: block;
  line-height: 1.1;
}

.phone-head span {
  display: block;
  margin-top: 3px;
  font-size: 0.75rem;
  font-weight: 800;
}

.chat-bubble {
  width: fit-content;
  max-width: 88%;
  margin-bottom: 12px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #ffffff;
  line-height: 1.45;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(16, 35, 29, 0.08);
}

.chat-bubble.user {
  margin-left: auto;
  color: #ffffff;
  background: var(--green);
}

.chip-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 16px;
}

.chip-grid.mini span,
.chip-grid button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  color: var(--ink);
  text-align: center;
}

.chip-grid button {
  cursor: pointer;
}

.chip-grid button.selected {
  border-color: rgba(0, 201, 141, 0.42);
  color: var(--green-dark);
  background: var(--soft);
}

.warning-message,
.info-message,
.match-hint {
  border-radius: 8px;
  padding: 12px 14px;
  line-height: 1.45;
  font-weight: 800;
}

.warning-message {
  border: 1px solid rgba(255, 107, 138, 0.24);
  color: #9d2440;
  background: #fff1f4;
}

.info-message,
.match-hint {
  border: 1px solid rgba(0, 201, 141, 0.19);
  color: var(--green-dark);
  background: var(--soft);
}

.analysis-panel {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 15px;
  align-items: center;
  padding: 16px;
}

.progress-ring {
  width: 108px;
  height: 108px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--green) 93%, rgba(16, 35, 29, 0.09) 0);
  box-shadow: inset 0 0 0 1px rgba(16, 35, 29, 0.04);
  will-change: background;
}

.progress-ring span {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  color: var(--green-dark);
  font-size: 1.35rem;
  font-weight: 900;
}

.analysis-list,
.check-list,
.support-card ul,
.reason-box ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.analysis-list li {
  color: var(--muted);
  font-weight: 800;
}

.analysis-list li:first-child {
  color: var(--green-dark);
}

.log-strip {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin-top: 13px;
}

.log-strip span {
  flex: 0 0 auto;
  border-radius: 999px;
  background: #10231d;
  color: #ffffff;
  padding: 9px 12px;
  font-size: 0.76rem;
  font-weight: 900;
}

.result-head {
  justify-content: space-between;
  gap: 14px;
}

.score-pill {
  flex: 0 0 auto;
  min-width: 92px;
  border-radius: 8px;
  background: #10231d;
  color: #ffffff;
  padding: 10px 12px;
  text-align: center;
}

.score-pill span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
}

.score-pill strong {
  font-size: 1.45rem;
}

.wallet-job-card {
  overflow: hidden;
  padding: 16px;
  background:
    linear-gradient(145deg, rgba(0, 201, 141, 0.16), rgba(44, 198, 255, 0.12)),
    #ffffff;
}

.job-topline {
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.ai-tag {
  padding: 7px 10px;
  background: #ffffff;
}

.wallet-job-card h3 {
  font-size: 1.35rem;
}

.amount-block {
  margin: 14px 0;
  border-top: 1px solid rgba(16, 35, 29, 0.08);
  border-bottom: 1px solid rgba(16, 35, 29, 0.08);
  padding: 15px 0;
}

.amount-block strong {
  display: block;
  color: var(--green-dark);
  font-size: 2.5rem;
  line-height: 1;
}

.job-facts {
  grid-template-columns: 1fr;
  margin-bottom: 16px;
}

.job-facts span {
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.72);
}

.reason-box,
.today-tasks {
  border-top: 1px dashed rgba(16, 35, 29, 0.16);
  padding-top: 14px;
  margin-top: 14px;
}

.reason-box p,
.today-tasks h4 {
  margin: 0 0 10px;
}

.reason-box li {
  font-weight: 800;
}

#taskExamples {
  display: grid;
  gap: 10px;
}

.task-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  padding: 11px 12px;
}

.task-row strong {
  display: block;
}

.task-row span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
}

.task-row b {
  color: var(--green-dark);
  font-size: 0.82rem;
}

.locked-grid {
  margin-top: 12px;
  grid-template-columns: 1fr;
}

.locked-card {
  position: relative;
  min-height: 126px;
  overflow: hidden;
  padding: 15px;
}

.locked-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.57);
  backdrop-filter: blur(4px);
}

.locked-card strong,
.locked-card span,
.locked-card p {
  position: relative;
  z-index: 1;
  display: block;
}

.locked-card strong {
  filter: blur(2px);
  font-size: 1.05rem;
}

.locked-card span {
  width: fit-content;
  margin: 12px 0 8px;
  border-radius: 999px;
  background: #10231d;
  color: #ffffff;
  padding: 7px 10px;
  font-size: 0.72rem;
  font-weight: 900;
}

.whatsapp-cta {
  gap: 8px;
  margin-top: 14px;
}

.results-section .whatsapp-cta {
  position: sticky;
  bottom: calc(86px + env(safe-area-inset-bottom));
  z-index: 72;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow:
    0 16px 34px rgba(0, 201, 141, 0.34),
    0 0 0 8px rgba(0, 201, 141, 0.08);
}

.whatsapp-cta .fa-whatsapp {
  font-size: 1.18rem;
}

.rematch-btn {
  width: 100%;
  margin-top: 10px;
  padding: 13px 16px;
  border: 1px solid rgba(0, 201, 141, 0.2);
  border-radius: 999px;
  color: var(--green-dark);
  background: #ffffff;
}

.rematch-btn span {
  display: block;
  color: var(--muted);
  font-size: 0.73rem;
}

.support-card {
  padding: 16px;
}

.support-card li,
.check-list li {
  padding: 11px 13px;
}

.equation-card {
  margin-top: 14px;
  border-top: 1px dashed rgba(16, 35, 29, 0.16);
  padding-top: 14px;
}

.equation-card span {
  display: block;
  color: var(--green-dark);
  font-size: 2rem;
  font-weight: 900;
}

.equation-card strong {
  display: block;
  margin-top: 3px;
  font-size: 1rem;
}

.check-list {
  margin-bottom: 14px;
}

.aina-team-card {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px;
}

.aina-portrait {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  object-fit: cover;
  object-position: center;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 22px rgba(20, 34, 59, 0.12);
}

.aina-team-card p {
  margin: 5px 0 0;
  color: var(--muted);
}

.mode-compare {
  grid-template-columns: 1fr;
  margin-top: 12px;
}

.mode-compare > div {
  padding: 14px;
}

.mode-compare span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
}

.mode-compare strong {
  display: block;
  margin-top: 5px;
}

.mode-compare .highlight {
  border-color: rgba(0, 201, 141, 0.3);
  background: var(--soft);
}

figure {
  margin: 0 0 12px;
  padding: 16px;
}

blockquote {
  margin: 0 0 12px;
  line-height: 1.5;
  font-weight: 800;
}

details {
  margin-bottom: 10px;
  padding: 14px;
}

summary {
  cursor: pointer;
  font-weight: 900;
}

details p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.status-card {
  padding: 16px;
}

.status-card strong {
  display: block;
  margin-bottom: 12px;
}

.status-grid {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 14px;
}

.status-grid span {
  padding: 9px 10px;
}

.extra-final {
  display: none;
  color: var(--green-dark);
  font-weight: 900;
}

.bottom-sheet-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(16, 35, 29, 0.42);
  backdrop-filter: blur(5px);
}

.bottom-sheet {
  position: fixed;
  inset: auto 0 0;
  z-index: 90;
  max-height: 88svh;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  transform: translateY(105%);
  transition: transform 260ms ease;
  border-radius: 18px 18px 0 0;
  background: #ffffff;
  box-shadow: 0 -16px 42px rgba(16, 35, 29, 0.18);
}

.bottom-sheet.open {
  transform: translateY(0);
}

.sheet-handle {
  width: 42px;
  height: 5px;
  margin: 10px auto 8px;
  border-radius: 999px;
  background: rgba(16, 35, 29, 0.16);
}

.sheet-head {
  justify-content: space-between;
  gap: 12px;
  padding: 0 16px 12px;
}

.icon-btn {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #f0f5f3;
  color: var(--ink);
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 700;
}

.sheet-progress {
  overflow: hidden;
  height: 6px;
  background: #eef5f2;
}

.sheet-progress span {
  display: block;
  width: 25%;
  height: 100%;
  background: linear-gradient(90deg, var(--green), var(--blue));
  transition: width 240ms ease;
}

.sheet-body {
  overflow-y: auto;
  padding: 16px 16px 24px;
}

.sheet-step-label {
  margin-bottom: 10px;
  color: var(--green-dark);
  font-size: 0.8rem;
  font-weight: 900;
}

.sheet-title {
  margin-bottom: 14px;
  font-size: 1.28rem;
  line-height: 1.2;
}

.choice-next {
  width: 100%;
  min-height: 50px;
  margin-top: 14px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--ink);
}

.choice-next:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.analysis-run {
  text-align: center;
}

.analysis-run .progress-ring {
  margin: 14px auto;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.analysis-run .progress-ring span {
  font-size: 1.5rem;
}

.run-log {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  text-align: left;
}

.run-log span {
  border-radius: 8px;
  background: #f4faf7;
  padding: 10px 12px;
  color: var(--muted);
  font-weight: 800;
}

.sticky-cta {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 70;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(16, 35, 29, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 36px rgba(16, 35, 29, 0.18);
  padding: 8px;
  backdrop-filter: blur(16px);
}

.sticky-profile {
  min-width: 0;
  gap: 9px;
}

.sticky-profile strong,
.sticky-profile span {
  display: block;
  white-space: nowrap;
}

.sticky-profile strong {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.85rem;
}

.sticky-profile span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.sticky-button {
  min-height: 44px;
  border-radius: 999px;
  padding: 0 14px;
  color: #ffffff;
  background: var(--green);
  white-space: nowrap;
}

.floating-whatsapp {
  position: fixed;
  right: 14px;
  top: 64vh;
  z-index: 76;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 231, 142, 0.92);
  border-radius: 50%;
  color: #ffffff;
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.9), transparent 18%),
    linear-gradient(135deg, #06c783 0%, #0aa765 42%, #f8c84d 100%);
  box-shadow:
    0 14px 28px rgba(6, 132, 95, 0.32),
    0 0 0 7px rgba(255, 199, 66, 0.14);
  overflow: hidden;
}

.floating-whatsapp::after {
  content: "";
  position: absolute;
  inset: -40% 35% -40% auto;
  width: 18px;
  background: rgba(255, 255, 255, 0.55);
  transform: rotate(24deg);
  animation: ctaShine 2.9s ease-in-out infinite;
}

.floating-whatsapp .fa-whatsapp {
  position: relative;
  z-index: 1;
  font-size: 1.92rem;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.18));
}

@keyframes ctaShine {
  0% {
    transform: translateX(-80px) rotate(24deg);
  }
  52%,
  100% {
    transform: translateX(76px) rotate(24deg);
  }
}

@media (min-width: 680px) {
  .section {
    padding: 42px 32px;
  }

  .hero {
    min-height: auto;
    padding-top: 18px;
  }

  h1 {
    font-size: 3.3rem;
    max-width: 820px;
  }

  h2 {
    font-size: 2.1rem;
  }

  .hero-copy {
    max-width: 720px;
    font-size: 1.08rem;
  }

  .hero-visual {
    max-width: 820px;
  }

  .analysis-chips,
  .trust-row,
  .job-facts,
  .locked-grid,
  .mode-compare {
    grid-template-columns: repeat(3, 1fr);
  }

  .analysis-chips {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: visible;
  }

  .primary-cta {
    max-width: 440px;
  }

  .story-card {
    flex-basis: 30%;
  }

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

  .chip-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .wallet-job-card {
    max-width: 720px;
  }

  .bottom-sheet {
    left: 50%;
    right: auto;
    width: min(520px, calc(100% - 32px));
    transform: translate(-50%, 105%);
    border-radius: 18px;
    bottom: 16px;
  }

  .bottom-sheet.open {
    transform: translate(-50%, 0);
  }

  .sticky-cta {
    left: 50%;
    right: auto;
    width: min(520px, calc(100% - 24px));
    transform: translateX(-50%);
  }

  .results-section .whatsapp-cta {
    bottom: calc(92px + env(safe-area-inset-bottom));
  }

  .floating-whatsapp {
    right: max(22px, calc((100vw - 980px) / 2 + 18px));
    width: 66px;
    height: 66px;
  }
}

@media (min-width: 900px) {
  .hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
    gap: 16px 30px;
    align-items: center;
  }

  .topbar,
  .trust-row {
    grid-column: 1 / -1;
  }

  .micro-label,
  .hero h1,
  .hero-copy,
  .analysis-chips,
  .hero > .primary-cta,
  .hero > .tiny-note {
    grid-column: 1;
  }

  .hero-visual {
    grid-column: 2;
    grid-row: 2 / 8;
    margin: 0;
  }

  h1 {
    font-size: 2.72rem;
  }

  .hero-copy {
    margin-bottom: 0;
  }

  .hero > .tiny-note {
    max-width: 440px;
    margin-top: -6px;
  }
}

/* Visual lightening pass */
:root {
  --shadow: 0 10px 24px rgba(18, 75, 65, 0.09);
}

body {
  font-weight: 500;
}

.section {
  padding-top: 24px;
  padding-bottom: 24px;
}

.topbar {
  margin-bottom: 16px;
}

h1 {
  max-width: 18ch;
  margin-bottom: 10px;
  font-size: 1.48rem;
  line-height: 1.12;
  font-weight: 700;
}

h2 {
  margin-bottom: 8px;
  font-size: 1.42rem;
  line-height: 1.14;
  font-weight: 700;
}

h3,
.wallet-job-card h3 {
  font-weight: 700;
}

.hero-copy,
.section-copy,
.muted,
details p,
blockquote {
  line-height: 1.5;
  font-weight: 500;
}

.brand,
.brand-logo,
.brand-name,
.primary-cta,
.sticky-button,
.rematch-btn,
.choice-next,
summary,
.amount-block strong,
.score-pill strong {
  font-weight: 700;
}

.micro-label,
.section-kicker,
.ai-tag,
.nav-pill,
.analysis-chips span,
.trust-row span,
.segmented button,
.chip-grid button,
.chip-grid span,
.job-facts span,
.status-grid span,
.check-list li,
.support-card li,
.metric-card span,
.metric-card small,
.float-card small,
.phone-head span,
.sheet-step-label,
.run-log span,
.sticky-profile span,
dt,
dd,
.task-row span,
.task-row b {
  font-weight: 600;
}

.float-card strong,
.sim-card strong,
.metric-card strong,
.equation-card span,
.locked-card span {
  font-weight: 700;
}

.hero-copy {
  margin-bottom: 14px;
  font-size: 0.9rem;
}

.hero-visual {
  margin-bottom: 12px;
  box-shadow: 0 10px 24px rgba(18, 75, 65, 0.1);
}

.analysis-chips span {
  min-height: 36px;
  padding: 7px 10px;
}

.analysis-chips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: visible;
}

.primary-cta {
  min-height: 52px;
  box-shadow: 0 10px 22px rgba(0, 201, 141, 0.22);
}

.tiny-note {
  margin-bottom: 10px;
  font-weight: 600;
}

.sim-card,
.story-card,
.metric-card,
.phone-frame,
.analysis-panel,
.wallet-job-card,
.locked-card,
.support-card,
.aina-team-card,
.mode-compare > div,
figure,
details,
.status-card {
  box-shadow: 0 8px 20px rgba(18, 75, 65, 0.07);
}

.sim-card,
.story-card,
.metric-card,
.wallet-job-card,
.support-card,
figure,
details,
.status-card {
  padding: 14px;
}

.amount-block strong {
  font-size: 2.25rem;
}

.sticky-cta {
  box-shadow: 0 10px 26px rgba(16, 35, 29, 0.13);
}

.sticky-profile strong {
  font-weight: 600;
}

@media (min-width: 680px) {
  h1 {
    max-width: 19ch;
    font-size: 2.45rem;
  }

  h2 {
    font-size: 1.82rem;
  }
}

@media (min-width: 900px) {
  h1 {
    max-width: 16ch;
    font-size: 2.32rem;
  }
}

/* Typography refinement: softer, less bulky reading rhythm */
body {
  font-weight: 400;
}

h1 {
  max-width: 19ch;
  margin-bottom: 9px;
  font-size: 1.36rem;
  line-height: 1.16;
  font-weight: 600;
}

h2 {
  margin-bottom: 7px;
  font-size: 1.28rem;
  line-height: 1.18;
  font-weight: 600;
}

h3,
.wallet-job-card h3,
.brand-name,
.phone-head strong,
.sticky-profile strong,
.task-row strong,
.status-card strong,
.aina-team-card strong,
.equation-card strong,
summary {
  font-weight: 600;
}

p,
li,
blockquote,
details p,
.hero-copy,
.section-copy,
.muted,
.story-card p,
.status-card p,
figcaption {
  font-size: 0.92rem;
  line-height: 1.58;
  font-weight: 400;
}

.hero-copy {
  margin-bottom: 12px;
}

.micro-label,
.section-kicker,
.ai-tag,
.nav-pill,
.float-card small,
.amount-block span,
.score-pill span,
.job-topline span,
.metric-card span,
.metric-card small,
.phone-head span,
.sticky-profile span,
dt,
dd,
.task-row span,
.task-row b,
.tiny-note,
.sheet-step-label {
  font-weight: 500;
}

.analysis-chips span,
.trust-row span,
.segmented button,
.chip-grid button,
.chip-grid span,
.job-facts span,
.status-grid span,
.check-list li,
.support-card li,
.reason-box li,
.analysis-list li,
.run-log span {
  font-weight: 500;
}

.primary-cta,
.sticky-button,
.rematch-btn,
.choice-next {
  font-weight: 600;
}

.brand,
.brand-logo,
.float-card strong,
.sim-card strong,
.metric-card strong,
.amount-block strong,
.score-pill strong,
.progress-ring span,
.equation-card span,
.locked-card span {
  font-weight: 600;
}

.amount-block strong {
  font-size: 2.08rem;
  letter-spacing: 0;
}

.metric-card strong {
  font-size: 1.42rem;
}

.wallet-job-card h3 {
  font-size: 1.18rem;
}

.sim-amount strong {
  font-size: 1.38rem;
}

.section {
  padding-top: 22px;
  padding-bottom: 22px;
}

.sim-card,
.story-card,
.metric-card,
.wallet-job-card,
.support-card,
figure,
details,
.status-card {
  padding: 13px;
}

@media (min-width: 680px) {
  h1 {
    max-width: 20ch;
    font-size: 2.05rem;
  }

  h2 {
    font-size: 1.58rem;
  }

  p,
  li,
  blockquote,
  details p,
  .hero-copy,
  .section-copy,
  .muted {
    font-size: 0.98rem;
  }
}

@media (min-width: 900px) {
  h1 {
    max-width: 17ch;
    font-size: 2.12rem;
  }
}

.hero .micro-label {
  margin-bottom: 14px;
}

.hero h1 {
  width: 100%;
  max-width: none;
  margin-bottom: 16px;
}

.hero-copy {
  width: 100%;
  margin-bottom: 22px;
}

@media (min-width: 680px) {
  .hero .micro-label {
    margin-bottom: 18px;
  }

  .hero h1 {
    max-width: 760px;
    margin-bottom: 18px;
  }

  .hero-copy {
    max-width: 700px;
    margin-bottom: 24px;
  }
}

@media (min-width: 900px) {
  .hero h1 {
    max-width: none;
  }

  .hero-copy {
    margin-bottom: 0;
  }
}

/* Fixed top header */
.topbar {
  position: fixed;
  top: 10px;
  left: 50%;
  z-index: 78;
  width: min(944px, calc(100% - 24px));
  margin-bottom: 0;
  padding: 9px 10px;
  border: 1px solid rgba(16, 35, 29, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 32px rgba(16, 35, 29, 0.13);
  backdrop-filter: blur(16px);
  transform: translateX(-50%);
}

.hero {
  padding-top: 94px;
}

@media (min-width: 680px) {
  .topbar {
    top: 14px;
    width: min(916px, calc(100% - 40px));
    padding: 10px 12px;
  }

  .hero {
    padding-top: 112px;
  }
}
