:root {
  --navy: #10263A;
  --bone: #F4F1EA;
  --graphite: #5A6472;
  --brass: #B8934A;
  --eucalyptus: #2E6F6A;
  --line: rgba(90, 100, 114, .34);
  --serif: "Libre Baskerville", Georgia, serif;
  --sans: Inter, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bone); color: var(--navy); font-family: var(--sans); font-size: 17px; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }

.shell { width: min(100% - 40px, 1200px); margin: 0 auto; }
.section { padding: 130px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -70px; z-index: 20; padding: 9px 14px; background: var(--eucalyptus); color: var(--bone); border-radius: 3px; transition: top .15s; }
.skip-link:focus { top: 16px; }

:focus-visible { outline: 3px solid var(--eucalyptus); outline-offset: 4px; }
.eyebrow, .product-number, .footer-label { margin: 0 0 18px; color: var(--brass); font-size: 11px; font-weight: 600; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
.eyebrow--light { color: #e2c889; }
h1, h2, h3 { margin: 0; color: var(--navy); font-family: var(--serif); font-weight: 400; line-height: 1.2; }
h1 { max-width: 720px; font-size: clamp(42px, 5.2vw, 76px); letter-spacing: -.04em; }
h2 { font-size: clamp(33px, 4.1vw, 54px); letter-spacing: -.035em; }
h3 { font-size: 24px; letter-spacing: -.025em; }
p { margin: 0 0 20px; color: var(--graphite); }

.site-header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid var(--line); background: rgba(244, 241, 234, .97); }
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); font-family: var(--serif); font-size: 13px; font-weight: 700; letter-spacing: .1em; line-height: 1.25; text-transform: uppercase; }
.brand img { width: 43px; height: 43px; object-fit: cover; border-radius: 50%; }
.site-nav { display: flex; align-items: center; gap: 27px; color: var(--navy); font-size: 13px; font-weight: 500; }
.site-nav > a:not(.button), .site-footer a { position: relative; }
.site-nav > a:not(.button)::after, .text-link::after, .site-footer a:not(.brand)::after { content: ""; position: absolute; bottom: -4px; left: 0; width: 0; height: 1px; background: var(--brass); transition: width .18s ease; }
.site-nav > a:not(.button):hover::after, .text-link:hover::after, .site-footer a:not(.brand):hover::after { width: 100%; }
.button { display: inline-block; padding: 12px 18px; border: 1px solid var(--eucalyptus); border-radius: 3px; background: var(--eucalyptus); color: var(--bone); font-size: 13px; font-weight: 600; line-height: 1.2; text-align: center; transition: background .18s, color .18s; }
.button:hover { background: transparent; color: var(--eucalyptus); }
.button--small { padding: 10px 14px; }
.button--bone { border-color: var(--bone); background: var(--bone); color: var(--navy); }
.button--bone:hover { background: transparent; color: var(--bone); }
.menu-toggle { display: none; padding: 9px 3px; border: 0; background: none; color: var(--navy); }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 1px; margin: 6px 0; background: currentColor; }

.hero { min-height: 660px; display: grid; align-items: center; padding-top: 110px; padding-bottom: 110px; }
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 64px; }
.hero-intro { max-width: 610px; margin-top: 27px; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; margin-top: 36px; }
.text-link { position: relative; color: var(--eucalyptus); font-size: 14px; font-weight: 600; }
.text-link::after { bottom: -5px; width: 100%; background: var(--brass); }
.text-link:hover::after { width: 100%; }

