:root {
  --background: #050505;
  --surface: #0d0d0f;
  --surface-2: #151516;
  --surface-3: #1e1b18;
  --text: #fff8ee;
  --muted: #cfc4b6;
  --soft: #968b7e;
  --line: rgba(255, 255, 255, 0.14);
  --line-strong: rgba(255, 255, 255, 0.22);
  --accent: #f2a464;
  --accent-2: #83c5be;
  --danger: #f27171;
  --success: #56d39b;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--background);
  color-scheme: dark;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(242, 164, 100, 0.08), rgba(5, 5, 5, 0) 420px),
    var(--background);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
}

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

.site-header {
  border-bottom: 1px solid var(--line);
  background: rgba(5, 5, 5, 0.92);
}

.header-inner,
.hero,
.overview-band,
.strategy-grid,
.comparison-section,
.next-steps,
.footer-inner {
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto;
}

.header-inner {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand img {
  width: 270px;
}

.header-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  align-items: center;
  gap: clamp(34px, 6vw, 80px);
  padding: clamp(36px, 5vw, 56px) 0;
}

.hero-copy {
  min-width: 0;
  max-width: 790px;
}

.prepared-line,
.strategy-label {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 7vw, 82px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero h1 > span {
  display: block;
}

.plan-word {
  white-space: nowrap;
}

.hero-lede {
  max-width: 720px;
  margin: 28px 0 0;
  color: #eadfce;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.portfolio-summary {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  overflow: hidden;
  background: var(--line);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.portfolio-summary div {
  min-width: 0;
  min-height: 128px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 26px;
  background: rgba(18, 18, 20, 0.94);
}

.summary-label {
  color: var(--soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.portfolio-summary strong {
  color: #fff;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1;
  overflow-wrap: anywhere;
}

.overview-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.overview-item {
  padding: clamp(28px, 4vw, 42px);
  border-right: 1px solid var(--line);
}

.overview-item:last-child {
  border-right: 0;
}

.overview-item span {
  display: block;
  margin-bottom: 26px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
}

.overview-item h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(22px, 2.6vw, 31px);
  line-height: 1.16;
}

.overview-item p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.strategy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: clamp(46px, 7vw, 86px) 0;
}

.strategy-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--surface);
}

.strategy-card.conservative {
  background: linear-gradient(180deg, rgba(242, 164, 100, 0.12), rgba(13, 13, 15, 1) 190px);
}

.strategy-card.medium {
  background: linear-gradient(180deg, rgba(131, 197, 190, 0.12), rgba(13, 13, 15, 1) 190px);
}

.strategy-top {
  min-height: 208px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: clamp(24px, 4vw, 36px);
  border-bottom: 1px solid var(--line);
}

.strategy-top h2 {
  max-width: 430px;
  margin: 0;
  color: #fff;
  font-size: clamp(29px, 4vw, 47px);
  line-height: 1.03;
}

.strategy-top > strong {
  color: #fff;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1;
  white-space: nowrap;
}

.strategy-intro {
  margin: 0;
  padding: 24px clamp(24px, 4vw, 36px) 0;
  color: #e8ddce;
  font-size: 16px;
  line-height: 1.7;
}

.strategy-points {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0 clamp(24px, 4vw, 36px);
  list-style: none;
}

.strategy-points li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.strategy-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

.allocation-total {
  display: flex;
  height: 12px;
  margin: 26px clamp(24px, 4vw, 36px) 4px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.allocation-total span {
  width: var(--w);
  background: var(--c);
}

.allocation-list {
  padding: 18px clamp(24px, 4vw, 36px) clamp(24px, 4vw, 36px);
}

.allocation-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.allocation-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.ticker {
  display: inline-block;
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.allocation-row h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 20px;
  line-height: 1.24;
}

.allocation-row p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}

.allocation-row strong {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  white-space: nowrap;
}

.comparison-section {
  padding: 0 0 clamp(44px, 7vw, 76px);
}

.section-heading {
  max-width: 700px;
  margin-bottom: 24px;
}

.section-heading h2,
.next-steps h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.04;
}

.comparison-table {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--surface);
}

