:root {
  --ink: #17151d;
  --muted: #6d6974;
  --paper: #fbfaf8;
  --purple: #6654ed;
  --purple-dark: #4f3ed5;
  --lilac: #eeebff;
  --line: #e8e5e0;
  --mint: #dcf4e8;
  --gold: #fbebbb;
  --peach: #fae1d5;
  --radius: 22px;
  --sans: "DM Sans", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.sr-only { position: absolute; height: 1px; width: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.page-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(4px); opacity: .65; pointer-events: none; }
.glow-one { top: 80px; left: -180px; width: 480px; height: 480px; background: #e2ddff; }
.glow-two { top: 270px; right: -150px; width: 390px; height: 390px; background: #fae5dd; }

.site-header { width: min(1280px, calc(100% - 64px)); height: 92px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.logo { display: inline-flex; align-items: center; gap: 8px; font-size: 18px; font-weight: 700; letter-spacing: -0.04em; }
.logo-mark { width: 28px; height: 28px; display: grid; place-items: center; color: #fff; background: var(--ink); border-radius: 8px; font-size: 14px; font-family: Georgia, serif; font-style: italic; }
.logo-by { color: var(--muted); font-size: 11px; font-weight: 500; letter-spacing: .01em; padding-left: 3px; }
.main-nav { display: flex; gap: 32px; margin-left: 74px; font-size: 14px; color: #4b4850; }
.main-nav a:hover { color: var(--purple); }
.header-action, .inverted-button { border: 0; padding: 12px 16px; border-radius: 9px; color: #fff; background: var(--ink); font-size: 13px; font-weight: 600; transition: transform .2s ease, background .2s ease; }
.header-action span, .inverted-button span { color: #b8adff; margin-left: 3px; }
.header-action:hover, .inverted-button:hover { transform: translateY(-2px); background: var(--purple-dark); }

.hero { max-width: 1000px; padding: 105px 20px 115px; margin: 0 auto; text-align: center; }
.eyebrow, .section-kicker { margin: 0; color: var(--purple); font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: .105em; }
.eyebrow { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid #ddd8ff; background: rgba(255,255,255,.55); border-radius: 99px; }
.eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--purple); box-shadow: 0 0 0 4px #e3deff; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 850px; margin: 24px auto 18px; font-size: clamp(48px, 6.5vw, 79px); font-weight: 600; line-height: .99; letter-spacing: -.075em; }
h1 em, h2 em { color: var(--purple); font-family: Georgia, serif; font-weight: 400; letter-spacing: -.075em; }
.hero-copy { max-width: 510px; margin: 0 auto; color: var(--muted); font-size: 17px; line-height: 1.55; }
.search-shell { max-width: 735px; margin: 37px auto 0; padding: 8px; border: 1px solid #dbd5fa; background: rgba(255,255,255,.79); box-shadow: 0 18px 60px rgba(89, 70, 192, .13); border-radius: 16px; text-align: left; }
.search-input-wrap { min-height: 63px; display: flex; align-items: center; gap: 13px; padding: 5px 5px 5px 14px; border-radius: 10px; background: #fff; }
.search-spark { color: var(--purple); font-size: 21px; }
#task-input { min-width: 0; flex: 1; border: 0; outline: 0; color: var(--ink); font-size: 16px; }
#task-input::placeholder { color: #a9a5ad; }
.search-submit { flex-shrink: 0; border: 0; padding: 13px 17px; border-radius: 8px; color: #fff; background: var(--purple); font-size: 13px; font-weight: 700; transition: background .2s, transform .2s; }
.search-submit:hover { background: var(--purple-dark); transform: translateY(-1px); }
.search-submit span { padding-left: 5px; }
.suggestions { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 15px; padding: 11px 7px 4px; color: #918d97; font-size: 11px; }
.suggestions button { padding: 0; border: 0; color: #64606a; background: transparent; font-size: 11px; text-decoration: underline; text-decoration-color: #ccc7d1; text-underline-offset: 3px; }
.suggestions button:hover { color: var(--purple); }
.trust-line { margin: 19px 0 0; color: #85818a; font-size: 11px; }
.trust-line > span { color: var(--purple); padding-right: 3px; }
.trust-divider { padding: 0 8px; color: #b9b5bd !important; }

.section-wrap { width: min(1120px, calc(100% - 64px)); margin: 0 auto; }
.featured-tools { padding: 62px 0 112px; border-top: 1px solid var(--line); }
.section-heading h2 { max-width: 600px; margin: 13px 0 0; font-size: clamp(33px, 4vw, 48px); font-weight: 600; line-height: 1.05; letter-spacing: -.065em; }
.section-heading > p:not(.section-kicker) { max-width: 455px; margin: 17px 0 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; margin-top: 38px; }
.category-card { min-height: 180px; position: relative; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid transparent; border-radius: 16px; padding: 20px; color: var(--ink); text-align: left; transition: transform .2s ease, box-shadow .2s ease; }
.category-card:hover { transform: translateY(-5px); box-shadow: 0 15px 24px rgba(43,35,74,.12); }
.category-card > span:nth-child(2) { margin-top: auto; font-size: 16px; font-weight: 600; letter-spacing: -.035em; }
.category-card small { margin-top: 5px; color: rgba(23,21,29,.58); font-size: 11px; }
.category-icon { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid rgba(23,21,29,.17); border-radius: 11px; font-size: 18px; }
.card-study { background: var(--mint); }.card-create { background: var(--gold); }.card-work { background: var(--lilac); }.card-build { background: var(--peach); }

.results-section { padding: 64px 0 103px; }
.result-intro { position: relative; }
.result-intro h2 { margin: 13px 0 0; font-size: clamp(33px, 4vw, 48px); letter-spacing: -.07em; }
.text-button { position: absolute; right: 0; bottom: 8px; border: 0; padding: 0; color: var(--purple); background: transparent; font-size: 13px; font-weight: 600; }
.result-layout { display: grid; grid-template-columns: 1.35fr .8fr; gap: 17px; margin-top: 35px; }
.featured-result { min-height: 315px; padding: 25px; border: 1px solid #dbd7ff; border-radius: var(--radius); background: linear-gradient(133deg, #efedff, #faf9ff 62%); }
.result-rank { display: flex; align-items: center; gap: 9px; color: #655e92; font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .05em; }
.result-rank span { color: var(--purple); }
.tool-head { display: flex; align-items: center; gap: 12px; margin-top: 23px; }
.tool-logo { width: 47px; height: 47px; display: grid; flex-shrink: 0; place-items: center; color: #fff; border-radius: 14px; font-weight: 700; font-size: 21px; }
.logo-gamma { background: linear-gradient(135deg, #6e52f9, #f865ca); }
.tool-head h3 { margin: 0; font-size: 19px; letter-spacing: -.04em; }
.tool-head p { margin: 3px 0 0; color: #6c667a; font-size: 12px; }
.match-score { margin-left: auto; padding: 7px 9px; border: 1px solid #d6d1ff; border-radius: 8px; color: #655e92; font-family: var(--mono); font-size: 10px; white-space: nowrap; }
.match-score b { color: var(--purple); font-size: 14px; }
.result-reason { max-width: 490px; margin: 25px 0 17px; color: #4b4658; font-size: 14px; line-height: 1.5; }
.tool-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.tool-tags span { padding: 6px 8px; border-radius: 6px; color: #655e92; background: rgba(255,255,255,.72); font-size: 10px; font-weight: 500; }
.tool-link { display: inline-flex; gap: 7px; margin-top: 21px; border: 0; padding: 0; color: var(--purple); background: transparent; font-size: 12px; font-weight: 700; }
.supporting-results { padding: 12px 0 0; }.supporting-label { margin: 0 0 11px; color: #89848d; font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.supporting-tool { display: flex; align-items: center; gap: 11px; padding: 13px 0; border-bottom: 1px solid var(--line); }.supporting-tool:last-child { border-bottom: 0; }
.mini-logo { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; color: #fff; font-size: 13px; font-weight: 700; }.mini-green { background: #44a97c; }.mini-red { background: #f05252; }.mini-blue { background: #4b7aec; }.mini-pink { background: #e861a3; }
.supporting-tool h3 { margin: 0; font-size: 13px; letter-spacing: -.025em; }.supporting-tool p { margin: 3px 0 0; color: #85818a; font-size: 10px; }.supporting-tool span:last-child { margin-left: auto; color: #aaa4b1; }

.how-section { display: grid; grid-template-columns: 1fr 1.15fr; gap: 104px; padding: 94px 0 103px; border-top: 1px solid var(--line); }
.steps-list { display: grid; gap: 24px; margin: 0; padding: 0; list-style: none; }.steps-list li { display: grid; grid-template-columns: 37px 1fr; gap: 17px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }.steps-list li:last-child { padding: 0; border: 0; }
.step-number { padding-top: 4px; color: var(--purple); font-family: var(--mono); font-size: 11px; }.steps-list h3 { margin: 0; font-size: 16px; letter-spacing: -.035em; }.steps-list p { max-width: 310px; margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }

.journey-section { position: relative; min-height: 580px; overflow: hidden; display: grid; grid-template-columns: minmax(300px, 1fr) minmax(440px, 1.22fr); gap: 40px; padding: 105px max(32px, calc((100% - 1120px) / 2)); color: #fff; background: #1b1826; }
.journey-section::before { content: ""; position: absolute; right: 9%; top: -330px; width: 700px; height: 700px; border-radius: 50%; border: 1px solid rgba(214,209,255,.14); box-shadow: 0 0 0 75px rgba(214,209,255,.035), 0 0 0 150px rgba(214,209,255,.025); }
.journey-content, .journey-map { position: relative; z-index: 1; }.dark-heading .section-kicker { color: #beb5ff; }.dark-heading h2 { max-width: 430px; font-size: clamp(39px, 4.2vw, 56px); }.dark-heading h2 em { color: #c9c2ff; }.dark-heading > p:not(.section-kicker) { color: #b9b6c2; }
.inverted-button { margin-top: 31px; color: #1b1826; background: #fff; }.inverted-button span { color: var(--purple); }.inverted-button:hover { background: #e7e3ff; }
.journey-map { min-height: 390px; margin-top: 21px; }.journey-caption { position: absolute; left: 38%; top: 0; padding: 10px 12px; border: 1px solid rgba(214,209,255,.35); border-radius: 8px; color: #e7e4fa; background: rgba(93,76,162,.21); font-family: var(--mono); font-size: 10px; transform: translateX(-50%); white-space: nowrap; }.journey-line { position: absolute; left: 39%; top: 42px; width: 1px; height: 285px; background: linear-gradient(#a99fff, rgba(169,159,255,.08)); }
.journey-step { position: absolute; width: 135px; padding: 13px; border: 1px solid rgba(219,215,255,.3); border-radius: 12px; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }.journey-step::before { content: ""; position: absolute; top: 50%; width: 69px; height: 1px; background: rgba(183,175,255,.45); }.journey-step small { display: block; margin: 7px 0 2px; color: #c7c3d0; font-size: 10px; }.journey-step strong { font-size: 13px; letter-spacing: -.03em; }.journey-icon { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 7px; color: #e7e3ff; background: #6b5cd0; font-size: 13px; }.j-step-1 { top: 69px; left: 0; }.j-step-1::before, .j-step-3::before { left: 100%; }.j-step-2 { top: 145px; left: 57%; }.j-step-2::before, .j-step-4::before { right: 100%; }.j-step-3 { top: 221px; left: 0; }.j-step-4 { top: 296px; left: 57%; }

.proof-section { display: grid; grid-template-columns: 1fr 1.2fr; gap: 30px; padding: 103px 0; }.proof-copy h2 { margin: 13px 0 0; font-size: clamp(36px, 4vw, 51px); font-weight: 600; line-height: 1.01; letter-spacing: -.07em; }.proof-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: end; }.proof-items > div { min-height: 178px; display: flex; flex-direction: column; justify-content: flex-end; padding: 16px; border-top: 1px solid #d6d2cc; }.proof-items strong { font-family: Georgia, serif; font-size: clamp(43px, 4.5vw, 58px); font-weight: 400; line-height: 1; letter-spacing: -.07em; }.proof-items strong span { color: var(--purple); font-family: var(--sans); font-size: .55em; letter-spacing: -.03em; }.proof-items p { max-width: 110px; margin: 12px 0 0; color: var(--muted); font-size: 11px; line-height: 1.35; }
.final-cta { padding: 113px 20px 118px; text-align: center; border-top: 1px solid var(--line); }.final-cta h2 { margin: 14px auto 29px; font-size: clamp(49px, 6vw, 72px); line-height: .98; letter-spacing: -.075em; }.big-cta { border: 0; padding: 17px 23px; border-radius: 10px; color: #fff; background: var(--purple); font-size: 14px; font-weight: 700; box-shadow: 0 10px 25px rgba(102,84,237,.24); transition: transform .2s ease, background .2s ease; }.big-cta:hover { transform: translateY(-3px); background: var(--purple-dark); }.big-cta span { padding-left: 8px; }
.site-footer { width: min(1280px, calc(100% - 64px)); display: grid; grid-template-columns: 1.2fr 1.8fr auto; align-items: center; gap: 20px; margin: 0 auto; padding: 25px 0; border-top: 1px solid var(--line); }.site-footer p { margin: 0; color: #88838c; font-size: 11px; }.site-footer p:last-child { text-align: right; }

@media (max-width: 780px) {
  .site-header { width: calc(100% - 36px); height: 76px; }.main-nav { display: none; }.header-action { padding: 9px 11px; font-size: 11px; }.logo { font-size: 17px; }.logo-by { display: none; }
  .hero { padding: 72px 18px 83px; }.hero-copy { font-size: 15px; }.search-shell { margin-top: 28px; }.search-input-wrap { min-height: 57px; gap: 8px; padding-left: 10px; }.search-spark { font-size: 18px; }.search-submit { padding: 11px 12px; font-size: 11px; }.suggestions { display: none; }.trust-line { line-height: 1.5; }.trust-divider { display: none; }
  .section-wrap { width: calc(100% - 36px); }.featured-tools { padding: 48px 0 73px; }.category-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 27px; }.category-card { min-height: 145px; padding: 15px; }.category-card > span:nth-child(2) { font-size: 14px; }.category-icon { width: 30px; height: 30px; }
  .results-section { padding: 47px 0 76px; }.text-button { position: static; margin-top: 13px; }.result-layout { grid-template-columns: 1fr; margin-top: 24px; }.featured-result { min-height: 280px; padding: 19px; }.tool-head { margin-top: 16px; }.tool-head p { font-size: 11px; }.match-score { padding: 5px 6px; }.result-reason { margin-top: 19px; font-size: 13px; }.supporting-results { padding-top: 14px; }
  .how-section { grid-template-columns: 1fr; gap: 43px; padding: 72px 0; }.steps-list { gap: 20px; }
  .journey-section { min-height: 690px; grid-template-columns: 1fr; gap: 22px; padding: 74px 18px; }.journey-map { width: 340px; max-width: 100%; min-height: 360px; margin: 8px auto 0; transform: scale(.89); transform-origin: top center; }.journey-caption { left: 49%; }.journey-line { left: 50%; }.j-step-2, .j-step-4 { left: 59%; }.journey-section::before { right: -310px; }
  .proof-section { grid-template-columns: 1fr; padding: 73px 0; }.proof-items { gap: 6px; }.proof-items > div { min-height: 130px; padding: 10px 0; }.proof-items p { font-size: 10px; }.final-cta { padding: 81px 18px; }
  .site-footer { width: calc(100% - 36px); grid-template-columns: 1fr auto; padding: 24px 0; }.site-footer p:nth-child(2) { display: none; }.site-footer p:last-child { font-size: 10px; }
}

@media (max-width: 430px) { .match-score { display: none; }.tool-head { gap: 9px; }.category-card { min-height: 132px; }.journey-map { margin-left: -15px; }.journey-section { overflow: hidden; } }
