:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --lavender: #f4eef9;
  --lavender-strong: #e7d8f4;
  --deep-purple: #5b2a86;
  --rich-purple: #4b1688;
  --gold: #e4a900;
  --dark: #34283f;
  --text: #6b6670;
  --muted: #817887;
  --line: #eadff3;
  --focus: #4b1688;
  --shadow: 0 28px 80px rgba(75, 22, 136, 0.14);
  --radius: 24px;
  color-scheme: light;
  font-family: "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 10% -8%, rgba(228, 169, 0, 0.2), transparent 28%),
    radial-gradient(circle at 96% 12%, rgba(91, 42, 134, 0.12), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbf8fd 44%, var(--lavender) 100%);
  font-size: 16px;
  line-height: 1.5;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background-image:
    radial-gradient(circle at 24px 24px, rgba(228, 169, 0, 0.13) 2px, transparent 3px),
    linear-gradient(90deg, rgba(91, 42, 134, 0.025) 1px, transparent 1px);
  background-size: 54px 54px, 34px 34px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.42), transparent 78%);
}

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

img,
svg {
  display: block;
}

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

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 50;
  padding: 10px 12px;
  color: #fff;
  background: var(--rich-purple);
  border-radius: 10px;
  transform: translateY(-150%);
}

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100vw - 40px);
  max-width: 350px;
  margin: 0 auto;
  padding: 12px 16px;
  transition: background 180ms ease, box-shadow 180ms ease, transform 220ms ease;
}

.topbar.is-scrolled {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 36px rgba(75, 22, 136, 0.1);
  backdrop-filter: blur(18px);
}

.brand-mini {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  color: var(--dark);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.1;
}

.brand-mini img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(75, 22, 136, 0.16);
}

.topbar-cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  color: #fff;
  background: var(--rich-purple);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.page-shell {
  width: calc(100vw - 40px);
  max-width: 350px;
  margin: 0 auto;
  padding: 14px 0 36px;
}

.hero {
  min-height: auto;
  display: grid;
  align-items: start;
  padding: 12px 0 26px;
}

.hero-card {
  position: relative;
  overflow: hidden;
  padding: 28px 22px 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(244, 238, 249, 0.86)),
    radial-gradient(circle at 100% 0%, rgba(228, 169, 0, 0.16), transparent 42%);
  border: 1px solid rgba(231, 216, 244, 0.95);
  border-radius: 34px 34px 34px 18px;
  box-shadow: var(--shadow);
}

.hero-card::after {
  position: absolute;
  right: -64px;
  bottom: -76px;
  width: 180px;
  height: 180px;
  content: "";
  background: rgba(91, 42, 134, 0.1);
  border-radius: 48% 52% 58% 42%;
}

.hero-watermark {
  position: absolute;
  right: -22px;
  top: 24px;
  width: 138px;
  height: 138px;
  object-fit: contain;
  opacity: 0.08;
  pointer-events: none;
}

.profile-orbit {
  position: relative;
  z-index: 1;
  display: grid;
  width: 92px;
  height: 92px;
  margin-bottom: 22px;
  background: #fff;
  border: 1px solid var(--lavender-strong);
  border-radius: 42% 58% 51% 49%;
  box-shadow: 0 16px 38px rgba(75, 22, 136, 0.13);
  place-items: center;
}

.profile-orbit::before {
  position: absolute;
  inset: -8px;
  content: "";
  border: 1px solid rgba(228, 169, 0, 0.5);
  border-radius: inherit;
}

.profile-orbit img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.handle {
  margin: 0 0 8px;
  color: var(--rich-purple);
  font-size: 14px;
  font-weight: 850;
}

