:root {
  --ink: #07162f;
  --navy: #002f73;
  --navy-deep: #00173c;
  --navy-dark: #000d25;
  --ice: #eaf5ff;
  --ice-2: #f5fbff;
  --line: rgba(16, 42, 86, 0.12);
  --muted: #5d6f8a;
  --white: #ffffff;
  --gold: #f5b400;
  --gold-2: #ffcf18;
  --green: #61e6aa;
  --red: #ff6b95;
  --shadow-gold: 0 18px 50px -18px rgba(245, 180, 0, 0.75);
  --shadow-blue: 0 24px 80px -42px rgba(0, 82, 204, 0.95);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

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

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

button,
summary {
  cursor: pointer;
}

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

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

h1,
h2,
h3,
.brand {
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  color: var(--white);
  font-size: clamp(2.25rem, 5vw, 5rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.025em;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.75rem);
  font-weight: 900;
  line-height: 1.08;
}

h3 {
  font-size: 1.25rem;
  font-weight: 850;
  line-height: 1.2;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 20;
  transform: translateY(-150%);
  border-radius: 999px;
  background: var(--white);
  padding: 0.65rem 1rem;
  color: var(--ink);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(100% - 3rem, 1180px);
  margin-inline: auto;
}

.container--narrow {
  width: min(100% - 3rem, 1024px);
}

.container--faq {
  width: min(100% - 3rem, 790px);
}

.site-header {
  position: relative;
  z-index: 10;
  color: var(--white);
  background: transparent;
}

.topbar {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #061536;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.topbar strong,
.topbar__cta {
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.86);
  padding: 0.18rem 0.75rem;
  color: var(--gold-2);
}

.nav-shell {
  display: flex;
  width: min(100% - 3rem, 1180px);
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-inline: auto;
}

.brand {
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.primary-nav,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.primary-nav {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 700;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  padding: 0.85rem 1.7rem;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.btn--gold {
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #061536;
  box-shadow: var(--shadow-gold);
}

.btn--gold:hover,
.btn--gold:focus-visible {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.btn--nav {
  min-height: 36px;
  padding: 0.55rem 1.1rem;
}

.section-dark {
  color: var(--white);
  background:
    radial-gradient(at 20% 0%, #0d5bc7 0%, transparent 55%),
    radial-gradient(at 90% 100%, #0d5bc7 0%, transparent 50%),
    linear-gradient(135deg, #071836 0%, #052d72 100%);
}

.hero {
  position: relative;
  overflow: hidden;
  margin-top: -76px;
  padding: 6.6rem 0 6rem;
}

.hero::after,
.live::after,
.guarantee::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 44px;
  background: linear-gradient(180deg, rgba(234, 245, 255, 0), var(--ice));
  content: "";
  filter: blur(8px);
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 490px);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}

.hero h1 span,
.final-grid h2 span {
  background: linear-gradient(135deg, var(--gold) 0%, #fff7c2 48%, var(--gold-2) 78%, #ffed7a 100%);
  background-size: 180% 180%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: goldTextShift 4.8s ease-in-out infinite;
}

.hero__copy {
  position: relative;
  z-index: 1;
}

.hero__lead {
  max-width: 620px;
  margin-top: 1.15rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.12rem;
  font-weight: 700;
}

.pulse-badge,
.mini-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.45rem 0.75rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pulse-badge span {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(97, 230, 170, 0.7);
  animation: pulse 1.7s infinite;
}

.check-list {
  display: grid;
  gap: 0.7rem;
  margin: 1.05rem 0 0;
  padding: 0;
  list-style: none;
  font-weight: 750;
}

.check-list--inline {
  grid-template-columns: repeat(3, max-content);
  color: rgba(255, 255, 255, 0.82);
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.check-list li::before {
  display: grid;
  width: 1.25rem;
  height: 1.25rem;
  place-items: center;
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  content: "✓";
  font-size: 0.75rem;
  font-weight: 950;
}

.btn--hero {
  margin-top: 1.45rem;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  max-width: 620px;
  margin-top: 2.35rem;
}

.hero-stats div {
  min-height: 68px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  padding: 0.85rem 1rem;
}

.hero-stats span,
.signup-card__top span,
.paid-pill span {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-stats strong {
  color: var(--gold-2);
  font-size: 1.15rem;
}

.signup-card,
.final-form-card {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  padding: 1.65rem;
  box-shadow: rgba(0, 0, 0, 0.6) 0 30px 80px -30px, rgba(255, 255, 255, 0.06) 0 1px 0 inset, rgba(245, 180, 0, 0.6) 0 18px 50px -18px;
  backdrop-filter: blur(18px);
}

.signup-card {
  min-height: 579px;
}

.signup-card__top {
  display: flex;
  justify-content: space-between;
  border: 1px solid rgba(245, 180, 0, 0.35);
  border-radius: 14px;
  padding: 0.8rem 1rem;
}

.signup-card__top strong {
  display: block;
  margin-top: 0.1rem;
  color: var(--white);
  font-size: 1.35rem;
  font-weight: 950;
}

.form-heading {
  margin-top: 1.1rem;
  color: var(--white);
  font-size: 1.35rem;
}

.signup-card > p,
.final-form-card > p {
  margin-top: 0.45rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
}

.leadform,
.lead-form {
  position: relative;
  margin-top: 1rem;
}

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

.form-group {
  position: relative;
  margin-bottom: 0.62rem;
}

.form-preloader {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(2, 18, 48, 0.72);
  backdrop-filter: blur(4px);
}

.hidden,
.hide {
  display: none !important;
}

.spinner {
  animation: spin 1s linear infinite;
}

.spinner .path {
  stroke: var(--gold);
  stroke-linecap: round;
}

.leadform .form-control,
.leadform input,
.leadform select,
.lead-form input,
.lead-form select {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  padding: 0 1rem;
  color: var(--white);
  outline: none;
}

.leadform input[readonly],
.lead-form input[readonly] {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.72);
}

.signup-card .leadform .form-control,
.signup-card .leadform input,
.signup-card .leadform select {
  border-color: rgba(255, 255, 255, 0.1) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: var(--white) !important;
}

.final-form-card .form-control,
.final-form-card .leadform input,
.final-form-card .leadform select,
.final-form-card .lead-form input,
.final-form-card .lead-form select {
  border-color: var(--line) !important;
  background: var(--white) !important;
  color: var(--ink) !important;
}

.final-form-card .leadform input[readonly],
.final-form-card .lead-form input[readonly] {
  background: rgba(234, 245, 255, 0.7) !important;
  color: var(--ink) !important;
}

.form-control::placeholder,
.leadform input::placeholder,
.lead-form input::placeholder {
  color: rgba(255, 255, 255, 0.55) !important;
}

.final-form-card .form-control::placeholder,
.final-form-card .leadform input::placeholder,
.final-form-card .lead-form input::placeholder {
  color: #9aa8bf !important;
}

.lead-form input:focus,
.lead-form select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(245, 180, 0, 0.18);
}

.phone-row {
  position: relative;
  margin-bottom: 0.62rem;
}

.warning-icon {
  position: absolute;
  right: 0.9rem;
  top: 50%;
  display: none;
  width: 1rem;
  height: 1rem;
  transform: translateY(-50%);
  border-radius: 999px;
  background: var(--red);
}

.error-msg {
  display: block;
  margin-top: 0.35rem;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 800;
}

.leadform .btn-submit,
.lead-form .btn,
.lead-form .btn-submit {
  width: 100%;
  margin-top: 0.25rem;
  min-height: 52px;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, var(--gold-2), var(--gold)) !important;
  color: #061536 !important;
  box-shadow: var(--shadow-gold) !important;
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.microtrust,
.secure-note {
  text-align: center;
}

.secure-note::before {
  content: "🔒 ";
}

.form-footer {
  margin-top: 0.7rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
  line-height: 1.45;
  text-align: center;
}

.final-form-card .form-footer {
  color: #7b89a2;
}

.form-footer a,
.members-form-policy-toggle {
  color: var(--gold-2);
  font-weight: 850;
}

.final-form-card .form-footer a,
.final-form-card .members-form-policy-toggle {
  color: #006ac9;
}

.members-form-policy-toggle {
  display: inline-block;
  margin-left: 0.25rem;
}

.live {
  position: relative;
  overflow: hidden;
  padding: 4rem 0 5.2rem;
  background:
    radial-gradient(at 20% 0%, rgba(13, 91, 199, 0.32) 0%, transparent 55%),
    radial-gradient(at 90% 100%, rgba(13, 91, 199, 0.28) 0%, transparent 50%),
    linear-gradient(180deg, #000d25, #021f51);
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 3rem;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  margin-top: 1rem;
  color: var(--muted);
  font-weight: 650;
}

.section-heading--row {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  text-align: left;
}

.section-heading--row h2 {
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.eyebrow {
  color: #22a4ff;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.section-dark .eyebrow,
.guarantee .eyebrow {
  color: var(--gold-2);
}

.paid-pill {
  min-width: 210px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  padding: 0.8rem 1rem;
  text-align: right;
}

.paid-pill strong {
  color: var(--white);
  font-size: 1.25rem;
}

.withdrawal-list {
  display: grid;
  max-height: 330px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  margin: 0;
  padding: 0;
  list-style: none;
}

.withdrawal-list li {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  align-items: center;
  gap: 1rem;
  min-height: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.65rem 1.1rem;
}

.withdrawal-list li.is-new {
  animation: liveRowIn 520ms ease both;
}

.avatar {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.72);
  font-weight: 900;
}

.withdrawal-list strong,
.withdrawal-list small {
  display: block;
}

.withdrawal-list small {
  color: rgba(255, 255, 255, 0.55);
}

.withdrawal-list b {
  color: var(--gold-2);
  font-size: 1.05rem;
}

.feed-note {
  margin-top: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.8rem;
  text-align: center;
}

.calculator,
.comparison,
.faq {
  background: var(--ice-2);
  padding: 7rem 0;
}

.calculator-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
  gap: 2.5rem;
}

.deposit-panel,
.forecast-panel,
.step-list li,
.table-wrap,
.faq-list details,
.final-form-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
}

.deposit-panel,
.forecast-panel {
  min-height: 445px;
  padding: 2.2rem;
}

.deposit-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #e9f5ff;
}

.deposit-panel p {
  color: var(--muted);
  font-weight: 800;
}

.deposit-panel strong {
  margin-top: 0.35rem;
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  font-weight: 950;
}

.deposit-panel input {
  margin-top: 2rem;
  accent-color: #129df2;
}

.deposit-panel div {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.8rem;
}

.forecast-panel {
  color: var(--white);
  background:
    radial-gradient(circle at 92% 9%, rgba(255, 247, 194, 0.18), transparent 8rem),
    radial-gradient(circle at 13% 92%, rgba(25, 113, 255, 0.42), transparent 10rem),
    linear-gradient(135deg, #052f73, #00173f);
  box-shadow: 0 24px 80px -42px rgba(0, 82, 204, 0.95), rgba(255, 255, 255, 0.06) 0 1px 0 inset;
}

.forecast-panel > span,
.forecast-panel > p {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 750;
}

.forecast-panel > strong {
  display: block;
  margin-top: 0.15rem;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 950;
  line-height: 1;
}

.forecast-panel b,
.forecast-panel em,
.forecast-cards small {
  color: var(--gold-2);
  font-style: normal;
}

.forecast-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
  margin-top: 2rem;
}

.forecast-cards div {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  padding: 1rem;
}

.forecast-cards span,
.forecast-cards strong,
.forecast-cards small {
  display: block;
}

.forecast-panel .btn {
  width: 100%;
  margin-top: 1.6rem;
}

.forecast-panel > small {
  display: block;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.steps {
  background: var(--ice);
  padding: 7rem 0;
}

.step-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.step-list li {
  position: relative;
  min-height: 176px;
  padding: 2.4rem 1.35rem 1.35rem;
}

.step-list span {
  position: absolute;
  left: 1rem;
  top: -0.75rem;
  border-radius: 999px;
  background: var(--gold);
  padding: 0.28rem 0.72rem;
  color: #061536;
  font-size: 0.7rem;
  font-weight: 950;
}

.step-list p {
  margin-top: 0.7rem;
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 650;
}

.section-cta {
  display: flex;
  width: max-content;
  margin: 2.5rem auto 0;
}

.table-wrap {
  overflow: hidden;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

th,
td {
  padding: 1.05rem 1.25rem;
  text-align: center;
}

th:first-child,
td:first-child {
  text-align: left;
}

thead th:nth-child(2) {
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #061536;
}

tbody tr:nth-child(even) {
  background: #edf7ff;
}

tbody td:nth-child(2) {
  background: rgba(245, 180, 0, 0.12);
  font-weight: 900;
}

.ok,
.bad {
  font-size: 1.2rem;
  font-weight: 950;
}

.ok {
  color: #28c785;
}

.bad {
  color: var(--red);
}

.guarantee {
  position: relative;
  overflow: hidden;
  padding: 5.8rem 0;
  background: linear-gradient(180deg, #00112d, #062b68);
}

.guarantee-card {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  align-items: center;
  gap: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  padding: 2.2rem;
  box-shadow: var(--shadow-blue);
}

.guarantee-card__number {
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  border-radius: 999px;
  background: var(--gold);
  color: #061536;
  font-size: 2.4rem;
  font-weight: 950;
}

.guarantee-card h2 {
  margin-top: 0.4rem;
  color: var(--white);
  font-size: clamp(1.7rem, 3vw, 2.7rem);
}

.guarantee-card p:not(.eyebrow) {
  margin-top: 0.7rem;
  color: rgba(255, 255, 255, 0.76);
}

.faq-list {
  display: grid;
  gap: 0.85rem;
}

.faq-list details {
  overflow: hidden;
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 66px;
  padding: 1rem 1.35rem;
  font-weight: 900;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  background: var(--ice);
  color: #006ac9;
  content: "+";
  font-weight: 950;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  padding: 0 1.35rem 1.3rem;
  color: var(--muted);
  font-weight: 650;
}

.final-cta {
  padding: 6.6rem 0;
  background: var(--ice);
}

.final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  align-items: center;
  gap: 4rem;
}

.final-grid h2 span,
.final-grid h2 {
  color: var(--ink);
}

.final-grid > div > p:not(.eyebrow) {
  margin-top: 1.3rem;
  color: var(--muted);
  font-weight: 650;
}

.final-form-card {
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 26px 80px -42px rgba(0, 117, 255, 0.9);
}

.final-form-card .form-heading {
  color: var(--ink);
}

.final-form-card > p {
  color: var(--muted);
}

.mini-badge {
  background: rgba(245, 180, 0, 0.16);
  color: #7a5700;
}

.site-footer {
  background: #053274;
  color: rgba(255, 255, 255, 0.75);
  padding: 1.4rem 0;
  font-size: 0.82rem;
  font-weight: 750;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
}

.footer-grid > p:first-child {
  color: var(--white);
  font-weight: 950;
  letter-spacing: 0.14em;
}

.footer-grid > p:last-child {
  text-align: right;
}

.footer-grid nav {
  display: flex;
  gap: 1.2rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(97, 230, 170, 0.7);
  }
  70% {
    box-shadow: 0 0 0 9px rgba(97, 230, 170, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(97, 230, 170, 0);
  }
}

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

@keyframes goldTextShift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes liveRowIn {
  from {
    opacity: 0;
    transform: translateY(-14px);
    background: rgba(245, 180, 0, 0.14);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    background: transparent;
  }
}

@media (max-width: 920px) {
  .container,
  .container--narrow,
  .container--faq,
  .nav-shell {
    width: min(100% - 2rem, 720px);
  }

  .topbar {
    gap: 0.55rem;
    padding-inline: 0.5rem;
    font-size: 0.62rem;
    letter-spacing: 0.08em;
  }

  .primary-nav,
  .btn--nav {
    display: none;
  }

  .nav-shell {
    min-height: 64px;
  }

  .brand {
    font-size: 1rem;
  }

  .hero {
    margin-top: -64px;
    padding: 5.3rem 0 3rem;
  }

  .hero__grid,
  .calculator-grid,
  .final-grid {
    grid-template-columns: 1fr;
  }

  .check-list--inline {
    grid-template-columns: 1fr 1fr;
  }

  .hero-stats {
    margin-top: 1.5rem;
  }

  .signup-card,
  .final-form-card,
  .deposit-panel,
  .forecast-panel {
    padding: 1.25rem;
  }

  .section-heading--row,
  .guarantee-card {
    display: grid;
    text-align: left;
  }

  .paid-pill {
    text-align: left;
  }

  .step-list {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .guarantee-card {
    grid-template-columns: 1fr;
  }

  .forecast-cards {
    grid-template-columns: 1fr;
  }

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

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-grid nav {
    justify-content: center;
  }

  .footer-grid > p:last-child {
    text-align: center;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 2rem;
  }

  .check-list--inline,
  .hero-stats,
  .form-row {
    grid-template-columns: 1fr;
  }

  .withdrawal-list li {
    grid-template-columns: 34px 1fr;
  }

  .withdrawal-list b {
    grid-column: 2;
  }

  th,
  td {
    padding: 0.85rem 0.65rem;
    font-size: 0.78rem;
  }

  .topbar__dot,
  .topbar__cta {
    display: none;
  }
}
