:root {
  font-family: Arial, Helvetica, sans-serif;
  color: #1f2a44;
  background: #fff;
  --purple: #4b2e83;
  --gold: #f5c315;
  --navy: #1f2a44;
  --muted: #6e7180;
  --line: #e5e1eb;
  --soft: #f7f4fc;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
img {
  max-width: 100%;
  display: block;
}
button,
a.button {
  cursor: pointer;
}
button:disabled {
  opacity: 0.5;
  cursor: wait;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #d4b447;
  outline-offset: 3px;
}
.container {
  width: min(1240px, calc(100% - 80px));
  margin: auto;
}
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 4%;
  border-bottom: 1px solid var(--line);
  background: white;
}
.brand img {
  width: 175px;
  height: 52px;
  object-fit: contain;
}
.topbar nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 14px;
  font-weight: 600;
}
.button,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--purple);
  background: var(--purple);
  color: #fff;
  border-radius: 12px;
  padding: 12px 20px;
  min-height: 46px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
}
.button.secondary,
button.secondary {
  background: #fff;
  color: var(--purple);
  border-color: #d6cde5;
}
.button.gold,
button.gold {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}
.button.danger,
button.danger {
  color: #9c2424;
  background: #fff3f3;
  border-color: #efc7c7;
}
.eyebrow {
  color: var(--purple);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
h1,
h2,
h3 {
  line-height: 1.12;
  letter-spacing: -0.04em;
  margin: 0 0 18px;
}
h1 {
  font-size: clamp(40px, 5vw, 68px);
  max-width: 850px;
}
h2 {
  font-size: clamp(30px, 3.3vw, 44px);
}
h3 {
  font-size: 20px;
  letter-spacing: -0.025em;
}
.lead {
  font-size: 18px;
  color: var(--muted);
  line-height: 1.8;
  max-width: 760px;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  min-height: 640px;
  padding-block: 65px;
}
.hero h1 {
  max-width: 580px;
}
.hero .lead {
  max-width: 510px;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}
.smallproof {
  font-size: 12px;
  margin-top: 32px;
}
.gold-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--gold);
  border-radius: 50%;
  margin-right: 6px;
}
.chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.chips span,
.badge {
  display: inline-block;
  background: var(--soft);
  border: 1px solid #e6def0;
  padding: 5px 9px;
  border-radius: 7px;
  font-size: 11px;
  color: var(--purple);
  font-weight: 700;
}
.chips.large span {
  padding: 14px 22px;
  font-size: 16px;
  background: #fff;
}
.hero-visual {
  position: relative;
  height: 490px;
  isolation: isolate;
}
.gold-orbit {
  position: absolute;
  inset: 60px 20px 40px;
  border-radius: 50%;
  background: #f5f0fc;
  border: 1px solid #e9e0f2;
  z-index: -1;
}
.gold-orbit:after {
  content: "";
  position: absolute;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background: var(--gold);
  right: -10px;
  top: 12px;
}
.portrait {
  position: absolute;
  width: 36%;
  height: 300px;
  border-radius: 80px 80px 18px 18px;
  overflow: hidden;
  box-shadow: 0 14px 30px #33215224;
  border: 5px solid white;
}
.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portrait > div {
  position: absolute;
  bottom: 0;
  inset-inline: 0;
  padding: 35px 12px 12px;
  background: linear-gradient(transparent, #191122bf);
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
}
.portrait small {
  display: block;
  margin-top: 5px;
  font-size: 10px;
}
.portrait-0 {
  left: 1%;
  top: 70px;
  transform: rotate(-9deg);
}
.portrait-1 {
  left: 33%;
  top: 20px;
  z-index: 2;
}
.portrait-2 {
  right: -1%;
  top: 90px;
  transform: rotate(9deg);
}
.visual-note {
  position: absolute;
  bottom: 25px;
  left: 15%;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 15px 40px #33215212;
  padding: 15px 24px;
  border-radius: 14px;
  font-size: 15px;
}
.visual-note span {
  color: var(--purple);
  font-size: 30px;
  float: left;
  margin-right: 16px;
}
.ribbon {
  display: flex;
  justify-content: center;
  gap: 7%;
  padding: 21px 10px;
  background: var(--purple);
  color: white;
  font-size: 12px;
  letter-spacing: 0.15em;
  font-weight: 700;
}
.ribbon i {
  color: var(--gold);
  font-style: normal;
}
.section {
  padding-block: 70px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.section-heading h2 {
  margin-bottom: 0;
}
.text-link {
  color: var(--purple);
  font-weight: 700;
  font-size: 13px;
  display: inline-block;
  padding-block: 8px;
}
.cards {
  display: grid;
  gap: 22px;
}
.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.profile-card,
.business-card,
.card {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
}
.profile-photo {
  height: 275px;
  width: 100%;
  object-fit: cover;
}
.card-body {
  padding: 22px;
}
.card-body h3 {
  margin: 0;
}
.muted {
  color: var(--muted);
  font-size: 14px;
}
.soft {
  background: var(--soft);
}
.business-card {
  padding: 24px;
}
.business-logo {
  height: 95px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.business-logo img {
  max-height: 95px;
  max-width: 150px;
  object-fit: contain;
}
.steps {
  margin-top: 35px;
}
.steps article {
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.steps p {
  font-size: 14px;
  color: var(--muted);
}
.step-number {
  display: block;
  color: var(--purple);
  font-size: 14px;
  margin-bottom: 30px;
}
.cta {
  background: var(--purple);
  color: #fff;
  border-radius: 24px;
  padding: 50px;
}
.cta .eyebrow {
  color: var(--gold);
}
.cta p {
  max-width: 620px;
}
.cta .button {
  margin-top: 15px;
}
footer {
  background: #1f2a44;
  color: #e5e1ef;
  padding: 50px 0 20px;
  font-size: 13px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 45px;
}
.footer-grid h3 {
  font-size: 14px;
  letter-spacing: 0;
}
.footer-grid a {
  display: block;
  margin: 9px 0;
}
.footer-grid p {
  max-width: 340px;
  color: #b8becd;
}
.footer-logo {
  width: 190px;
  height: 75px;
  object-fit: contain;
}
.footer-bottom {
  border-top: 1px solid #ffffff26;
  margin-top: 35px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
}
.marketing {
  min-height: 60vh;
}
.marketing .card {
  padding: 28px;
}
.legal {
  max-width: 880px;
}
.legal h1 {
  font-size: 48px;
  margin-bottom: 40px;
}
.legal h2 {
  font-size: 25px;
  letter-spacing: -0.02em;
  margin-top: 35px;
}
.legal p,
.legal li {
  font-size: 15px;
  color: #44495a;
}
.legal a {
  color: var(--purple);
  text-decoration: underline;
  overflow-wrap: anywhere;
}
.content-image {
  max-height: 500px;
  object-fit: contain;
}
.empty {
  padding: 32px;
  border: 1px dashed #d5cbe2;
  border-radius: 16px;
  color: var(--muted);
  background: #faf8fd;
}
.error {
  padding: 14px 18px;
  border: 1px solid #efbcbc;
  background: #fff2f2;
  color: #8a2020;
  border-radius: 10px;
  margin: 15px 0;
}
.success {
  padding: 14px 18px;
  background: #edf7f1;
  border: 1px solid #c6dfd0;
  color: #235d3a;
  border-radius: 10px;
}
.notice {
  background: #fff8dc;
  color: #66501a;
  border: 1px solid #ecdfac;
  padding: 15px 18px;
  border-radius: 12px;
  font-size: 14px;
}
label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 15px;
}
input,
textarea,
select {
  display: block;
  width: 100%;
  border: 1px solid #d6d1df;
  border-radius: 9px;
  padding: 12px;
  background: white;
  color: var(--navy);
  font-weight: 400;
  margin-top: 6px;
  min-width: 0;
}
textarea {
  min-height: 100px;
  resize: vertical;
}
input[type="checkbox"] {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: middle;
}
fieldset {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 15px;
  margin: 0 0 18px;
}
legend {
  font-size: 13px;
  font-weight: 700;
  padding: 0 6px;
}
.check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.check-grid label {
  font-weight: 400;
  margin: 0;
}
.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.card {
  padding: 24px;
}
.stack {
  display: grid;
  gap: 20px;
}
small {
  font-size: 12px;
}
.break {
  overflow-wrap: anywhere;
}
@media (max-width: 1000px) {
  .topbar nav {
    gap: 16px;
  }
  .topbar nav > a:not(.button) {
    display: none;
  }
  .hero {
    gap: 20px;
  }
  .four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-grid {
    grid-template-columns: 2fr 1fr;
  }
  .portrait {
    height: 270px;
  }
  .hero-visual {
    height: 410px;
  }
  .hero {
    min-height: auto;
  }
  .container {
    width: calc(100% - 48px);
  }
}
@media (max-width: 640px) {
  .container {
    width: calc(100% - 32px);
  }
  .topbar {
    padding: 12px 16px;
    gap: 10px;
  }
  .brand img {
    width: 120px;
    height: 38px;
  }
  .topbar nav {
    gap: 8px;
  }
  .topbar nav > .button:last-child {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 38px;
  }
  .hero h1 {
    font-size: 44px;
    max-width: 450px;
  }
  .hero .lead {
    font-size: 16px;
  }
  .hero-visual {
    height: 350px;
    margin-top: 10px;
    max-width: 420px;
    width: 100%;
    justify-self: center;
  }
  .portrait {
    height: 235px;
  }
  .portrait-0 {
    top: 45px;
  }
  .portrait-1 {
    top: 5px;
  }
  .portrait-2 {
    top: 55px;
  }
  .visual-note {
    bottom: 0;
    font-size: 12px;
    left: 12%;
    padding: 12px 16px;
  }
  .ribbon {
    gap: 5%;
    font-size: 8px;
    letter-spacing: 0.08em;
    padding: 16px 5px;
  }
  .section {
    padding-block: 42px;
  }
  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }
  .four,
  .three,
  .two {
    grid-template-columns: 1fr;
  }
  .profile-photo {
    height: 340px;
  }
  .cards {
    gap: 18px;
  }
  .business-card {
    display: grid;
    grid-template-columns: 90px 1fr;
    column-gap: 20px;
  }
  .business-logo {
    grid-row: span 3;
    height: 95px;
    margin: 0;
  }
  .business-logo img {
    max-width: 90px;
  }
  .business-card h3,
  .business-card p {
    margin: 0;
  }
  .steps {
    grid-template-columns: 1fr 1fr;
  }
  .step-number {
    margin-bottom: 16px;
  }
  .cta {
    padding: 28px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .footer-bottom {
    display: block;
  }
  .footer-bottom span {
    display: block;
    margin-top: 8px;
  }
  .field-row,
  .check-grid {
    grid-template-columns: 1fr;
  }
  .legal h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 32px;
  }
}

.cta-brand {
  float: right;
  width: 150px;
  height: 150px;
  object-fit: contain;
  background: #fff;
  border-radius: 18px;
  margin: 0 0 20px 30px;
}
.marketing > .content-image {
  max-width: 280px;
  margin-top: 35px;
}
@media (max-width: 640px) {
  .cta-brand {
    width: 70px;
    height: 70px;
    margin-left: 15px;
  }
}

.hero-visual {
  overflow: clip;
}
.cta {
  display: flow-root;
}
