@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700&display=swap');

:root {
  --ink: #17211d;
  --muted: #657069;
  --paper: #f7f8f3;
  --white: #fff;
  --green: #146c50;
  --lime: #d9f26a;
  --line: #dfe4dc;
  --shadow: 0 24px 70px rgba(22, 48, 37, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", system-ui, sans-serif; }
a { color: inherit; }
.site-header, main, footer { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header { min-height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font: 700 1.08rem "Manrope", sans-serif; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 9px; color: var(--white); background: var(--green); font-size: 1.15rem; }
.status { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); background: rgba(255,255,255,.6); font-size: .78rem; font-weight: 600; }
.status span { width: 7px; height: 7px; border-radius: 50%; background: #e5a322; box-shadow: 0 0 0 4px rgba(229,163,34,.14); }
.hero { min-height: 650px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; padding: 72px 0 96px; }
.eyebrow { margin: 0 0 18px; color: var(--green); font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
h1 { max-width: 720px; margin: 0; font-size: clamp(3rem, 6.5vw, 5.85rem); line-height: .99; letter-spacing: -.065em; }
h1 em { color: var(--green); font-style: normal; }
.hero-intro { max-width: 610px; margin: 28px 0 0; color: var(--muted); font-size: 1.1rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; gap: 18px; padding: 15px 20px; border-radius: 10px; color: var(--white); background: var(--green); font-weight: 700; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #0e5941; }
.text-link { color: var(--ink); font-size: .9rem; font-weight: 600; text-underline-offset: 5px; }
.availability { margin: 18px 0 0; color: var(--muted); font-size: .78rem; }
.hero-visual { position: relative; min-height: 500px; border-radius: 32px; overflow: hidden; background: radial-gradient(circle at 72% 20%, #edf8a9 0, transparent 30%), linear-gradient(145deg, #e5eee7, #d8e5dc); isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(20,108,80,.16); border-radius: 50%; }
.orbit { position: absolute; border: 1px dashed rgba(20,108,80,.22); border-radius: 50%; }
.orbit-one { width: 420px; height: 420px; left: -80px; top: 80px; }
.orbit-two { width: 260px; height: 260px; right: -65px; top: -30px; }
.profile-card, .match-card { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.75); border-radius: 18px; background: rgba(255,255,255,.88); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.profile-card { width: min(82%, 370px); top: 85px; left: 9%; padding: 22px; transform: rotate(-2deg); }
.profile-head { display: flex; align-items: center; gap: 13px; }
.avatar { display: grid; place-items: center; width: 47px; height: 47px; flex: 0 0 auto; border-radius: 14px; color: var(--white); background: var(--green); font-size: .72rem; font-weight: 700; }
.profile-head strong, .profile-head small { display: block; }
.profile-head strong { font: 700 .92rem "Manrope", sans-serif; }
.profile-head small { margin-top: 4px; color: var(--muted); font-size: .68rem; }
.profile-lines { margin-top: 22px; display: grid; gap: 8px; }
.profile-lines i { height: 8px; border-radius: 5px; background: #e7ebe6; }
.profile-lines i:nth-child(1) { width: 88%; }.profile-lines i:nth-child(2) { width: 70%; }.profile-lines i:nth-child(3) { width: 45%; }
.match-card { width: min(76%, 330px); right: 7%; bottom: 85px; padding: 22px; transform: rotate(2deg); }
.match-top { display: flex; justify-content: space-between; font-size: .82rem; }
.match-top span { color: var(--muted); }.match-top strong { color: var(--green); }
.meter { height: 8px; margin-top: 14px; overflow: hidden; border-radius: 9px; background: #e3e9e3; }.meter span { display: block; width: 82%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--green), #80aa42); }
.match-card p { margin: 15px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.5; }
.role-chip { position: absolute; z-index: 3; padding: 9px 13px; border-radius: 99px; color: var(--green); background: var(--lime); font-size: .7rem; font-weight: 700; box-shadow: 0 10px 25px rgba(38,71,50,.12); }
.chip-one { right: 5%; top: 65px; }.chip-two { left: 4%; bottom: 110px; }.chip-three { right: 18%; bottom: 32px; }
.process { padding: 110px 0; border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: .65fr 1.3fr 1fr; gap: 50px; align-items: start; }
.section-heading h2, .closing h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1.08; letter-spacing: -.05em; }
.section-heading > p:last-child, .closing > p { margin: 5px 0 0; color: var(--muted); line-height: 1.7; }
.steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 70px 0 0; padding: 0; counter-reset: steps; }
.steps li { min-height: 300px; display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.58); }
.step-number { align-self: flex-end; color: #99a39c; font-size: .72rem; }
.step-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-top: 28px; border-radius: 14px; color: var(--green); background: #e3efdf; font-size: 1.35rem; }
.steps h3 { margin: auto 0 10px; font-size: 1.1rem; letter-spacing: -.025em; }
.steps p { min-height: 78px; margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.6; }
.closing { display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: end; margin-bottom: 90px; padding: 70px; border-radius: 24px; color: var(--white); background: var(--green); }
.closing .eyebrow { color: var(--lime); }.closing > p { color: rgba(255,255,255,.75); }.closing a { color: var(--white); font-weight: 600; text-underline-offset: 4px; }
footer { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.footer-brand { color: var(--ink); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 56px; }
  .hero-copy { text-align: center; }.hero-intro { margin-inline: auto; }.hero-actions { justify-content: center; }
  .hero-visual { min-height: 460px; }
  .section-heading { grid-template-columns: 1fr; gap: 14px; }.section-heading .eyebrow { margin-bottom: 0; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .closing { grid-template-columns: 1fr; gap: 28px; padding: 50px; }
}

@media (max-width: 560px) {
  .site-header, main, footer { width: min(100% - 28px, 1180px); }
  .site-header { min-height: 72px; }
  .hero { min-height: auto; gap: 54px; padding: 52px 0 74px; }
  h1 { font-size: clamp(2.75rem, 14vw, 4.3rem); }
  .hero-intro { font-size: 1rem; }.hero-actions { flex-direction: column; gap: 20px; }.button { width: 100%; justify-content: center; }
  .hero-visual { min-height: 410px; border-radius: 22px; }.profile-card { top: 60px; }.match-card { bottom: 65px; }.chip-two { bottom: 94px; }
  .process { padding: 82px 0; }.steps { grid-template-columns: 1fr; margin-top: 45px; }.steps li { min-height: 245px; }.steps p { min-height: auto; }
  .closing { margin-bottom: 55px; padding: 38px 26px; }
  footer { padding: 32px 0; flex-wrap: wrap; }.footer-brand { width: 100%; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
