@font-face { font-family: Inter; font-style: normal; font-weight: 100 900; font-display: swap; src: url("/assets/inter-variable.693b77d4f3.woff2") format("woff2"); }
:root {
  --ink: var(--navy);
  --muted: #58657c;
  --navy: #041845;
  --blue: #0155fd;
  --blue-hover: #0044ce;
  --mist: #eaf0ff;
  --paper: #fff;
  --wash: #f7f8fc;
  --line: #dce3ef;
  --bronze: #9c633d;
  --radius: 20px;
  --container: 1200px;
  --section-space: clamp(80px, 7vw, 112px);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-optical-sizing: auto;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; font-size: 18px; line-height: 1.6; }
a { color: inherit; text-underline-offset: 4px; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
a, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
#main:focus { outline: none; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { text-wrap: balance; font-weight: 700; }
h1 { font-size: clamp(3.5rem, 5vw, 4.5rem); line-height: 1.08; font-weight: 700; letter-spacing: -.05em; }
h2 { font-size: clamp(2rem, 3.3vw, 3.1rem); line-height: 1.14; font-weight: 700; letter-spacing: -.05em; }
h3 { font-size: 1.35rem; line-height: 1.3; font-weight: 600; letter-spacing: -.035em; }
p { color: var(--muted); }
svg { flex-shrink: 0; }
.container { width: min(var(--container), calc(100% - 80px)); margin-inline: auto; }
.section { padding-block: var(--section-space); }
.eyebrow { font-size: .78rem; font-weight: 650; letter-spacing: .11em; text-transform: uppercase; line-height: 1.5; color: var(--blue); }
.small-label { display: block; font-size: .75rem; font-weight: 650; letter-spacing: .07em; line-height: 1.6; }
.muted-heading { color: var(--navy); }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 14px 22px; background: var(--blue); border: 1px solid var(--blue); border-radius: 10px; color: #fff; font-size: .95rem; font-weight: 550; line-height: 1.45; text-decoration: none; transition: background .16s, transform .16s; }
.button svg, .text-link svg, .partner-link svg { width: 20px; height: 20px; }
.button:hover { background: var(--blue-hover); transform: translateY(-1px); }
.button-small { min-height: 44px; padding: 10px 17px; font-size: .9rem; }
.button-light { background: var(--mist); color: var(--navy); border-color: var(--mist); }
.button-light:hover { background: #fff; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.text-link { display: inline-flex; gap: 12px; align-items: center; font-weight: 550; font-size: .95rem; }
.skip-link { position: fixed; top: 10px; left: 10px; background: var(--navy); color: white; padding: 12px 20px; z-index: 20; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 100px; display: flex; align-items: center; gap: 32px; }
.brand-link { display: inline-flex; flex-shrink: 0; text-decoration: none; padding-block: 20px; }
.brand-logo { display: block; width: 230px; height: auto; }
.dxbitz-logo { display: inline-flex; gap: 10px; align-items: center; color: var(--navy); font-size: 17px; font-weight: 800; letter-spacing: .09em; line-height: 1; }
.dxbitz-logo img { width: 30px; height: auto; }
.footer-grid > div > a.operator-link { display: inline-flex; margin-block: 20px 16px; }
.about-panel > .dxbitz-logo { margin-block: 32px; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; font-size: .85rem; }
.desktop-nav a { text-decoration: none; padding-block: 12px; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--navy); text-decoration: underline; text-decoration-color: var(--blue); }
.mobile-nav { display: none; }
/* The opening illustration is decorative; all service content remains HTML. */
.hero { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 64px); align-items: center; padding-block: clamp(48px, 6vw, 88px) 60px; }
.hero-copy { position: relative; z-index: 1; }
.hero-copy .eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 30px; font-size: .68rem; letter-spacing: .055em; background: var(--paper); }
.status-dot { display: inline-block; width: 6px; height: 6px; background: var(--blue); border-radius: 50%; flex-shrink: 0; }
.hero h1 { margin-block: 25px 32px; font-size: clamp(3rem, 5.05vw, 4.55rem); line-height: 1.08; letter-spacing: -.058em; }
.hero-emphasis { position: relative; display: inline-block; color: var(--blue); padding-bottom: 12px; }
.hero-underline { position: absolute; width: 96%; height: 19px; bottom: -2px; left: 0; stroke: var(--blue); stroke-width: 3; stroke-linecap: round; }
.hero-lead { font-size: 1.1rem; line-height: 1.75; max-width: 470px; margin-bottom: 30px; }
.hero-lead strong { color: var(--ink); font-weight: 600; }
.hero .button-row { gap: 24px; }
.hero .button { font-size: .88rem; padding-inline: 20px; gap: 14px; border-radius: 12px; box-shadow: 0 5px 0 #0418450c; }
.hero .button svg { transition: transform .2s ease; }
.hero .button:hover svg { transform: translateX(4px); }
.hero .text-link { font-size: .86rem; text-decoration-color: var(--line); }
.microcopy { font-size: .78rem; margin-top: 19px; }
.business-flow { position: relative; margin: 0; min-width: 0; isolation: isolate; }
.flow-art { position: relative; width: 100%; aspect-ratio: 560 / 580; }
.flow-disc { position: absolute; inset: 7% 3% 9%; border-radius: 48% 52% 46% 54%; background: var(--mist); transform: rotate(-12deg); }
.flow-orbit { position: absolute; border: 1px solid #c9d7f3; border-radius: 50%; }
.orbit-one { inset: 13% 10% 12%; transform: rotate(25deg); }
.orbit-two { inset: 3% 12% 2%; transform: rotate(-22deg); }
.flow-lines { position: absolute; inset: 0; width: 100%; height: 100%; stroke-width: 1.5; }
.flow-track { stroke: #adc2ec; }
.flow-current { stroke: var(--blue); stroke-width: 2; stroke-dasharray: 6 150; stroke-linecap: round; }
.flow-node { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 15px 17px; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 12px 28px #04184509; }
.flow-node small { display: block; font-size: clamp(.46rem, .7vw, .59rem); letter-spacing: .055em; color: var(--muted); }
.flow-node strong { display: block; font-size: clamp(.85rem, 1.2vw, 1.02rem); margin-top: 3px; letter-spacing: -.025em; }
.flow-icon { display: grid; place-items: center; color: var(--blue); background: var(--wash); border-radius: 10px; width: 36px; height: 36px; }
.flow-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.node-sales { top: 9%; left: 0; transform: rotate(-5deg); }
.node-accounts { top: 5%; right: 0; transform: rotate(5deg); }
.node-purchases { top: 64%; left: -1%; transform: rotate(-4deg); }
.node-stock { top: 60%; right: -1%; transform: rotate(5deg); }
.flow-centre { position: absolute; z-index: 2; top: 27%; left: 19%; width: 65%; padding: 26px; background: var(--navy); color: white; border: 1px solid var(--navy); border-radius: 24px; box-shadow: 0 18px 40px #04184518; transform: rotate(-4deg); }
.flow-centre-top { display: flex; align-items: center; justify-content: space-between; font-size: .6rem; letter-spacing: .12em; line-height: 1.5; color: #c0cce4; }
.flow-spark { color: white; font-size: 2.8rem; line-height: 1; }
.flow-centre > strong { display: block; margin: 18px 0 8px; font-size: clamp(1.2rem, 2.45vw, 2rem); letter-spacing: -.05em; line-height: 1.14; font-weight: 600; }
.flow-centre > strong span { color: #b9ccff; }
.flow-invoice { position: absolute; z-index: 4; bottom: 2%; left: 7%; right: 5%; display: flex; align-items: center; gap: 14px; padding: 20px; border-radius: 18px; background: white; border: 1px solid #b9ccff; box-shadow: 0 14px 34px #0418450c; transform: rotate(2deg); }
.invoice-symbol { color: var(--blue); }
.invoice-symbol svg { width: 28px; height: 32px; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; fill: none; }
.flow-invoice small { display: block; font-size: .52rem; letter-spacing: .05em; color: var(--muted); }
.flow-invoice strong { display: block; margin-top: 4px; font-size: 1.03rem; letter-spacing: -.03em; }
.flow-included { margin-left: auto; border-radius: 20px; color: var(--blue); background: var(--mist); padding: 6px 9px; font-size: .63rem; white-space: nowrap; }
.flow-dot { position: absolute; border-radius: 50%; background: var(--blue); width: 10px; height: 10px; }
.dot-one { top: 24%; right: 11%; }.dot-two { bottom: 25%; left: 27%; width: 7px; height: 7px; }
.flow-cross { position: absolute; left: 6%; top: 40%; color: var(--blue); font-size: 2rem; font-weight: 300; }
.business-flow figcaption { margin: 17px 0 0; color: var(--muted); font-size: .78rem; text-align: center; }
.motion-control { display: flex; align-items: center; justify-content: center; gap: 7px; width: fit-content; min-height: 36px; margin: 7px auto 0; padding: 4px 10px; color: var(--muted); font-size: .65rem; cursor: pointer; }
.motion-control input { accent-color: var(--blue); width: 13px; height: 13px; margin: 0; }
.business-flow:has(#pause-motion:checked) * { animation-play-state: paused !important; }
@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * { animation: opening-in .7s both; }
  .hero-copy > :nth-child(2) { animation-delay: .08s; }
  .hero-copy > :nth-child(3) { animation-delay: .16s; }
  .hero-copy > :nth-child(4), .hero-copy > :nth-child(5) { animation-delay: .24s; }
  .flow-art { animation: opening-in 1s both; }
  .flow-centre { animation: float-centre 7s ease-in-out infinite; }
  .flow-node { animation: float-node 6s ease-in-out infinite; }
  .node-accounts { animation-delay: -1.5s; }.node-purchases { animation-delay: -3s; }.node-stock { animation-delay: -4.5s; }
  .flow-invoice { animation: float-node 7s -2s ease-in-out infinite; }
  .flow-current { animation: connection-flow 12s linear infinite; }
  .flow-spark { animation: spark-turn 20s linear infinite; }
  .hero-underline path { stroke-dasharray: 600; stroke-dashoffset: 600; animation: underline-in 1.2s .4s forwards; }
}
@keyframes opening-in { from { translate: 0 16px; } to { translate: 0 0; } }
@keyframes float-centre { 0%,100% { translate: 0 0; rotate: 0deg; } 50% { translate: 0 -9px; rotate: 2deg; } }
@keyframes float-node { 0%,100% { translate: 0 0; } 50% { translate: 0 -7px; } }
@keyframes connection-flow { to { stroke-dashoffset: -624; } }
@keyframes spark-turn { to { rotate: 360deg; } }
@keyframes underline-in { to { stroke-dashoffset: 0; } }
.mini-check { color: var(--blue); flex-shrink: 0; }
.benefit-strip { border-block: 1px solid var(--line); background: var(--wash); }
.benefit-strip .container { display: grid; grid-template-columns: repeat(4,1fr); text-align: center; padding-block: 22px; gap: 20px; }
.benefit-strip span { color: var(--muted); font-size: .8rem; }
.benefit-strip span + span { border-left: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 42px; }
.section-heading .eyebrow { margin-bottom: 16px; }
.section-heading > p { max-width: 380px; font-size: 1rem; }
.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.feature { padding: 28px 23px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); transition: transform .25s, border-color .25s, box-shadow .25s; }
.feature:nth-child(even) { background: var(--wash); }
.feature-top { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
.feature-icon { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid #cbd9f8; border-radius: 16px; color: var(--blue); background: var(--mist); }
.feature-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .feature:hover { transform: translateY(-5px); border-color: #b9ccff; box-shadow: 0 15px 30px #04184508; }
}
.feature-number { font-size: .75rem; letter-spacing: .06em; color: var(--blue); font-weight: 600; }
.feature h3 { margin: 27px 0 17px; font-size: 1.3rem; }
.feature p { font-size: .87rem; }
.feature-bottom { margin-top: auto; padding-top: 26px; font-size: .75rem; color: var(--muted); }
.scope-note { display: flex; gap: 13px; margin-top: 23px; padding: 21px 23px; background: var(--wash); border-radius: 8px; }
.scope-note p { font-size: .85rem; }
.scope-note strong { font-weight: 550; color: var(--ink); }
.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.split-section .eyebrow { margin-bottom: 20px; }
.section-lead { font-size: 1.1rem; line-height: 1.75; }
.einvoicing-section { background: var(--navy); color: #fff; }
.light-eyebrow { color: var(--mist); }
.einvoicing-section .section-lead { color: var(--mist); margin-block: 25px 30px; max-width: 450px; }
.inclusion-panel { border: 1px solid #354971; background: #102855; border-radius: var(--radius); padding: 30px; }
.pill { display: inline-block; border-radius: 5px; background: var(--mist); color: var(--navy); font-size: .75rem; font-weight: 600; padding: 5px 10px; margin-bottom: 21px; }
.inclusion-panel h3 { font-size: 1.5rem; }
.check-list { list-style: none; padding: 0; margin: 22px 0; font-size: .9rem; }
.check-list li { position: relative; padding-left: 23px; margin-bottom: 11px; color: var(--mist); }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--mist); }
.panel-note { border-top: 1px solid #354971; padding-top: 20px; }
.panel-note strong { font-size: .9rem; font-weight: 600; }
.panel-note p { color: var(--mist); font-size: .86rem; margin-top: 5px; }
.fine-print { font-size: .79rem; }
.inclusion-panel .fine-print { color: #c0cce4; margin-top: 17px; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 48px; list-style: none; margin: 0; padding: 0; }
.steps li { border-top: 1px solid var(--line); padding-top: 25px; }
.steps li > span, .principles article > span { display: block; font-size: .8rem; color: var(--blue); margin-bottom: 28px; }
.steps h3 { max-width: 255px; margin-bottom: 15px; }
.steps p { font-size: .92rem; }
.growth-section { padding-block: 70px; background: var(--wash); border-block: 1px solid var(--line); }
.growth-section .split-section { align-items: start; }
.growth-section .section-lead { margin-bottom: 20px; }
.growth-section p:not(.section-lead):not(.eyebrow) { font-size: .85rem; }
.growth-section .text-link { margin-top: 26px; }
.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.faq-section h2 { margin-block: 16px 22px; }
.faq-section > div > p:not(.eyebrow) { font-size: .9rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 22px 34px 22px 0; list-style: none; position: relative; cursor: pointer; font-size: 1rem; font-weight: 550; line-height: 1.5; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 0; top: 20px; color: var(--blue); font-size: 1.3rem; font-weight: 400; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details > div { padding: 0 30px 23px 0; font-size: .9rem; }
.contact-section { background: var(--mist); border-block: 1px solid var(--line); padding-block: 76px; }
.contact-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: center; }
.contact-inner .eyebrow { margin-bottom: 19px; }
.contact-inner h2 { margin-bottom: 20px; }
.contact-inner p { font-size: .95rem; margin-bottom: 24px; }
.contact-inner .contact-alternative { margin-top: 18px; margin-bottom: 0; font-size: .8rem; }
.call-card { border: 1px solid var(--line); padding: 30px; border-radius: 10px; background: var(--wash); }
.call-card .small-label { font-size: .75rem; color: var(--muted); }
.call-card ul { padding: 0; list-style: none; margin: 23px 0; font-size: .92rem; }
.call-card li { padding-block: 8px; border-bottom: 1px solid var(--line); }
.call-footer { font-size: .8rem; color: var(--muted); }
.site-footer { padding-top: 55px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; padding-bottom: 45px; }
.footer-grid > div > p { font-size: .82rem; margin-top: 20px; }
.footer-grid h2 { font-size: .78rem; letter-spacing: 0; font-weight: 650; margin-bottom: 18px; }
.footer-grid > div > a:not(.brand-link) { display: block; font-size: .81rem; margin-bottom: 9px; text-decoration: none; color: var(--muted); }
.footer-grid > div > a:not(.brand-link):hover { text-decoration: underline; }
.footer-bottom { border-top: 1px solid var(--line); padding-block: 21px; display: flex; justify-content: space-between; gap: 25px; color: var(--muted); font-size: .75rem; }
.footer-bottom > div { display: flex; gap: 25px; }
.footer-bottom a { text-decoration: none; }
.page-hero { padding-block: 34px 70px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 12px; font-size: .77rem; color: var(--muted); margin-bottom: 52px; }
.breadcrumbs a { text-decoration: none; }
.page-hero > .eyebrow { margin-bottom: 20px; }
.page-hero h1 { font-size: clamp(2.5rem, 4.6vw, 4.1rem); }
.page-intro { max-width: 650px; font-size: 1.15rem; line-height: 1.75; margin-top: 25px; }
.article-meta { font-size: .79rem; margin-top: 22px; }
.article-meta span { margin-inline: 10px; }
.article-layout { display: grid; grid-template-columns: 235px minmax(0,1fr); gap: 90px; padding-bottom: 90px; }
.article-nav { position: sticky; top: 122px; align-self: start; border-left: 1px solid var(--line); padding-left: 23px; }
.article-nav .eyebrow { display: block; margin-bottom: 18px; font-size: .75rem; }
.article-nav a { display: block; font-size: .86rem; color: var(--muted); margin-block: 12px; text-decoration: none; }
.article-nav a:hover { text-decoration: underline; }
.article-body { max-width: 765px; }
.article-body section { padding-bottom: 43px; margin-bottom: 40px; border-bottom: 1px solid var(--line); }
.article-body section:last-child { margin-bottom: 0; }
.article-body h2, .prose h2, .legal-body h2 { font-size: 1.9rem; margin-bottom: 22px; }
.article-body p, .prose p, .legal-body p { margin-bottom: 20px; }
.article-body p:last-child { margin-bottom: 0; }
.article-body a { color: var(--navy); }
.article-body .button { color: white; }
.article-body .eyebrow { font-size: .75rem; }
.date-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-block: 25px; }
.date-grid > div { background: var(--wash); border: 1px solid var(--line); border-radius: 8px; padding: 25px 20px; }
.date-grid span { display: block; font-size: .75rem; letter-spacing: .04em; color: var(--muted); }
.date-grid strong { display: block; margin-top: 12px; font-weight: 550; font-size: 1.55rem; line-height: 1.3; letter-spacing: -.04em; }
.article-note { background: var(--wash); padding: 22px 25px; border-left: 3px solid var(--blue); margin-top: 25px; }
.article-note p { font-size: .9rem; margin-top: 8px; }
.preparation-list { padding-left: 23px; }
.preparation-list li { padding-left: 10px; margin-bottom: 23px; }
.preparation-list li::marker { color: var(--blue); font-weight: 600; }
.preparation-list h3 { font-size: 1.06rem; margin-bottom: 8px; }
.preparation-list p { font-size: .94rem; }
.sources ol { padding-left: 22px; font-size: .9rem; }
.sources li { padding-left: 7px; margin-bottom: 13px; }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; padding-bottom: 40px; }
.about-panel { background: var(--wash); padding: 42px 30px; border: 1px solid var(--line); border-radius: var(--radius); }
.about-panel .small-label { font-size: .75rem; }
.about-panel p { font-size: .9rem; }
.partner-link { display: flex; gap: 8px; align-items: center; margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--line); font-size: .75rem; text-decoration: none; }
.partner-link svg { width: 17px; height: 17px; margin-left: auto; }
.bronze-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--bronze); }
.prose h2:not(:first-child) { margin-top: 35px; }
.principles { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; }
.principles article { border-top: 1px solid var(--line); padding-top: 20px; }
.principles h3 { margin-bottom: 15px; }
.principles p { font-size: .95rem; }
.contact-details > a { display: block; font-size: 1.15rem; margin-bottom: 12px; }
.contact-details > p { font-size: .87rem; margin-top: 25px; }
.compact-hero { padding-bottom: 40px; }
.compact-hero h1 { font-size: clamp(2.5rem,4vw,3.7rem); }
.legal-body { max-width: 780px; padding-bottom: 80px; margin-left: max(40px, calc((100% - var(--container)) / 2)); }
.legal-body h2 { font-size: 1.4rem; margin-top: 30px; }
.error-page { padding-block: 100px 130px; }
.error-page h1 { margin-block: 25px; }
.error-page .button-row { margin-top: 30px; }
@media (max-width: 1120px) {
  .container { width: calc(100% - 56px); }
  .hero { gap: 36px; }
  .header-inner { gap: 22px; }
  .desktop-nav { gap: 20px; }
  .hero .button-row { align-items: flex-start; gap: 18px; }
  .split-section, .contact-inner, .about-grid { gap: 60px; }
  .feature { padding: 24px 18px; }
  .feature h3 { font-size: 1.15rem; }
  .article-layout { gap: 45px; grid-template-columns: 200px minmax(0,1fr); }
  .legal-body { margin-left: 28px; }
}
@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary { cursor: pointer; list-style: none; font-size: .9rem; padding: 12px 0 12px 12px; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary span { margin-left: 7px; }
  .mobile-nav nav { position: absolute; right: 0; top: calc(100% + 15px); width: 260px; padding: 15px; background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 14px 32px #04184512; }
  .mobile-nav nav a { display: block; padding: 12px; font-size: .9rem; text-decoration: none; }
  .hero { padding-block: 48px; gap: 24px; }
  .hero h1 { font-size: clamp(2.5rem, 5.6vw, 3.25rem); }
  .flow-node { padding: 12px; gap: 7px; }
  .flow-icon { width: 28px; height: 28px; }
  .flow-icon svg { width: 18px; height: 18px; }
  .flow-centre { padding: 19px; }
  .flow-centre > strong { margin-block: 12px; }
  .flow-spark { font-size: 2rem; }
  .flow-invoice { padding: 14px; gap: 9px; }
  .flow-included { display: none; }
  .hero-copy .eyebrow { font-size: .6rem; padding-inline: 9px; }
  .hero-lead { font-size: 1rem; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature { padding: 30px; }
  .feature h3 { font-size: 1.3rem; }
  .split-section { gap: 40px; }
  .inclusion-panel { padding: 24px; }
  .faq-section { gap: 45px; }
  .contact-inner { gap: 45px; }
  .call-card { padding: 24px; }
  .section-heading { align-items: flex-start; }
  .section-heading > p { max-width: 290px; font-size: .92rem; }
  .article-layout { display: block; }
  .article-nav { position: static; display: flex; flex-wrap: wrap; column-gap: 20px; border: 1px solid var(--line); padding: 17px 22px; border-radius: 8px; margin-bottom: 50px; }
  .article-nav .eyebrow { width: 100%; margin-bottom: 3px; }
  .article-nav a { margin-block: 6px; }
  .article-body { max-width: none; }
  .about-grid { gap: 40px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; gap: 30px; }
}
@media (max-width: 640px) {
  html { scroll-padding-top: 95px; }
  .container { width: calc(100% - 48px); }
  .header-inner { min-height: 76px; gap: 15px; }
  .brand-logo { width: 180px; }
  .brand-link { padding-block: 17px; }
  .header-cta { display: none; }
  .mobile-nav { margin-left: auto; }
  .hero { display: flex; flex-direction: column; align-items: stretch; gap: 38px; padding-block: 40px 45px; }
  .hero-copy .eyebrow { font-size: .62rem; letter-spacing: .02em; }
  .hero h1 { font-size: clamp(2.45rem, 10vw, 3.65rem); margin-block: 22px 27px; }
  .business-flow { width: 100%; max-width: 480px; margin-inline: auto; }
  .flow-art { aspect-ratio: 560 / 720; }
  .flow-disc, .flow-orbit { transform: none; }
  .flow-node { width: 44%; padding: 12px; }
  .flow-node small { display: none; }
  .node-purchases, .node-stock { top: 66%; }
  .flow-invoice { bottom: 3%; left: 3%; right: 3%; }
  .flow-node strong { font-size: clamp(.8rem, 3.2vw, 1rem); }
  .flow-centre > strong { font-size: clamp(1.35rem, 5.5vw, 1.9rem); }
  .flow-centre { top: 25%; padding: 18px; }
  .flow-invoice strong { font-size: .95rem; }
  .hero-lead { font-size: 1.08rem; margin-bottom: 25px; max-width: 470px; }
  .hero .button-row { align-items: center; gap: 20px; }
  .hero .button { font-size: .87rem; padding-inline: 16px; }
  .benefit-strip .container { grid-template-columns: 1fr 1fr; gap: 12px 8px; padding-block: 18px; }
  .benefit-strip span { font-size: .75rem; }
  .benefit-strip span:nth-child(3) { border-left: none; }
  .section-heading { flex-direction: column; gap: 22px; margin-bottom: 32px; }
  .section-heading > p { max-width: 100%; font-size: 1rem; }
  .feature { padding: 25px 19px; }
  .feature h3 { font-size: 1.2rem; margin-top: 23px; }
  .feature p { font-size: .87rem; }
  .feature-number { font-size: .75rem; }
  .feature-bottom { font-size: .75rem; }
  .scope-note { padding: 19px; align-items: start; }
  .split-section, .contact-inner, .about-grid { grid-template-columns: 1fr; gap: 35px; }
  .einvoicing-section .section-lead { margin-block: 20px 25px; font-size: 1.05rem; }
  .inclusion-panel { padding: 25px; }
  .steps { grid-template-columns: 1fr; gap: 30px; }
  .steps li { display: grid; grid-template-columns: 35px 1fr; column-gap: 17px; }
  .steps li > span { grid-row: 1/3; margin-bottom: 0; padding-top: 3px; }
  .steps h3 { max-width: none; margin-bottom: 10px; }
  .steps p { grid-column: 2; }
  .growth-section { padding-block: 55px; }
  .faq-section { grid-template-columns: 1fr; gap: 28px; }
  .faq-section h2 { margin-bottom: 15px; }
  .contact-section { padding-block: 55px; }
  .call-card { max-width: 450px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 20px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .footer-bottom > div { gap: 22px; flex-wrap: wrap; }
  .page-hero { padding-block: 25px 45px; }
  .breadcrumbs { margin-bottom: 35px; }
  .page-hero h1 { font-size: clamp(2.3rem,8vw,3.4rem); }
  .page-intro { font-size: 1.05rem; }
  .article-body h2 { font-size: 1.85rem; }
  .article-body section { margin-bottom: 32px; padding-bottom: 32px; }
  .date-grid { gap: 10px; }
  .date-grid > div { padding: 19px 15px; }
  .date-grid strong { font-size: 1.3rem; }
  .date-grid span { font-size: .75rem; }
  .article-note { padding: 20px; }
  .about-panel { padding: 30px; }
  .principles { grid-template-columns: 1fr; gap: 30px; }
  .principles article > span { margin-bottom: 15px; }
  .legal-body { margin-inline: auto; }
  .legal-body h2 { font-size: 1.3rem; }
  .error-page { padding-block: 65px 90px; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 32px); }
  .feature-grid { grid-template-columns: 1fr; }
  .hero .button-row { flex-direction: column; align-items: flex-start; }
  .date-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}
.pricing-section { background: var(--wash); border-top: 1px solid var(--line); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.price-card { display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.price-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.price-card-top h3 { font-size: 1.5rem; }
.price-card-top > span { font-size: .62rem; letter-spacing: .09em; padding: 5px 9px; background: var(--mist); color: var(--blue); border-radius: 20px; white-space: nowrap; }
.plan-tagline { margin-top: 10px; font-size: .84rem; }
.price-context { margin-top: 35px; font-size: .68rem; min-height: 22px; }
.price-context s { margin-right: 7px; text-decoration-thickness: 1px; }
.plan-price { color: var(--navy); font-size: clamp(2.65rem,4vw,3.7rem); line-height: 1.1; letter-spacing: -.065em; font-weight: 650; margin-top: 6px; white-space: nowrap; }
.plan-price > span { font-size: .78rem; letter-spacing: 0; font-weight: 500; }
.plan-price small { font-size: .86rem; letter-spacing: 0; font-weight: 400; color: var(--muted); }
.plan-total { display: flex; flex-direction: column; gap: 3px; margin-top: 17px; padding-bottom: 24px; border-bottom: 1px solid var(--line); font-size: .84rem; }
.plan-total strong { color: var(--navy); font-weight: 600; }
.plan-total > span { font-size: .74rem; }
.plan-highlights { list-style: none; padding: 0; margin: 25px 0 30px; font-size: .82rem; }
.plan-highlights li { position: relative; padding-left: 20px; margin-bottom: 12px; }
.plan-highlights li::before { content: '✓'; color: var(--blue); position: absolute; left: 0; }
.price-card > .button { margin-top: auto; font-size: .85rem; gap: 12px; }
.price-card-business { color: white; background: var(--navy); border-color: var(--navy); }
.price-card-business .plan-price, .price-card-business .plan-total strong { color: white; }
.price-card-business .plan-tagline, .price-card-business .price-context, .price-card-business .plan-total, .price-card-business .plan-price small { color: #c0cce4; }
.price-card-business .plan-total { border-color: #354971; }
.price-card-business .plan-highlights li::before { color: #b9ccff; }
.pricing-note { font-size: .78rem; max-width: 850px; margin: 24px 0 36px; }
.plan-comparison { border: 1px solid var(--line); border-radius: 18px; background: white; overflow: hidden; }
.plan-comparison > summary { display: flex; align-items: center; justify-content: space-between; list-style: none; padding: 24px; font-size: 1rem; font-weight: 600; cursor: pointer; }
.plan-comparison > summary::-webkit-details-marker { display: none; }
.plan-comparison[open] > summary > span { transform: rotate(45deg); }
.comparison-hint { display: none; padding: 0 24px 16px; font-size: .75rem; }
.comparison-scroll { overflow-x: auto; overscroll-behavior-x: contain; }
.comparison-scroll table { width: 100%; border-collapse: collapse; min-width: 740px; font-size: .83rem; text-align: left; }
.comparison-scroll caption { text-align: left; padding: 0 24px 20px; color: var(--muted); font-size: .75rem; }
.comparison-scroll th, .comparison-scroll td { padding: 17px 24px; border-top: 1px solid var(--line); width: 23%; vertical-align: middle; }
.comparison-scroll th:first-child { width: 31%; }
.comparison-scroll thead { background: var(--mist); }
.comparison-scroll th { font-weight: 550; }
.comparison-scroll tbody th { font-weight: 450; }
.comparison-scroll td { color: var(--muted); }
.comparison-yes { color: var(--blue); font-weight: 650; font-size: 1.1rem; }
.comparison-no { color: var(--muted); }
.comparison-total { background: var(--wash); }
.comparison-total td, .comparison-total th { color: var(--navy); font-weight: 600; }
.pricing-terms { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 25px; margin-top: 26px; }
.pricing-terms p { font-size: .75rem; line-height: 1.7; }
.pricing-terms strong { color: var(--navy); }
@media (max-width: 1120px) { .price-card { padding: 24px; } }
@media (max-width: 900px) {
  .price-card { padding: 22px 18px; }
  .price-card-top { flex-wrap: wrap; }
  .price-context { min-height: 38px; }
  .pricing-terms { grid-template-columns: 1fr; gap: 16px; }
  .comparison-hint { display: block; }
}
@media (max-width: 640px) {
  .pricing-grid { grid-template-columns: 1fr; gap: 20px; }
  .price-card { padding: 28px; }
  .price-card-top { flex-wrap: nowrap; }
  .price-context { min-height: 0; margin-top: 28px; }
  .plan-price { font-size: 3.8rem; }
  .plan-comparison > summary { font-size: .88rem; padding: 20px; gap: 12px; }
  .comparison-scroll th, .comparison-scroll td { padding: 16px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .feature, .hero .button svg { transition: none; }
  .motion-control { display: none; }
}