.hero-art { position: relative; min-height: 480px; display: grid; place-items: center; }
.grid-motif { position: absolute; inset: 28px 0 28px 28px; opacity: .07; background-image: linear-gradient(var(--navy) 1px, transparent 1px), linear-gradient(90deg, var(--navy) 1px, transparent 1px); background-size: 27px 27px; }
.ledger-card { position: absolute; width: min(80%, 355px); padding: 25px; border: 1px solid rgba(16, 38, 58, .45); border-radius: 3px; background: var(--bone); }
.ledger-card--rear { transform: translate(-36px, -26px); }
.ledger-card--front { transform: translate(40px, 42px); }
.mock-topline { display: flex; justify-content: space-between; padding-bottom: 15px; border-bottom: 1px solid var(--brass); color: var(--navy); font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.mock-header, .sheet-title { margin: 20px 0 12px; color: var(--navy); font-size: 10px; font-weight: 600; letter-spacing: .12em; }
.mock-row { display: flex; justify-content: space-between; padding: 8px 0; border-top: 1px solid rgba(90, 100, 114, .2); color: var(--graphite); font-size: 11px; }
.mock-row b { color: var(--navy); font-weight: 600; }
.mock-row--positive b, .sheet-total { color: var(--eucalyptus); }
.bar-chart { height: 102px; display: flex; align-items: end; gap: 12px; padding: 8px 0 15px; border-bottom: 1px solid rgba(90, 100, 114, .3); }
.bar-chart i { width: 19px; background: var(--navy); }.bar-chart i:nth-child(2) { height: 45%; }.bar-chart i:nth-child(3) { height: 72%; }.bar-chart i:nth-child(4) { height: 56%; }.bar-chart i:nth-child(5) { height: 92%; background: var(--eucalyptus); }.bar-chart i:nth-child(6) { height: 77%; }
.mock-rule { width: 30%; margin: 20px 0 13px; border-top: 1px solid var(--brass); }.mock-note { color: var(--graphite); font-family: var(--serif); font-size: 12px; font-style: italic; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid p { display: flex; align-items: baseline; gap: 12px; margin: 0; padding: 23px 18px; border-left: 1px solid var(--line); color: var(--navy); font-size: 12px; font-weight: 500; }.trust-grid p:last-child { border-right: 1px solid var(--line); }.trust-grid span { color: var(--brass); font-size: 10px; letter-spacing: .08em; }

.section-heading { max-width: 710px; margin-bottom: 63px; }.section-heading h2 { margin-bottom: 19px; }.section-heading--narrow { max-width: 500px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product-card { display: flex; min-height: 510px; flex-direction: column; padding: 23px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.product-card p:not(.product-number) { font-size: 14px; }.product-card h3 { min-height: 72px; margin-bottom: 15px; font-size: 21px; }.card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); color: var(--navy); font-size: 12px; font-weight: 600; }
.sheet-preview { position: relative; height: 152px; overflow: hidden; margin: 0 0 27px; padding: 13px; border: 1px solid rgba(16, 38, 58, .45); background: var(--bone); }.sheet-preview::after { content: ""; position: absolute; inset: 0; opacity: .06; background-image: linear-gradient(var(--navy) 1px, transparent 1px), linear-gradient(90deg, var(--navy) 1px, transparent 1px); background-size: 18px 18px; pointer-events: none; }.sheet-title { position: relative; z-index: 1; margin: 0; font-size: 8px; }.sheet-total { position: absolute; z-index: 1; right: 13px; bottom: 12px; font-size: 10px; font-weight: 600; }
.sheet-lines { position: relative; z-index: 1; margin-top: 22px; }.sheet-lines i, .statement-lines i { display: block; width: 70%; margin-bottom: 9px; border-top: 1px solid rgba(16, 38, 58, .55); }.sheet-lines i:nth-child(2), .sheet-lines i:nth-child(4) { width: 88%; }.sheet-lines i:nth-child(5) { width: 54%; border-color: var(--brass); }
.stock-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; margin-top: 17px; }.stock-grid i { height: 23px; border: 1px solid rgba(16, 38, 58, .45); }.stock-grid i:nth-child(3), .stock-grid i:nth-child(7) { border-color: var(--eucalyptus); background: rgba(46, 111, 106, .1); }
.vat-fields { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 8px 12px; margin-top: 20px; color: var(--graphite); font-size: 9px; }.vat-fields b { color: var(--navy); }
.statement-lines { position: relative; z-index: 1; margin-top: 20px; }.statement-lines i { width: 84%; margin-bottom: 12px; }.statement-lines i:nth-child(3) { width: 52%; }.statement-lines i:last-child { width: 90%; border-color: var(--brass); }

.bundle-section { background: var(--navy); color: var(--bone); }.bundle-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 90px; }.bundle-section h2 { color: var(--bone); }.bundle-section p { color: rgba(244, 241, 234, .75); }.bundle-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }.bundle-offer { display: flex; min-height: 338px; flex-direction: column; align-items: flex-start; padding: 23px; border: 1px solid rgba(184, 147, 74, .72); border-radius: 3px; }.bundle-offer--featured { border-color: var(--brass); }.bundle-offer p { margin-bottom: 10px; color: #e2c889; font-size: 10px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }.bundle-offer strong { color: var(--bone); font-family: var(--serif); font-size: 47px; font-weight: 400; line-height: 1; }.bundle-offer span { display: block; margin: 16px 0 23px; color: rgba(244, 241, 234, .75); font-size: 11px; line-height: 1.6; }.bundle-offer .button { margin-top: auto; }.bundle-offer small { margin-top: 15px; color: rgba(244, 241, 234, .6); font-size: 10px; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }.steps li { padding: 29px 36px 12px 0; border-right: 1px solid var(--line); }.steps li:not(:first-child) { padding-left: 35px; }.steps li:last-child { border: 0; }.steps span { color: var(--brass); font-family: var(--serif); font-size: 25px; }.steps h3 { margin: 19px 0 13px; }.steps p { max-width: 300px; font-size: 14px; }

.for-section { padding: 0; border-top: 1px solid var(--line); }.for-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(45px, 10vw, 150px); }.finance-visual { position: relative; min-height: 520px; display: grid; place-items: center; margin: 0; border-right: 1px solid var(--line); }.finance-sheet { position: relative; z-index: 1; width: min(68%, 340px); padding: 24px; border: 1px solid rgba(16,38,58,.64); border-radius: 3px; background: var(--bone); }.finance-sheet__head, .finance-sheet__total { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; color: var(--navy); font-size: 9px; font-weight: 600; letter-spacing: .11em; }.finance-sheet__head { padding-bottom: 15px; border-bottom: 1px solid var(--brass); }.finance-sheet__head i { width: 38px; border-top: 1px solid var(--brass); }.finance-sheet__rows { position: relative; z-index: 1; margin: 24px 0 22px; }.finance-sheet__rows i { display: block; width: 88%; margin: 12px 0; border-top: 1px solid rgba(16,38,58,.5); }.finance-sheet__rows i:nth-child(2), .finance-sheet__rows i:nth-child(4) { width: 66%; }.finance-sheet__total { padding-top: 14px; border-top: 1px solid var(--brass); }.finance-sheet__total b { color: var(--eucalyptus); font-size: 13px; }.finance-bars { position: absolute; right: 11%; bottom: 21%; display: flex; align-items: end; gap: 9px; height: 130px; padding: 18px 15px 0; border: 1px solid rgba(16,38,58,.35); border-radius: 3px; background: var(--bone); }.finance-bars span { width: 14px; background: var(--navy); }.finance-bars span:nth-child(1) { height: 29%; }.finance-bars span:nth-child(2) { height: 62%; }.finance-bars span:nth-child(3) { height: 49%; }.finance-bars span:nth-child(4) { height: 84%; background: var(--eucalyptus); }.finance-bars span:nth-child(5) { height: 72%; }.for-grid > div:last-child { padding: 70px 0; }.for-grid h2 { margin-bottom: 25px; }

