:root{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#17201b;background:#f4f6f3;font-synthesis:none;--ink:#17201b;--muted:#667169;--line:#dfe5df;--surface:#fff;--brand:#264b38;--brand-2:#d8b66a;--soft:#edf3ef;--danger:#9b2c2c;--radius:16px}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.screen-center{min-height:100vh;display:grid;place-items:center}.shell{min-height:100vh;display:grid;grid-template-columns:260px 1fr}.sidebar{position:sticky;top:0;height:100vh;background:#173727;color:#fff;padding:24px 18px;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:12px;padding:4px 8px 26px}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.35);border-radius:13px;font-family:Georgia,ui-serif,serif;font-size:24px;color:#f3d58e}.brand b{display:block;letter-spacing:.16em}.brand small{display:block;color:#aebfb5;font-size:11px;margin-top:3px}.sidebar nav{display:grid;gap:5px}.sidebar nav a{display:flex;gap:12px;align-items:center;padding:11px 12px;border-radius:10px;color:#c8d4cd;font-weight:500}.sidebar nav a span{width:20px;text-align:center}.sidebar nav a:hover,.sidebar nav a.active{background:#ffffff1a;color:#fff}.sidebar-footer{margin-top:auto;border-top:1px solid rgba(255,255,255,.13);padding-top:18px}.user-chip{display:flex;gap:10px;align-items:center}.user-chip>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#d8b66a;color:#173727;font-weight:700}.user-chip b,.user-chip small{display:block;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-chip small{font-size:11px;color:#aebfb5}.sidebar-footer button{border:0;background:none;color:#c8d4cd;padding:13px 0 0}.content{min-width:0}.topbar{height:64px;padding:0 34px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--muted);font-size:13px}.online-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#3da66b;margin-right:8px}.page{padding:34px;max-width:1500px;margin:auto}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:26px}.page-header h1{font-family:Georgia,ui-serif,serif;font-size:34px;margin:0;color:var(--ink)}.page-header p{margin:7px 0 0;color:var(--muted)}.page-actions{display:flex;gap:10px}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:0 8px 30px #17372709}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.stats-grid.two{grid-template-columns:repeat(2,1fr)}.stat span,.stat small{display:block;color:var(--muted)}.stat strong{font-family:Georgia,ui-serif,serif;font-size:34px;display:block;margin:12px 0 4px}.dashboard-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:20px}.card-heading{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px}.card h2,.card h3{margin-top:0}.card-heading h2{margin-bottom:5px}.card-heading p,.card p{color:var(--muted)}.activity-list{display:grid;gap:10px}.activity-list>div{display:flex;gap:13px;padding:13px;border-radius:12px;background:#f7f9f7}.activity-list b,.activity-list small{display:block}.activity-list small{color:var(--muted);margin-top:3px}.activity-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#e5eee8;color:var(--brand)}.check-list{padding:0;list-style:none;display:grid;gap:14px}.check-list li:before{content:"✓";color:#2f855a;font-weight:700;margin-right:10px}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:700}.badge-neutral{background:#eef1ee;color:#5c675f}.badge-success{background:#e2f3e8;color:#237044}.badge-warning{background:#fff3d6;color:#8b6411}.badge-danger{background:#fde8e8;color:#9b2c2c}.badge-info{background:#e4eef9;color:#315f92}.button{border:0;border-radius:10px;padding:10px 15px;font-weight:700}.button-primary{background:var(--brand);color:#fff}.button-secondary{background:#edf3ef;color:var(--brand)}.button-ghost{background:transparent;color:var(--brand)}.button-danger{background:#a72d2d;color:#fff}.button:disabled{opacity:.55;cursor:not-allowed}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th{text-align:left;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.05em;padding:12px;border-bottom:1px solid var(--line)}td{padding:14px 12px;border-bottom:1px solid #edf0ed}td b,td small{display:block}td small{color:var(--muted);margin-top:3px}.empty{text-align:center;padding:48px 20px}.empty-icon{font-size:30px;color:var(--brand-2)}.empty h3{margin-bottom:5px}.empty p{max-width:460px;margin:0 auto;color:var(--muted)}.loading{display:flex;justify-content:center;gap:6px;padding:50px}.loading span{width:9px;height:9px;border-radius:50%;background:var(--brand);animation:pulse 1s infinite alternate}.loading span:nth-child(2){animation-delay:.2s}.loading span:nth-child(3){animation-delay:.4s}@keyframes pulse{to{opacity:.25;transform:translateY(-5px)}}.error-panel,.notice{padding:13px 15px;border-radius:10px;margin-bottom:15px}.error-panel{background:#fdecec;color:#922}.notice{background:#edf5ef;color:#245e3d}.resource-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.resource-number{font-family:Georgia,ui-serif,serif;font-size:32px}.document-list{display:grid}.document-list article{display:flex;align-items:center;gap:14px;padding:14px 4px;border-bottom:1px solid var(--line)}.doc-icon{width:42px;height:42px;border-radius:10px;background:#edf3ef;display:grid;place-items:center;color:var(--brand)}.doc-main{flex:1}.doc-main b,.doc-main small{display:block}.doc-main small{color:var(--muted);margin-top:3px}.knowledge-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.knowledge-grid article{border:1px solid var(--line);border-radius:13px;padding:18px;display:flex;gap:14px}.knowledge-icon{font-size:25px;color:var(--brand-2)}.assistant-layout{display:grid;grid-template-columns:280px 1fr;gap:18px;height:calc(100vh - 165px)}.assistant-side select{width:100%;padding:11px;border:1px solid var(--line);border-radius:10px}.assistant-rule{margin-top:20px;padding:15px;background:#f5f8f5;border-radius:12px}.chat-card{display:flex;flex-direction:column;min-height:0}.messages{flex:1;overflow:auto;padding:5px}.message{max-width:82%;padding:14px 16px;border-radius:14px;margin:12px 0}.message.user{margin-left:auto;background:var(--brand);color:#fff}.message.assistant{background:#f1f5f2}.message p{white-space:pre-wrap;color:inherit}.message-label{font-size:10px;font-weight:800;letter-spacing:.1em;opacity:.65}.message blockquote{margin:12px 0 0;padding:10px;border-left:3px solid var(--brand-2);background:#fff}.message blockquote b,.message blockquote span{display:block}.message blockquote span{color:var(--muted);margin-top:4px}.composer{display:flex;gap:10px;border-top:1px solid var(--line);padding-top:14px}.composer textarea{flex:1;resize:none}.field{display:grid;gap:7px;margin-bottom:15px}.field>span{font-weight:700;font-size:13px}.field small{color:var(--muted)}input,textarea,select{width:100%;border:1px solid #ccd5ce;background:#fff;border-radius:10px;padding:11px 12px;outline:none}input:focus,textarea:focus,select:focus{border-color:#4c7c61;box-shadow:0 0 0 3px #4c7c611f}.auth-page{min-height:100vh;display:grid;grid-template-columns:1.2fr .8fr;background:#173727}.auth-visual{padding:8vw;color:#fff;display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 20% 20%,rgba(216,182,106,.17),transparent 30%),linear-gradient(135deg,#173727,#244c36)}.auth-visual h1{font-family:Georgia,ui-serif,serif;font-size:clamp(42px,5vw,72px);line-height:1.04;max-width:800px;margin:18px 0}.auth-visual>p{font-size:18px;line-height:1.7;color:#cfdbd3;max-width:650px}.eyebrow{letter-spacing:.18em;font-size:12px;color:#f3d58e}.verse{margin-top:50px;padding-left:20px;border-left:2px solid #d8b66a;font-family:Georgia,ui-serif,serif;font-size:20px}.verse small{display:block;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:12px;color:#cbd8cf;margin-top:8px}.auth-card{align-self:center;background:#fff;padding:38px;border-radius:20px;margin:40px;max-width:460px;width:calc(100% - 80px)}.auth-card h2{font-family:Georgia,ui-serif,serif;font-size:34px;margin-bottom:5px}.auth-card>p{color:var(--muted);margin-top:0;margin-bottom:25px}.auth-card .button{width:100%;margin-top:5px}.auth-brand{padding:0}.auth-brand .brand-mark{background:var(--brand);color:#f3d58e}.auth-brand b{color:var(--ink)}.auth-brand small{color:var(--muted)}.auth-link{display:block;text-align:center;color:var(--brand);font-size:13px;margin-top:16px}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.settings-grid .wide{grid-column:1/-1}dl>div,.feature-list>div{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line)}dt{color:var(--muted)}dd{margin:0;font-weight:700}.quota-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.quota-grid>div{display:grid;gap:8px}.quota-grid small{display:block;color:var(--muted)}progress{width:100%;accent-color:var(--brand)}@media(max-width:1000px){.shell{grid-template-columns:80px 1fr}.sidebar{padding:20px 10px}.brand div,.sidebar nav a:not(.active){font-size:0}.brand small,.brand b,.user-chip div,.sidebar-footer button{display:none}.sidebar nav a{justify-content:center}.stats-grid,.resource-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid,.auth-page{grid-template-columns:1fr}.auth-visual{display:none}.auth-card{justify-self:center}.assistant-layout{grid-template-columns:1fr;height:auto}.assistant-side{display:none}}@media(max-width:650px){.page{padding:20px}.topbar{padding:0 20px}.topbar-actions{display:none}.page-header{display:block}.page-actions{margin-top:15px}.stats-grid,.resource-grid,.knowledge-grid,.settings-grid,.quota-grid,.shell{grid-template-columns:1fr}.sidebar{position:fixed;z-index:10;bottom:0;top:auto;height:64px;width:100%;padding:7px;background:#173727}.brand,.sidebar-footer{display:none}.sidebar nav{display:flex;justify-content:space-around}.sidebar nav a{padding:8px;font-size:0}.sidebar nav a span{font-size:20px}.content{padding-bottom:65px}.auth-card{margin:20px;width:calc(100% - 40px);padding:26px}.message{max-width:95%}}:root{--blue:#3f7fe8;--blue-dark:#1f4f9d;--red:#ed2929;--yellow:#f5b51b;--charcoal:#34363a;--paper:#fbfcff;--ink:#22252a;--muted:#69717d;--line:#e6e9ef;--surface:#fff;--brand:var(--blue);--brand-2:var(--yellow);--soft:#eef4ff;--radius:18px}body{background:#f7f9fc;color:var(--ink)}.button{border-radius:12px;transition:.2s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:linear-gradient(135deg,var(--blue),#2869d7);box-shadow:0 8px 24px #3f7fe838}.button-light{background:#fff;color:var(--blue-dark);border:1px solid var(--line)}.button-white{background:#fff;color:var(--blue-dark)}.button-lg{padding:14px 21px}.sidebar{background:linear-gradient(180deg,#1f2530,#2b3039);box-shadow:8px 0 30px #1b1f2614}.brand-logo{width:46px;height:46px;object-fit:contain;border-radius:12px;background:#fff;padding:3px}.brand b{letter-spacing:.14em}.brand small{color:#b9c1cd}.sidebar nav a.active{background:linear-gradient(90deg,#3f7fe847,#3f7fe814);box-shadow:inset 3px 0 var(--blue)}.user-chip>span{background:var(--yellow);color:#272a2f}.topbar{background:#ffffffdb}.card{box-shadow:0 12px 40px #232c3d0d}.page-header h1,.stat strong{font-family:inherit;font-weight:800}.auth-page{background:#252a32}.auth-visual{background:radial-gradient(circle at 15% 20%,rgba(63,127,232,.3),transparent 35%),radial-gradient(circle at 80% 70%,rgba(237,41,41,.18),transparent 35%),linear-gradient(135deg,#222831,#343a46)}.auth-brand .brand-logo{width:52px;height:52px}.auth-card{box-shadow:0 30px 80px #00000038}.public-site{background:#fff;color:var(--ink);min-height:100vh}.public-header{height:82px;display:flex;align-items:center;gap:42px;padding:0 clamp(24px,6vw,90px);position:sticky;top:0;z-index:30;background:#ffffffeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(230,233,239,.8)}.public-logo{display:flex;align-items:center;gap:12px;margin-right:auto}.public-logo img{width:50px;height:50px;object-fit:contain}.public-logo b,.public-logo small{display:block}.public-logo b{letter-spacing:.17em;font-size:18px}.public-logo small{color:var(--muted);font-size:10px;margin-top:2px}.public-header nav{display:flex;gap:28px}.public-header nav a{font-size:14px;color:#4d5561;font-weight:600;position:relative}.public-header nav a.active,.public-header nav a:hover{color:var(--blue)}.public-header nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-12px;height:2px;background:var(--blue)}.public-actions{display:flex;align-items:center;gap:18px}.text-link{font-size:14px;font-weight:700;color:#4d5561}.hero{min-height:680px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:50px;padding:80px clamp(24px,7vw,110px);overflow:hidden;background:radial-gradient(circle at 80% 25%,#edf4ff 0,transparent 35%),linear-gradient(180deg,#fff,#fbfcff)}.hero-copy{max-width:720px}.pill{display:inline-flex;padding:8px 12px;border-radius:999px;background:#edf4ff;color:var(--blue-dark);font-weight:800;font-size:11px;letter-spacing:.12em}.hero h1{font-size:clamp(48px,6vw,80px);line-height:1.02;letter-spacing:-.055em;margin:24px 0}.hero h1 em{font-style:normal;color:var(--blue)}.hero-copy>p{font-size:19px;line-height:1.75;color:var(--muted);max-width:680px}.hero-actions{display:flex;gap:12px;margin:34px 0}.hero-proof{display:flex;gap:24px;flex-wrap:wrap;color:#5a6470;font-size:13px}.hero-proof span:first-child{color:var(--blue-dark)}.hero-art{position:relative;min-height:520px;display:grid;place-items:center}.hero-art>img{width:min(430px,80%);position:relative;z-index:2;filter:drop-shadow(0 30px 55px rgba(33,50,79,.16));border-radius:26px}.logo-halo{position:absolute;width:520px;height:520px;border-radius:50%;background:conic-gradient(from 30deg,#3f7fe829,#ed29291a,#f5b51b26,#3f7fe829);filter:blur(2px)}.floating-card{position:absolute;z-index:3;background:#fffffff0;border:1px solid var(--line);border-radius:16px;padding:15px 18px;box-shadow:0 18px 50px #1f2d4524}.floating-card b,.floating-card small,.floating-card strong{display:block}.floating-card small{color:var(--muted);margin-top:4px}.floating-card strong{font-size:28px;color:var(--red)}.card-one{left:0;bottom:70px}.card-two{right:5%;top:80px}.trust-strip{display:flex;align-items:center;justify-content:center;gap:42px;flex-wrap:wrap;padding:24px 30px;border-block:1px solid var(--line);color:#737b86;font-size:13px}.trust-strip span{text-transform:uppercase;letter-spacing:.14em;font-size:10px}.trust-strip b{color:#3f4752}.public-section{padding:100px clamp(24px,7vw,110px);max-width:1540px;margin:auto}.section-heading{text-align:center;max-width:760px;margin:0 auto 52px}.section-heading.align-left{text-align:left;max-width:none;margin:80px 0 32px}.section-heading h2,.split-copy h2,.cta-band h2,.about-grid h2{font-size:clamp(34px,4vw,54px);line-height:1.1;letter-spacing:-.035em;margin:12px 0}.section-heading p,.split-copy p,.about-grid p{color:var(--muted);font-size:17px;line-height:1.7}.eyebrow-blue,.eyebrow-red{font-size:11px;letter-spacing:.15em;font-weight:900}.eyebrow-blue{color:var(--blue)}.eyebrow-red{color:var(--red)}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.feature-grid article{border:1px solid var(--line);border-radius:20px;padding:28px;background:#fff;transition:.25s ease}.feature-grid article:hover{transform:translateY(-5px);box-shadow:0 24px 60px #20304d17;border-color:#cddcf6}.feature-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#edf4ff;color:var(--blue);font-weight:900;font-size:20px}.feature-grid h3{font-size:20px;margin:22px 0 10px}.feature-grid p{color:var(--muted);line-height:1.65}.feature-grid a{color:var(--blue);font-weight:800;font-size:14px}.split-section{display:grid;grid-template-columns:1.05fr .95fr;gap:90px;align-items:center;background:#f7f9fc;max-width:none}.split-section.clean{max-width:1540px;background:#fff}.split-copy ul{list-style:none;padding:0;display:grid;gap:14px;margin:26px 0}.split-copy li:before{content:"✓";width:24px;height:24px;display:inline-grid;place-items:center;border-radius:50%;background:#eaf2ff;color:var(--blue);margin-right:11px;font-weight:900}.text-cta{color:var(--blue);font-weight:800}.dashboard-preview{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 32px 80px #1e305021;overflow:hidden;transform:perspective(1000px) rotateY(4deg)}.preview-top{height:42px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:6px;padding:0 16px}.preview-top span{width:8px;height:8px;border-radius:50%;background:#dbe0e8}.preview-top span:first-child{background:var(--red)}.preview-top span:nth-child(2){background:var(--yellow)}.preview-body{display:grid;grid-template-columns:90px 1fr;min-height:360px}.preview-body aside{background:#242a34}.preview-body>div{padding:32px}.preview-title{width:42%;height:16px;background:#dfe5ee;border-radius:10px}.preview-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:26px 0}.preview-stats i{height:74px;border-radius:12px;background:#edf4ff}.preview-stats i:nth-child(2){background:#fff1f1}.preview-stats i:nth-child(3){background:#fff8df}.preview-chart{height:150px;border-radius:12px;background:linear-gradient(180deg,#edf4ff,transparent),repeating-linear-gradient(90deg,transparent 0 48px,#edf0f4 49px 50px)}.cta-band{margin:0 clamp(24px,7vw,110px) 90px;padding:55px 65px;border-radius:28px;display:flex;justify-content:space-between;align-items:center;gap:30px;background:linear-gradient(135deg,var(--blue-dark),var(--blue));color:#fff;position:relative;overflow:hidden}.cta-band:after{content:"";position:absolute;width:350px;height:350px;border-radius:50%;right:-100px;top:-160px;border:60px solid rgba(255,255,255,.08)}.cta-band span{font-size:11px;letter-spacing:.15em;color:#dfeaff}.cta-band h2{font-size:40px;max-width:780px;margin-bottom:0}.public-footer{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:50px;padding:70px clamp(24px,7vw,110px);background:#242830;color:#d9dde4}.footer-logo b{color:#fff}.footer-logo small{color:#aeb5c0}.public-footer>div{display:flex;flex-direction:column;gap:12px}.public-footer p,.public-footer small,.public-footer a{color:#aeb5c0;line-height:1.6}.public-footer>div>b{color:#fff;margin-bottom:8px}.footer-bottom{background:#1e2229;color:#818a97;padding:18px clamp(24px,7vw,110px);font-size:12px}.page-hero{text-align:center;padding:100px 24px 90px;background:radial-gradient(circle at 50% 10%,#edf4ff,transparent 42%),#fbfcff}.page-hero h1{font-size:clamp(44px,6vw,72px);letter-spacing:-.05em;margin:22px 0 12px}.page-hero p{font-size:18px;color:var(--muted);max-width:750px;margin:auto;line-height:1.7}.featured-post{display:grid;grid-template-columns:1.05fr .95fr;gap:46px;align-items:center;border:1px solid var(--line);border-radius:24px;padding:22px}.post-cover{height:380px;border-radius:18px;background:#f2f5fa;display:grid;place-items:center;overflow:hidden}.post-cover img{width:100%;height:100%;object-fit:contain}.featured-post h2{font-size:38px;line-height:1.15;margin:15px 0}.featured-post p,.post-card p{color:var(--muted);line-height:1.65}.post-category{color:var(--red);font-size:11px;letter-spacing:.12em;font-weight:900;text-transform:uppercase}.post-meta{font-size:13px;color:var(--muted);margin:18px 0}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.post-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;transition:.25s}.post-card:hover{transform:translateY(-4px);box-shadow:0 20px 60px #20304d17}.post-card-cover{height:210px;background:linear-gradient(135deg,#edf4ff,#fff1f1);display:grid;place-items:center;color:var(--blue);font-size:24px;font-weight:900;letter-spacing:.16em}.post-card-cover img{width:100%;height:100%;object-fit:cover}.post-card-body{padding:24px}.post-card h3{font-size:22px;line-height:1.25}.post-card small{color:var(--muted)}.article-page{max-width:900px;margin:auto;padding:80px 24px 120px}.article-page header{text-align:center}.article-page h1{font-size:clamp(42px,6vw,68px);line-height:1.05;letter-spacing:-.045em;margin:20px 0}.article-page header>p{font-size:20px;line-height:1.65;color:var(--muted)}.back-link{display:block;text-align:left;color:var(--blue);font-weight:700;margin-bottom:40px}.article-cover{width:100%;max-height:520px;object-fit:cover;border-radius:24px;margin:45px 0}.article-content{font-family:Georgia,serif;font-size:19px;line-height:1.9;color:#343942}.article-content p{margin:1.4em 0}.article-empty{text-align:center}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}.library-visual{display:grid;place-items:center}.library-visual img{width:min(440px,80%);filter:drop-shadow(0 28px 50px rgba(32,48,77,.15))}@media(max-width:1100px){.public-header nav{display:none}.hero{grid-template-columns:1fr}.hero-art{min-height:420px}.feature-grid{grid-template-columns:repeat(2,1fr)}.split-section,.featured-post{grid-template-columns:1fr}.blog-grid{grid-template-columns:repeat(2,1fr)}.public-footer{grid-template-columns:2fr 1fr 1fr}.public-footer>div:last-child{display:none}}@media(max-width:700px){.public-header{height:70px;padding:0 18px}.public-logo img{width:42px;height:42px}.public-logo small,.public-actions .text-link{display:none}.public-actions .button{padding:10px 12px;font-size:12px}.hero{padding:65px 22px}.hero h1{font-size:48px}.hero-actions{flex-direction:column}.hero-art{min-height:330px}.floating-card{display:none}.trust-strip{gap:16px}.public-section{padding:70px 22px}.feature-grid,.blog-grid,.about-grid{grid-template-columns:1fr}.split-section{padding:70px 22px;gap:40px}.cta-band{margin:0 18px 60px;padding:38px 26px;display:block}.cta-band .button{display:inline-block;margin-top:20px}.public-footer{grid-template-columns:1fr;padding:55px 24px}.public-footer>div:nth-child(n+2){display:none}.featured-post{padding:14px}.post-cover{height:260px}.featured-post h2{font-size:30px}.hero-proof{gap:10px}.hero-art>img{width:82%}}
