@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--background: 0 0% 100%;--foreground: 240 10% 3.9%;--card: 0 0% 100%;--card-foreground: 240 10% 3.9%;--primary: 210 100% 56%;--primary-foreground: 0 0% 100%;--secondary: 240 4.8% 95.9%;--secondary-foreground: 240 5.9% 10%;--muted: 240 4.8% 95.9%;--muted-foreground: 240 3.8% 46.1%;--accent: 240 4.8% 95.9%;--accent-foreground: 240 5.9% 10%;--border: 240 5.9% 90%;--ring: 210 100% 56%;--radius: .5rem;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;color:hsl(var(--foreground));background:hsl(var(--background));font-family:Inter,PingFang SC,Microsoft YaHei,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}a{color:inherit;text-decoration:none}svg{width:1.15em;height:1.15em;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.shell,.container{width:min(1400px,calc(100% - 48px));margin:0 auto}.site-header{position:sticky;top:0;z-index:50;height:64px;border-bottom:1px solid hsl(var(--border));background:hsl(var(--background) / .8);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.header-row{height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:10px}.brand-mark,.product-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:36px;height:36px;border-radius:10px;color:#fff;background:hsl(var(--primary))}.brand-mark{width:32px;height:32px;border-radius:8px}.brand-mark svg{width:16px;height:16px}.brand strong{display:block;font-size:14px;font-weight:700;letter-spacing:-.02em}.brand small{display:block;margin-top:1px;color:hsl(var(--muted-foreground));font-size:11px;font-weight:400}.nav{display:flex;align-items:center;gap:24px;margin-left:auto}.nav a{color:hsl(var(--muted-foreground));font-size:14px;font-weight:500;padding:8px 0;position:relative;transition:color .15s}.nav a:hover{color:hsl(var(--foreground))}.nav a.active{color:hsl(var(--foreground));font-weight:600}.nav a.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:hsl(var(--primary));border-radius:1px}.mobile-toggle,.mobile-nav{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;padding:0 20px;border-radius:10px;border:1px solid transparent;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap}.btn:hover{opacity:.9}.btn-dark{color:hsl(var(--primary-foreground));background:hsl(var(--primary));border-color:hsl(var(--primary));box-shadow:var(--shadow-md)}.btn-light{border-color:hsl(var(--border));background:hsl(var(--background));color:hsl(var(--foreground))}.btn.compact{height:36px;padding:0 14px;font-size:13px}.btn.primary{color:hsl(var(--primary-foreground));background:hsl(var(--primary));border-color:hsl(var(--primary));box-shadow:var(--shadow-md)}.btn.primary:hover{opacity:.9;background:hsl(var(--primary) / .9)}.btn.primary.full{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed}.hero{padding:64px 0 80px}.hero-copy{max-width:800px;margin:0 auto;text-align:center}.eyebrow-pill{display:inline-flex;align-items:center;gap:6px;border:1px solid hsl(var(--border));border-radius:9999px;background:hsl(var(--muted));padding:6px 12px;color:hsl(var(--muted-foreground));font-size:12px;font-weight:600}.eyebrow-pill svg{color:hsl(var(--primary));width:14px;height:14px}.hero h1{margin:24px auto 0;font-size:clamp(40px,4.5vw,56px);line-height:1.15;letter-spacing:-.03em;font-weight:800}.hero h1 span{display:block;color:hsl(var(--primary))}.hero-copy>p{max-width:640px;margin:20px auto 0;color:hsl(var(--muted-foreground));font-size:16px;line-height:1.75}.hero-actions{display:flex;justify-content:center;gap:12px;margin-top:28px}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:48px}.product-card{border:1px solid hsl(var(--border));border-radius:16px;background:hsl(var(--card));padding:28px;box-shadow:var(--shadow-sm);transition:box-shadow .2s}.product-card:hover{box-shadow:var(--shadow-md)}.product-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.tag,.tags span{display:inline-flex;border-radius:9999px;background:hsl(var(--muted));padding:6px 12px;color:hsl(var(--muted-foreground));font-size:12px;font-weight:600;white-space:nowrap}.product-card h2{margin:0;font-size:22px;line-height:1.35;letter-spacing:-.02em;font-weight:700}.product-card p{margin:10px 0 16px;color:hsl(var(--muted-foreground));font-size:14px;line-height:1.75}.tags{display:flex;flex-wrap:wrap;gap:6px}.tags span{padding:5px 10px;font-size:11px}.card-link,.section-link{display:inline-flex;align-items:center;gap:6px;color:hsl(var(--primary));font-size:13px;font-weight:600}.card-link,.section-link{margin-top:16px}.section{padding:72px 0;border-top:1px solid hsl(var(--border))}.section-tinted{background:hsl(var(--muted))}.section-title{max-width:720px;margin-bottom:40px}.section-title>span{color:hsl(var(--primary));font-size:13px;font-weight:600;letter-spacing:.02em}.section-title h2{margin:12px 0 10px;font-size:clamp(28px,3vw,36px);letter-spacing:-.025em;line-height:1.25;font-weight:700}.section-title p{margin:0;color:hsl(var(--muted-foreground));font-size:15px;line-height:1.75}.section-title.centered{margin-left:auto;margin-right:auto;text-align:center}.window{border:1px solid hsl(var(--border));border-radius:16px;background:hsl(var(--card));padding:12px;box-shadow:var(--shadow-md)}.window-bar{display:flex;justify-content:center;align-items:center;position:relative;height:44px;border:1px solid hsl(var(--border));border-bottom:0;border-radius:12px 12px 0 0;color:hsl(var(--muted-foreground));font-size:12px;font-weight:500}.dots{display:flex;position:absolute;left:14px;gap:6px}.dots i{width:8px;height:8px;border-radius:50%;background:#fb5f68}.dots i:nth-child(2){background:#ffbc18}.dots i:nth-child(3){background:#04c875}.form-layout{display:grid;grid-template-columns:190px 1fr;border:1px solid hsl(var(--border));border-radius:0 0 12px 12px;overflow:hidden;background:hsl(var(--muted) / .5)}.demo-nav{border-right:1px solid hsl(var(--border));background:hsl(var(--card));padding:16px}.demo-brand{display:flex;gap:10px;align-items:center;margin-bottom:16px}.product-icon.small{width:36px;height:36px;border-radius:10px}.demo-brand b{font-size:13px;font-weight:600}.demo-brand small{display:block;margin-top:2px;color:hsl(var(--muted-foreground));font-size:11px;font-weight:400}.demo-tab{display:flex;align-items:center;justify-content:space-between;width:100%;height:40px;margin-bottom:6px;border:0;border-radius:10px;padding:0 12px;color:hsl(var(--muted-foreground));background:transparent;font:500 13px inherit;cursor:pointer;transition:background .15s,color .15s}.demo-tab:hover{background:hsl(var(--muted))}.demo-tab svg{visibility:hidden;width:14px;height:14px}.demo-tab.active{color:hsl(var(--primary));background:hsl(var(--primary) / .1);font-weight:600}.demo-tab.active svg{visibility:visible}.demo-body{padding:16px}.input-panel,.field-panel,.profile-panel,.recommend-panel{border:1px solid hsl(var(--border));border-radius:12px;background:hsl(var(--card));padding:14px}.input-panel label{display:flex;align-items:center;gap:6px;margin-bottom:10px;color:hsl(var(--muted-foreground));font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.demo-prompt{border-radius:10px;padding:16px;color:hsl(var(--primary-foreground));background:hsl(var(--primary));font-size:14px;font-weight:500;line-height:1.65}.demo-results{display:grid;grid-template-columns:1.18fr .92fr;gap:14px;margin-top:14px}.panel-heading{display:flex;align-items:start;justify-content:space-between;gap:10px;margin-bottom:12px}.panel-heading h3,.profile-panel h3{margin:0;font-size:14px;font-weight:600}.panel-heading p{margin:4px 0 0;color:hsl(var(--muted-foreground));font-size:11px}.fields{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.fields div,.profile-fields div{border:1px solid hsl(var(--border));border-radius:10px;background:hsl(var(--muted) / .5);padding:10px 12px}.fields span,.profile-fields span{display:block;margin-bottom:4px;color:hsl(var(--muted-foreground));font-size:11px}.fields b,.profile-fields b{font-size:13px;font-weight:600}.result-list{display:grid;gap:8px}.result-list div{display:flex;align-items:center;gap:8px;height:44px;border-radius:10px;background:hsl(var(--muted) / .5);padding:0 12px;color:hsl(var(--foreground));font-size:13px}.result-list svg{color:hsl(var(--primary))}.policy-window{background:hsl(var(--muted) / .3);padding:14px}.policy-layout{display:grid;grid-template-columns:.8fr 1.22fr;gap:14px;margin-top:14px}.profile-fields{display:grid;gap:10px;margin-top:14px}.recommend-panel .panel-heading{margin-bottom:12px}.policy-card{display:flex;justify-content:space-between;gap:12px;border:1px solid hsl(var(--border));border-radius:12px;background:hsl(var(--muted) / .5);padding:14px;margin-top:10px}.policy-card h4{margin:0 0 6px;font-size:14px;font-weight:600}.policy-card p{margin:0 0 6px;color:hsl(var(--muted-foreground));font-size:13px}.policy-card em{display:block;margin-bottom:8px;color:#b56925;font-size:12px;font-style:normal}.policy-card>strong{width:52px;height:56px;flex-shrink:0;border-radius:12px;padding-top:8px;text-align:center;color:hsl(var(--primary-foreground));background:hsl(var(--primary));font-size:22px;font-weight:700}.policy-card>strong small{display:block;margin-top:1px;font-size:9px;font-weight:500}.capabilities{padding-top:72px}.capability-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.capability-grid article{border:1px solid hsl(var(--border));border-radius:14px;background:hsl(var(--card));padding:24px;box-shadow:var(--shadow-sm)}.capability-grid svg{color:hsl(var(--primary));width:24px;height:24px}.capability-grid h3{margin:16px 0 8px;font-size:18px;font-weight:600}.capability-grid p{margin:0;color:hsl(var(--muted-foreground));font-size:14px;line-height:1.65}.roadmap{color:#fff;background:#09090b;border:0}.section-title.dark h2{color:#fff}.section-title.dark p{color:#a1a1aa}.section-title.dark span{color:#66b3ff}.roadmap-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.roadmap-grid article{border:1px solid hsl(240 5% 24%);border-radius:14px;padding:20px;background:#27272b}.roadmap-grid h3{margin:0 0 10px;font-size:16px;font-weight:600}.roadmap-grid p{margin:0;color:#a1a1aa;font-size:13px;line-height:1.7}.closing{padding:40px 0}.closing-card{display:flex;justify-content:space-between;align-items:center;gap:24px;border:1px solid hsl(var(--border));border-radius:16px;background:hsl(var(--muted) / .5);padding:32px}.closing-card h2{margin:0 0 8px;font-size:22px;letter-spacing:-.02em;font-weight:700}.closing-card p{margin:0;color:hsl(var(--muted-foreground))}.footer{padding:20px 0 24px;border-top:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));text-align:center;font-size:12px}.page-shell{min-height:calc(100vh - 64px);padding:40px 0 64px;background:hsl(var(--muted) / .3)}.page-intro{margin-bottom:24px;padding:32px 36px;border-radius:14px;border:1px solid hsl(var(--border));background:hsl(var(--card));box-shadow:var(--shadow-sm)}.page-intro>span{color:hsl(var(--primary));font-size:13px;font-weight:600}.page-intro h1{margin:10px 0;font-size:clamp(26px,3vw,34px);line-height:1.25;letter-spacing:-.02em;font-weight:700}.page-intro p{margin:0;color:hsl(var(--muted-foreground));font-size:15px;line-height:1.75}.role-tabs,.mode-tabs{display:flex;gap:8px;margin-bottom:20px}.role-tabs button,.mode-tabs button{height:36px;padding:0 18px;border:0;border-radius:8px;background:hsl(var(--muted));color:hsl(var(--muted-foreground));font:500 13px inherit;cursor:pointer;transition:background .15s,color .15s}.role-tabs button.active,.mode-tabs button.active{color:hsl(var(--primary-foreground));background:hsl(var(--primary))}.trial-layout{display:grid;grid-template-columns:1.25fr 1fr;gap:20px;align-items:start}.chat-card,.result-panel,.policy-form,.policy-results,.policy-library,.contact-form{border:1px solid hsl(var(--border));border-radius:14px;background:hsl(var(--card));box-shadow:var(--shadow-sm)}.chat-card{display:flex;flex-direction:column;height:fit-content}.card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;padding:20px 22px 16px;border-bottom:1px solid hsl(var(--border))}.card-head h2{margin:0;font-size:15px;font-weight:600}.card-head p{margin:5px 0 0;color:hsl(var(--muted-foreground));font-size:12px}.card-head.compact{padding:16px 18px 12px}button.quiet{border:0;padding:0;color:hsl(var(--primary));background:transparent;font:500 13px inherit;cursor:pointer;transition:opacity .15s}button.quiet:hover{opacity:.7}.chat-log{height:360px;overflow-y:auto;padding:16px 22px}.msg{margin-bottom:10px;padding:12px 14px;border-radius:12px;font-size:14px;line-height:1.6;max-width:88%}.msg.user{margin-left:auto;color:hsl(var(--primary-foreground));background:hsl(var(--primary));border-bottom-right-radius:4px}.msg.ai{color:hsl(var(--foreground));background:hsl(var(--muted));border:1px solid hsl(var(--border));border-bottom-left-radius:4px}.msg.error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.msg.loading{color:hsl(var(--muted-foreground))}.suggestions{display:flex;flex-wrap:wrap;gap:6px;padding:10px 22px;border-top:1px solid hsl(var(--border))}.suggestions button{padding:6px 12px;border:1px solid hsl(var(--border));border-radius:8px;color:hsl(var(--muted-foreground));background:hsl(var(--muted) / .5);font:500 12px inherit;cursor:pointer;white-space:nowrap;transition:border-color .15s,color .15s}.suggestions button:hover{border-color:hsl(var(--primary));color:hsl(var(--primary))}.chat-form{display:flex;gap:8px;padding:14px 22px 18px;border-top:1px solid hsl(var(--border))}.chat-form textarea{flex:1;min-height:44px;max-height:100px;padding:12px 14px;border:1px solid hsl(var(--border));border-radius:10px;font:500 14px inherit;resize:vertical;outline:none;transition:border-color .15s}.chat-form textarea:focus{border-color:hsl(var(--primary))}.chat-form button{flex-shrink:0;width:44px;height:44px;padding:0;border-radius:10px}.empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:48px 20px;color:hsl(var(--muted-foreground))}.empty-state strong{margin:12px 0 4px;font-size:14px;color:hsl(var(--foreground));font-weight:600}.empty-state p{margin:0;font-size:13px}.panel-body{padding:14px 22px 20px}.policy-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:20px;align-items:start}.policy-form{padding:0}.policy-form .field{display:block;padding:10px 18px}.policy-form .field span{display:block;margin-bottom:4px;color:hsl(var(--muted-foreground));font-size:12px;font-weight:600}.policy-form .field input,.policy-form .field textarea,.library-search input{width:100%;padding:9px 12px;border:1px solid hsl(var(--border));border-radius:8px;font:500 14px inherit;outline:none;transition:border-color .15s}.policy-form .field input:focus,.policy-form .field textarea:focus{border-color:hsl(var(--primary))}.form-2{display:grid;grid-template-columns:1fr 1fr}.need-grid{display:flex;flex-wrap:wrap;gap:6px;padding:0 18px 14px}.need-grid button{padding:7px 13px;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--card));color:hsl(var(--muted-foreground));font:500 12px inherit;cursor:pointer;transition:all .15s}.need-grid button:hover{border-color:hsl(var(--primary))}.need-grid button.selected{border-color:hsl(var(--primary));color:hsl(var(--primary-foreground));background:hsl(var(--primary))}.policy-form>.btn.primary{margin:0 18px 18px;width:calc(100% - 36px)}.metric-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:20px 22px 0}.metric{text-align:center}.metric b{display:block;font-size:26px;font-weight:700}.metric span{color:hsl(var(--muted-foreground));font-size:11px}.error-box{margin:14px 22px;padding:10px 14px;border-radius:8px;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;font-size:13px}.recommendations{padding:0 22px 18px}.policy-results .policy-card{border:1px solid hsl(var(--border));border-radius:12px;background:hsl(var(--muted) / .5);padding:16px 18px;margin-top:10px}.policy-top{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.policy-top h3{margin:0;font-size:14px;font-weight:600}.score{display:block}.score small{display:block;margin-top:1px;font-size:9px;font-weight:400}.reason{margin:8px 0;color:hsl(var(--muted-foreground));font-size:13px;line-height:1.6}.chips{display:flex;flex-wrap:wrap;gap:6px}.chips span{padding:3px 9px;border-radius:6px;background:hsl(var(--muted));color:hsl(var(--muted-foreground));font-size:11px;font-weight:500}.policy-actions{margin-top:10px}.reply{padding:14px 0;color:hsl(var(--muted-foreground));font-size:14px;line-height:1.7}.policy-library{margin-top:28px;padding:22px}.library-header{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:16px;flex-wrap:wrap}.library-header h2{margin:8px 0 4px;font-size:clamp(18px,2vw,22px)}.library-header p{margin:0;color:hsl(var(--muted-foreground));font-size:14px}.library-search{display:flex;gap:8px}.library-search input{width:160px;min-width:100px}.library-status{font-size:13px;color:hsl(var(--muted-foreground));margin-bottom:12px}.library-item{border:1px solid hsl(var(--border));border-radius:12px;padding:14px 16px;margin-bottom:8px;transition:box-shadow .15s}.library-item:hover{box-shadow:var(--shadow-sm)}.library-item h3{margin:0 0 6px;font-size:14px;font-weight:600}.library-item p{margin:0 0 8px;color:hsl(var(--muted-foreground));font-size:13px;line-height:1.6}.library-item>div{display:flex;justify-content:space-between;align-items:center}.library-item>div span{font-size:12px;color:hsl(var(--muted-foreground))}.pager{display:flex;justify-content:center;gap:8px;margin-top:14px}.pager button{height:36px;padding:0 16px;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--card));color:hsl(var(--foreground));font:500 13px inherit;cursor:pointer;transition:background .15s}.pager button:hover{background:hsl(var(--muted))}.pager button:disabled{opacity:.4;cursor:not-allowed}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;justify-content:flex-end;background:hsl(var(--foreground) / .4)}.drawer{width:min(640px,100%);height:100%;overflow-y:auto;background:hsl(var(--card));padding:28px 32px}.drawer-close{display:flex;align-items:center;gap:6px;margin-bottom:16px}.drawer h2{margin:10px 0 8px;font-size:22px;font-weight:700}.drawer .chips{margin-bottom:16px}.drawer pre{white-space:pre-wrap;font-size:14px;line-height:1.7;color:hsl(var(--foreground))}.contact-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:start}.contact-benefits{display:grid;gap:14px;margin-top:28px}.contact-benefits>div{display:flex;gap:12px;align-items:flex-start;padding:16px 18px;border:1px solid hsl(var(--border));border-radius:12px;background:hsl(var(--card))}.contact-benefits svg{width:18px;height:18px;flex-shrink:0;margin-top:2px;color:hsl(var(--primary))}.contact-benefits b{display:block;margin-bottom:3px;font-size:14px;font-weight:600}.contact-benefits p{margin:0;color:hsl(var(--muted-foreground));font-size:13px}.contact-form{padding:22px}.contact-form h2{margin:0 0 16px;font-size:17px;font-weight:600}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:10px 13px;margin-bottom:10px;border:1px solid hsl(var(--border));border-radius:8px;font:500 14px inherit;outline:none;transition:border-color .15s}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:hsl(var(--primary))}.contact-form textarea{min-height:100px;resize:vertical}.form-status{margin-top:10px;color:hsl(var(--muted-foreground));font-size:13px}.solution-path{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:40px}.solution-path article{padding:20px 18px;border:1px solid hsl(var(--border));border-radius:12px;background:hsl(var(--card));transition:box-shadow .15s}.solution-path article:hover{box-shadow:var(--shadow-sm)}.solution-path b{font-size:24px;font-weight:800;color:hsl(var(--primary))}.solution-path h3{margin:12px 0 6px;font-size:15px;font-weight:600}.solution-path p{margin:0;color:hsl(var(--muted-foreground));font-size:13px}.scenario-band{padding-top:16px}.scenario-band h2{margin:10px 0 18px}.table-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:13px}.data-table th{text-align:left;padding:8px 10px;border-bottom:2px solid hsl(var(--border));color:hsl(var(--muted-foreground));font-weight:600;white-space:nowrap}.data-table td{padding:8px 10px;border-bottom:1px solid hsl(var(--border))}.detail-list{display:grid;gap:6px}.detail-list>div{display:flex;justify-content:space-between;padding:8px 10px;border-radius:8px;background:hsl(var(--muted) / .5)}.detail-list small{color:hsl(var(--muted-foreground));font-size:11px}.chart-box{width:100%;height:280px}@media(max-width:1260px){.container{width:min(100% - 40px,1060px)}}@media(max-width:980px){.nav{display:none}.mobile-toggle{display:inline-flex;align-items:center;justify-content:center;height:36px;margin-left:auto;border:1px solid hsl(var(--border));border-radius:8px;padding:0 12px;color:hsl(var(--foreground));background:hsl(var(--card));font:500 13px inherit;cursor:pointer}.mobile-nav{position:absolute;top:64px;left:0;right:0;display:grid;gap:2px;border-bottom:1px solid hsl(var(--border));background:hsl(var(--card));padding:8px 12px 12px;box-shadow:var(--shadow-lg);z-index:50}.mobile-nav[hidden]{display:none}.mobile-nav a{border-radius:8px;padding:10px 12px;color:hsl(var(--muted-foreground));font-size:14px;font-weight:500}.mobile-nav a:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.product-grid,.policy-layout,.capability-grid,.roadmap-grid,.solution-path{grid-template-columns:1fr}.form-layout{display:block}.demo-nav{border-right:0;border-bottom:1px solid hsl(var(--border))}.demo-tab{display:inline-flex;width:calc(50% - 4px)}.trial-layout,.policy-grid,.contact-layout{grid-template-columns:1fr}.metric-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.container{width:calc(100% - 28px)}}@media(max-width:700px){.shell{width:min(100% - 28px,1400px)}.brand small,.site-header .btn{display:none}.hero{padding:36px 0 44px}.hero h1{font-size:32px}.hero-copy>p{font-size:14px}.hero-actions,.closing-card{flex-direction:column;align-items:stretch}.section{padding:44px 0}.product-card{padding:20px}.demo-body{padding:10px}.demo-results,.fields{grid-template-columns:1fr}.policy-card{padding:10px}.closing-card h2{font-size:18px}.page-intro{padding:24px 20px}.scenario-grid{grid-template-columns:1fr}}