h1,
h2 {
  margin: 0;
  color: var(--deep-purple);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h1 {
  font-size: clamp(39px, 12vw, 57px);
  line-height: 0.95;
}

h2 {
  font-size: clamp(27px, 8vw, 36px);
  line-height: 1.02;
}

.positioning {
  margin: 18px 0 0;
  color: var(--dark);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}

.supporting {
  margin: 12px 0 0;
  color: var(--text);
  font-size: 16px;
}

.cta-stack {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.button {
  display: inline-flex;
  width: 100%;
  min-width: 0;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 850;
  text-align: center;
  white-space: normal;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:active {
  transform: translateY(1px) scale(0.99);
}

.button svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.button-primary {
  color: var(--dark);
  background: linear-gradient(135deg, #ffd85f, var(--gold));
  box-shadow: 0 18px 34px rgba(228, 169, 0, 0.28);
}

.button-secondary {
  color: var(--rich-purple);
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(91, 42, 134, 0.24);
}

.panel,
.contact-panel,
.footer-card {
  margin-top: 18px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 46px rgba(75, 22, 136, 0.08);
  backdrop-filter: blur(10px);
}

.trust h2,
.approach h2 {
  text-align: left;
}

.trust-list {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.trust-list article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  column-gap: 14px;
  row-gap: 4px;
  align-items: center;
  min-width: 0;
}

.icon {
  display: grid;
  width: 52px;
  height: 52px;
  color: var(--rich-purple);
  background: var(--lavender);
  border: 1px solid var(--lavender-strong);
  border-radius: 45% 55% 48% 52%;
  place-items: center;
}

.icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

h3,
.trust-list h3 {
  margin: 0;
  color: var(--dark);
  font-size: 16px;
  line-height: 1.2;
}

.trust-list .icon {
  grid-row: 1 / span 2;
}

.trust-list h3,
.trust-list p {
  grid-column: 2;
}

.trust-list p,
.approach p,
.step-list p,
.section-heading p,
.contact-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.approach p,
.step-list p,
.section-heading p,
.contact-panel p {
  margin-top: 6px;
}

.help-section,
.steps {
  margin-top: 34px;
}

.section-heading {
  margin-bottom: 16px;
}

.link-cards {
  display: grid;
  gap: 12px;
}

.link-cards a {
  display: block;
  min-height: 96px;
  padding: 18px;
  background:
    linear-gradient(135deg, #fff, rgba(244, 238, 249, 0.68));
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(75, 22, 136, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.link-cards a:hover,
.button:hover {
  transform: translateY(-2px);
}

.link-cards a:hover {
  border-color: rgba(228, 169, 0, 0.62);
  box-shadow: 0 18px 42px rgba(75, 22, 136, 0.1);
}

.link-cards span {
  display: block;
  color: var(--deep-purple);
  font-size: 17px;
  font-weight: 850;
}

.link-cards small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.approach-grid {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.approach-grid div {
  padding: 15px;
  background: rgba(244, 238, 249, 0.72);
  border: 1px solid rgba(91, 42, 134, 0.13);
  border-radius: 14px;
}

.approach-grid strong {
  color: var(--deep-purple);
}

.step-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.step-list li {
  position: relative;
  padding: 18px 18px 18px 68px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.step-list span {
  position: absolute;
  top: 18px;
  left: 18px;
  display: grid;
  width: 36px;
  height: 36px;
  color: #fff;
  background: var(--rich-purple);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 850;
  place-items: center;
}

.step-list strong {
  display: block;
  color: var(--dark);
}

.contact-panel {
  margin-top: 34px;
  background:
    radial-gradient(circle at 100% 0%, rgba(228, 169, 0, 0.2), transparent 40%),
    linear-gradient(135deg, var(--deep-purple), var(--rich-purple));
}

.contact-panel h2,
.contact-panel p {
  color: #fff;
}

.contact-panel p {
  color: rgba(255, 255, 255, 0.75);
}

.contact-panel .button-secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.28);
}

.footer-card {
  margin-bottom: 24px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--deep-purple);
  font-weight: 850;
}

.footer-brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 50%;
}

.footer-card dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.footer-card dl > div {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 10px;
  align-items: start;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.footer-card dl > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.footer-card dt {
  color: var(--deep-purple);
  font-size: 13px;
  font-weight: 850;
}

.footer-card dd {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  overflow-wrap: anywhere;
}

[data-reveal] {
  opacity: 1;
  transform: translateY(14px);
  transition: opacity 520ms ease, transform 520ms ease;
}

[data-reveal].is-visible,
.reveal-now {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 760px) {
  .topbar {
    width: calc(100% - 48px);
    max-width: 920px;
  }

  .topbar,
  .page-shell {
    width: calc(100% - 48px);
    max-width: 920px;
  }

  .page-shell {
    display: grid;
    grid-template-columns: 430px 1fr;
    gap: 22px;
    align-items: start;
    padding-top: 28px;
  }

  .hero {
    position: sticky;
    top: 76px;
    min-height: auto;
    padding: 0;
  }

  .trust,
  .help-section,
  .approach,
  .steps,
  .contact-panel,
  .footer-card {
    grid-column: 2;
  }

  .trust {
    margin-top: 0;
  }

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
