/* SexenIA · Editorial research workspace. System fonts, no external requests. */
:root {
  --paper: #f7fbfb; --white: #fff; --ink: #123642; --muted: #566a72;
  --green: #147f8e; --lime: #9bd4d7; --line: #d6e4e5; --warm: #e8f3f4;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --radius: 16px; --space: clamp(64px, 8vw, 112px);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.6 var(--font); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: 5px; }
button, input, select { font: inherit; }
button, a, input, select, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
:focus-visible { outline: 3px solid #147f8e; outline-offset: 5px; }
[hidden] { display: none !important; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.13; font-weight: 500; }
h2 { font-size: clamp(32px, 3.7vw, 49px); letter-spacing: -1.8px; }
h3 { font-size: 21px; letter-spacing: -.55px; }
em { font-family: var(--serif); font-weight: 400; }
.wrap { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; background: var(--white); padding: 14px; }
.skip-link:focus { top: 10px; }
.site-header { position: sticky; top: 0; z-index: 50; background: var(--paper); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 88px; gap: 24px; }
.brand { display: inline-flex; align-items: baseline; text-decoration: none; font-size: 34px; line-height: 1; letter-spacing: -1.6px; font-weight: 650; white-space: nowrap; }
.brand > span:first-child { font-family: var(--serif); font-style: italic; font-weight: 500; color: #147f8e; }
.brand-dot { height: 7px; width: 7px; background: #18a4b4; border-radius: 50%; margin-left: 5px; }
.nav nav { display: flex; gap: 32px; }
.nav nav a, .nav-login { font-size: 14px; font-weight: 500; text-decoration: none; }
.nav nav a { padding: 12px 0; }
.nav nav a:hover { text-decoration: underline; }
.nav-login { border: 1px solid #b9d4d8; border-radius: 100px; padding: 10px 22px; }
.nav-login span { margin-left: 18px; }
.hero { padding: 76px 0 65px; overflow: clip; }
.hero-grid { display: grid; grid-template-columns: 1.08fr 1fr; gap: 36px; align-items: center; }
.eyebrow { font-size: 11px; font-weight: 650; letter-spacing: 1.6px; line-height: 1.5; margin-bottom: 22px; }
.status-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--green); margin-right: 8px; }
h1 { font-size: clamp(43px, 4.5vw, 65px); letter-spacing: -2.9px; line-height: 1.075; margin-bottom: 26px; }
h1 em { color: #147f8e; }
.lead { max-width: 480px; font-size: 17px; color: var(--muted); line-height: 1.7; }
.cta-row { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 30px; }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 28px; min-height: 52px; padding: 14px 24px; border: 0; border-radius: 7px; font-size: 14px; font-weight: 650; text-decoration: none; transition: background .18s, transform .18s; }
.btn-primary { background: var(--green); color: #fff; }
.btn-primary:hover { background: #075967; transform: translateY(-2px); }
.btn span { font-size: 21px; line-height: 1; }
.text-link { font-size: 14px; font-weight: 600; text-decoration: none; display: inline-flex; gap: 12px; align-items: center; min-height: 44px; }
.text-link:hover { text-decoration: underline; }
.hero-price { font-size: 12px; margin-top: 18px; color: var(--muted); }
.hero-price strong { color: var(--ink); }
.hero-price > span { display: block; margin-top: 3px; }
.hero-assurance { display: flex; gap: 24px; border-top: 1px solid var(--line); margin-top: 30px; padding-top: 20px; font-size: 12px; color: #526c72; }
.product-scene { position: relative; height: 520px; isolation: isolate; }
.scene-orbit { position: absolute; inset: 10px -28px 0; background: #e1f0f1; border-radius: 50%; z-index: -1; }
.scene-orbit::after { content: ""; position: absolute; inset: -20px 22px 25px -13px; border: 1px solid #c8e0e2; border-radius: 50%; transform: rotate(-25deg); }
.document-preview { position: absolute; width: 79%; right: 5px; top: 62px; background: #fff; border: 1px solid #d7e5e6; border-radius: 10px; transform: rotate(3deg); box-shadow: 0 24px 55px #12364215; overflow: hidden; }
.doc-toolbar { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e4eeee; padding: 15px 23px; gap: 12px; }
.doc-logo { font-size: 18px; font-weight: 650; letter-spacing: -.8px; }
.doc-logo span { font-family: var(--serif); font-style: italic; }
.doc-status { color: #0d6977; background: #e1f1f2; padding: 3px 8px; border-radius: 4px; font-size: 9px; }
.doc-body { padding: 27px; }
.mini-label { display: block; font-size: 9px; font-weight: 600; letter-spacing: 1.2px; color: #697566; }
.doc-body h2 { font-family: var(--serif); font-size: 29px; letter-spacing: -.8px; margin-top: 13px; margin-bottom: 24px; }
.doc-section { display: flex; gap: 12px; margin: 20px 0; }
.doc-section > span { font-size: 10px; color: #7e8b72; padding-top: 3px; }
.doc-section h3 { font-size: 12px; font-weight: 650; letter-spacing: 0; }
.doc-section p { font-size: 11px; line-height: 1.7; color: #697267; margin-top: 7px; }
.doc-highlight { display: flex; gap: 9px; align-items: center; font-size: 10px; padding: 12px; background: #e7f4f5; border-left: 2px solid #147f8e; }
.doc-highlight > span { font-size: 18px; }
.doc-footer { display: flex; justify-content: space-between; padding: 11px 23px; border-top: 1px solid #e7e8de; font-size: 8px; color: #7b8276; }
.source-note { position: absolute; top: 9px; left: -3px; width: 215px; padding: 20px; background: #e5f2f3; border: 1px solid #cce2e4; border-radius: 6px; transform: rotate(-9deg); }
.source-note strong { display: block; font-family: var(--serif); font-size: 24px; margin-top: 7px; font-weight: 400; }
.source-note > span:last-of-type { font-size: 10px; color: #6b735a; }
.note-lines { display: grid; gap: 6px; margin-top: 15px; }
.note-lines i { height: 4px; background: #bddde0; width: 95%; }
.note-lines i:nth-child(2) { width: 72%; }
.note-lines i:nth-child(3) { width: 82%; }
.export-note { position: absolute; bottom: -3px; left: 1px; display: flex; gap: 13px; align-items: center; border-radius: 8px; padding: 17px 22px; background: var(--ink); color: white; box-shadow: 0 12px 25px #12364220; }
.export-icon { border: 1px solid #63aeb7; padding: 0 10px; border-radius: 5px; font-size: 25px; color: var(--lime); }
.export-note strong, .export-note div span { display: block; }
.export-note strong { font-size: 11px; }
.export-note div span { font-size: 10px; color: #b8cfbf; margin-top: 3px; }
.section { padding-block: var(--space); }
.section-heading { display: grid; grid-template-columns: 1.4fr 1fr; gap: 75px; align-items: end; margin-bottom: 54px; }
.section-heading > p { max-width: 350px; color: var(--muted); font-size: 15px; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; padding: 0; margin: 0; list-style: none; }
.step-number { display: flex; justify-content: space-between; padding-block: 16px; border-top: 1px solid #c7dfe1; margin-bottom: 15px; font: 30px var(--serif); color: #147f8e; }
.step-number > span { font: 20px var(--font); color: #4f9da8; }
.steps h3 { font-size: 19px; font-weight: 550; margin-bottom: 13px; }
.steps p { color: var(--muted); font-size: 14px; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 24px; margin: 11px 0; font-size: 13px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #147f8e; font-weight: 700; }
.trust-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 45px; }
.trust-symbol { display: inline-flex; height: 45px; width: 45px; border: 1px solid #cbe1e3; border-radius: 50%; align-items: center; justify-content: center; font-size: 27px; margin-bottom: 23px; }
.trust-grid h3 { margin-bottom: 15px; }
.trust-grid p { font-size: 14px; color: var(--muted); }
.independence { border-top: 1px solid var(--line); margin-top: 40px; padding-top: 20px; color: var(--muted); font-size: 12px; }
.pricing-section { background: #e8f3f4; padding-block: var(--space) 35px; }
.pricing-grid { display: grid; grid-template-columns: 1fr .87fr; gap: 105px; align-items: center; }
.pricing-copy h2 { font-size: clamp(38px,4.1vw,56px); }
.pricing-copy > p:not(.eyebrow) { color: var(--muted); max-width: 400px; margin-top: 24px; font-size: 15px; }
.allowance { display: flex; gap: 25px; margin-top: 36px; padding-block: 20px; border-block: 1px solid #cbe1e3; }
.allowance > div { display: flex; flex-direction: column; flex: 1; }
.allowance strong { font-family: var(--serif); font-size: 48px; font-weight: 400; line-height: 1.2; }
.allowance span { font-size: 11px; line-height: 1.6; margin-top: 8px; }
.pricing-copy > p.pricing-footnote { font-size: 11px; }
.price-card { background: #fff; border: 1px solid #d7e5e6; padding: 35px; border-radius: 14px; box-shadow: 0 15px 40px #12364208; }
.price-card-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; font-size: 10px; letter-spacing: 1px; }
.offer-tag { background: #dff0f1; border-radius: 50px; padding: 5px 10px; letter-spacing: 0; color: #0d6977; }
.price { display: flex; align-items: baseline; gap: 10px; margin-top: 22px; }
.price strong { font-size: 70px; line-height: 1.15; font-weight: 500; letter-spacing: -4px; }
.price > span { color: var(--muted); font-size: 15px; }
.tax { color: #0d6977; font-size: 12px; }
.plan-duration { color: var(--muted); font-size: 12px; border-bottom: 1px solid var(--line); padding: 13px 0 23px; }
.price-card .check-list { margin: 24px 0 27px; }
.price-card .check-list li { margin: 13px 0; }
.price-card .btn { width: 100%; justify-content: space-between; }
.offer-note { font-size: 10px; color: var(--muted); margin-top: 15px; line-height: 1.6; }
.account-link { display: block; text-align: center; font-size: 12px; padding: 17px 0 0; }
.faq-section { display: grid; grid-template-columns: .8fr 1.4fr; gap: 85px; }
.faq-section > div > p:not(.eyebrow) { color: var(--muted); margin-top: 24px; font-size: 14px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { list-style: none; position: relative; padding: 22px 35px 22px 0; font-size: 15px; font-weight: 550; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 2px; font-size: 23px; top: 15px; font-weight: 400; }
.faq-list details[open] > summary::after { content: "−"; }
.faq-list details > p { font-size: 14px; color: var(--muted); padding-bottom: 24px; max-width: 570px; }
.start-section { background: #f0eee5; padding-block: 70px; }
.start-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.start-grid h2 { font-size: 39px; }
.start-grid > div > p:not(.eyebrow) { color: var(--muted); margin: 20px 0 12px; font-size: 14px; max-width: 390px; }
.start-access { align-self: center; background: var(--white); border: 1px solid #d7e5e6; border-radius: 14px; box-shadow: 0 15px 40px #12364208; padding: 34px; }
.start-access h3 { font-family: var(--serif); font-size: 30px; font-weight: 400; margin: 12px 0; }
.start-access p:not(.mini-label) { color: var(--muted); font-size: 14px; margin-bottom: 24px; }
.picker-label { font-size: 13px; display: block; font-weight: 550; margin-bottom: 9px; }
.combo { position: relative; }
.combo-input, .other-field input { width: 100%; background: #fff; border: 1px solid #bfd9dc; border-radius: 6px; color: var(--ink); padding: 13px 38px 13px 14px; font-size: 14px; min-height: 48px; }
.combo-input::placeholder { color: #71796d; }
.combo-icon { position: absolute; right: 14px; top: 15px; pointer-events: none; }
.listbox { display: none; position: absolute; left: 0; right: 0; top: 100%; z-index: 40; padding: 6px; list-style: none; background: white; border: 1px solid var(--line); border-radius: 7px; max-height: 270px; overflow-y: auto; box-shadow: 0 12px 28px #12364220; }
.listbox.open { display: block; }
.opt { padding: 10px; cursor: pointer; border-radius: 4px; font-size: 13px; }
.opt:hover, .opt.active { background: #e4f2f3; }
.opt-meta { display: inline-block; font-size: 10px; color: var(--muted); margin-right: 8px; }
.opt-name { display: block; }
.opt-sep { border-top: 1px solid var(--line); margin-block: 7px; }
.opt-empty { padding: 10px; font-size: 13px; }
mark { color: inherit; background: #bfe3e5; }
.chosen { display: none; background: #fff; border: 1px solid var(--line); border-radius: 7px; padding: 18px; }
.chosen.visible { display: block; }
.chosen-top { display: flex; gap: 16px; justify-content: space-between; }
.chosen-name { font-size: 14px; font-weight: 600; }
.chosen-meta { font-size: 11px; color: var(--muted); }
.link-quiet { border: none; background: none; color: var(--green); text-decoration: underline; font-size: 12px; min-height: 44px; }
.note, .other-field { display: none; margin-top: 14px; font-size: 12px; color: var(--muted); }
.note.visible, .other-field.visible { display: block; }
.note-split { display: block; margin-top: 10px; }
.other-field label { display: block; margin-bottom: 8px; }
.evaluation-picker { margin-top: 18px; }
.field-note { margin-top: 7px; font-size: 11px; color: var(--muted); }
.footer-brand { display: flex; align-items: center; gap: 40px; padding-block: 40px 28px; }
.footer-brand p { color: var(--muted); font-size: 12px; flex: 1; }
.footer-brand > span { font-size: 11px; color: var(--muted); }
.landing-footer { padding-bottom: 40px; }
.landing-footer-inner { display: flex; flex-wrap: wrap; gap: 8px 28px; border-top: 1px solid var(--line); padding-top: 20px; }
.footer-disclosure { font-size: 12px; }
.footer-disclosure > summary { padding: 10px 0; }
.footer-disclosure[open] { flex: 1 0 100%; }
.footer-disclosure p, .footer-faq-answer { max-width: 850px; margin: 12px 0 20px; color: var(--muted); }
.legal-section, .footer-faq-item { border-bottom: 1px solid var(--line); padding: 12px 0; }
.legal-section ul { color: var(--muted); max-width: 850px; padding-left: 20px; }
@media (min-width: 1500px) { .hero { padding-block: 100px 90px; } }
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .hero-grid { gap: 25px; }
  h1 { font-size: 49px; }
  .product-scene { height: 480px; }
  .document-preview { width: 90%; }
  .doc-body { padding: 23px; }
  .source-note { left: -8px; top: 4px; }
  .export-note { bottom: -10px; }
  .result-grid, .pricing-grid { gap: 55px; }
  .section-heading { gap: 45px; }
  .steps { gap: 22px; }
  .start-grid { gap: 50px; }
  .hero-assurance { gap: 15px; font-size: 11px; }
}
@media (max-width: 800px) {
  .wrap { width: calc(100% - 44px); }
  .nav { min-height: 76px; gap: 14px; }
  .nav nav { gap: 18px; }
  .nav nav a { font-size: 12px; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero { padding-top: 48px; }
  .hero-copy { max-width: 610px; }
  h1 { font-size: clamp(42px, 7.7vw, 62px); }
  .lead { max-width: 510px; }
  .product-scene { width: min(490px, 95%); height: 510px; justify-self: center; }
  .document-preview { width: 82%; }
  .hero-assurance { max-width: 520px; font-size: 12px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 35px; }
  .section-heading > p { max-width: 530px; }
  .steps { grid-template-columns: repeat(2,1fr); gap: 35px; }
  .pricing-grid, .faq-section, .start-grid { grid-template-columns: 1fr; gap: 40px; }
  .trust-grid { gap: 24px; }
  .trust-grid h3 { font-size: 18px; }
  .trust-grid p { font-size: 13px; }
  .allowance { max-width: 500px; }
  .price-card { max-width: 570px; width: 100%; }
  .start-grid h2 { font-size: 36px; }
}
@media (max-width: 540px) {
  .nav nav { display: none; }
  .nav-login { padding: 10px 18px; }
  .brand { font-size: 30px; }
  .eyebrow { font-size: 10px; letter-spacing: 1.3px; }
  h1 { font-size: clamp(35px, 9.4vw, 48px); letter-spacing: -1.8px; }
  h2 { letter-spacing: -1.2px; }
  .lead { font-size: 15px; }
  .cta-row { gap: 12px 20px; }
  .btn { padding: 14px 19px; gap: 16px; font-size: 13px; }
  .text-link { font-size: 12px; }
  .hero-assurance { flex-wrap: wrap; gap: 9px 20px; font-size: 11px; }
  .product-scene { height: 450px; width: 100%; }
  .document-preview { width: 87%; right: 0; top: 55px; }
  .doc-toolbar { padding: 12px 17px; }
  .doc-body { padding: 20px; }
  .doc-body h2 { font-size: 25px; margin-bottom: 20px; }
  .doc-section { margin: 16px 0; gap: 8px; }
  .doc-section p { font-size: 10px; }
  .doc-highlight { font-size: 9px; padding: 10px; }
  .source-note { width: 180px; left: 4px; padding: 15px; top: -3px; }
  .source-note strong { font-size: 21px; }
  .export-note { padding: 13px 16px; bottom: -8px; left: -4px; }
  .steps { gap: 30px 22px; }
  .steps h3 { font-size: 18px; }
  .steps p { font-size: 13px; }
  .trust-grid { grid-template-columns: 1fr; gap: 28px; }
  .trust-grid article { position: relative; padding-left: 62px; }
  .trust-symbol { position: absolute; left: 0; top: 0; }
  .trust-grid h3 { font-size: 20px; }
  .trust-grid p { font-size: 14px; }
  .pricing-copy h2 { font-size: 39px; }
  .price-card { padding: 26px; }
  .footer-brand { flex-wrap: wrap; gap: 20px; }
  .footer-brand p { flex: 1 0 60%; }
  .footer-brand > span { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