.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { position: relative; padding: 20px 35px 20px 0; color: var(--navy); cursor: pointer; font-size: 14px; font-weight: 600; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: "+"; position: absolute; right: 4px; color: var(--brass); font-size: 23px; font-weight: 400; line-height: 1; }.faq-list details[open] summary::after { content: "−"; }.faq-list details p { max-width: 640px; padding: 0 36px 21px 0; font-size: 14px; }

.site-footer { padding: 70px 0 22px; background: var(--navy); color: var(--bone); }.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.3fr 1fr; gap: 40px; }.brand--footer { color: var(--bone); }.brand--footer img { width: 50px; height: 50px; }.footer-brand p { max-width: 270px; margin-top: 23px; color: rgba(244, 241, 234, .72); font-size: 13px; }.site-footer > .shell > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }.site-footer a:not(.brand) { color: rgba(244, 241, 234, .82); font-size: 12px; }.footer-label { margin-bottom: 8px; color: #e2c889; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 65px; padding-top: 18px; border-top: 1px solid rgba(244,241,234,.22); color: rgba(244, 241, 234, .56); font-size: 11px; }

.fade-in { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }.fade-in.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.fade-in { opacity: 1; transform: none; transition: none; } }
@media (max-width: 900px) { .site-nav { gap: 15px; }.site-nav a:not(.button) { font-size: 12px; }.hero-grid { gap: 20px; }.product-grid { grid-template-columns: repeat(2, 1fr); }.bundle-grid { grid-template-columns: 1fr; gap: 45px; }.faq-grid { gap: 50px; } }
@media (max-width: 680px) { body { font-size: 16px; }.shell { width: min(100% - 32px, 1200px); }.section { padding: 82px 0; }.header-inner { min-height: 72px; }.menu-toggle { display: block; }.site-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 12px 16px 20px; border-bottom: 1px solid var(--line); background: var(--bone); }.site-nav.is-open { display: flex; }.site-nav a { padding: 12px 0; }.site-nav .button { margin-top: 9px; }.hero { min-height: 0; padding-top: 78px; padding-bottom: 75px; }.hero-grid, .for-grid, .faq-grid { grid-template-columns: 1fr; }.hero-art { min-height: 340px; margin-top: 10px; }.ledger-card { width: 80%; }.ledger-card--rear { transform: translate(-18px, -19px); }.ledger-card--front { transform: translate(20px, 27px); }.trust-grid { grid-template-columns: repeat(2, 1fr); }.trust-grid p { padding: 17px 12px; font-size: 11px; }.trust-grid p:nth-child(2) { border-right: 1px solid var(--line); }.trust-grid p:nth-child(3) { border-top: 1px solid var(--line); }.trust-grid p:nth-child(4) { border-top: 1px solid var(--line); border-right: 1px solid var(--line); }.section-heading { margin-bottom: 42px; }.product-grid { grid-template-columns: 1fr; }.product-card { min-height: 0; padding: 21px; }.product-card h3 { min-height: 0; }.sheet-preview { height: 166px; }.bundle-grid { grid-template-columns: 1fr; gap: 25px; }.bundle-options { grid-template-columns: 1fr; }.bundle-offer { min-height: 0; }.steps { grid-template-columns: 1fr; }.steps li, .steps li:not(:first-child) { padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line); }.for-section { padding-top: 0; }.for-grid { gap: 0; }.finance-visual { min-height: 350px; border-right: 0; border-bottom: 1px solid var(--line); }.finance-sheet { width: min(72%, 315px); }.finance-bars { right: 9%; bottom: 15%; }.for-grid > div:last-child { padding: 70px 0; }.faq-grid { gap: 0; }.footer-grid { grid-template-columns: 1fr 1fr; row-gap: 40px; }.footer-brand { grid-column: span 2; }.footer-bottom { flex-direction: column; gap: 4px; margin-top: 42px; } }
