:root {
  color-scheme: light;
  --navy: #071523;
  --navy-2: #0c2337;
  --ink: #102235;
  --muted: #5c6b79;
  --line: #dce4ea;
  --surface: #f5f8fa;
  --white: #fff;
  --accent: #16b8a6;
  --accent-dark: #078878;
  --blue: #2e7deb;
  --shadow: 0 22px 55px rgba(7, 21, 35, .12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); line-height: 1.65; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #ffbf47; outline-offset: 3px; border-radius: 5px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; transform: translateY(-150%); background: var(--white); padding: .7rem 1rem; font-weight: 800; }
.skip-link:focus { transform: none; }

.site-header { min-height: 78px; padding: 0 clamp(1.25rem, 5vw, 5rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: var(--navy); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.1); }
.brand { display: inline-flex; align-items: center; gap: .65rem; font-size: 1.22rem; font-weight: 850; letter-spacing: -.03em; text-decoration: none; }
.brand-mark { position: relative; width: 42px; height: 42px; flex: 0 0 42px; overflow: hidden; border-radius: 10px; background: white; }
.brand-mark img { position: absolute; width: 126px; max-width: none; height: 84px; left: -40px; top: -20px; }
.primary-nav { display: flex; align-items: center; gap: 1.7rem; }
.primary-nav a { min-height: 44px; display: inline-flex; align-items: center; color: #d9e4ec; text-decoration: none; font-size: .95rem; font-weight: 650; }
.primary-nav a:hover, .primary-nav a[aria-current] { color: var(--white); }
.primary-nav .nav-cta { color: var(--navy); background: var(--white); border-radius: 999px; padding: .68rem 1.1rem; }
.menu-button { display: none; color: var(--white); border: 1px solid rgba(255,255,255,.3); background: transparent; border-radius: 8px; padding: .6rem .8rem; font: inherit; }

.hero { min-height: 680px; padding: clamp(4.5rem, 9vw, 8rem) clamp(1.25rem, 6vw, 7rem); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(400px, .95fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; color: var(--white); background: radial-gradient(circle at 80% 10%, rgba(22,184,166,.14), transparent 30%), var(--navy); overflow: hidden; }
.hero-copy { max-width: 720px; }
.eyebrow { margin: 0 0 1rem; color: var(--accent); font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.hero h1, .page-hero h1 { margin: 0; font-size: clamp(2.8rem, 5.5vw, 5.6rem); line-height: .98; letter-spacing: -.065em; }
.hero h1 span { color: #66e0d3; }
.lead { max-width: 700px; margin: 1.7rem 0 0; color: #c8d5df; font-size: clamp(1.05rem, 1.6vw, 1.25rem); }
.actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.actions.centered { justify-content: center; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; padding: .72rem 1.15rem; font-weight: 800; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #03211d; background: var(--accent); }
.button.secondary { color: var(--white); background: var(--ink); }
.button.ghost { color: var(--white); border: 1px solid rgba(255,255,255,.3); }
.button.dark-ghost { color: var(--ink); border-color: var(--line); }
.microcopy { color: #8fa5b5; font-size: .88rem; }

.product-scene { position: relative; padding: 1.25rem; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: rgba(255,255,255,.07); box-shadow: 0 35px 100px rgba(0,0,0,.35); backdrop-filter: blur(12px); transform: rotate(1deg); }
.product-scene::before { content: ""; position: absolute; inset: -70px -80px auto auto; width: 170px; height: 170px; border-radius: 50%; background: rgba(22,184,166,.18); filter: blur(20px); }
.scene-top, .metric-row, .document-card, .flow-line { position: relative; }
.scene-top { display: flex; justify-content: space-between; color: #d9e7ef; font-weight: 750; }
.status-dot::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: .45rem; border-radius: 50%; background: var(--accent); }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem; margin: 1rem 0; }
.metric-row div { padding: 1rem; border-radius: 14px; background: rgba(5,17,28,.55); }
.metric-row small, .metric-row span, .document-card small { display: block; color: #90a9b9; }
.metric-row strong { display: block; margin: .15rem 0; font-size: 1.45rem; }
.document-card { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem; border-radius: 14px; background: #fff; color: var(--ink); }
.document-card > div { display: flex; align-items: center; gap: .75rem; }
.document-card.accent { border-left: 4px solid var(--accent); }
.doc-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 9px; color: white; background: var(--blue); font-weight: 900; }
.paid, .active-pill { padding: .28rem .55rem; border-radius: 999px; color: #00695d; background: #d6f6f0; font-size: .78rem; font-weight: 850; }
.flow-line { display: flex; align-items: center; justify-content: center; gap: .7rem; padding: .7rem; color: #b7c9d4; font-size: .88rem; }

.trust-bar { padding: 1rem clamp(1.25rem, 6vw, 7rem); display: flex; justify-content: center; align-items: center; gap: 3rem; color: #52606b; background: #eef3f6; }
.trust-bar p { font-weight: 800; }
.trust-bar div { display: flex; flex-wrap: wrap; align-items: center; gap: .7rem; }
.trust-bar b { color: var(--accent-dark); }
.container { width: min(1180px, calc(100% - 2.5rem)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 2.5rem)); margin: 0 auto; }
.narrow-left { max-width: 820px; }
.content-section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; }
.content-section:nth-of-type(even) { background: var(--surface); }
.content-section h2, .split h2, .pricing-teaser h2, .support-strip h2, .final-cta h2, .contact-section h2, .callout h2 { margin: 0 0 2rem; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.08; letter-spacing: -.045em; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.card { min-height: 220px; padding: 1.6rem; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 10px 30px rgba(7,21,35,.04); }
.card h3 { margin: 1.2rem 0 .45rem; font-size: 1.2rem; }
.card p { margin: 0; color: var(--muted); }
.feature-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 11px; color: #046a5e; background: #d8f6f2; font-weight: 900; }

.split { padding: clamp(4.5rem, 8vw, 7.5rem) clamp(1.25rem, 7vw, 8rem); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.split p { max-width: 600px; }
.dark-section { color: white; background: var(--navy-2); }
.dark-section > div > p:not(.eyebrow) { color: #b8c8d3; }
.text-link { color: #78e7da; font-weight: 800; text-decoration: none; }
.dark-link { color: var(--accent-dark); }
.workflow-panel { border: 1px solid rgba(255,255,255,.12); border-radius: 18px; padding: 1rem 1.5rem; background: rgba(255,255,255,.04); }
.workflow-panel > div { display: flex; align-items: center; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.workflow-panel > div:last-child { border: 0; }
.workflow-panel span { color: var(--accent); font-weight: 900; }
.workflow-panel p, .workflow-panel small { display: block; margin: 0; }
.workflow-panel small { color: #91a9b8; }
.light-section { background: #eef5f6; }
.job-board { padding: 1.3rem; border-radius: 18px; background: white; box-shadow: var(--shadow); }
.board-heading { display: flex; justify-content: space-between; font-weight: 850; }
.board-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; margin: 1.3rem 0; }
.board-stats div { padding: .8rem; border-radius: 10px; background: var(--surface); }
.board-stats small, .board-stats strong { display: block; }
.timeline-item { display: flex; align-items: center; gap: .75rem; padding: .7rem 0; border-top: 1px solid var(--line); }
.timeline-item b { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); }
.timeline-item small { display: block; color: var(--muted); }

.paper-section { background: #f5f1ea !important; }
.document-showcase { display: grid; grid-template-columns: minmax(280px, .8fr) 1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.paper { aspect-ratio: .77; padding: 2rem; color: #28333d; background: white; box-shadow: var(--shadow); transform: rotate(-2deg); }
.paper-brand { display: flex; align-items: center; gap: .7rem; color: var(--accent-dark); font-weight: 900; }
.paper h3 { margin: 3rem 0 .25rem; font-size: 2rem; }
.paper hr { margin: 1.5rem 0; border: 0; border-top: 1px solid var(--line); }
.paper-row { display: flex; justify-content: space-between; gap: 1rem; margin: .75rem 0; }
.paper-row.total { font-size: 1.2rem; }
.document-showcase > div:last-child h3 { font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.08; letter-spacing: -.045em; }

.pricing-teaser, .support-strip { padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 7vw, 8rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; color: white; background: var(--accent-dark); }
.pricing-teaser > div { max-width: 760px; }
.pricing-teaser .eyebrow { color: #c6fff7; }
.pricing-teaser h2, .support-strip h2 { margin-bottom: .75rem; }
.compact-section .card { min-height: 190px; }
.faq { max-width: 900px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { padding: 1.25rem .25rem; cursor: pointer; font-weight: 800; }
.faq details p { margin: 0; padding: 0 .25rem 1.25rem; color: var(--muted); }
.final-cta { padding: clamp(5rem, 10vw, 9rem) 1.25rem; text-align: center; color: white; background: var(--navy); }
.final-cta p:not(.eyebrow) { color: #b6c7d3; }

.page-hero { padding: clamp(4.5rem, 9vw, 8rem) 0; color: white; background: radial-gradient(circle at 80% 20%, rgba(22,184,166,.15), transparent 35%), var(--navy); }
.page-hero h1 { font-size: clamp(2.6rem, 5vw, 4.8rem); }
.help-nav { margin: -1.5rem 0 2rem; padding: 1rem; display: flex; flex-wrap: wrap; gap: .5rem; position: relative; border: 1px solid var(--line); border-radius: 13px; background: white; box-shadow: 0 10px 30px rgba(7,21,35,.08); }
.help-nav a { padding: .45rem .7rem; border-radius: 8px; color: var(--muted); text-decoration: none; font-weight: 700; }
.help-nav a:hover { color: var(--ink); background: var(--surface); }
.steps { max-width: 900px; padding: 0; list-style: none; counter-reset: steps; }
.steps li { position: relative; padding: 0 0 2rem 4rem; counter-increment: steps; }
.steps li::before { content: counter(steps); position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: #056f63; background: #d9f7f3; font-weight: 900; }
.steps li::after { content: ""; position: absolute; left: 18px; top: 42px; bottom: 4px; width: 2px; background: var(--line); }
.steps li:last-child::after { display: none; }
.steps h3, .steps p { margin: 0; }
.steps p { color: var(--muted); }
.comparison { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.comparison article { padding: 1.5rem; border-left: 4px solid var(--accent); background: white; box-shadow: 0 10px 30px rgba(7,21,35,.06); }
.callout { padding: clamp(4rem, 8vw, 7rem) 1.25rem; color: white; background: var(--navy-2); }
.callout > div { max-width: 900px; margin: auto; }
.plan-section { padding: clamp(4rem, 8vw, 7rem) 1.25rem; background: var(--surface); }
.plan-grid { width: min(1020px, 100%); margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.plan-card { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--line); border-radius: 18px; background: white; }
.plan-card h2 { margin: .4rem 0 1rem; font-size: 2rem; }
.plan-card ul, .check-list { padding-left: 1.3rem; }
.plan-card li, .check-list li { margin: .65rem 0; }
.featured-plan { border: 2px solid var(--accent-dark); box-shadow: var(--shadow); }
.plan-label { color: var(--accent-dark); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.price-note, .note { padding: .8rem 1rem; border-radius: 9px; color: #4c5c68; background: var(--surface); font-size: .92rem; }
.prose { max-width: 820px; color: var(--muted); }
.support-strip { background: var(--navy-2); }
.support-strip p { margin: 0; color: #b9c9d4; }

.contact-section { width: min(1100px, calc(100% - 2.5rem)); margin: auto; padding: clamp(4rem, 8vw, 7rem) 0; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 7vw, 7rem); }
.contact-card { padding: 2rem; color: white; border-radius: 18px; background: var(--navy-2); }
.contact-card h2 { margin-bottom: .75rem; font-size: clamp(1.6rem, 3.4vw, 2.5rem); overflow-wrap: anywhere; }
.legal-section, .deletion-section { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.legal-layout { width: min(1180px, calc(100% - 2.5rem)); margin: auto; display: grid; grid-template-columns: 220px 1fr; gap: 4rem; }
.legal-layout aside { position: sticky; top: 2rem; height: max-content; display: grid; gap: .7rem; }
.legal-layout aside a { color: var(--muted); }
.legal-copy { max-width: 820px; }
.legal-copy h2, .deletion-section h2 { margin-top: 2.4rem; line-height: 1.2; }
.legal-copy li { margin: .55rem 0; }
.review-notice { margin-bottom: 2rem; padding: 1.2rem 1.4rem; border-left: 5px solid #d78b00; color: #553700; background: #fff2d4; }
.review-notice p { margin-bottom: 0; }
.status-box { display: flex; gap: 1rem; padding: 1.5rem; border: 1px solid var(--line); border-radius: 14px; }
.status-box > span { width: 14px; height: 14px; margin-top: .5rem; flex: 0 0 auto; border-radius: 50%; background: #8b98a3; }
.status-box h2 { margin: 0; font-size: 1.4rem; }

.site-footer { padding: 4rem clamp(1.25rem, 6vw, 7rem) 2rem; display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 2rem; color: #b8c7d2; background: #04101b; }
.site-footer > div p { max-width: 340px; }
.site-footer nav { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; }
.site-footer nav h2 { margin: 0 0 .5rem; color: white; font-size: .9rem; text-transform: uppercase; letter-spacing: .1em; }
.site-footer nav a { color: #b8c7d2; text-decoration: none; }
.footer-brand { color: white; }
.copyright { grid-column: 1 / -1; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.1); font-size: .85rem; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .product-scene { max-width: 650px; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .split, .document-showcase, .contact-section { grid-template-columns: 1fr; }
  .job-board { order: 2; }
  .plan-grid { grid-template-columns: 1fr; }
  .legal-layout { grid-template-columns: 1fr; gap: 1rem; }
  .legal-layout aside { position: static; display: flex; flex-wrap: wrap; }
  .site-footer { grid-template-columns: 1.5fr 1fr 1fr; }
  .site-footer > nav:last-of-type { grid-column: 2; }
}

@media (max-width: 680px) {
  .site-header { min-height: 68px; padding: .75rem 1.1rem; flex-wrap: wrap; }
  .menu-button { display: block; }
  .primary-nav { display: none; width: 100%; padding: .7rem 0; align-items: stretch; flex-direction: column; gap: .15rem; }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: .75rem; }
  .primary-nav .nav-cta { text-align: center; }
  .hero { min-height: auto; padding-top: 4rem; grid-template-columns: minmax(0, 1fr); }
  .hero h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  .product-scene { margin: 0 -.25rem; padding: .8rem; transform: none; }
  .metric-row, .document-card { font-size: .83rem; }
  .metric-row strong { font-size: 1.15rem; }
  .document-card { align-items: flex-start; }
  .document-card > strong { white-space: nowrap; }
  .trust-bar { align-items: flex-start; flex-direction: column; gap: .2rem; }
  .card-grid, .comparison { grid-template-columns: 1fr; }
  .split { padding-inline: 1.25rem; }
  .board-stats { grid-template-columns: 1fr; }
  .document-showcase { grid-template-columns: minmax(0, 1fr); }
  .pricing-teaser, .support-strip { align-items: flex-start; flex-direction: column; }
  .support-strip .button { width: 100%; }
  .contact-section { grid-template-columns: minmax(0, 1fr); }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > div { grid-column: 1 / -1; }
  .site-footer > nav:last-of-type { grid-column: auto; }
}

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