.comparison-row {
  display: grid;
  grid-template-columns: 0.78fr 1fr 1fr;
  border-bottom: 1px solid var(--line);
}

.comparison-row:last-child {
  border-bottom: 0;
}

.comparison-row span {
  min-width: 0;
  padding: 18px 20px;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.comparison-row span:last-child {
  border-right: 0;
}

.comparison-head {
  background: var(--surface-2);
}

.comparison-head span,
.comparison-row span:first-child {
  color: #fff;
  font-weight: 800;
}

.next-steps {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  padding: clamp(34px, 6vw, 58px);
  margin-bottom: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(30, 27, 24, 0.9), rgba(13, 13, 15, 0.96));
}

.next-steps ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.next-steps li {
  position: relative;
  padding: 0 0 18px 26px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.next-steps li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

.next-steps li:last-child {
  padding-bottom: 0;
}

.signature-note {
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto clamp(52px, 7vw, 82px);
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
}

.signature-note p {
  margin: 0;
  color: #eee1d3;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.footer-inner {
  padding: 38px 0 46px;
}

.footer-logo img {
  width: 220px;
  margin-bottom: 18px;
}

.footer-inner p {
  max-width: 1040px;
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 18px;
}

.footer-links a {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    align-items: start;
  }

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

  .portfolio-summary div {
    min-height: 118px;
  }

  .overview-band,
  .strategy-grid,
  .next-steps {
    grid-template-columns: 1fr;
  }

  .overview-item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .overview-item:last-child {
    border-bottom: 0;
  }

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

  .comparison-head {
    display: none;
  }

  .comparison-row span {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .comparison-row span:last-child {
    border-bottom: 0;
  }

  .comparison-row span:nth-child(2)::before {
    content: "Lower-Risk: ";
    color: #fff;
    font-weight: 800;
  }

  .comparison-row span:nth-child(3)::before {
    content: "Medium-Risk: ";
    color: #fff;
    font-weight: 800;
  }
}

@media (max-width: 700px) {
  .header-inner,
  .hero,
  .overview-band,
  .strategy-grid,
  .comparison-section,
  .next-steps,
  .footer-inner {
    width: min(600px, calc(100% - 80px));
    margin-left: 32px;
    margin-right: auto;
  }

  .header-inner {
    min-height: 82px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
  }

  .brand img {
    width: 188px;
  }

  .header-meta {
    justify-content: flex-start;
    font-size: 11px;
  }

  .hero {
    gap: 30px;
    padding: 42px 0 36px;
  }

  .hero h1 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .plan-word {
    display: block;
  }

  .hero-lede {
    margin-top: 22px;
    max-width: min(520px, calc(100% - 30px));
    font-size: 16px;
  }

  .portfolio-summary {
    grid-template-columns: 1fr;
    width: min(100%, 340px);
  }

  .portfolio-summary div {
    min-height: 62px;
    padding: 12px 14px;
  }

  .summary-label {
    font-size: 10px;
  }

  .portfolio-summary strong {
    font-size: clamp(20px, 7vw, 28px);
  }

  .overview-item,
  .strategy-top,
  .strategy-intro,
  .strategy-points,
  .allocation-list,
  .next-steps {
    padding-left: 20px;
    padding-right: 20px;
  }

  .strategy-top {
    min-height: auto;
    flex-direction: column;
  }

  .strategy-top > strong {
    font-size: 30px;
  }

  .allocation-total {
    margin-left: 20px;
    margin-right: 20px;
  }

  .allocation-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .allocation-row strong {
    font-size: 22px;
  }

  .comparison-row span {
    padding: 16px;
  }

  .footer-logo img {
    width: 190px;
  }
}

@media (max-width: 600px) {
  .hero-lede,
  .overview-item p,
  .strategy-intro,
  .strategy-points li,
  .allocation-row p,
  .next-steps li,
  .signature-note p,
  .footer-inner p {
    max-width: 285px;
  }
}

@media (max-width: 480px) {
  .header-inner,
  .hero,
  .overview-band,
  .strategy-grid,
  .comparison-section,
  .next-steps,
  .signature-note,
  .footer-inner {
    width: min(340px, calc(100vw - 64px));
    margin-left: 32px;
    margin-right: auto;
  }
}
