:root {
  --ink: #13251f;
  --muted: #62716b;
  --line: #dce4df;
  --cream: #f4f2ea;
  --paper: #ffffff;
  --green: #175f46;
  --forest: #113d2e;
  --lime: #d9f05e;
  --orange: #ef8955;
  --shadow: 0 24px 80px rgba(19, 37, 31, .13);
}

* { 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; }
a { color: inherit; text-decoration: none; }
p { line-height: 1.7; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; height: 76px; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.site-header .shell { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 11px; color: var(--forest); background: var(--lime); font: 500 22px Georgia, serif; }
.site-nav { display: flex; gap: 28px; color: #44554e; font-size: 14px; }
.site-nav a:hover, .footer-links a:hover, .text-link:hover { color: var(--green); }
.header-actions { display: flex; align-items: center; gap: 20px; font-size: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 48px; padding: 0 19px; border-radius: 10px; color: white; background: var(--green); font-weight: 800; box-shadow: 0 10px 26px rgba(23,95,70,.17); transition: .18s ease; }
.button:hover { transform: translateY(-2px); background: #114c39; }
.button.compact { min-height: 40px; box-shadow: none; }
.button.light { color: var(--forest); background: var(--lime); box-shadow: none; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--green); font-size: 11px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow:before { content: ""; width: 25px; height: 2px; background: currentColor; }
.hero { overflow: hidden; background: linear-gradient(135deg, #faf9f5, #fff 55%, #edf4ef); }
.hero .shell { min-height: 690px; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 6vw; padding: 76px 0 88px; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; }
h1 { margin: 0 0 28px; font-size: clamp(62px, 7vw, 98px); line-height: .91; }
h1 em { color: var(--green); font-weight: 500; }
.hero-lead { max-width: 620px; color: #50605a; font-size: 19px; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 33px; }
.trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 38px; color: var(--muted); font-size: 13px; }
.trust b { color: var(--green); }
.product-window { min-width: 610px; overflow: hidden; border: 1px solid #d5ded9; border-radius: 19px; background: #f7faf8; box-shadow: var(--shadow); transform: perspective(1400px) rotateY(-3deg); }
.window-top { height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid #dfe6e2; background: white; font-size: 12px; font-weight: 800; }
.window-top i { display: block; width: 28px; height: 28px; border-radius: 50%; background: #e1e9e4; }
.window-body { display: grid; grid-template-columns: 56px 1fr; min-height: 430px; }
.mini-nav { padding: 24px 15px; background: var(--forest); }
.mini-nav i { display: block; width: 25px; height: 25px; margin-bottom: 15px; border-radius: 7px; background: rgba(255,255,255,.09); }
.mini-nav i:first-child { background: var(--lime); }
.mini-main { padding: 28px; }
.mini-head { display: flex; align-items: center; justify-content: space-between; }
.mini-head small { display: block; color: #76847e; font-size: 8px; font-weight: 850; letter-spacing: .14em; }
.mini-head strong { display: block; margin-top: 5px; font: 500 25px Georgia, serif; }
.mini-head span { padding: 9px 12px; border-radius: 8px; color: white; background: var(--green); font-size: 10px; font-weight: 800; }
.mini-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 22px 0; }
.mini-stats div { padding: 15px; border: 1px solid #e0e7e3; border-radius: 11px; background: white; }
.mini-stats strong { display: block; font: 500 28px Georgia, serif; }
.mini-stats small { color: #7a8882; font-size: 9px; }
.mini-stats .focus { background: #f8fbe8; }
.task-card { padding: 17px; border: 1px solid #e0e7e3; border-radius: 11px; background: white; }
.task-title { display: flex; justify-content: space-between; font-size: 11px; font-weight: 850; }
.task { display: grid; grid-template-columns: 9px 1fr auto; align-items: center; gap: 10px; padding: 13px 0; border-top: 1px solid #edf1ee; }
.task:first-of-type { margin-top: 12px; }
.task > i { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.task:nth-child(3) > i { background: #75a8ed; }
.task:nth-child(4) > i { background: #58bd86; }
.task strong, .task small { display: block; font-size: 9px; }
.task small { margin-top: 2px; color: #7a8882; }
.signal { padding: 27px 20px; color: #dce9e2; background: var(--green); text-align: center; font-size: 11px; font-weight: 850; letter-spacing: .14em; word-spacing: 22px; }
.section { padding: 110px 0; }
.section.cream { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 50px; margin-bottom: 52px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2, .split-copy h2, .cta h2 { margin: 0; font-size: clamp(46px, 5.2vw, 74px); line-height: .98; }
.section-heading > p { color: var(--muted); font-size: 17px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { min-height: 330px; padding: 32px; border: 1px solid #dfe4df; border-radius: 16px; background: white; }
.feature.dark { color: white; background: var(--forest); }
.feature-number { color: #87968f; font: 500 14px Georgia, serif; }
.feature h3 { margin: 66px 0 14px; font-size: 31px; }
.feature p { color: var(--muted); }
.feature.dark p { color: #a9beb5; }
.role-flow { margin-top: 28px; display: grid; gap: 9px; }
.role-flow span { display: flex; justify-content: space-between; padding: 12px 13px; border-radius: 8px; background: #f0f4f1; font-size: 12px; font-weight: 750; }
.feature.dark .role-flow span { background: rgba(255,255,255,.08); }
.split { color: white; background: var(--forest); }
.split .shell { display: grid; grid-template-columns: .86fr 1.14fr; gap: 8vw; align-items: center; }
.split-copy .eyebrow { color: var(--lime); }
.split-copy p { color: #abc0b7; }
.steps { list-style: none; margin: 0; padding: 0; }
.steps li { display: grid; grid-template-columns: 55px 1fr; gap: 16px; padding: 26px 0; border-top: 1px solid rgba(255,255,255,.16); }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.steps b { color: var(--lime); font-family: Georgia, serif; }
.steps strong { font: 500 25px Georgia, serif; }
.steps p { margin: 4px 0 0; color: #9eb5ab; }
.pricing-section { background: #f8faf7; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 510px; padding: 27px; border: 1px solid var(--line); border-radius: 17px; background: white; }
.price-card.featured { color: white; border-color: var(--forest); background: var(--forest); transform: translateY(-10px); box-shadow: var(--shadow); }
.price-card > span { position: absolute; top: 17px; right: 17px; padding: 5px 8px; border-radius: 999px; color: var(--forest); background: var(--lime); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.price-name { margin: 0; color: var(--green); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.featured .price-name { color: var(--lime); }
.price-card h3 { margin: 30px 0 12px; font-size: 43px; }
.price-card h3 small { margin-left: 4px; color: var(--muted); font: 600 12px system-ui, sans-serif; letter-spacing: 0; }
.featured h3 small, .featured > p { color: #adc0b7; }
.price-card ul { display: grid; gap: 11px; margin: 24px 0 30px; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.featured ul { border-color: rgba(255,255,255,.15); }
.price-card li { font-size: 13px; }
.price-card li:before { content: "✓"; margin-right: 8px; color: var(--green); font-weight: 900; }
.featured li:before { color: var(--lime); }
.price-card .button { width: 100%; margin-top: auto; }
.pricing-note { max-width: 850px; margin: 28px auto 0; color: var(--muted); text-align: center; font-size: 13px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.post-card { display: flex; flex-direction: column; min-height: 350px; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.post-card small { color: var(--green); font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.post-card h3 { margin: 50px 0 15px; font-size: 31px; }
.post-card p { color: var(--muted); }
.post-card a { margin-top: auto; color: var(--green); font-weight: 850; }
.cta { margin: 0 auto 70px; padding: 70px clamp(28px, 7vw, 88px); border-radius: 22px; color: white; background: linear-gradient(120deg, var(--forest), #0d5139); display: flex; align-items: end; justify-content: space-between; gap: 35px; }
.cta .eyebrow { color: var(--lime); }
.site-footer { border-top: 1px solid var(--line); padding: 38px 0; color: var(--muted); }
.site-footer .shell { display: flex; align-items: center; gap: 28px; }
.site-footer p { flex: 1; }
.footer-links { display: flex; gap: 22px; font-size: 13px; }
.page-hero { padding: 100px 0 75px; background: linear-gradient(135deg, var(--cream), white); }
.page-hero h1 { max-width: 920px; font-size: clamp(54px, 7vw, 88px); }
.page-hero p { max-width: 720px; color: var(--muted); font-size: 18px; }
.article { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 80px 0 110px; }
.article h2 { margin: 55px 0 15px; font-size: 36px; }
.article h3 { margin: 35px 0 12px; font-size: 25px; }
.article p, .article li { color: #42534c; line-height: 1.75; }
.article .note { padding: 20px 22px; border-left: 4px solid var(--lime); background: #f4f7ed; }
.article-meta { color: var(--green); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }

.document-center-card { padding-bottom: 10px; }
.preview-search { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 10px; margin-top: 12px; padding: 12px 14px; border-radius: 10px; color: white; background: var(--forest); }
.preview-search > span { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 8px; color: var(--forest); background: var(--lime); font-weight: 900; }
.preview-search p { margin: 0; line-height: 1.3; }
.preview-search small, .preview-search strong { display: block; }
.preview-search small { color: #9eb5ab; font-size: 7px; font-weight: 850; letter-spacing: .11em; }
.preview-search strong { margin-top: 3px; font-size: 9px; }
.preview-search > b { color: var(--lime); }
.personas-section { background: #fff; }
.persona-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.persona-card { min-height: 440px; padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: #fbfcfa; }
.persona-card.featured-persona { background: linear-gradient(145deg, #f4f2ea, #f8fbe8); border-color: #dce4ba; }
.persona-tag, .finance-grid article > span { color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.persona-card h3, .finance-grid h3 { margin: 48px 0 16px; font-size: 32px; line-height: 1.05; }
.persona-card p { color: var(--muted); }
.persona-card ul { display: grid; gap: 12px; margin: 30px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; }
.persona-card li { font-size: 13px; }
.persona-card li:before { content: "✓"; margin-right: 9px; color: var(--green); font-weight: 900; }
.finance-section { background: #f2f6f3; }
.finance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid #d9e2dc; border-radius: 18px; background: #d9e2dc; }
.finance-grid article { min-height: 310px; padding: 34px; background: white; }
.finance-grid article:nth-child(2) { color: white; background: var(--forest); }
.finance-grid article:nth-child(2) > span { color: var(--lime); }
.finance-grid h3 { margin-top: 55px; }
.finance-grid p { color: var(--muted); }
.finance-grid article:nth-child(2) p { color: #a9beb5; }

@media (max-width: 980px) {
  .site-nav { display: none; }
  .hero .shell, .split .shell { grid-template-columns: 1fr; }
  .product-window { min-width: 0; transform: none; }
  .feature-grid, .blog-grid { grid-template-columns: 1fr 1fr; }
  .persona-grid, .finance-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .price-card.featured { transform: none; }
  .section-heading { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .site-header { height: 68px; }
  .header-actions .text-link { display: none; }
  .hero .shell { min-height: auto; padding: 62px 0; }
  .product-window { display: none; }
  h1 { font-size: 57px; }
  .hero-lead { font-size: 17px; }
  .hero-actions, .cta, .site-footer .shell { align-items: flex-start; flex-direction: column; }
  .feature-grid, .blog-grid { grid-template-columns: 1fr; }
  .persona-card { min-height: auto; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: auto; }
  .section { padding: 78px 0; }
  .feature { min-height: auto; }
  .feature h3 { margin-top: 36px; }
  .cta { width: calc(100% - 30px); margin-bottom: 45px; }
  .footer-links { flex-wrap: wrap; }
}
