:root {
  --ink: #10172a;
  --muted: #667085;
  --paper: #f7f5ef;
  --surface: #ffffff;
  --line: #dcded9;
  --blue: #3157d5;
  --blue-dark: #203da3;
  --blue-soft: #e9edff;
  --lime: #d9ff6c;
  --green: #1f9d68;
  --shadow: 0 24px 70px rgba(16, 23, 42, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, .button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(49, 87, 213, .35); outline-offset: 3px; }

.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-nav { height: 84px; position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 850; letter-spacing: -.035em; font-size: 20px; }
.brand-mark { width: 27px; height: 33px; border: 2px solid currentColor; border-radius: 7px; position: relative; transform: rotate(-3deg); background: var(--surface); }
.brand-mark::before { content: ""; position: absolute; width: 9px; height: 9px; right: -2px; top: -2px; background: var(--lime); border: 2px solid currentColor; border-radius: 3px; }
.brand-mark::after { content: ""; position: absolute; width: 11px; height: 2px; left: 6px; top: 14px; background: currentColor; box-shadow: 0 5px currentColor; opacity: .65; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
.nav-links > a:not(.button) { color: #4a5264; }
.nav-links > a:hover, .nav-links > a.active { color: var(--ink); }
.nav-links > a.active { box-shadow: inset 0 -2px var(--blue); }
.menu-toggle { width: 44px; height: 44px; padding: 0; display: none; place-items: center; align-content: center; gap: 5px; border: 1px solid var(--line); border-radius: 13px; color: var(--ink); background: var(--surface); cursor: pointer; }
.menu-toggle span { width: 18px; height: 2px; display: block; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.button { min-height: 46px; padding: 0 20px; border: 1px solid transparent; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 800; font-size: 14px; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 9px 24px rgba(49, 87, 213, .22); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 12px 28px rgba(49, 87, 213, .3); }
.button-light { background: var(--surface); border-color: var(--line); }
.button-dark { background: var(--ink); color: white; }

.launch-door-page { min-height: 100vh; background: var(--ink); color: white; }
.launch-door-page::before { content: ""; width: 38vw; height: 38vw; position: fixed; right: -14vw; top: -17vw; border-radius: 50%; background: var(--blue); filter: blur(2px); opacity: .5; pointer-events: none; }
.launch-door { min-height: 100vh; position: relative; display: flex; flex-direction: column; }
.launch-door-nav { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.12); }
.launch-door-page .brand-mark { color: var(--ink); background: white; }
.launch-door-login { color: #c8d0e8; font-size: 13px; font-weight: 800; }
.launch-door-login:hover { color: white; }
.launch-door-content { flex: 1; padding: clamp(60px, 9vw, 130px) 0; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .72fr); align-items: center; gap: clamp(55px, 8vw, 110px); }
.launch-door-copy .eyebrow { color: var(--lime); }
.launch-door-copy .eyebrow::before { background: var(--lime); box-shadow: 0 0 0 5px rgba(217,255,108,.13); }
.launch-door-title { max-width: 760px; margin: 0; font-size: clamp(58px, 8vw, 112px); font-weight: 900; letter-spacing: -.078em; line-height: .9; }
.launch-door-title span { position: relative; color: var(--lime); white-space: nowrap; }
.launch-door-title span::after { content: ""; height: 5px; position: absolute; left: 4%; right: 1%; bottom: -8px; border-radius: 999px; background: var(--blue); transform: rotate(-1deg); }
.launch-door-lead { max-width: 650px; margin: 36px 0 0; color: #c7cee0; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.launch-door-actions { margin-top: 34px; display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.launch-door-actions .button-primary { color: var(--ink); background: var(--lime); box-shadow: 0 12px 30px rgba(0,0,0,.22); }
.launch-door-actions .button-primary:hover { background: white; }
.launch-door-status { min-height: 46px; display: inline-flex; align-items: center; gap: 9px; color: #d7dced; font-size: 13px; font-weight: 750; }
.launch-door-status i { width: 9px; height: 9px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(217,255,108,.12); }
.launch-door-note { margin: 18px 0 0; color: #8f9ab6; font-size: 13px; font-weight: 650; }
.launch-door-card { width: 100%; max-width: 430px; justify-self: end; padding: 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 30px; background: rgba(255,255,255,.08); box-shadow: 0 35px 80px rgba(0,0,0,.3); transform: rotate(2deg); }
.launch-door-card-top { min-height: 54px; padding: 0 16px; display: flex; align-items: center; color: #aab3ca; font-size: 12px; font-weight: 700; }
.launch-door-card-top strong { color: white; }
.launch-door-paper { min-height: 350px; position: relative; overflow: hidden; padding: 42px 34px; border-radius: 21px; color: var(--ink); background: white; }
.launch-paper-accent { width: 20px; height: 20px; position: absolute; right: 25px; top: 25px; border: 3px solid var(--ink); border-radius: 6px; background: var(--lime); transform: rotate(-4deg); }
.launch-door-paper > p { margin: 0; color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.launch-door-paper h2 { max-width: 310px; margin: 13px 0 0; font-size: clamp(32px, 4vw, 47px); letter-spacing: -.055em; line-height: 1; }
.launch-paper-lines { margin-top: 34px; display: grid; gap: 10px; }
.launch-paper-lines span { width: 100%; height: 6px; border-radius: 999px; background: #e5e7ec; }
.launch-paper-lines span:nth-child(2) { width: 87%; }
.launch-paper-lines span:nth-child(3) { width: 63%; }
.launch-paper-tags { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 8px; }
.launch-paper-tags span { padding: 7px 10px; border-radius: 8px; color: #30449b; background: var(--blue-soft); font-size: 10px; font-weight: 800; }
.launch-door-card-caption { margin: 14px 10px 5px; color: #b8c0d5; font-size: 11px; line-height: 1.5; }
.launch-door-footer { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid rgba(255,255,255,.12); color: #8f9ab6; font-size: 12px; }
.launch-door-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; font-weight: 750; }
.launch-door-footer a:hover { color: white; }

@media (max-width: 850px) {
  .launch-door-content { grid-template-columns: 1fr; }
  .launch-door-card { max-width: 560px; justify-self: start; transform: none; }
}

@media (max-width: 600px) {
  .launch-door-nav { min-height: 78px; }
  .launch-door-title { font-size: clamp(51px, 16vw, 76px); }
  .launch-door-content { padding: 62px 0; gap: 54px; }
  .launch-door-actions { align-items: flex-start; flex-direction: column; }
  .launch-door-status { min-height: auto; padding-left: 4px; }
  .launch-door-paper { min-height: 310px; padding: 36px 25px; }
  .launch-door-footer { padding: 26px 0; align-items: flex-start; flex-direction: column; }
  .launch-door-footer nav { justify-content: flex-start; gap: 15px 20px; }
}

.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 22px; font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px var(--blue-soft); }
.display { margin: 0; font-size: clamp(54px, 7.2vw, 104px); line-height: .93; letter-spacing: -.075em; font-weight: 900; }
.display .scribble { color: var(--blue); position: relative; white-space: nowrap; }
.display .scribble::after { content: ""; position: absolute; left: 2%; right: 0; bottom: -6px; height: 7px; border-radius: 50%; background: var(--lime); transform: rotate(-1deg); z-index: -1; }
.lead { max-width: 630px; margin: 28px 0 0; color: #535b6b; font-size: clamp(18px, 2vw, 21px); line-height: 1.55; }

.hero { min-height: calc(100vh - 84px); min-height: 760px; padding: 80px 0 100px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: clamp(56px, 8vw, 110px); overflow: hidden; }
.claim-form { display: flex; align-items: center; width: min(610px, 100%); margin-top: 36px; padding: 7px; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 14px 40px rgba(16, 23, 42, .08); }
.claim-prefix { padding-left: 14px; font-weight: 780; white-space: nowrap; font-size: 15px; }
.claim-form input { min-width: 80px; flex: 1; padding: 14px 8px; border: 0; outline: 0; color: var(--blue); font-weight: 750; background: transparent; }
.claim-form input::placeholder { color: #9da4b1; }
.microcopy { display: flex; align-items: center; gap: 8px; margin: 14px 0 0 4px; color: var(--muted); font-size: 13px; font-weight: 600; }
.microcopy strong { color: var(--ink); }
.check-dot { width: 17px; height: 17px; display: inline-grid; place-items: center; border-radius: 50%; color: white; background: var(--green); font-size: 10px; }

.hero-art { position: relative; min-height: 590px; display: grid; place-items: center; }
.hero-art::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 44% 56% 60% 40%; background: var(--blue); transform: rotate(-8deg); }
.resume-preview { width: min(390px, 88%); padding: 30px; position: relative; z-index: 1; background: var(--surface); border: 1px solid #d8dbe2; border-radius: 28px; box-shadow: var(--shadow); transform: rotate(3.5deg); }
.preview-top { display: flex; gap: 16px; align-items: center; }
.avatar { flex: none; width: 66px; height: 66px; display: grid; place-items: center; border-radius: 20px; background: var(--ink); color: white; font-size: 19px; font-weight: 850; letter-spacing: -.03em; }
.preview-name { margin: 0; font-size: 23px; letter-spacing: -.04em; line-height: 1.05; }
.preview-role { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.status { display: inline-flex; align-items: center; gap: 7px; width: fit-content; padding: 7px 10px; border-radius: 999px; background: #eaf8f1; color: #14734c; font-size: 10px; font-weight: 800; }
.status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #25aa70; }
.preview-status { margin-top: 18px; }
.preview-copy { margin: 20px 0 16px; color: #4e5667; font-size: 12px; line-height: 1.6; }
.chip-row { display: flex; flex-wrap: wrap; gap: 7px; }
.chip { padding: 6px 9px; border-radius: 8px; background: #f0f1f4; font-size: 10px; font-weight: 750; }
.preview-rule { height: 1px; margin: 22px 0 17px; background: var(--line); }
.preview-job { display: flex; justify-content: space-between; gap: 20px; }
.preview-job b { font-size: 12px; }
.preview-job span { color: var(--muted); font-size: 10px; }
.float-note { position: absolute; z-index: 2; padding: 13px 17px; border: 1px solid var(--ink); border-radius: 14px; background: var(--lime); box-shadow: 5px 6px 0 var(--ink); font-size: 13px; font-weight: 850; }
.note-top { top: 54px; right: -15px; transform: rotate(5deg); }
.note-bottom { left: -10px; bottom: 75px; transform: rotate(-6deg); }
.mini-url { position: absolute; z-index: 2; right: 9px; bottom: 43px; padding: 11px 15px; color: white; background: var(--ink); border-radius: 999px; font-size: 11px; font-weight: 750; transform: rotate(4deg); }

.proof { border-block: 1px solid var(--line); background: rgba(255,255,255,.42); }
.proof-inner { min-height: 102px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.proof-item { padding: 6px 32px; text-align: center; border-right: 1px solid var(--line); }
.proof-item:last-child { border: 0; }
.proof-item b { display: block; font-size: 22px; letter-spacing: -.04em; }
.proof-item span { color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }

.section { padding: 120px 0; }
.section-kicker { margin: 0 0 14px; color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.section-title { max-width: 720px; margin: 0; font-size: clamp(40px, 5vw, 68px); line-height: 1; letter-spacing: -.06em; }
.section-copy { max-width: 570px; margin: 22px 0 0; color: var(--muted); font-size: 18px; }
.steps { margin-top: 68px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.step { min-height: 270px; padding: 30px 32px 20px 0; border-right: 1px solid var(--line); }
.step + .step { padding-left: 32px; }
.step:last-child { border-right: 0; }
.step-num { display: flex; justify-content: space-between; align-items: flex-start; color: var(--blue); font-size: 13px; font-weight: 850; }
.step-icon { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 13px; background: var(--lime); box-shadow: 4px 4px 0 var(--ink); font-size: 20px; }
.step h3 { margin: 57px 0 10px; font-size: 23px; letter-spacing: -.04em; }
.step p { margin: 0; color: var(--muted); }

.features-wrap { background: var(--ink); color: white; }
.features-wrap .section-kicker { color: var(--lime); }
.features-wrap .section-copy { color: #aeb5c6; }
.feature-grid { margin-top: 64px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { min-height: 260px; padding: 28px; border: 1px solid #313a50; border-radius: 20px; background: #161e32; transition: transform .2s, border-color .2s; }
.feature-card:hover { transform: translateY(-5px); border-color: #6f82c8; }
.feature-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: var(--ink); background: var(--lime); font-weight: 900; }
.feature-card h3 { margin: 58px 0 9px; font-size: 19px; }
.feature-card p { margin: 0; color: #aeb5c6; font-size: 14px; }

.demo-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: center; }
.demo-link { display: inline-flex; gap: 8px; margin-top: 30px; color: var(--blue); font-weight: 850; }
.demo-link:hover { gap: 13px; }
.demo-window { padding: 12px; border: 1px solid var(--line); border-radius: 27px; background: #e6e9f5; box-shadow: var(--shadow); }
.window-bar { height: 42px; display: flex; align-items: center; gap: 6px; padding: 0 10px; }
.window-dot { width: 8px; height: 8px; border-radius: 50%; background: #b0b6c6; }
.window-url { margin-left: 10px; padding: 6px 16px; border-radius: 999px; background: white; color: var(--muted); font-size: 10px; font-weight: 700; }
.window-body { min-height: 440px; display: grid; place-items: center; padding: 35px; border-radius: 17px; background: white; }
.demo-resume { width: min(100%, 460px); }
.demo-head { display: flex; justify-content: space-between; gap: 25px; }
.demo-head h3 { margin: 0; font-size: 29px; letter-spacing: -.05em; }
.demo-head p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.demo-section-label { margin: 28px 0 12px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.demo-line { height: 7px; margin: 7px 0; border-radius: 10px; background: #e6e8ed; }
.demo-line.short { width: 72%; }

.pricing-tease { padding: 80px 0; background: var(--blue-soft); }
.pricing-tease-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }
.tease-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.tease-card { padding: 26px; border: 1px solid #cbd2ee; border-radius: 20px; background: rgba(255,255,255,.72); }
.tease-card.pro { color: white; background: var(--blue); border-color: var(--blue); transform: rotate(2deg); }
.tease-card h3 { margin: 0; }
.tease-price { margin: 30px 0 6px; font-size: 34px; font-weight: 900; letter-spacing: -.05em; }
.tease-price span { font-size: 13px; font-weight: 600; opacity: .7; }
.tease-card p { margin: 0; font-size: 13px; opacity: .75; }

.final-cta { padding: 120px 0; text-align: center; }
.final-cta .section-title, .final-cta .section-copy, .final-cta .claim-form { margin-inline: auto; }
.final-cta .claim-form { margin-top: 36px; text-align: left; }
.final-cta .microcopy { justify-content: center; }
.site-footer { border-top: 1px solid var(--line); }
.footer-inner { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-links { display: flex; gap: 24px; color: var(--muted); font-size: 13px; font-weight: 650; }
.copyright { color: var(--muted); font-size: 12px; }

/* Legal pages */
.legal-page { padding-bottom: 100px; }
.legal-hero { padding: 84px 0 62px; }
.legal-hero h1 { max-width: 820px; margin: 0; font-size: clamp(54px, 7vw, 90px); line-height: .95; letter-spacing: -.07em; }
.legal-intro { max-width: 790px; margin: 26px 0 0; color: #50596a; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.legal-meta { margin-top: 25px; display: flex; flex-wrap: wrap; gap: 8px; }
.legal-meta span { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: #596274; background: rgba(255,255,255,.55); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.legal-meta span:first-child { color: var(--blue-dark); border-color: #c8d1ff; background: var(--blue-soft); }
.legal-notice { max-width: 900px; margin-top: 34px; padding: 20px 22px; border: 1px solid #cbd2ee; border-left: 5px solid var(--blue); border-radius: 14px; color: #3f485a; background: rgba(233,237,255,.6); font-size: 14px; line-height: 1.65; }
.legal-layout { display: grid; grid-template-columns: 235px minmax(0, 760px); justify-content: space-between; gap: 80px; align-items: start; }
.legal-toc { position: sticky; top: 24px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.65); }
.legal-toc p { margin: 0 0 13px; font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.legal-toc a { display: block; padding: 7px 0; color: #5c6575; font-size: 13px; font-weight: 650; }
.legal-toc a:hover { color: var(--blue); }
.legal-content { min-width: 0; }
.legal-content section { padding: 48px 0; border-top: 1px solid var(--line); scroll-margin-top: 24px; }
.legal-content section:first-child { border-top-color: var(--ink); }
.legal-kicker { margin: 0 0 10px; color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.legal-content h2 { margin: 0 0 19px; font-size: clamp(28px, 4vw, 40px); line-height: 1.08; letter-spacing: -.045em; }
.legal-content h3 { margin: 30px 0 9px; font-size: 17px; letter-spacing: -.02em; }
.legal-content p, .legal-content li { color: #525b6c; line-height: 1.78; }
.legal-content p { margin: 0 0 17px; }
.legal-content ul { margin: 16px 0 0; padding-left: 22px; }
.legal-content li + li { margin-top: 9px; }
.legal-content a { color: var(--blue); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-summary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.legal-summary-grid > div { padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: white; }
.legal-summary-grid strong { display: block; margin-bottom: 7px; font-size: 15px; }
.legal-summary-grid p { margin: 0; font-size: 13px; line-height: 1.65; }
.legal-contact { margin: 23px 0; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: white; font-style: normal; line-height: 1.75; }
.legal-small { font-size: 12px; }

/* Contact and support */
.contact-page { padding: 75px 0 110px; }
.contact-hero { max-width: 850px; }
.contact-hero h1 { margin: 0; font-size: clamp(54px, 7vw, 92px); line-height: .94; letter-spacing: -.07em; }
.contact-hero > p:last-child { max-width: 700px; margin: 25px 0 0; color: #535c6d; font-size: 20px; line-height: 1.6; }
.contact-layout { margin-top: 62px; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .75fr); gap: 24px; align-items: start; }
.contact-card { padding: clamp(25px, 5vw, 52px); border: 1px solid var(--line); border-radius: 26px; background: white; box-shadow: 0 20px 60px rgba(16,23,42,.07); }
.contact-card-heading { margin-bottom: 30px; }
.contact-card-heading h2 { margin: 0; font-size: clamp(30px, 4vw, 43px); line-height: 1; letter-spacing: -.05em; }
.contact-alert { margin: 0 0 24px; padding: 16px 18px; display: grid; gap: 3px; border: 1px solid; border-radius: 14px; font-size: 13px; }
.contact-alert strong { font-size: 14px; }
.contact-alert-success { color: #116445; border-color: #8ee0bd; background: #eafaf3; }
.contact-alert-warning { color: #7d4c08; border-color: #eac679; background: #fff8e7; }
.contact-alert-error { color: #9a2525; border-color: #efaaaa; background: #fff0f0; }
.contact-thank-you { min-height: 560px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.contact-thank-you-mark { width: 58px; height: 58px; margin-bottom: 30px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 18px; color: var(--ink); background: var(--lime); box-shadow: 5px 5px 0 var(--ink); font-size: 25px; font-weight: 900; }
.contact-thank-you h2 { max-width: 560px; margin: 0; font-size: clamp(37px, 5vw, 55px); line-height: 1; letter-spacing: -.055em; }
.contact-thank-you > p:not(.section-kicker, .contact-delivery-note) { max-width: 590px; margin: 22px 0 0; color: #535c6d; font-size: 17px; line-height: 1.65; }
.contact-delivery-note { max-width: 590px; margin: 18px 0 0; padding: 13px 15px; border-radius: 12px; color: #7d4c08; background: #fff8e7; font-size: 12px; line-height: 1.6; }
.contact-thank-you-actions { margin-top: 31px; display: flex; flex-wrap: wrap; gap: 10px; }
.contact-form { display: grid; gap: 21px; }
.contact-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-field { display: grid; gap: 8px; }
.contact-field label { font-size: 13px; font-weight: 800; }
.contact-field label span { color: var(--muted); font-size: 11px; font-weight: 600; }
.contact-field input, .contact-field select, .contact-field textarea { width: 100%; min-height: 50px; padding: 13px 14px; border: 1px solid #cfd2d9; border-radius: 12px; color: var(--ink); background: #fff; font: inherit; font-size: 14px; transition: border-color .2s, box-shadow .2s; }
.contact-field textarea { min-height: 190px; resize: vertical; line-height: 1.55; }
.contact-field input:focus, .contact-field select:focus, .contact-field textarea:focus { border-color: var(--blue); outline: none; box-shadow: 0 0 0 4px rgba(49,87,213,.13); }
.contact-field [aria-invalid="true"] { border-color: #d83a3a; }
.field-error { color: #b42318; font-size: 12px; font-weight: 700; }
.contact-help { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 11px; }
.contact-honeypot { width: 1px; height: 1px; position: absolute; left: -10000px; overflow: hidden; }
.contact-safety-note { padding: 14px 16px; border-radius: 12px; color: #555e6e; background: #f3f4f6; font-size: 12px; line-height: 1.6; }
.contact-safety-note strong { color: var(--ink); }
.contact-submit { width: fit-content; min-width: 180px; }
.contact-submit:disabled { cursor: wait; opacity: .65; transform: none; }
.contact-submit-status { min-height: 18px; margin: -12px 0 0; color: var(--muted); font-size: 11px; }
.contact-aside { display: grid; gap: 14px; }
.contact-aside-card { padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.65); }
.contact-aside-number { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; color: var(--ink); background: var(--lime); font-size: 11px; font-weight: 900; }
.contact-aside-card h2 { margin: 30px 0 9px; font-size: 19px; letter-spacing: -.035em; }
.contact-aside-card p { margin: 0; color: #5d6574; font-size: 13px; line-height: 1.65; }
.contact-aside-dark { color: white; border-color: var(--ink); background: var(--ink); }
.contact-aside-dark p { color: #bbc1ce; }
.contact-retention { margin: 5px 8px 0; color: var(--muted); font-size: 11px; line-height: 1.65; }

/* Resume page */
.resume-page { --resume-accent: #3157d5; --resume-accent-soft: #eef1ff; background: #f0f1f4; }
.resume-shell { width: min(790px, calc(100% - 28px)); margin: 32px auto; }
.resume-topbar { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 0 5px 18px; color: #5c6473; font-size: 12px; font-weight: 700; }
.resume-topbar > span { min-width: 0; overflow-wrap: anywhere; text-align: right; }
.resume-topbar .brand { color: var(--ink); font-size: 15px; }
.resume-topbar .brand-mark { width: 20px; height: 24px; border-radius: 5px; }
.resume-topbar .brand-mark::before { width: 7px; height: 7px; }
.resume-topbar .brand-mark::after { width: 7px; left: 4px; top: 10px; box-shadow: 0 4px currentColor; }
.resume-card { padding: clamp(28px, 6vw, 64px); border: 1px solid #dde0e6; border-radius: 24px; background: white; box-shadow: 0 20px 50px rgba(25, 33, 48, .07); }
.resume-header { display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; }
.resume-avatar { width: 88px; height: 88px; display: grid; place-items: center; border-radius: 25px; color: white; background: linear-gradient(145deg, #17213b, var(--resume-accent)); font-size: 25px; font-weight: 900; letter-spacing: -.04em; }
.resume-photo { object-fit: cover; }
.resume-name { margin: 0; font-size: clamp(30px, 6vw, 43px); line-height: 1; letter-spacing: -.055em; }
.resume-title { margin: 8px 0 0; color: #4c5565; font-size: 15px; font-weight: 750; }
.resume-location { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.resume-handle { margin: 17px 0 0; color: var(--resume-accent); font-size: 11px; font-weight: 750; }
.resume-header .status { align-self: start; }
.action-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin-top: 30px; }
.action { min-width: 0; min-height: 43px; padding: 8px 10px; display: flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid var(--line); border-radius: 12px; background: white; overflow-wrap: anywhere; text-align: center; font-size: 12px; font-weight: 800; }
.action:first-child { color: white; background: var(--resume-accent); border-color: var(--resume-accent); }
.action:hover { border-color: var(--resume-accent); }
.featured-link-cta { min-height: 68px; margin-top: 12px; padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid var(--resume-accent); border-radius: 16px; color: white; background: var(--resume-accent); box-shadow: 0 10px 24px color-mix(in srgb, var(--resume-accent) 22%, transparent); }
.featured-link-cta span { min-width: 0; }
.featured-link-cta small { display: block; margin-bottom: 3px; opacity: .75; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.featured-link-cta strong { display: block; overflow-wrap: anywhere; font-size: 15px; }
.featured-link-cta > b { flex: 0 0 auto; font-size: 12px; }
.featured-link-cta:hover { color: white; transform: translateY(-1px); }
.custom-link-row { grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); margin-top: 9px; }
.custom-link-row .action:first-child { color: var(--resume-accent); background: var(--resume-accent-soft); border-color: var(--resume-accent-soft); }
.resume-section { padding-top: 34px; margin-top: 34px; border-top: 1px solid var(--line); }
.resume-label { margin: 0 0 18px; color: #858c98; font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.summary { margin: 0; color: #30394a; overflow-wrap: anywhere; font-size: 16px; line-height: 1.75; }
.resume-skills { display: flex; flex-wrap: wrap; gap: 8px; }
.resume-skills .chip { max-width: 100%; padding: 8px 11px; color: #3e4758; background: #f1f3f7; overflow-wrap: anywhere; font-size: 11px; }
.timeline { position: relative; }
.job { position: relative; padding: 0 0 34px 27px; }
.job:last-child { padding-bottom: 0; }
.job::before { content: ""; position: absolute; left: 3px; top: 7px; bottom: -7px; width: 1px; background: #d9dce3; }
.job:last-child::before { display: none; }
.job::after { content: ""; position: absolute; left: 0; top: 5px; width: 7px; height: 7px; border-radius: 50%; background: var(--resume-accent); box-shadow: 0 0 0 4px var(--resume-accent-soft); }
.job-head { display: flex; justify-content: space-between; gap: 18px; }
.job-head > div { min-width: 0; }
.job h3 { margin: 0; font-size: 17px; letter-spacing: -.025em; }
.job-company { margin: 3px 0 0; color: var(--resume-accent); font-size: 12px; font-weight: 800; }
.job-date { color: var(--muted); font-size: 11px; font-weight: 700; white-space: nowrap; }
.job ul { margin: 14px 0 0; padding-left: 18px; color: #4f5868; font-size: 13px; }
.job li + li { margin-top: 7px; }
.job h3, .job-company, .job li, .credential { overflow-wrap: anywhere; }
.credentials { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.credential { padding: 16px; border: 1px solid var(--line); border-radius: 13px; }
.credential b { display: block; font-size: 12px; }
.credential span { color: var(--muted); font-size: 11px; }
.resume-badge { width: fit-content; margin: 20px auto 0; padding: 11px 17px; border: 1px solid #d7d9df; border-radius: 999px; background: white; color: #596172; font-size: 11px; font-weight: 700; }
.resume-badge b { color: var(--resume-accent); }
.legal-mini-links { display: flex; justify-content: center; gap: 16px; margin: 17px auto 0; color: #737b89; font-size: 10px; font-weight: 700; }
.legal-mini-links a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.resume-notice { margin-bottom: 12px; padding: 11px 16px; border: 1px solid #b8ddca; border-radius: 12px; color: #14734c; background: #eaf8f1; text-align: center; font-size: 12px; font-weight: 800; }
.unavailable-shell { width: min(680px, calc(100% - 28px)); min-height: 100vh; margin: 0 auto; padding: 32px 0; display: flex; flex-direction: column; justify-content: center; }
.unavailable-shell > .brand { width: fit-content; margin: 0 auto 24px; }
.unavailable-card { padding: clamp(32px, 8vw, 72px); border: 1px solid #dde0e6; border-radius: 28px; background: white; box-shadow: 0 20px 50px rgba(25, 33, 48, .07); text-align: center; }
.unavailable-mark { width: 72px; height: 72px; margin: 0 auto 28px; display: grid; place-items: center; border: 3px solid var(--ink); border-radius: 22px; color: var(--ink); background: var(--lime); font-size: 22px; font-weight: 900; transform: rotate(-3deg); }
.unavailable-card h1 { max-width: 520px; margin: 10px auto 0; font-size: clamp(34px, 8vw, 58px); line-height: 1; letter-spacing: -.055em; }
.unavailable-card > p:not(.section-kicker, .unavailable-handle) { max-width: 500px; margin: 22px auto 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.unavailable-actions { margin-top: 30px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.unavailable-actions .button { min-width: 160px; }
.unavailable-handle { margin: 30px 0 0; color: var(--blue); overflow-wrap: anywhere; font-size: 11px; font-weight: 800; }

/* Pricing */
.pricing-hero { padding: 85px 0 54px; text-align: center; }
.pricing-hero .section-title, .pricing-hero .section-copy { margin-inline: auto; }
.annual-badge { width: fit-content; margin: 34px auto 0; padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--muted); font-size: 12px; font-weight: 800; }
.price-grid { margin: 44px auto 115px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.price-card { padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 22px; background: white; }
.price-card.featured { position: relative; color: white; background: var(--blue); border-color: var(--blue); box-shadow: 0 22px 55px rgba(49, 87, 213, .23); }
.price-card.coming-soon { position: relative; color: #747b88; background: #f0f2f5; border-color: #d8dce3; }
.popular { position: absolute; right: 24px; top: 24px; padding: 6px 9px; border-radius: 999px; color: var(--ink); background: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.coming-soon-badge { color: #596170; background: #d8dce3; }
.tier-label { margin: 0 0 8px; color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.featured .tier-label { color: var(--lime); }
.coming-soon .tier-label { color: #747b88; }
.plan-name { margin: 0; font-size: 20px; }
.plan-tagline { min-height: 44px; margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.featured .plan-tagline { color: #d4dcff; }
.coming-soon .plan-tagline, .coming-soon .annual-note { color: #858c98; }
.price { margin: 34px 0 3px; font-size: 48px; line-height: 1; font-weight: 900; letter-spacing: -.065em; }
.price span { font-size: 13px; font-weight: 650; letter-spacing: 0; opacity: .65; }
.price .price-value { font-size: inherit; font-weight: inherit; letter-spacing: inherit; opacity: 1; }
.annual-note { min-height: 20px; margin: 3px 0 26px; color: var(--muted); font-size: 11px; }
.featured .annual-note { color: #d4dcff; }
.warning-note { color: #a5482a; font-weight: 750; }
.price-card .button { width: 100%; }
.featured .button { color: var(--blue); background: white; }
.disabled-plan-button { color: #747b88; background: #e1e4e9; border-color: #d0d4db; cursor: not-allowed; }
.plan-list { margin: 27px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; font-size: 12px; }
.featured .plan-list { border-color: rgba(255,255,255,.22); }
.plan-list li { position: relative; padding-left: 22px; }
.plan-list li + li { margin-top: 12px; }
.plan-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.featured .plan-list li::before { color: var(--lime); }
.coming-soon .plan-list { border-color: #d8dce3; }
.coming-soon .plan-list li::before { color: #9da3ad; }

.comparison { padding: 100px 0; background: white; }
.comparison-shell { max-width: 850px; }
.comparison-table { width: 100%; margin-top: 48px; border-collapse: collapse; font-size: 13px; }
.comparison-table th, .comparison-table td { padding: 17px 16px; border-bottom: 1px solid var(--line); text-align: center; }
.comparison-table th:first-child, .comparison-table td:first-child { text-align: left; font-weight: 750; }
.comparison-table th { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.comparison-table td:not(:first-child) { color: var(--blue); font-weight: 900; }
.faq-grid { margin-top: 50px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.faq { padding: 0 22px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.faq summary { padding: 20px 32px 20px 0; position: relative; list-style: none; cursor: pointer; font-weight: 800; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; font-size: 22px; font-weight: 400; }
.faq[open] summary::after { content: "–"; }
.faq p { margin: -4px 0 20px; color: var(--muted); font-size: 13px; }

/* Login */
.auth-page { min-height: 100vh; background: white; }
.auth-layout { min-height: 100vh; display: grid; grid-template-columns: minmax(420px, .92fr) 1.08fr; }
.auth-brand-panel { min-height: 100vh; padding: 44px clamp(38px, 5vw, 76px); position: relative; display: flex; flex-direction: column; overflow: hidden; color: white; background: var(--ink); }
.auth-brand-panel::before { content: ""; width: 540px; height: 540px; position: absolute; right: -250px; top: 17%; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.auth-brand { width: fit-content; position: relative; z-index: 1; color: white; }
.auth-brand .brand-mark { color: var(--ink); background: white; }
.auth-message { max-width: 590px; margin: auto 0 50px; position: relative; z-index: 1; }
.auth-eyebrow { color: var(--lime); }
.auth-eyebrow::before { background: var(--lime); box-shadow: 0 0 0 5px rgba(217,255,108,.15); }
.auth-message h1 { margin: 0; font-size: clamp(48px, 5.6vw, 78px); line-height: .98; letter-spacing: -.065em; }
.auth-message h1 span { color: var(--lime); }
.auth-message > p:last-child { max-width: 520px; margin: 26px 0 0; color: #b5bdcf; font-size: 17px; }
.auth-preview { width: min(100%, 550px); padding: 8px; position: relative; z-index: 1; border: 1px solid #354059; border-radius: 18px; background: #1a2439; transform: rotate(-1deg); box-shadow: 0 24px 55px rgba(0,0,0,.22); }
.auth-preview-bar { min-height: 32px; display: flex; align-items: center; gap: 5px; padding: 0 6px; }
.auth-preview-bar > span { width: 6px; height: 6px; border-radius: 50%; background: #657087; }
.auth-preview-bar b { margin-left: 7px; color: #8f9ab0; font-size: 9px; font-weight: 650; }
.auth-preview-content { min-height: 112px; padding: 23px; display: flex; align-items: center; gap: 14px; border-radius: 12px; color: var(--ink); background: white; }
.auth-mini-avatar { width: 49px; height: 49px; display: grid; place-items: center; border-radius: 14px; color: white; background: var(--blue); font-size: 13px; font-weight: 900; }
.auth-preview-content strong, .auth-preview-content small { display: block; }
.auth-preview-content strong { letter-spacing: -.025em; }
.auth-preview-content small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.auth-preview-content i { margin-left: auto; padding: 5px 9px; border-radius: 999px; color: #14734c; background: #eaf8f1; font-size: 9px; font-style: normal; font-weight: 850; }
.auth-quote { margin: 25px 0 0; position: relative; z-index: 1; color: #818ca2; font-size: 12px; font-weight: 650; }
.auth-form-panel { min-height: 100vh; padding: 42px clamp(28px, 7vw, 100px); display: flex; flex-direction: column; background: var(--paper); }
.auth-back { width: fit-content; color: var(--muted); font-size: 12px; font-weight: 750; }
.auth-back:hover { color: var(--blue); }
.auth-form-wrap { width: min(100%, 450px); margin: auto; padding-block: 50px; }
.auth-step { margin: 0 0 11px; color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.auth-form-wrap h2 { margin: 0; font-size: 48px; line-height: 1; letter-spacing: -.06em; }
.auth-intro { margin: 15px 0 32px; color: var(--muted); font-size: 14px; }
.login-form > label, .password-label label, .resume-modal form > label { display: block; margin: 0 0 8px; font-size: 12px; font-weight: 800; }
.login-form > input, .password-field, .resume-modal form > input, .modal-handle { width: 100%; min-height: 52px; margin-bottom: 20px; border: 1px solid #d7dae1; border-radius: 13px; background: white; transition: border .2s, box-shadow .2s; }
.login-form > input, .password-field input, .resume-modal form > input, .modal-handle input { padding: 0 15px; border: 0; outline: 0; background: transparent; }
.login-form > input:focus, .password-field:focus-within, .resume-modal form > input:focus, .modal-handle:focus-within { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(49,87,213,.09); outline: 0; }
.password-label { display: flex; justify-content: space-between; align-items: center; }
.password-label a { color: var(--blue); font-size: 11px; font-weight: 800; }
.password-field { display: flex; align-items: center; }
.password-field input { min-width: 0; flex: 1; }
.password-field button { padding: 8px 13px; border: 0; color: var(--blue); background: transparent; font-size: 11px; font-weight: 850; cursor: pointer; }
.remember { margin: 2px 0 23px !important; display: flex !important; align-items: center; gap: 10px; color: var(--muted); font-weight: 650 !important; }
.remember input { width: 17px; height: 17px; accent-color: var(--blue); }
.auth-submit, .auth-create { width: 100%; min-height: 52px; }
.auth-divider { margin: 28px 0 18px; display: flex; align-items: center; gap: 14px; color: #9299a6; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .07em; }
.auth-divider::before, .auth-divider::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.auth-terms { margin: 27px 0 0; color: #8b929f; text-align: center; font-size: 10px; }
.auth-terms a { color: var(--ink); text-decoration: underline; }

/* Account dashboard */
.admin-page { min-height: 100vh; background: #f2f3f7; }
.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 255px 1fr; }
.admin-sidebar { height: 100vh; padding: 27px 19px 22px; position: sticky; top: 0; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid #e0e2e8; background: white; z-index: 30; }
.admin-brand { padding: 0 8px 28px; font-size: 18px; }
.admin-brand .brand-mark { width: 24px; height: 29px; }
.admin-nav { display: grid; gap: 5px; }
.admin-nav a { min-height: 46px; padding: 0 12px; display: flex; align-items: center; gap: 12px; border-radius: 11px; color: #666f80; font-size: 13px; font-weight: 750; }
.admin-nav a > span { width: 20px; color: #8d94a1; text-align: center; font-size: 16px; }
.admin-nav a b { margin-left: auto; min-width: 21px; padding: 2px 6px; border-radius: 999px; color: var(--blue); background: var(--blue-soft); text-align: center; font-size: 9px; }
.admin-nav a:hover { color: var(--ink); background: #f4f5f8; }
.admin-nav a.active { color: var(--blue); background: var(--blue-soft); }
.admin-nav a.active > span { color: var(--blue); }
.plan-meter { padding: 16px; margin-bottom: 13px; border: 1px solid #dce0ec; border-radius: 14px; background: #f8f9fc; }
.plan-meter-head { display: flex; justify-content: space-between; font-size: 11px; }
.plan-meter-head span { font-weight: 850; }
.plan-meter-head b { color: var(--blue); font-size: 10px; }
.meter-track { height: 5px; margin: 12px 0 10px; overflow: hidden; border-radius: 99px; background: #dfe3ee; }
.meter-track span { height: 100%; display: block; border-radius: inherit; background: var(--blue); }
.plan-meter p { margin: 0 0 7px; color: var(--muted); font-size: 10px; }
.plan-meter a { color: var(--blue); font-size: 10px; font-weight: 850; }
.admin-user { padding: 10px 7px; display: flex; align-items: center; gap: 10px; border-radius: 12px; }
.admin-user:hover { background: #f5f6f9; }
.user-avatar { width: 35px; height: 35px; display: grid; place-items: center; flex: none; border-radius: 10px; color: white; background: var(--ink); font-size: 10px; font-weight: 900; }
.admin-user b, .admin-user small { max-width: 130px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.admin-user b { font-size: 10px; }
.admin-user small { color: var(--muted); font-size: 9px; }
.admin-user i { margin-left: auto; color: #9da3af; font-style: normal; font-size: 11px; }
.admin-main { min-width: 0; }
.admin-mobile-header { display: none; }
.admin-content { width: min(1180px, calc(100% - 70px)); margin: 0 auto; padding: 54px 0 75px; }
.dashboard-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.dashboard-kicker { margin: 0 0 8px !important; color: var(--blue) !important; font-size: 10px !important; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.dashboard-header h1 { margin: 0; font-size: clamp(39px, 4vw, 56px); line-height: 1; letter-spacing: -.06em; }
.dashboard-header p { margin: 11px 0 0; color: var(--muted); font-size: 14px; }
.add-resume-button { min-height: 49px; padding-inline: 22px; }
.dashboard-summary { margin-top: 39px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.dashboard-summary > div { min-height: 94px; padding: 18px; display: flex; align-items: center; gap: 13px; border: 1px solid #e0e2e8; border-radius: 16px; background: white; }
.summary-icon { width: 41px; height: 41px; display: grid; place-items: center; flex: none; border-radius: 12px; font-size: 16px; font-weight: 900; }
.summary-icon.blue { color: var(--blue); background: var(--blue-soft); }
.summary-icon.lime { background: #efffc0; }
.summary-icon.peach { color: #a44e33; background: #fff0e9; }
.dashboard-summary p { margin: 0; }
.dashboard-summary p b, .dashboard-summary p small { display: block; }
.dashboard-summary p b { font-size: 20px; line-height: 1.1; letter-spacing: -.035em; }
.dashboard-summary p small { margin-top: 3px; color: var(--muted); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.dashboard-summary em { margin-left: auto; color: var(--muted); font-size: 9px; font-style: normal; }
.resume-library { margin-top: 50px; }
.library-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 20px; }
.library-head h2 { margin: 0; font-size: 22px; letter-spacing: -.035em; }
.library-head p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.view-switch { padding: 4px; display: flex; border: 1px solid #dcdee5; border-radius: 10px; background: white; }
.view-switch button { width: 31px; height: 29px; border: 0; border-radius: 7px; color: #999faa; background: transparent; cursor: pointer; }
.view-switch button.active { color: var(--blue); background: var(--blue-soft); }
.admin-resume-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; align-items: stretch; }
.admin-resume-card { overflow: hidden; border: 1px solid #dfe1e7; border-radius: 18px; background: white; box-shadow: 0 8px 22px rgba(16,23,42,.035); animation: card-in .35s ease both; }
@keyframes card-in { from { opacity: 0; transform: translateY(10px); } }
.resume-card-preview { height: 180px; padding: 25px 32px 0; position: relative; overflow: hidden; }
.blue-preview { background: #e9edff; }
.dark-preview { background: #202b43; }
.lime-preview { background: #efffc0; }
.preview-paper { height: 175px; padding: 20px; border-radius: 10px 10px 0 0; background: white; box-shadow: 0 13px 32px rgba(16,23,42,.14); }
.preview-person { display: flex; align-items: center; gap: 9px; }
.preview-person > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 8px; color: white; background: var(--blue); font-size: 8px; font-weight: 900; }
.dark-preview .preview-person > span { background: var(--ink); }
.lime-preview .preview-person > span { color: var(--ink); background: var(--lime); }
.preview-person b, .preview-person small { display: block; }
.preview-person b { font-size: 8px; }
.preview-person small { color: var(--muted); font-size: 6px; }
.preview-paper > i { width: 100%; height: 4px; margin-top: 10px; display: block; border-radius: 5px; background: #e8eaf0; }
.preview-paper > i + i { margin-top: 5px; }
.preview-paper > i.short { width: 67%; }
.preview-tags { display: flex; gap: 4px; margin-top: 11px; }
.preview-tags span { width: 34px; height: 11px; border-radius: 4px; background: #edf0f5; }
.live-pill, .draft-pill { position: absolute; left: 12px; top: 12px; padding: 5px 8px; border-radius: 999px; color: #14734c; background: white; box-shadow: 0 3px 9px rgba(16,23,42,.08); font-size: 8px; font-weight: 900; }
.draft-pill { color: #735c08; }
.card-menu { width: 28px; height: 27px; position: absolute; top: 11px; right: 11px; border: 0; border-radius: 8px; color: #5e6675; background: rgba(255,255,255,.9); font-size: 9px; font-weight: 900; cursor: pointer; }
.admin-card-body { padding: 19px; }
.admin-card-title { display: flex; justify-content: space-between; gap: 15px; }
.admin-card-title h3 { margin: 0; font-size: 16px; letter-spacing: -.03em; }
.admin-card-title p { margin: 4px 0 0; color: var(--muted); font-size: 9px; }
.admin-card-title p b { color: var(--blue); }
.accent-dot { width: 12px; height: 12px; margin-top: 2px; flex: none; border: 3px solid white; border-radius: 50%; box-shadow: 0 0 0 1px #d9dce3; }
.blue-dot { background: var(--blue); }.dark-dot { background: var(--ink); }.lime-dot { background: var(--lime); }
.card-stats { margin: 17px 0; padding-top: 13px; display: flex; justify-content: space-between; border-top: 1px solid #edeef2; color: #8a919e; font-size: 9px; }
.card-stats b { color: var(--ink); }
.card-actions { display: flex; gap: 7px; }
.card-actions .button { min-height: 38px; flex: 1; padding: 0 12px; font-size: 10px; }
.icon-button { width: 38px; height: 38px; display: grid; place-items: center; flex: none; border: 1px solid #dfe1e7; border-radius: 10px; color: var(--ink); background: white; cursor: pointer; }
.icon-button:hover { border-color: var(--blue); color: var(--blue); }
.add-resume-card { min-height: 390px; padding: 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 2px dashed #ccd0da; border-radius: 18px; color: var(--ink); background: rgba(255,255,255,.45); text-align: center; cursor: pointer; transition: border .2s, background .2s, transform .2s; }
.add-resume-card:hover { border-color: var(--blue); background: var(--blue-soft); transform: translateY(-3px); }
.add-icon { width: 49px; height: 49px; margin-bottom: 20px; display: grid; place-items: center; border-radius: 15px; color: white; background: var(--blue); box-shadow: 0 9px 20px rgba(49,87,213,.2); font-size: 23px; }
.add-resume-card strong { font-size: 14px; }
.add-resume-card small { max-width: 200px; margin-top: 7px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.add-resume-card em { margin-top: 18px; padding: 5px 9px; border-radius: 999px; color: #596172; background: white; font-size: 8px; font-style: normal; font-weight: 850; }
.dashboard-tip { margin-top: 26px; padding: 18px 20px; display: flex; align-items: flex-start; gap: 14px; border: 1px solid #d6dcf2; border-radius: 15px; background: var(--blue-soft); }
.dashboard-tip > span { width: 31px; height: 31px; display: grid; place-items: center; flex: none; border-radius: 9px; color: var(--ink); background: var(--lime); font-size: 13px; }
.dashboard-tip b { font-size: 11px; }
.dashboard-tip p { margin: 2px 0 0; color: #5f6879; font-size: 11px; }
.dashboard-tip button { margin-left: auto; border: 0; color: #777f91; background: transparent; font-size: 20px; cursor: pointer; }
.modal-open { overflow: hidden; }
.modal-backdrop { position: fixed; z-index: 100; inset: 0; padding: 20px; display: grid; place-items: center; background: rgba(10,15,27,.66); backdrop-filter: blur(5px); }
.modal-backdrop[hidden] { display: none; }
.resume-modal { width: min(100%, 520px); max-height: calc(100vh - 40px); padding: 36px; position: relative; overflow-y: auto; border-radius: 23px; background: var(--paper); box-shadow: 0 32px 90px rgba(0,0,0,.3); animation: modal-in .25s ease both; }
@keyframes modal-in { from { opacity: 0; transform: translateY(14px) scale(.98); } }
.modal-close { width: 35px; height: 35px; position: absolute; top: 21px; right: 21px; border: 1px solid var(--line); border-radius: 10px; background: white; font-size: 20px; cursor: pointer; }
.modal-step { margin: 0 0 11px; color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.resume-modal h2 { max-width: 390px; margin: 0; font-size: 35px; line-height: 1.05; letter-spacing: -.05em; }
.modal-intro { margin: 12px 0 29px; color: var(--muted); font-size: 12px; }
.resume-modal form > input { display: block; }
.modal-handle { display: flex; align-items: center; overflow: hidden; }
.modal-handle span { padding-left: 14px; color: var(--ink); font-size: 11px; font-weight: 850; white-space: nowrap; }
.modal-handle input { min-width: 0; flex: 1; color: var(--blue); font-weight: 750; }
.modal-note { margin: 7px 0 25px; padding: 13px; display: flex; gap: 10px; border-radius: 11px; background: var(--blue-soft); }
.modal-note > span { color: var(--blue); }
.modal-note p { margin: 0; color: #626b7b; font-size: 10px; }
.modal-note b { color: var(--ink); }
.modal-actions { display: flex; justify-content: flex-end; gap: 8px; }
.toast { min-width: 220px; padding: 13px 17px; position: fixed; z-index: 120; right: 24px; bottom: 24px; border-radius: 12px; color: white; background: var(--ink); box-shadow: 0 14px 38px rgba(16,23,42,.25); font-size: 11px; font-weight: 750; opacity: 0; transform: translateY(12px); pointer-events: none; transition: .25s ease; }
.toast.show { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 65px; }
  .hero-art { min-height: 550px; }
  .display { max-width: 800px; }
  .demo-section, .pricing-tease-grid { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .price-card { padding: 23px; }
  .auth-layout { grid-template-columns: .8fr 1.2fr; }
  .auth-brand-panel { padding: 35px; }
  .auth-message h1 { font-size: 48px; }
  .admin-resume-grid { grid-template-columns: 1fr 1fr; }
  .add-resume-card { min-height: 350px; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 28px, 1180px); }
  .site-nav { height: 70px; }
  .menu-toggle { display: grid; margin-left: auto; }
  .nav-links { position: absolute; z-index: 20; top: 62px; left: 0; right: 0; padding: 10px; display: none; align-items: stretch; gap: 4px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: 0 18px 45px rgba(16, 23, 42, .14); }
  .nav-links.open { display: flex; flex-direction: column; }
  .nav-links > a:not(.button) { padding: 13px 14px; border-radius: 10px; }
  .nav-links > a:not(.button):hover, .nav-links > a.active { background: var(--blue-soft); box-shadow: none; }
  .nav-links .button { width: 100%; min-height: 44px; margin-top: 4px; padding: 0 14px; }
  .hero { min-height: auto; padding: 58px 0 75px; gap: 40px; }
  .display { font-size: clamp(48px, 15vw, 72px); }
  .lead { font-size: 17px; }
  .claim-form { flex-wrap: wrap; }
  .claim-prefix { padding-left: 9px; }
  .claim-form input { width: 35%; }
  .claim-form .button { width: 100%; margin-top: 2px; }
  .hero-art { min-height: 475px; }
  .hero-art::before { width: 385px; height: 385px; }
  .resume-preview { width: min(330px, 90%); padding: 23px; }
  .note-top { right: -3px; top: 29px; }
  .note-bottom { left: 2px; bottom: 48px; }
  .mini-url { right: 0; bottom: 15px; }
  .proof-inner { min-height: 0; grid-template-columns: 1fr; padding: 18px 0; }
  .proof-item { padding: 15px; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-item:last-child { border: 0; }
  .section { padding: 80px 0; }
  .section-title { font-size: 42px; }
  .steps { grid-template-columns: 1fr; }
  .step, .step + .step { min-height: 0; padding: 25px 0 35px; border-right: 0; border-bottom: 1px solid var(--line); }
  .step:last-child { border-bottom: 0; }
  .step h3 { margin-top: 32px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 225px; }
  .window-body { min-height: 370px; padding: 24px 17px; }
  .tease-cards { grid-template-columns: 1fr; }
  .tease-card.pro { transform: none; }
  .footer-inner { padding: 28px 0; align-items: flex-start; flex-direction: column; }
  .footer-links { flex-wrap: wrap; }
  .legal-page { padding-bottom: 60px; }
  .legal-hero { padding: 55px 0 42px; }
  .legal-layout { display: block; }
  .legal-toc { position: static; margin-bottom: 22px; }
  .legal-summary-grid { grid-template-columns: 1fr; }
  .contact-page { padding: 52px 0 75px; }
  .contact-hero > p:last-child { font-size: 17px; }
  .contact-layout { margin-top: 42px; grid-template-columns: 1fr; }
  .contact-card { border-radius: 20px; }
  .contact-field-grid { grid-template-columns: 1fr; }
  .contact-submit { width: 100%; }
  .resume-shell { margin-top: 14px; }
  .resume-topbar { padding-inline: 5px; }
  .resume-card { border-radius: 20px; }
  .resume-header { grid-template-columns: auto 1fr; gap: 17px; }
  .resume-avatar { width: 70px; height: 70px; border-radius: 20px; }
  .resume-header .status { grid-column: 1 / -1; }
  .resume-handle { font-size: 10px; }
  .action-row { grid-template-columns: 1fr 1fr; }
  .unavailable-shell { padding-block: 20px; }
  .unavailable-card { border-radius: 20px; }
  .unavailable-actions { flex-direction: column; }
  .unavailable-actions .button { width: 100%; }
  .job-head { flex-direction: column; gap: 2px; }
  .credentials { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: 1fr; gap: 18px; }
  .price-card.featured { transform: none; order: -1; }
  .comparison-table { font-size: 11px; }
  .comparison-table th, .comparison-table td { padding: 14px 6px; }
  .faq-grid { grid-template-columns: 1fr; }
  .auth-layout { display: block; }
  .auth-brand-panel { min-height: auto; padding: 25px 23px 35px; }
  .auth-message { margin: 60px 0 30px; }
  .auth-message h1 { font-size: 45px; }
  .auth-message > p:last-child { font-size: 14px; }
  .auth-preview, .auth-quote { display: none; }
  .auth-form-panel { min-height: auto; padding: 24px 22px; }
  .auth-back { display: none; }
  .auth-form-wrap { padding: 40px 0 60px; }
  .admin-shell { display: block; }
  .admin-sidebar { width: min(86vw, 285px); position: fixed; left: 0; transform: translateX(-105%); transition: transform .25s ease; box-shadow: 18px 0 50px rgba(16,23,42,.15); }
  .admin-sidebar.open { transform: translateX(0); }
  .admin-mobile-header { height: 70px; padding: 0 15px; position: sticky; z-index: 25; top: 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.94); backdrop-filter: blur(12px); }
  .admin-mobile-header .brand { font-size: 16px; }
  .admin-mobile-header .brand-mark { width: 22px; height: 27px; }
  .admin-menu-button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 12px; background: white; font-size: 18px; }
  .admin-content { width: calc(100% - 28px); padding: 35px 0 60px; }
  .dashboard-header { align-items: flex-start; flex-direction: column; }
  .add-resume-button { width: 100%; }
  .dashboard-summary { grid-template-columns: 1fr; }
  .dashboard-summary > div { min-height: 78px; }
  .library-head { align-items: flex-start; }
  .view-switch { display: none; }
  .admin-resume-grid { grid-template-columns: 1fr; }
  .add-resume-card { min-height: 250px; }
  .resume-card-preview { height: 190px; padding-inline: 40px; }
  .dashboard-tip { align-items: flex-start; }
  .resume-modal { padding: 31px 22px; }
  .modal-actions .button { flex: 1; }
}

@media print {
  .resume-page { background: white; }
  .resume-shell { width: 100%; margin: 0; }
  .resume-topbar, .action-row, .featured-link-cta, .resume-badge, .legal-mini-links { display: none; }
  .resume-card { padding: 24px; border: 0; box-shadow: none; }
}
