:root {
  --public-ink: #10252e;
  --public-muted: #5f7077;
  --public-navy: #0c3447;
  --public-accent: #0b7c78;
  --public-accent-dark: #075e5b;
  --public-mint: #dff4ef;
  --public-paper: #ffffff;
  --public-canvas: #f4f7f8;
  --public-line: #dbe5e7;
  --public-shadow: 0 24px 70px rgba(12, 52, 71, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--public-ink); background: var(--public-canvas); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 200; padding: .8rem 1rem; border-radius: 10px; color: white; background: var(--public-navy); }
.skip-link:focus { top: 1rem; }
.public-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.public-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(219,229,231,.75); background: rgba(255,255,255,.88); backdrop-filter: blur(18px); }
.public-nav { width: min(1240px, calc(100% - 36px)); min-height: 70px; margin: auto; display: flex; align-items: center; gap: 1rem; }
.public-brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--public-navy); font-size: 1.1rem; font-weight: 900; letter-spacing: -.025em; text-decoration: none; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 11px 4px 11px 4px; color: white; background: linear-gradient(145deg, var(--public-accent), var(--public-navy)); box-shadow: 0 8px 20px color-mix(in srgb, var(--public-accent) 25%, transparent); font-size: 1rem; }
.public-menu { flex: 1; display: flex; justify-content: center; gap: .05rem; }
.public-menu a, .public-login { padding: .48rem .52rem; color: #455d66; border-radius: 8px; font-size: .79rem; font-weight: 740; text-decoration: none; white-space: nowrap; }
.public-menu a:hover, .public-login:hover { color: var(--public-accent-dark); background: #edf5f4; }
.public-nav-actions { display: flex; align-items: center; gap: .4rem; }
.language-links { display: inline-flex; padding: .2rem; border: 1px solid var(--public-line); border-radius: 9px; background: #f7f9fa; }
.language-select { min-height: 34px; max-width: 102px; padding: .35rem 1.55rem .35rem .48rem; border: 0; border-radius: 6px; color: #40565e; background: transparent; font: inherit; font-size: .7rem; font-weight: 800; cursor: pointer; }
.language-select:focus-visible { outline: 2px solid var(--public-accent); outline-offset: 2px; }
.footer-languages .language-select { color: white; background-color: #153b49; }
.mobile-login { display: none; }
.public-button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 44px; padding: .7rem 1rem; border: 1px solid transparent; border-radius: 11px; font-size: .86rem; font-weight: 850; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.public-button:hover { transform: translateY(-1px); }
.public-button.primary { color: white; background: var(--public-accent); box-shadow: 0 12px 28px color-mix(in srgb, var(--public-accent) 24%, transparent); }
.public-button.primary:hover { background: var(--public-accent-dark); box-shadow: 0 15px 34px color-mix(in srgb, var(--public-accent) 30%, transparent); }
.public-button.secondary { color: var(--public-navy); border-color: var(--public-line); background: white; box-shadow: none; }
.public-button.ghost { color: #dcebee; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.08); }
.public-button.ghost-dark { color: var(--public-navy); border-color: #cbd8dc; background: #f7fafb; }
.public-button.light { color: var(--public-navy); background: white; box-shadow: 0 15px 35px rgba(0,0,0,.15); }
.public-button.large { min-height: 52px; padding: .84rem 1.25rem; border-radius: 13px; font-size: .94rem; }
.nav-cta { min-height: 40px; padding: .58rem .78rem; font-size: .78rem; }
.mobile-menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 10px; background: #edf4f5; }
.mobile-menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; border-radius: 2px; background: var(--public-navy); }

.public-hero { position: relative; overflow: hidden; color: white; background: linear-gradient(132deg, #082a3a 0%, #0d4052 52%, #096c69 100%); }
.public-hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 92%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow.one { width: 650px; height: 650px; right: -260px; top: -250px; background: radial-gradient(circle, rgba(51,209,189,.25), transparent 68%); }
.hero-glow.two { width: 480px; height: 480px; left: -300px; bottom: -300px; background: radial-gradient(circle, rgba(60,134,176,.28), transparent 68%); }
.hero-grid { position: relative; z-index: 1; min-height: 650px; padding: 88px 0 78px; display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(3rem, 7vw, 6.5rem); align-items: center; }
.hero-copy h1 { max-width: 720px; margin: 1.2rem 0 1.35rem; font-size: clamp(2.65rem, 5.4vw, 5rem); line-height: .98; letter-spacing: -.06em; text-wrap: balance; }
.hero-copy > p { max-width: 650px; margin: 0; color: #cfe2e6; font-size: clamp(1rem, 1.5vw, 1.14rem); line-height: 1.7; }
.hero-badge { display: inline-flex; align-items: center; gap: .65rem; padding: .45rem .7rem; border: 1px solid rgba(146,230,216,.22); border-radius: 999px; color: #c9eee8; background: rgba(0,0,0,.12); font-size: .74rem; font-weight: 780; }
.hero-badge span { width: 7px; height: 7px; border-radius: 50%; background: #65e0c3; box-shadow: 0 0 0 5px rgba(101,224,195,.12); }
.hero-product-flow { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .55rem; margin: 1.35rem 0 0; padding: 0; list-style: none; }
.hero-product-flow li { display: grid; grid-template-columns: 24px 1fr; gap: .5rem; min-width: 0; align-items: center; padding: .65rem .7rem; border: 1px solid rgba(255,255,255,.14); border-radius: 11px; background: rgba(3,31,43,.2); }
.hero-product-flow li > span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: #062f3c; background: #79dcc9; font-size: .62rem; font-weight: 900; }
.hero-product-flow strong, .hero-product-flow small { display: block; line-height: 1.35; }
.hero-product-flow strong { color: white; font-size: .66rem; }
.hero-product-flow small { color: #bcd7dc; font-size: .56rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin: 2rem 0 1rem; }
.hero-offer { display: flex; flex-wrap: wrap; gap: .35rem .75rem; align-items: baseline; margin: .1rem 0 .65rem; }
.hero-offer strong { color: #91ead8; font-size: .82rem; }
.hero-offer span { color: #bed5da; font-size: .72rem; }
.hero-note { display: block; color: #a9c9cf; font-size: .72rem; }
.hero-note span { color: #69d9bd; }
.hero-intent-links { display: grid; grid-template-columns: auto repeat(3,minmax(0,1fr)); gap: .5rem; align-items: center; margin-top: 1.15rem; }
.hero-intent-links > strong { color: #b9d6da; font-size: .61rem; line-height: 1.35; }
.hero-intent-links a { display: grid; grid-template-columns: auto 1fr; gap: .38rem; align-items: center; min-width: 0; min-height: 38px; padding: .4rem .5rem; border: 1px solid rgba(255,255,255,.14); border-radius: 9px; color: #d5e8eb; background: rgba(255,255,255,.055); text-decoration: none; }
.hero-intent-links a:hover { border-color: rgba(112,219,200,.55); background: rgba(112,219,200,.11); }
.hero-intent-links b { color: #7ce0cc; font-size: .63rem; }
.hero-intent-links span { overflow: hidden; font-size: .55rem; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }

.product-stage { position: relative; min-height: 460px; padding: 50px 24px 30px; border: 1px solid rgba(255,255,255,.17); border-radius: 24px; background: linear-gradient(155deg, rgba(255,255,255,.13), rgba(255,255,255,.045)); box-shadow: 0 38px 90px rgba(0,0,0,.28); backdrop-filter: blur(12px); transform: perspective(1100px) rotateY(-3deg) rotateX(1deg); }
.stage-label { position: absolute; right: 22px; top: 17px; color: #b9d8dc; font-size: .56rem; font-weight: 900; letter-spacing: .13em; }
.stage-dots { position: absolute; left: 22px; top: 20px; display: flex; gap: 6px; }
.stage-dots span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.32); }
.invoice-preview { color: var(--public-ink); padding: 1.25rem; border-radius: 17px; background: rgba(255,255,255,.97); box-shadow: 0 22px 50px rgba(1,23,34,.28); }
.preview-head { display: flex; justify-content: space-between; gap: 1rem; align-items: flex-start; }
.preview-head div { min-width: 0; }
.preview-head small, .preview-grid small { display: block; margin-bottom: .25rem; color: #718087; font-size: .64rem; }
.preview-head strong { display: block; overflow: hidden; text-overflow: ellipsis; font-size: .87rem; white-space: nowrap; }
.ready-pill { display: inline-flex; align-items: center; gap: .35rem; padding: .4rem .55rem; border-radius: 999px; color: #146148; background: #e8f7f1; font-size: .6rem; font-weight: 850; white-space: nowrap; }
.ready-pill i { width: 6px; height: 6px; border-radius: 50%; background: #2caf80; }
.preview-progress { height: 5px; margin: 1rem 0 1.1rem; overflow: hidden; border-radius: 999px; background: #e7edef; }
.preview-progress span { display: block; width: 95%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--public-accent), #4ec6ae); }
.preview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.preview-grid > div { min-width: 0; padding: .68rem; border: 1px solid #e3eaec; border-radius: 10px; background: #f9fbfb; }
.preview-grid strong { display: block; overflow: hidden; text-overflow: ellipsis; font-size: .75rem; white-space: nowrap; }
.preview-checks { display: flex; flex-wrap: wrap; gap: .35rem; margin: .85rem 0; }
.preview-checks span { padding: .3rem .42rem; border-radius: 6px; color: #34705c; background: #eff8f4; font-size: .55rem; font-weight: 750; }
.invoice-preview > .preview-action { display: block; width: 100%; padding: .72rem; border: 0; border-radius: 9px; color: white; background: var(--public-accent); font-size: .72rem; font-weight: 850; text-align: center; text-decoration: none; transition: background .18s ease, transform .18s ease; }
.invoice-preview > .preview-action:hover { background: var(--public-accent-dark); transform: translateY(-1px); }
.invoice-preview > .preview-action:focus-visible { outline: 3px solid #70dbc8; outline-offset: 3px; }
.invoice-preview > .preview-action span { float: right; }
.floating-card { position: absolute; display: flex; align-items: center; gap: .6rem; min-width: 178px; padding: .72rem; border: 1px solid rgba(255,255,255,.6); border-radius: 13px; color: var(--public-ink); background: rgba(255,255,255,.93); box-shadow: 0 16px 40px rgba(0,0,0,.2); backdrop-filter: blur(8px); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: .68rem; }
.floating-card small { margin-top: .16rem; color: #75858a; font-size: .55rem; }
.mini-icon { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; color: var(--public-accent-dark); background: var(--public-mint); font-size: .67rem; font-weight: 900; }
.privacy-card { left: -46px; bottom: 48px; }
.xml-card { right: -30px; top: 87px; }
.trust-row { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.12); }
.trust-row span { display: flex; align-items: center; justify-content: center; gap: .55rem; padding: 1.15rem .8rem; color: #bfd7db; font-size: .74rem; font-weight: 720; }
.trust-row i { color: #57cbb3; font-size: .48rem; }

.operator-trust-section { position: relative; z-index: 2; border-bottom: 1px solid var(--public-line); background: white; }
.operator-trust { display: grid; grid-template-columns: minmax(180px,.7fr) minmax(0,2fr) auto; gap: 1.5rem; align-items: center; padding-block: 1.25rem; }
.operator-trust-brand { display: grid; gap: .18rem; }
.operator-trust-brand > span { color: var(--public-accent); font-size: .61rem; font-weight: 900; letter-spacing: .13em; }
.operator-trust-brand strong { color: var(--public-navy); font-size: .95rem; }
.operator-trust-brand small { color: var(--public-muted); font-size: .68rem; line-height: 1.4; }
.operator-trust dl { display: grid; grid-template-columns: 1.4fr .65fr 1fr; gap: 1rem; margin: 0; }
.operator-trust dl > div { min-width: 0; padding-left: 1rem; border-left: 1px solid var(--public-line); }
.operator-trust dt { margin-bottom: .22rem; color: var(--public-muted); font-size: .61rem; font-weight: 750; }
.operator-trust dd { margin: 0; overflow-wrap: anywhere; color: var(--public-ink); font-size: .69rem; font-weight: 800; line-height: 1.45; }
.operator-trust dd a, .operator-trust-link { color: var(--public-accent-dark); text-underline-offset: 3px; }
.operator-trust-link { display: inline-flex; align-items: center; gap: .35rem; font-size: .72rem; font-weight: 850; white-space: nowrap; }

.public-section { padding: 108px 0; }
.section-heading { max-width: 720px; margin-bottom: 3.2rem; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading > span, .legal-eyebrow { color: var(--public-accent); font-size: .68rem; font-weight: 900; letter-spacing: .15em; }
.section-heading h2 { margin: .7rem 0 1rem; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.05; letter-spacing: -.045em; text-wrap: balance; }
.section-heading p { margin: 0; color: var(--public-muted); font-size: 1.02rem; line-height: 1.65; }
.proof-section { padding: 82px 0; border-bottom: 1px solid var(--public-line); background: #f8fbfb; }
.proof-heading { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 2.3rem; }
.proof-heading .section-heading { margin-bottom: 0; }
.proof-heading > .public-button { flex: 0 0 auto; margin-bottom: .15rem; }
.proof-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: .85rem; }
.proof-grid article { display: grid; grid-template-columns: 43px 1fr; gap: .85rem; align-items: start; min-height: 176px; padding: 1.25rem; border: 1px solid var(--public-line); border-radius: 18px; background: white; box-shadow: 0 12px 32px rgba(12,52,71,.045); }
.proof-grid article > span { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 12px; color: var(--public-accent-dark); background: var(--public-mint); font-size: .66rem; font-weight: 900; }
.proof-grid h3 { margin: .1rem 0 .55rem; font-size: .95rem; line-height: 1.25; }
.proof-grid p { margin: 0; color: var(--public-muted); font-size: .77rem; line-height: 1.58; }
.proof-secondary { display: grid; grid-template-columns: 34px 1fr; gap: .75rem; align-items: center; margin-top: 1rem; padding: .82rem 1rem; border: 1px solid var(--public-line); border-radius: 13px; background: white; }
.proof-secondary > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; color: #557078; background: #edf2f3; font-size: .58rem; font-weight: 900; }
.proof-secondary p { margin: 0; color: var(--public-muted); font-size: .72rem; line-height: 1.55; }
.proof-secondary strong { color: var(--public-ink); }
.proof-scope { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: center; margin-top: 1rem; padding: 1rem 1.2rem; border: 1px solid #c9dfdc; border-radius: 14px; background: #edf7f5; }
.proof-scope strong { color: var(--public-accent-dark); font-size: .78rem; white-space: nowrap; }
.proof-scope p { margin: 0; color: #486269; font-size: .76rem; line-height: 1.55; }
.workflow-section { background: white; }
.workflow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; counter-reset: item; }
.workflow-grid article { position: relative; min-height: 290px; padding: 1.5rem; overflow: hidden; border: 1px solid var(--public-line); border-radius: 20px; background: linear-gradient(160deg, white, #f7fafb); }
.workflow-grid article:not(:last-child)::after { content: "→"; position: absolute; right: -1.05rem; top: 50%; z-index: 2; display: grid; place-items: center; width: 2.1rem; height: 2.1rem; border: 1px solid var(--public-line); border-radius: 50%; color: var(--public-accent); background: white; font-weight: 900; }
.workflow-number { color: #d1dfe2; font-size: 2.4rem; font-weight: 900; letter-spacing: -.06em; }
.workflow-icon { display: grid; place-items: center; width: 54px; height: 54px; margin: 1.4rem 0 1.2rem; border-radius: 15px; color: var(--public-accent-dark); background: var(--public-mint); font-size: 1.25rem; font-weight: 900; }
.workflow-grid h3 { margin: 0 0 .6rem; font-size: 1.15rem; }
.workflow-grid p { margin: 0; color: var(--public-muted); font-size: .88rem; line-height: 1.65; }

.playground-section { overflow: hidden; background: linear-gradient(155deg, #e8f3f1, #f7fbfb 55%, #edf5f5); }
.playground-layout { display: grid; grid-template-columns: minmax(280px,.76fr) minmax(0,1.24fr); gap: clamp(1.5rem,4vw,3.5rem); align-items: stretch; }
.playground-samples { padding: 1.25rem; border: 1px solid #ccdddd; border-radius: 22px; background: rgba(255,255,255,.72); }
.playground-samples > strong { display: block; margin: .15rem .2rem 1rem; color: var(--public-navy); font-size: .78rem; }
.playground-tabs { display: grid; gap: .7rem; }
.playground-tab { display: grid; grid-template-columns: 42px 1fr; gap: .85rem; align-items: center; width: 100%; padding: .85rem; border: 1px solid #d4e1e2; border-radius: 14px; color: var(--public-ink); background: white; text-align: left; cursor: pointer; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.playground-tab:hover { transform: translateY(-1px); border-color: #9ccbc2; }
.playground-tab:focus-visible { outline: 3px solid color-mix(in srgb, var(--public-accent) 32%, transparent); outline-offset: 2px; }
.playground-tab.active { border-color: var(--public-accent); box-shadow: 0 12px 30px rgba(12,52,71,.09); }
.playground-tab > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 11px; color: var(--public-accent-dark); background: var(--public-mint); font-size: .62rem; font-weight: 900; }
.playground-tab b, .playground-tab small { display: block; }
.playground-tab b { margin-bottom: .25rem; font-size: .85rem; }
.playground-tab small { color: var(--public-muted); font-size: .69rem; line-height: 1.45; }
.playground-disclaimer { margin: 1rem .2rem .1rem; color: var(--public-muted); font-size: .7rem; line-height: 1.55; }
.playground-result { display: flex; flex-direction: column; min-height: 100%; padding: clamp(1.3rem,3vw,2rem); border: 1px solid rgba(255,255,255,.16); border-radius: 24px; color: white; background: linear-gradient(145deg, var(--public-navy), #0d5662); box-shadow: 0 28px 65px rgba(12,52,71,.2); }
.playground-result.updated { animation: playground-reveal .32s ease both; }
@keyframes playground-reveal { from { opacity: .72; transform: translateY(5px); } to { opacity: 1; transform: none; } }
.playground-result-head { display: flex; justify-content: space-between; gap: 1rem; align-items: flex-start; }
.playground-result-head small, .playground-result-head strong { display: block; }
.playground-result-head small { margin-bottom: .35rem; color: #83d8ca; font-size: .63rem; font-weight: 900; letter-spacing: .13em; }
.playground-result-head strong { font-size: clamp(1.25rem,2.4vw,1.75rem); }
.playground-progress { display: grid; grid-template-columns: repeat(3,1fr); gap: .45rem; margin: 1.5rem 0; padding: 0; list-style: none; }
.playground-progress li { display: flex; gap: .45rem; align-items: center; padding: .62rem; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; color: #bdd4d8; font-size: .66rem; font-weight: 760; }
.playground-progress span { display: grid; place-items: center; width: 21px; height: 21px; flex: 0 0 21px; border-radius: 50%; color: #0d4b55; background: #8fe0d1; font-size: .58rem; font-weight: 900; }
.playground-data { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; margin: 0; }
.playground-data > div { min-width: 0; padding: .85rem; border: 1px solid rgba(255,255,255,.11); border-radius: 11px; background: rgba(255,255,255,.05); }
.playground-data dt { margin-bottom: .35rem; color: #9fc0c5; font-size: .62rem; }
.playground-data dd { margin: 0; overflow-wrap: anywhere; color: white; font-size: .78rem; font-weight: 800; line-height: 1.4; }
.playground-decision { display: grid; grid-template-columns: 110px 1fr; gap: 1rem; align-items: center; margin: 1rem 0; padding: 1rem; border: 1px solid rgba(143,224,209,.28); border-radius: 13px; background: rgba(35,158,139,.12); }
.playground-decision small, .playground-decision strong { display: block; }
.playground-decision small { margin-bottom: .25rem; color: #a8cccf; font-size: .6rem; }
.playground-decision strong { color: #9af0df; font-size: 1.45rem; }
.playground-decision p { margin: 0; color: #d4e5e7; font-size: .75rem; line-height: 1.55; }
.playground-result > .public-button { align-self: flex-start; margin-top: auto; }

.control-section { background: #eaf2f2; }
.control-layout { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(330px,.88fr); gap: clamp(3rem,7vw,6rem); align-items: center; }
.control-layout .section-heading { margin-bottom: 2rem; }
.control-list { display: grid; gap: .7rem; margin: 0; padding: 0; list-style: none; }
.control-list li { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; align-items: start; padding: 1rem 0; border-top: 1px solid #cadbdd; }
.control-list li > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; color: var(--public-accent-dark); background: white; font-size: .72rem; font-weight: 900; box-shadow: 0 8px 20px rgba(12,52,71,.06); }
.control-list h3 { margin: .1rem 0 .35rem; font-size: 1rem; }
.control-list p { margin: 0; color: var(--public-muted); font-size: .86rem; line-height: 1.65; }
.control-panel { position: relative; overflow: hidden; padding: clamp(1.5rem,4vw,2.25rem); border: 1px solid rgba(255,255,255,.16); border-radius: 24px; color: white; background: linear-gradient(145deg, var(--public-navy), #115d68); box-shadow: 0 28px 65px rgba(12,52,71,.22); }
.control-panel::after { content: ""; position: absolute; width: 250px; height: 250px; right: -150px; top: -150px; border: 46px solid rgba(255,255,255,.06); border-radius: 50%; pointer-events: none; }
.control-panel > * { position: relative; z-index: 1; }
.control-panel-eyebrow { color: #8de0d2; font-size: .66rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.control-panel h3 { max-width: 420px; margin: .7rem 0 1.7rem; font-size: clamp(1.55rem,3vw,2.15rem); line-height: 1.12; letter-spacing: -.035em; }
.control-panel-row { display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding: .9rem 0; border-top: 1px solid rgba(255,255,255,.12); color: #c7dade; font-size: .8rem; }
.control-panel-row strong { padding: .35rem .55rem; border-radius: 999px; font-size: .65rem; white-space: nowrap; }
.control-panel-row .status-done { color: #c8f5e7; background: rgba(43,174,128,.18); }
.control-panel-row .status-ready { color: #fff1bf; background: rgba(221,168,47,.18); }
.control-panel-note { margin-top: 1.1rem; padding: 1rem; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: rgba(0,0,0,.12); }
.control-panel-note strong { color: white; font-size: .78rem; }
.control-panel-note p { margin: .35rem 0 0; color: #bdd3d7; font-size: .76rem; line-height: 1.6; }

.td-guide-section { background: #f3f9f8; }
.td-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.td-guide-grid article { padding: 1.5rem; border: 1px solid #cfe1df; border-radius: 20px; background: white; box-shadow: 0 15px 40px rgba(12,52,71,.04); }
.td-guide-grid article > span { display: inline-grid; place-items: center; min-width: 58px; min-height: 34px; margin-bottom: 1.15rem; padding: .35rem .65rem; border-radius: 999px; color: white; background: var(--public-accent); font-size: .78rem; font-weight: 900; }
.td-guide-grid h3, .td-rules-grid h3 { margin: 0 0 .65rem; font-size: 1.08rem; }
.td-guide-grid p, .td-rules-grid p { margin: 0; color: var(--public-muted); font-size: .87rem; line-height: 1.68; }
.td-guide-grid small { display: block; margin-top: 1.1rem; color: var(--public-accent-dark); font-size: .72rem; font-weight: 820; }
.td-more { display: inline-flex; margin-top: 1rem; color: var(--public-accent-dark); font-size: .76rem; font-weight: 900; text-decoration: none; }
.td-more:hover { text-decoration: underline; }
.td-rules-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1rem; }
.td-rules-grid article { padding: 1.35rem 1.5rem; border-left: 3px solid var(--public-accent); border-radius: 4px 15px 15px 4px; background: #e5f2f0; }
.td-source { margin: 1.4rem 0 0; padding: 1rem 1.1rem; border: 1px solid #cfe1df; border-radius: 13px; color: var(--public-muted); background: white; font-size: .78rem; line-height: 1.6; }
.td-source strong { color: var(--public-ink); }
.td-source a { color: var(--public-accent-dark); font-weight: 820; }

.features-section { background: #eef3f4; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.feature-card { min-height: 245px; padding: 1.45rem; border: 1px solid rgba(205,219,222,.85); border-radius: 20px; background: white; box-shadow: 0 15px 40px rgba(12,52,71,.04); }
.feature-card.wide { grid-column: span 2; display: grid; grid-template-columns: auto 1fr; gap: 1.2rem; }
.feature-card.accent { color: white; border-color: transparent; background: linear-gradient(135deg, var(--public-navy), color-mix(in srgb, var(--public-accent) 75%, var(--public-navy))); }
.feature-symbol { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 1.5rem; border-radius: 12px; color: var(--public-accent-dark); background: var(--public-mint); font-size: .75rem; font-weight: 900; }
.wide .feature-symbol { margin: 0; }
.accent .feature-symbol { color: white; background: rgba(255,255,255,.15); }
.feature-card h3 { margin: 0 0 .65rem; font-size: 1.12rem; }
.feature-card p { margin: 0; color: var(--public-muted); font-size: .87rem; line-height: 1.65; }
.feature-card.accent p { color: #cbe0e4; }
.feature-card code { display: inline-block; margin-top: 1.3rem; padding: .55rem .65rem; border-radius: 8px; color: var(--public-navy); background: #edf4f5; font-weight: 800; }
.local-flow, .td-pills { display: flex; align-items: center; flex-wrap: wrap; gap: .45rem; margin-top: 1.35rem; }
.local-flow span, .td-pills span { padding: .45rem .6rem; border-radius: 8px; font-size: .68rem; font-weight: 850; }
.local-flow span { background: rgba(255,255,255,.13); }
.local-flow i { color: #81cfc4; }
.td-pills span { color: var(--public-accent-dark); background: var(--public-mint); }
.review-line { display: grid; grid-template-columns: 100px 1fr auto; gap: 1rem; align-items: center; margin-top: 1.35rem; padding: .75rem; border-radius: 10px; background: #f4f8f8; font-size: .72rem; }
.review-line span { color: var(--public-muted); }
.review-line b { padding: .35rem .45rem; border-radius: 6px; color: #17664b; background: #dff4e9; font-size: .61rem; }

.advisor-public-section { overflow: hidden; background: white; }
.advisor-public-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); gap: clamp(3rem, 7vw, 6rem); align-items: center; }
.advisor-public-copy .section-heading { margin-bottom: 1.8rem; }
.advisor-public-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin: 0; padding: 0; list-style: none; }
.advisor-public-benefits li { display: grid; grid-template-columns: 35px 1fr; gap: .75rem; padding: .9rem; border: 1px solid var(--public-line); border-radius: 14px; background: #f8fbfb; }
.advisor-public-benefits li > span { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 10px; color: var(--public-accent-dark); background: var(--public-mint); font-size: .65rem; font-weight: 900; }
.advisor-public-benefits strong { display: block; margin: .1rem 0 .3rem; font-size: .82rem; }
.advisor-public-benefits p { margin: 0; color: var(--public-muted); font-size: .73rem; line-height: 1.55; }
.advisor-public-actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.4rem; }
.advisor-public-panel { position: relative; padding: 1.25rem; border: 1px solid #cbdcdf; border-radius: 24px; background: linear-gradient(160deg, #f5faf9, #e8f2f2); box-shadow: 0 28px 70px rgba(12,52,71,.15); }
.advisor-public-panel::before { content: ""; position: absolute; width: 260px; height: 260px; right: -120px; top: -130px; border-radius: 50%; background: rgba(57,180,162,.12); pointer-events: none; }
.advisor-public-panel > * { position: relative; z-index: 1; }
.advisor-public-panel > header { display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding: .4rem .25rem 1.1rem; }
.advisor-public-panel header div { display: grid; gap: .2rem; }
.advisor-public-panel header small, .advisor-public-context small, .advisor-public-panel footer small { color: var(--public-muted); font-size: .62rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.advisor-public-panel header strong { color: var(--public-navy); font-size: 1rem; }
.advisor-public-panel header > span { padding: .4rem .55rem; border-radius: 999px; color: var(--public-accent-dark); background: #d9f0ec; font-size: .66rem; font-weight: 900; }
.advisor-public-context { display: grid; gap: .25rem; padding: 1rem; border-radius: 14px; color: white; background: linear-gradient(125deg, var(--public-navy), var(--public-accent)); }
.advisor-public-context strong { font-size: 1.08rem; }
.advisor-public-context small, .advisor-public-context span { color: #c9e5e5; }
.advisor-public-context span { font-size: .68rem; }
.advisor-public-client-list { display: grid; gap: .55rem; margin: .8rem 0; }
.advisor-public-client-list > div { display: grid; grid-template-columns: 36px minmax(0, 1fr) auto; gap: .7rem; align-items: center; padding: .72rem; border: 1px solid #d8e4e5; border-radius: 12px; background: rgba(255,255,255,.82); }
.advisor-public-client-list > div.active { border-color: #80c4bb; box-shadow: inset 3px 0 0 var(--public-accent); }
.advisor-public-client-list > div > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: var(--public-accent-dark); background: var(--public-mint); font-size: .72rem; font-weight: 900; }
.advisor-public-client-list div div { display: grid; gap: .15rem; min-width: 0; }
.advisor-public-client-list strong { overflow: hidden; color: var(--public-navy); font-size: .76rem; text-overflow: ellipsis; white-space: nowrap; }
.advisor-public-client-list small { color: var(--public-muted); font-size: .62rem; }
.advisor-public-client-list b { color: var(--public-accent-dark); font-size: .62rem; }
.advisor-public-panel > footer { padding: .85rem; border-radius: 12px; background: white; }
.advisor-public-panel footer > div:first-child { display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.advisor-public-panel footer strong { color: var(--public-navy); font-size: .74rem; }
.advisor-public-meter { height: 7px; margin-top: .65rem; overflow: hidden; border-radius: 999px; background: #e2eaeb; }
.advisor-public-meter span { display: block; width: 64%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--public-accent), #55c7b4); }
.advisor-public-panel footer p { margin: .55rem 0 0; color: var(--public-muted); font-size: .62rem; line-height: 1.45; }
.advisor-public-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3.2rem; }
.advisor-public-steps article { padding: 1.25rem; border-top: 3px solid var(--public-accent); border-radius: 4px 15px 15px; background: #eef6f5; }
.advisor-public-steps span { color: var(--public-accent); font-size: .66rem; font-weight: 900; letter-spacing: .08em; }
.advisor-public-steps h3 { margin: .6rem 0 .45rem; font-size: 1rem; }
.advisor-public-steps p { margin: 0; color: var(--public-muted); font-size: .8rem; line-height: 1.6; }
.advisor-public-note { margin: 1rem 0 0; padding: .9rem 1rem; border-left: 3px solid #c99635; color: #665327; background: #fff8e9; font-size: .74rem; line-height: 1.55; }

.resource-section { background: #f5f8f8; }
.resource-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.resource-grid article { position: relative; display: flex; flex-direction: column; min-height: 250px; padding: 1.5rem; border: 1px solid var(--public-line); border-radius: 18px; background: white; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.resource-grid article:hover { transform: translateY(-3px); border-color: #9dcfca; box-shadow: 0 18px 40px rgba(12,52,71,.09); }
.resource-grid article > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: var(--public-accent-dark); background: #dff2f0; font-size: .7rem; font-weight: 900; }
.resource-grid h3 { margin: 1.25rem 0 .55rem; color: var(--public-ink); font-size: 1.2rem; }
.resource-grid p { margin: 0 0 1.2rem; color: var(--public-muted); font-size: .84rem; line-height: 1.65; }
.resource-grid a { display: flex; justify-content: space-between; gap: 1rem; margin-top: auto; color: var(--public-accent-dark); font-size: .78rem; font-weight: 900; text-decoration: none; }

.pricing-section { background: white; }
.free-tier { max-width: 820px; margin: -1.4rem auto 2rem; display: flex; align-items: center; gap: 1rem; padding: 1rem 1.2rem; border: 1px solid #c7e3dc; border-radius: 15px; background: #f1faf7; }
.free-tier > div { display: grid; gap: .22rem; }
.free-tier p { margin: 0; color: var(--public-muted); font-size: .72rem; }
.free-tier > .public-button { margin-left: auto; flex: 0 0 auto; }
.free-badge { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 13px; color: white; background: var(--public-accent); font-weight: 900; }
.public-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; align-items: stretch; }
.public-price-card { position: relative; display: flex; flex-direction: column; min-height: 350px; padding: 1.65rem; border: 1px solid var(--public-line); border-radius: 20px; background: white; }
.public-price-card.featured { color: white; border-color: transparent; background: linear-gradient(145deg, var(--public-navy), #115b69); box-shadow: 0 24px 55px rgba(12,52,71,.2); transform: translateY(-9px); }
.pricing-popular { position: absolute; right: 1.2rem; top: 1.1rem; padding: .35rem .5rem; border-radius: 999px; color: #0f5d4b; background: #c9f1e5; font-size: .61rem; font-weight: 900; text-transform: uppercase; }
.public-price-card h3 { margin: 0 0 1.8rem; font-size: 1.05rem; }
.public-price { display: flex; align-items: baseline; gap: .2rem; margin-bottom: 1.15rem; }
.public-price > span { font-weight: 800; }
.public-price strong { font-size: 3rem; line-height: 1; letter-spacing: -.05em; }
.public-price small { color: var(--public-muted); }
.featured .public-price small, .featured .unit-price { color: #bcd5da; }
.public-price-card p { margin: 0 0 .45rem; color: var(--public-muted); }
.public-price-card p b { color: var(--public-ink); font-size: 1.4rem; }
.featured p { color: #d6e5e8; }.featured p b { color: white; }
.unit-price { color: var(--public-muted); font-size: .75rem; }
.public-price-card .public-button { margin-top: auto; }
.featured .public-button.primary { color: var(--public-navy); background: white; box-shadow: none; }
.pricing-note { margin: 1.5rem 0 0; color: var(--public-muted); font-size: .76rem; text-align: center; }
.pricing-tax { margin: 1.25rem 0 -.9rem; color: var(--public-ink); font-size: .78rem; font-weight: 800; text-align: center; }

.faq-section { background: #eef3f4; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 5rem; align-items: start; }
.faq-layout .section-heading { position: sticky; top: 110px; }
.faq-layout .section-heading a { display: inline-block; margin-top: 1rem; color: var(--public-accent-dark); font-weight: 800; }
.faq-list details { border-bottom: 1px solid #cddbdd; }
.faq-list summary { display: flex; justify-content: space-between; gap: 1rem; padding: 1.25rem 0; cursor: pointer; list-style: none; font-weight: 820; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--public-accent); font-size: 1.25rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { margin: -.2rem 2rem 1.25rem 0; color: var(--public-muted); font-size: .9rem; line-height: 1.7; }

.public-cta-section { padding: 26px 0 80px; background: #eef3f4; }
.public-cta { position: relative; overflow: hidden; display: flex; justify-content: space-between; gap: 2rem; align-items: center; padding: 3rem; border-radius: 25px; color: white; background: linear-gradient(125deg, var(--public-navy), var(--public-accent)); box-shadow: var(--public-shadow); }
.public-cta-copy { min-width: 0; }
.cta-trust { display: flex; flex-wrap: wrap; gap: .4rem .8rem; margin-top: 1rem; color: #cde5e7; font-size: .65rem; line-height: 1.45; }
.cta-trust span, .cta-trust a { display: inline-flex; align-items: center; gap: .35rem; }
.cta-trust span:not(:first-child)::before, .cta-trust a::before { content: "·"; color: #71d7c5; }
.cta-trust a { color: white; text-underline-offset: 3px; }
.public-cta::after { content: ""; position: absolute; width: 280px; height: 280px; right: 15%; top: -180px; border: 55px solid rgba(255,255,255,.07); border-radius: 50%; }
.public-cta > * { position: relative; z-index: 1; }
.public-cta h2 { max-width: 700px; margin: 0 0 .6rem; font-size: clamp(1.8rem, 3.5vw, 2.8rem); line-height: 1.05; letter-spacing: -.04em; }
.public-cta p { margin: 0; color: #d2e6e8; }

.mobile-conversion-bar { display: none; }

.public-footer { padding: 65px 0 35px; color: #b9cdd1; background: #082a3a; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 3rem; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: .7rem; }
.footer-grid > div:first-child { padding-right: 2rem; }
.footer-grid p { max-width: 430px; margin: .6rem 0 1rem; color: #93adb3; font-size: .82rem; line-height: 1.65; }
.footer-grid strong { margin-bottom: .45rem; color: white; font-size: .8rem; }
.footer-grid a, .cookie-preferences-link { padding: 0; border: 0; color: #a9c0c5; background: transparent; font-size: .78rem; text-decoration: none; cursor: pointer; }
.footer-grid a:hover, .cookie-preferences-link:hover { color: white; }
.footer-brand { color: white; }
.footer-copy { margin-top: auto; color: #749199; font-size: .68rem; }
.footer-languages { margin-top: .5rem; border-color: #234a58; background: #103645; }
.footer-languages a.active { background: var(--public-accent); }

.cookie-banner { position: fixed; left: 50%; bottom: 18px; z-index: 100; width: min(1160px, calc(100% - 28px)); transform: translateX(-50%); display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: center; padding: 1.15rem 1.25rem; border: 1px solid #d5e0e3; border-radius: 18px; color: var(--public-ink); background: rgba(255,255,255,.97); box-shadow: 0 28px 80px rgba(3,34,48,.28); backdrop-filter: blur(20px); }
.cookie-copy h2 { margin: 0 0 .25rem; font-size: .95rem; }
.cookie-copy p { max-width: 620px; margin: 0; color: var(--public-muted); font-size: .72rem; line-height: 1.5; }
.cookie-copy a { color: var(--public-accent-dark); font-weight: 800; }
.cookie-icon { position: relative; width: 43px; height: 43px; overflow: hidden; border-radius: 50%; background: #dff4ef; }
.cookie-icon span, .cookie-icon i, .cookie-icon b { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--public-accent); }
.cookie-icon span { left: 11px; top: 15px; }.cookie-icon i { left: 25px; top: 10px; }.cookie-icon b { left: 23px; top: 26px; }
.cookie-actions { display: flex; gap: .45rem; }
.cookie-actions .public-button { min-height: 40px; padding: .55rem .75rem; font-size: .72rem; }
.cookie-close { position: absolute; right: 7px; top: 5px; width: 30px; height: 30px; border: 0; color: #60757d; background: transparent; font-size: 1.3rem; cursor: pointer; }
.cookie-dialog { width: min(600px, calc(100% - 28px)); padding: 0; border: 0; border-radius: 20px; color: var(--public-ink); box-shadow: 0 30px 100px rgba(3,34,48,.35); }
.cookie-dialog::backdrop { background: rgba(5,30,42,.58); backdrop-filter: blur(4px); }
.cookie-dialog form { padding: 1.5rem; }
.dialog-head { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 1.2rem; }
.dialog-head span { color: var(--public-accent); font-size: .64rem; font-weight: 900; letter-spacing: .13em; }
.dialog-head h2 { margin: .35rem 0 0; font-size: 1.4rem; }
.dialog-head button { width: 36px; height: 36px; border: 0; border-radius: 9px; color: var(--public-muted); background: #edf3f4; font-size: 1.25rem; cursor: pointer; }
.consent-option { display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding: 1rem 0; border-top: 1px solid var(--public-line); cursor: pointer; }
.consent-option p { margin: .25rem 0 0; color: var(--public-muted); font-size: .75rem; line-height: 1.5; }
.consent-option input { appearance: none; flex: 0 0 auto; width: 42px; height: 23px; border: 1px solid #bdcccf; border-radius: 999px; background: #dbe4e6; transition: .2s ease; cursor: pointer; }
.consent-option input::before { content: ""; display: block; width: 17px; height: 17px; margin: 2px; border-radius: 50%; background: white; box-shadow: 0 2px 4px rgba(0,0,0,.2); transition: transform .2s ease; }
.consent-option input:checked { border-color: var(--public-accent); background: var(--public-accent); }
.consent-option input:checked::before { transform: translateX(19px); }
.consent-option input:disabled { opacity: .8; cursor: default; }
.dialog-actions { display: flex; justify-content: flex-end; padding-top: 1rem; border-top: 1px solid var(--public-line); }

.legal-page { background: white; }
.legal-main { min-height: calc(100vh - 200px); padding: 75px 0 110px; }
.legal-layout { display: grid; grid-template-columns: 270px minmax(0, 760px); gap: 5rem; align-items: start; }
.legal-layout aside { position: sticky; top: 110px; display: grid; gap: 2rem; }
.legal-layout aside > a { color: var(--public-accent-dark); font-size: .82rem; font-weight: 800; text-decoration: none; }
.legal-operator { display: grid; gap: .45rem; padding: 1rem; border-radius: 14px; background: #f2f7f7; color: var(--public-muted); font-size: .78rem; overflow-wrap: anywhere; }
.legal-operator strong { margin-top: .55rem; color: var(--public-ink); }
.legal-operator strong:first-child { margin-top: 0; }
.legal-layout article h1 { margin: .7rem 0 2rem; font-size: clamp(2.4rem, 5vw, 4rem); line-height: 1; letter-spacing: -.05em; }
.legal-layout article h2 { margin: 2.2rem 0 .7rem; font-size: 1.3rem; }
.legal-layout article h3 { margin: 1.6rem 0 .6rem; font-size: 1.05rem; }
.legal-layout article p { color: #40565e; line-height: 1.78; }
.legal-layout article ul { margin: .7rem 0 1.2rem; padding-left: 1.25rem; color: #40565e; }
.legal-layout article li { margin: .45rem 0; line-height: 1.65; }
.compact-footer { padding: 1.4rem 0; }
.compact-footer-grid { display: flex; justify-content: space-between; gap: 1.25rem; align-items: center; font-size: .74rem; }
.compact-footer nav { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: .55rem 1rem; }
.compact-footer a, .compact-footer .cookie-preferences-link { color: #a9c0c5; text-decoration: none; }
.compact-footer a:hover, .compact-footer .cookie-preferences-link:hover { color: white; }

.contact-page { background: #eef3f4; }
.contact-main { min-height: calc(100vh - 190px); padding: 75px 0 100px; }
.contact-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 5rem; align-items: start; }
.contact-layout h1 { margin: .7rem 0 1.2rem; font-size: clamp(2.5rem, 5vw, 4rem); line-height: 1; letter-spacing: -.05em; }
.contact-intro { max-width: 540px; color: #40565e; font-size: 1.05rem; line-height: 1.75; }
.contact-note { margin-top: 2rem; padding: 1rem 1.1rem; border-radius: 14px; color: #40565e; background: #e3eeee; }
.contact-note strong { color: var(--public-ink); }
.contact-note p { margin: .45rem 0 0; font-size: .82rem; line-height: 1.6; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding: 2rem; border: 1px solid var(--public-line); border-radius: 22px; background: white; box-shadow: var(--public-shadow); }
.contact-form label { display: grid; gap: .45rem; color: #40515c; font-size: .82rem; font-weight: 800; }
.contact-form input, .contact-form textarea { width: 100%; min-height: 48px; padding: .75rem .8rem; border: 1px solid #bdcbd0; border-radius: 9px; color: var(--public-ink); background: white; font: inherit; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { outline: 3px solid rgba(11,124,120,.14); border-color: var(--public-accent); }
.contact-full { grid-column: 1 / -1; }
.contact-consent { grid-template-columns: auto 1fr; align-items: start; font-weight: 600 !important; line-height: 1.5; }
.contact-consent input { width: 19px; min-height: 19px; margin-top: 1px; }
.contact-consent a { color: var(--public-accent-dark); }
.contact-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-status { min-height: 1.4rem; margin: .8rem 0 0; color: var(--public-muted); font-size: .82rem; }
.contact-status.success { color: #176b4d; }
.contact-status.error { color: #a12b2b; }
.recaptcha-notice { margin: 0; color: var(--public-muted); font-size: .74rem; line-height: 1.5; }
.recaptcha-notice a { color: var(--public-accent, #0b7c78); font-weight: 750; }

.guide-page { background: #f5f8f8; }
.guide-hero { padding: 90px 0 70px; color: white; background: linear-gradient(135deg, #082f43, #0b666b); }
.guide-hero .public-container { max-width: 1180px; }
.guide-breadcrumb { display: flex; gap: .55rem; margin-bottom: 2.2rem; color: #b9dadd; font-size: .76rem; }
.guide-breadcrumb a { color: white; text-decoration: none; }
.guide-hero-layout.has-product-entry { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(340px,.75fr); gap: clamp(2.5rem,6vw,5rem); align-items: center; }
.guide-hero-copy { min-width: 0; }
.guide-hero .legal-eyebrow { color: #8be2d6; font-weight: 900; letter-spacing: .12em; }
.guide-hero h1 { max-width: 850px; margin: .8rem 0 1.2rem; font-size: clamp(2.6rem, 6vw, 4.8rem); line-height: 1.02; letter-spacing: -.05em; }
.guide-hero p { max-width: 750px; color: #d6e7e8; font-size: 1.12rem; line-height: 1.75; }
.guide-hero-actions { display: flex; flex-wrap: wrap; gap: .7rem 1rem; align-items: center; margin-top: 1.6rem; }
.guide-hero-actions .guide-hero-detail { color: white; font-size: .78rem; font-weight: 800; text-underline-offset: 4px; }
.guide-hero-actions small { flex-basis: 100%; color: #acd0d3; font-size: .68rem; }
.guide-product-proof { overflow: hidden; color: var(--public-ink); border: 1px solid rgba(255,255,255,.3); border-radius: 20px; background: rgba(255,255,255,.97); box-shadow: 0 26px 65px rgba(0,0,0,.25); }
.guide-product-proof > header { display: grid; gap: .28rem; padding: 1.1rem 1.2rem; border-bottom: 1px solid var(--public-line); background: #f4f8f8; }
.guide-product-proof > header small { color: var(--public-accent-dark); font-size: .58rem; font-weight: 900; letter-spacing: .12em; }
.guide-product-proof > header strong { font-size: .92rem; }
.guide-proof-source { display: flex; justify-content: space-between; gap: .8rem; align-items: center; padding: 1rem 1.2rem; }
.guide-proof-source > div { min-width: 0; }
.guide-proof-source small, .guide-proof-decision small { display: block; margin-bottom: .22rem; color: var(--public-muted); font-size: .59rem; }
.guide-proof-source b { display: block; overflow: hidden; font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }
.guide-proof-decision { position: relative; margin: 0 1.2rem; padding: .85rem 4.2rem .85rem .9rem; border: 1px solid #cfe5e0; border-radius: 12px; background: #eff8f5; }
.guide-proof-decision strong { position: absolute; right: .85rem; top: .8rem; color: var(--public-accent-dark); font-size: 1.25rem; }
.guide-proof-decision p { margin: 0; color: #3e5e60; font-size: .68rem; line-height: 1.45; }
.guide-product-proof ul { display: grid; gap: .55rem; margin: 1rem 1.2rem; padding: 0; list-style: none; }
.guide-product-proof li { display: flex; gap: .55rem; align-items: flex-start; color: #40565e; font-size: .68rem; line-height: 1.45; }
.guide-product-proof li span { display: grid; place-items: center; flex: 0 0 auto; width: 18px; height: 18px; border-radius: 50%; color: #176b50; background: #daf2e8; font-size: .58rem; font-weight: 900; }
.guide-proof-output { display: grid; gap: .18rem; margin: .85rem 1.2rem 1rem; padding: .72rem .8rem; border: 1px solid #bedfd7; border-radius: 10px; background: #e8f6f2; }
.guide-proof-output small { color: var(--public-accent-dark); font-size: .53rem; font-weight: 900; letter-spacing: .1em; }
.guide-proof-output strong { color: var(--public-ink); font-size: .7rem; }
.guide-proof-output span { color: #527078; font-size: .57rem; line-height: 1.4; }
.guide-product-proof > footer { display: flex; justify-content: space-between; gap: .8rem; padding: .75rem 1.2rem; color: #477078; border-top: 1px solid var(--public-line); background: #f7fafb; font-size: .59rem; }
.guide-product-proof > footer strong { color: #176b50; }
.guide-hero-trust { display: flex; flex-wrap: wrap; gap: .35rem .85rem; margin-top: 1rem; color: #b6d4d7; font-size: .6rem; line-height: 1.45; }
.guide-hero-trust span { display: inline-flex; gap: .4rem; }
.guide-hero-trust span:not(:first-child)::before { content: "·"; color: #75d9c7; }
.guide-main { padding: 75px 0 110px; }
.guide-layout { display: grid; grid-template-columns: 250px minmax(0, 760px); gap: 5rem; align-items: start; }
.guide-layout > article { min-width: 0; }
.guide-layout aside { position: sticky; top: 100px; display: grid; gap: .7rem; padding: 1.2rem; border: 1px solid var(--public-line); border-radius: 16px; background: white; }
.guide-layout aside strong { margin-bottom: .35rem; }
.guide-layout aside > a:not(.public-button) { color: #40565e; font-size: .78rem; line-height: 1.45; text-decoration: none; }
.guide-layout aside > a:not(.public-button):hover { color: var(--public-accent-dark); }
.guide-layout aside .public-button { margin-top: .6rem; text-align: center; }
.guide-layout article > section { padding-bottom: 2rem; border-bottom: 1px solid var(--public-line); }
.guide-layout article h2 { margin: 2.1rem 0 .8rem; color: var(--public-ink); font-size: 1.55rem; }
.guide-layout article section:first-child h2 { margin-top: 0; }
.guide-layout article p, .guide-layout article li { color: #40565e; line-height: 1.8; }
.guide-layout article ul { padding-left: 1.25rem; }
.guide-layout article li { margin: .55rem 0; }
.guide-table-wrap { width: 100%; max-width: 100%; margin-top: 1.25rem; overflow-x: auto; border: 1px solid var(--public-line); border-radius: 16px; background: white; }
.guide-comparison { width: 100%; min-width: 650px; border-collapse: collapse; }
.guide-comparison th, .guide-comparison td { padding: .9rem 1rem; border-bottom: 1px solid var(--public-line); color: #40565e; text-align: left; vertical-align: top; line-height: 1.55; }
.guide-comparison thead th { background: #e6f1f0; color: var(--public-ink); font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; }
.guide-comparison tbody th { color: var(--public-accent-dark); font-weight: 900; }
.guide-comparison tbody tr:last-child th, .guide-comparison tbody tr:last-child td { border-bottom: 0; }
.guide-faq details { margin: .75rem 0; border: 1px solid var(--public-line); border-radius: 14px; background: white; }
.guide-faq summary { padding: 1rem 1.1rem; color: var(--public-ink); cursor: pointer; font-weight: 800; }
.guide-faq details p { margin: 0; padding: 0 1.1rem 1rem; }
.guide-layout article > .guide-conversion { margin-top: 2.5rem; padding: 2rem; border: 0; border-radius: 20px; color: white; background: linear-gradient(135deg, #083b4d, var(--public-accent-dark)); box-shadow: 0 18px 45px rgba(8,59,77,.18); }
.guide-conversion > span { color: #8be2d6; font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.guide-layout article .guide-conversion h2 { margin: .55rem 0 .7rem; color: white; font-size: clamp(1.65rem, 4vw, 2.25rem); }
.guide-layout article .guide-conversion p { max-width: 620px; margin: 0 0 1.25rem; color: #d8ecee; }
.guide-conversion .public-button { display: inline-flex; gap: .65rem; align-items: center; }
.guide-related { display: grid; gap: .65rem; margin-top: 2.5rem; padding: 1.35rem; border: 1px solid var(--public-line); border-radius: 16px; background: white; }
.guide-related a { color: var(--public-accent-dark); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.guide-source { margin-top: 2.5rem; padding: 1.5rem; border-radius: 16px; background: #e6f1f0; }
.guide-source p { margin: .55rem 0; font-size: .85rem; }
.guide-source a { color: var(--public-accent-dark); font-weight: 900; }

.feature-page { background: #f4f8f8; }
.feature-hero {
  position: relative; overflow: hidden; padding: 76px 0 90px; color: white;
  background:
    radial-gradient(circle at 85% 12%, rgba(84,220,202,.18), transparent 27rem),
    linear-gradient(128deg, #082f43, #0e5964 64%, #0b7c78);
}
.feature-hero::after {
  content: ""; position: absolute; right: -110px; bottom: -210px; width: 430px; height: 430px;
  border: 70px solid rgba(255,255,255,.045); border-radius: 50%;
}
.feature-hero .public-container { position: relative; z-index: 1; }
.feature-breadcrumb { display: flex; gap: .55rem; margin-bottom: 2.3rem; color: #b9dadd; font-size: .76rem; }
.feature-breadcrumb a { color: white; text-decoration: none; }
.feature-hero-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr); gap: 5rem; align-items: center; }
.feature-hero .legal-eyebrow { color: #8be2d6; font-weight: 900; letter-spacing: .13em; }
.feature-hero h1 { max-width: 850px; margin: .7rem 0 1.15rem; font-size: clamp(2.7rem, 5.5vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.feature-hero p { max-width: 760px; margin: 0; color: #d7e8eb; font-size: 1.06rem; line-height: 1.75; }
.feature-proof-panel { display: grid; gap: .7rem; padding: 1rem; border: 1px solid rgba(255,255,255,.2); border-radius: 21px; background: rgba(255,255,255,.09); backdrop-filter: blur(12px); }
.feature-proof-panel > div { display: grid; grid-template-columns: 38px 1fr; gap: .75rem; align-items: start; padding: .8rem; border-radius: 13px; background: rgba(255,255,255,.07); }
.feature-proof-panel > div > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: #07464b; background: #91e3d5; font-weight: 900; }
.feature-proof-panel p { display: grid; gap: .2rem; margin: 0; font-size: inherit; }
.feature-proof-panel strong { color: white; font-size: .85rem; }
.feature-proof-panel small { color: #c6dfe4; font-size: .72rem; line-height: 1.45; }
.feature-content { padding: 90px 0; background: white; }
.feature-content-layout { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(280px,.7fr); gap: 5rem; align-items: start; }
.feature-article { display: grid; }
.feature-article > section { display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 1.25rem; padding: 2.2rem 0; border-bottom: 1px solid var(--public-line); }
.feature-article > section:first-child { padding-top: 0; }
.feature-article > section > span { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 13px; color: var(--public-accent-dark); background: #e0f2f0; font-size: .72rem; font-weight: 900; }
.feature-article h2 { margin: 0 0 .7rem; color: var(--public-ink); font-size: clamp(1.35rem,2.4vw,1.8rem); }
.feature-article p, .feature-article li { color: #40565e; line-height: 1.75; }
.feature-article p { margin: 0; }
.feature-article ul { margin: 1rem 0 0; padding-left: 1.2rem; }
.feature-article li { margin: .45rem 0; }
.feature-related { display: block !important; padding-top: 2.4rem !important; }
.feature-related h2 { margin-bottom: 1rem; }
.feature-related ul { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .75rem; margin: 0; padding: 0; list-style: none; }
.feature-related li { margin: 0; }
.feature-related a { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.1rem; border: 1px solid var(--public-line); border-radius: 13px; color: var(--public-accent-dark); background: #f7fafa; font-weight: 800; line-height: 1.45; text-decoration: none; }
.feature-related a:hover { border-color: var(--public-accent); background: #edf8f6; }
.feature-side { position: sticky; top: 95px; display: grid; gap: 1rem; }
.feature-side-card, .feature-source-card { display: grid; gap: .8rem; padding: 1.3rem; border: 1px solid var(--public-line); border-radius: 17px; background: #f7fafa; }
.feature-side-card strong, .feature-source-card strong { color: var(--public-ink); }
.feature-side-card p { margin: 0; color: var(--public-muted); font-size: .78rem; line-height: 1.6; }
.feature-source-card a { display: flex; justify-content: space-between; gap: .7rem; padding-top: .7rem; border-top: 1px solid var(--public-line); color: var(--public-accent-dark); font-size: .76rem; font-weight: 850; text-decoration: none; }
.feature-faq { padding: 85px 0; background: #eef3f4; }
.feature-faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 5rem; align-items: start; }
.feature-faq h2 { margin: .55rem 0 0; font-size: clamp(1.8rem,3vw,2.7rem); letter-spacing: -.04em; }

@media (max-width: 1040px) {
  .public-menu { display: none; position: absolute; left: 18px; right: 18px; top: 70px; padding: .6rem; border: 1px solid var(--public-line); border-radius: 14px; background: white; box-shadow: var(--public-shadow); }
  .public-menu.open { display: grid; }
  .public-menu .mobile-login { display: flex; justify-content: center; margin-top: .25rem; color: white; background: var(--public-accent); }
  .public-menu .mobile-login:hover { color: white; background: var(--public-accent-dark); }
  .mobile-menu-button { display: block; margin-left: auto; order: 2; }
  .public-nav-actions { order: 3; }
  .nav-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .hero-copy h1 { font-size: clamp(2.5rem, 5vw, 4rem); }
  .product-stage { transform: none; }
  .privacy-card { left: -20px; }.xml-card { right: -15px; }
  .footer-grid { grid-template-columns: 1.5fr repeat(3, 1fr); gap: 1.5rem; }
  .cookie-banner { grid-template-columns: 1fr auto; padding-right: 2rem; }
  .cookie-icon { display: none; }
  .cookie-actions { grid-column: 1 / -1; justify-content: flex-end; }
  .feature-hero-grid { gap: 2.5rem; }
  .feature-content-layout { gap: 2.5rem; }
  .operator-trust { grid-template-columns: .75fr 2fr; }
  .operator-trust-link { grid-column: 2; }
}

@media (max-width: 780px) {
  .public-container { width: min(100% - 28px, 1180px); }
  .public-nav { width: calc(100% - 24px); min-height: 66px; gap: .6rem; }
  .desktop-login { display: none; }
  .language-select { min-height: 42px; max-width: 100px; padding-left: .45rem; font-size: .7rem; }
  .hero-grid { min-height: 0; padding: 65px 0 85px; grid-template-columns: 1fr; gap: 3.3rem; }
  .hero-copy { text-align: center; }
  .hero-copy h1 { margin-inline: auto; font-size: clamp(2.5rem, 12vw, 4rem); }
  .hero-copy > p { margin-inline: auto; }
  .hero-badge, .hero-actions { justify-content: center; }
  .hero-product-flow { margin-top: 1.2rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-intent-links { grid-template-columns: repeat(3,minmax(0,1fr)); text-align: left; }
  .hero-intent-links > strong { grid-column: 1 / -1; text-align: center; }
  .hero-intent-links a { grid-template-columns: 1fr; gap: .12rem; min-height: 54px; text-align: center; }
  .hero-intent-links span { white-space: normal; }
  .product-stage { min-height: 420px; margin-inline: 4px; padding-inline: 12px; }
  .floating-card { display: none; }
  .trust-row { grid-template-columns: 1fr 1fr; padding-bottom: .7rem; }
  .trust-row span { padding: .7rem .4rem; }
  .operator-trust { grid-template-columns: 1fr; gap: 1rem; }
  .operator-trust dl { grid-template-columns: 1fr; gap: .65rem; }
  .operator-trust dl > div { padding: .65rem 0 0; border-top: 1px solid var(--public-line); border-left: 0; }
  .operator-trust-link { grid-column: auto; min-height: 38px; }
  .public-section { padding: 78px 0; }
  .section-heading { margin-bottom: 2.1rem; }
  .playground-layout { grid-template-columns: 1fr; }
  .workflow-grid, .td-guide-grid, .td-rules-grid, .feature-grid, .resource-grid, .public-pricing-grid { grid-template-columns: 1fr; }
  .proof-heading { align-items: flex-start; flex-direction: column; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .workflow-grid article:not(:last-child)::after { content: "↓"; right: calc(50% - 1.05rem); top: auto; bottom: -1.7rem; }
  .control-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .advisor-public-layout { grid-template-columns: 1fr; gap: 2.8rem; }
  .feature-card.wide { grid-column: span 1; grid-template-columns: 1fr; }
  .wide .feature-symbol { margin-bottom: 1.5rem; }
  .review-line { grid-template-columns: 1fr; gap: .35rem; }
  .advisor-public-steps { grid-template-columns: 1fr; margin-top: 2rem; }
  .free-tier { align-items: flex-start; flex-wrap: wrap; }
  .free-tier > div { flex: 1 1 220px; }
  .free-tier > .public-button { width: 100%; margin-left: 0; }
  .public-price-card.featured { transform: none; }
  .faq-layout { grid-template-columns: 1fr; gap: 1rem; }
  .faq-layout .section-heading { position: static; }
  .public-cta { align-items: flex-start; flex-direction: column; padding: 2rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: span 2; padding: 0 0 1.2rem; }
  .cookie-banner { bottom: 8px; grid-template-columns: 1fr; gap: .65rem; padding: 1.1rem; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-actions .public-button:last-child { grid-column: 1 / -1; }
  .mobile-conversion-bar { position: fixed; left: 12px; right: 12px; bottom: max(10px, env(safe-area-inset-bottom)); z-index: 48; display: flex; justify-content: space-between; gap: .8rem; align-items: center; padding: .72rem; border: 1px solid #c9dadd; border-radius: 16px; background: rgba(255,255,255,.97); box-shadow: 0 18px 55px rgba(3,34,48,.24); backdrop-filter: blur(16px); }
  .mobile-conversion-bar > div { display: grid; gap: .12rem; min-width: 0; }
  .mobile-conversion-bar strong { font-size: .77rem; }
  .mobile-conversion-bar small { overflow: hidden; color: var(--public-muted); font-size: .62rem; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-conversion-bar .public-button { flex: 0 0 auto; min-height: 42px; padding: .58rem .76rem; font-size: .72rem; }
  body:has(.cookie-banner:not([hidden])) .mobile-conversion-bar { display: none; }
  .legal-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .legal-layout aside { position: static; }
  .contact-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .guide-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .guide-layout aside { position: static; }
  .guide-hero-layout.has-product-entry { grid-template-columns: 1fr; gap: 2.5rem; }
  .guide-product-proof { width: min(100%, 520px); }
  .guide-hero-trust { display: grid; gap: .25rem; }
  .guide-hero-trust span:not(:first-child)::before { content: none; }
  .feature-hero { padding: 55px 0 70px; }
  .feature-hero-grid, .feature-content-layout, .feature-faq-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .feature-side { position: static; }
  .feature-content, .feature-faq { padding: 70px 0; }
  .compact-footer-grid { align-items: flex-start; flex-direction: column; }
  .compact-footer nav { justify-content: flex-start; }
}

@media (max-width: 480px) {
  .public-brand > span:last-child { font-size: .95rem; }
  .brand-mark { width: 32px; height: 32px; }
  .hero-note { line-height: 1.5; }
  .hero-product-flow { grid-template-columns: 1fr; gap: .4rem; text-align: left; }
  .hero-product-flow li { padding: .55rem .65rem; }
  .invoice-preview { padding: .9rem; }
  .preview-grid { grid-template-columns: 1fr; }
  .playground-progress { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid article { min-height: 0; }
  .proof-scope { grid-template-columns: 1fr; gap: .35rem; }
  .proof-scope strong { white-space: normal; }
  .playground-data { grid-template-columns: 1fr; }
  .playground-decision { grid-template-columns: 1fr; }
  .playground-result > .public-button { width: 100%; }
  .advisor-public-benefits { grid-template-columns: 1fr; }
  .advisor-public-actions { display: grid; grid-template-columns: 1fr; }
  .advisor-public-client-list > div { grid-template-columns: 34px minmax(0,1fr); }
  .advisor-public-client-list b { grid-column: 2; }
  .ready-pill { display: none; }
  .trust-row { grid-template-columns: 1fr; }
  .cta-trust { display: grid; gap: .35rem; }
  .cta-trust span:not(:first-child)::before, .cta-trust a::before { content: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem 1.25rem; }
  .footer-grid > div { gap: .35rem; }
  .footer-grid > .footer-about, .footer-grid > .footer-column:last-child { grid-column: 1 / -1; }
  .footer-column > a, .footer-column > .cookie-preferences-link {
    display: flex;
    min-height: 28px;
    align-items: center;
    line-height: 1.35;
    text-align: left;
  }
  .td-more, .resource-grid a, .guide-layout aside > a:not(.public-button),
  .legal-layout aside > a {
    display: flex;
    min-height: 32px;
    align-items: center;
  }
  .contact-form { grid-template-columns: 1fr; padding: 1.2rem; }
  .contact-form > * { grid-column: 1; }
  .cookie-copy p { font-size: .68rem; }
  .cookie-actions { grid-template-columns: 1fr; }
  .cookie-actions .public-button:last-child { grid-column: auto; }
  .mobile-conversion-bar > div { display: none; }
  .mobile-conversion-bar .public-button { width: 100%; }
  .feature-article > section { grid-template-columns: 1fr; gap: .8rem; }
  .feature-related ul { grid-template-columns: 1fr; }
}

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