@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,800&family=Public+Sans:wght@400;500;600;700;800&display=swap";:root{color-scheme:light;--ink: #24130d;--muted: #715f56;--line: #ead9cc;--paper: #fff7ed;--paper-strong: #fffdf9;--clay: #7b2f17;--red: #d9432f;--gold: #f4a51c;--teal: #127c72;--blue: #2563eb;--shadow: 0 24px 70px rgba(123, 47, 23, .15)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:radial-gradient(circle at 15% 12%,rgba(244,165,28,.22),transparent 25rem),radial-gradient(circle at 85% 18%,rgba(18,124,114,.14),transparent 26rem),linear-gradient(180deg,#fff7ed,#f7efe6);color:var(--ink);font-family:Public Sans,system-ui,sans-serif}a{color:inherit}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:1rem;width:min(1160px,calc(100% - 32px));margin:16px auto 0;padding:10px;border:1px solid rgba(36,19,13,.08);border-radius:12px;background:#fffdf9e6;box-shadow:0 14px 40px #7b2f1714;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:10px;min-width:0;padding-left:4px;text-decoration:none}.brand-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:10px;background:linear-gradient(135deg,var(--red) 0 46%,var(--gold) 46% 70%,var(--teal) 70%);color:#fff;font-size:.92rem;font-weight:900;box-shadow:inset 0 -12px 20px #00000029}.brand strong,.brand small{display:block;line-height:1.1}.brand strong{font-size:1rem}.brand small{margin-top:3px;color:var(--muted);font-size:.76rem;font-weight:700}.nav-links{display:flex;align-items:center;gap:4px;padding:4px;border-radius:10px;background:#24130d0d}.nav-links a{min-width:72px;padding:10px 14px;border-radius:8px;color:var(--muted);font-size:.9rem;font-weight:800;text-align:center;text-decoration:none;transition:background .16s ease,color .16s ease,transform .16s ease}.nav-links a:hover,.nav-links a.active{background:var(--clay);color:#fff}.nav-links a:hover{transform:translateY(-1px)}main{flex:1}.hero-section,.content-section,.scope-section,.workflow-section,.trust-section,.legal-page{width:min(1160px,calc(100% - 32px));margin-inline:auto}.hero-section{display:grid;grid-template-columns:minmax(0,.88fr) minmax(360px,1.12fr);align-items:center;gap:42px;padding:78px 0 36px}.eyebrow{margin:0 0 14px;color:var(--teal);font-size:.78rem;font-weight:900;letter-spacing:0;text-transform:uppercase}h1,h2{margin:0;color:var(--ink)}h1{max-width:760px;font-family:Fraunces,Georgia,serif;font-size:clamp(3.15rem,8vw,6.6rem);line-height:.93}.hero-subtitle{max-width:690px;margin:26px 0 0;color:#5b453b;font-size:clamp(1.08rem,2.2vw,1.38rem);line-height:1.56}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.primary-action,.secondary-action{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 18px;border-radius:10px;font-weight:900;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.primary-action{background:var(--clay);color:#fff;box-shadow:0 12px 28px #7b2f1738}.secondary-action{border:1px solid rgba(36,19,13,.18);background:#fffdf9c7;color:var(--clay)}.primary-action:hover,.secondary-action:hover{transform:translateY(-2px)}.hero-visual{position:relative;overflow:hidden;min-height:360px;border:1px solid rgba(36,19,13,.09);border-radius:16px;background:#fffdf9;box-shadow:var(--shadow)}.hero-visual img{display:block;width:100%;height:100%;min-height:360px;-o-object-fit:cover;object-fit:cover}.scope-band{display:flex;align-items:center;gap:14px;width:min(1020px,calc(100% - 32px));margin:24px auto 0;padding:18px 22px;border:1px solid rgba(217,67,47,.24);border-radius:12px;background:#fffdf9d6;color:#643c30;box-shadow:0 16px 40px #7b2f1714}.scope-band svg{flex:0 0 auto;color:var(--red)}.scope-band p{margin:0;line-height:1.55}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:74px 0 30px}.feature-card{min-height:286px;padding:28px;border:1px solid rgba(36,19,13,.1);border-radius:16px;background:#fffdf9d1;box-shadow:0 18px 54px #7b2f1714}.icon-disc{display:grid;place-items:center;width:52px;height:52px;border-radius:12px;background:#d9432f1f;color:var(--red)}.feature-card h2,.scope-section h2,.workflow-section h2,.trust-section h2{margin-top:22px;font-size:clamp(1.45rem,2vw,2rem);line-height:1.13}.feature-card p{margin:18px 0 0;color:var(--muted);line-height:1.65}.scope-section,.workflow-section,.trust-section{display:grid;grid-template-columns:minmax(260px,.78fr) minmax(0,1.22fr);gap:32px;padding:62px 0;border-top:1px solid rgba(36,19,13,.1)}.scope-table{display:grid;gap:12px}.scope-table article{padding:18px;border:1px solid rgba(36,19,13,.1);border-radius:12px;background:#fffdf9d6}.scope-table span{display:block;color:var(--clay);font-weight:900}.scope-table code{display:block;overflow-wrap:anywhere;margin-top:8px;color:var(--blue);font-size:.9rem}.scope-table p{margin:10px 0 0;color:var(--muted);line-height:1.55}.workflow-list{display:grid;gap:14px;margin:0;padding:0;list-style:none;counter-reset:workflow}.workflow-list li{display:flex;align-items:center;gap:16px;min-height:70px;padding:16px 18px;border:1px solid rgba(36,19,13,.1);border-radius:12px;background:#fffdf9d6;color:var(--ink);font-weight:900;counter-increment:workflow}.workflow-list li:before{display:grid;place-items:center;flex:0 0 auto;width:38px;height:38px;border-radius:10px;background:var(--red);color:#fff;content:counter(workflow)}.trust-section ul{display:grid;gap:12px;margin:0;padding:0;list-style:none}.trust-section li{display:flex;align-items:center;gap:12px;padding:15px 0;border-bottom:1px solid rgba(36,19,13,.1);color:#5b453b;font-weight:800}.trust-section svg{flex:0 0 auto;color:var(--teal)}.legal-page{padding:72px 0}.legal-hero{max-width:780px}.legal-hero h1{font-size:clamp(3rem,7vw,5.7rem)}.legal-hero p{margin:22px 0 0;color:#5b453b;font-size:1.2rem;line-height:1.6}.legal-hero span{display:inline-flex;margin-top:20px;padding:8px 12px;border-radius:9px;background:#127c721a;color:#12675f;font-size:.9rem;font-weight:900}.legal-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:48px;margin-top:54px;align-items:start}.legal-index{position:sticky;top:98px;display:grid;gap:4px;padding:14px;border:1px solid rgba(36,19,13,.1);border-radius:14px;background:#fffdf9d6;box-shadow:0 18px 54px #7b2f1714}.legal-index a{padding:10px 12px;border-radius:9px;color:var(--muted);font-size:.9rem;font-weight:900;text-decoration:none}.legal-index a:hover{background:#7b2f1714;color:var(--clay)}.legal-document{padding:34px;border:1px solid rgba(36,19,13,.1);border-radius:16px;background:var(--paper-strong);box-shadow:var(--shadow)}.legal-document section+section{margin-top:34px;padding-top:30px;border-top:1px solid var(--line)}.legal-document h2{font-size:1.45rem}.legal-document p,.legal-document li{color:#5b453b;line-height:1.72}.legal-document p{margin:14px 0 0}.legal-document ul{margin:14px 0 0;padding-left:1.2rem}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:22px;width:min(1160px,calc(100% - 32px));margin:24px auto 18px;padding:22px;border:1px solid rgba(36,19,13,.09);border-radius:12px;background:var(--clay);color:#fff}.site-footer strong,.site-footer span{display:block}.site-footer span{margin-top:5px;color:#ffffffa8;font-size:.9rem}.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:14px}.footer-links a{color:#ffffffc7;font-size:.9rem;font-weight:800;text-decoration:none}.footer-links a:hover{color:#fff}@media (max-width: 860px){.site-header{align-items:stretch;flex-direction:column}.nav-links{width:100%}.nav-links a{flex:1}.hero-section,.scope-section,.workflow-section,.trust-section,.legal-layout{grid-template-columns:1fr}.hero-section{gap:28px;padding-top:58px}.hero-visual,.hero-visual img{min-height:260px}.feature-grid{grid-template-columns:1fr}.legal-index{position:static}.site-footer{align-items:flex-start;flex-direction:column}.footer-links{justify-content:flex-start}}@media (max-width: 520px){.site-header,.hero-section,.content-section,.scope-section,.workflow-section,.trust-section,.legal-page,.site-footer{width:min(100% - 22px,1160px)}.brand small{display:none}.nav-links a{min-width:0;padding-inline:10px;font-size:.84rem}.hero-actions{align-items:stretch;flex-direction:column}.primary-action,.secondary-action{width:100%}.scope-band{align-items:flex-start;width:min(100% - 22px,1020px)}.feature-card,.legal-document{padding:22px}}
