:root{--bg:#f3f6f1;--bg-band:#e9f0ec;--surface:#fffefd;--surface-soft:#f8fbf8;--ink:#101b17;--muted:#55635e;--line:#d7e0d8;--line-strong:#bdcbc1;--green:#165f47;--blue:#1f5d86;--amber:#8a5a10;--soft-green:#e4f2ea;--soft-blue:#e5f0f8;--soft-amber:#fff2da;--accent:#3c7b66;--shadow:0 24px 70px rgba(22,45,36,.14);--shadow-soft:0 14px 34px rgba(22,45,36,.09)}*{box-sizing:border-box}html{background:linear-gradient(180deg,#fbfcfa 0,var(--bg) 42%,#f2f5f1 100%);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{margin:0;min-height:100vh;position:relative}body:before{background-image:linear-gradient(rgba(36,107,79,.045) 1px,transparent 0),linear-gradient(90deg,rgba(36,107,79,.035) 1px,transparent 0);background-size:44px 44px;content:"";inset:0;-webkit-mask-image:linear-gradient(180deg,#000,transparent 62%);mask-image:linear-gradient(180deg,#000,transparent 62%);pointer-events:none;position:fixed;z-index:-1}a{color:inherit;text-decoration:none}main{min-height:72vh}.site-footer,.site-header{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1180px;padding:18px 24px}.site-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:hsla(90,25%,98%,.88);border-bottom:1px solid rgba(203,214,206,.75);position:-webkit-sticky;position:sticky;top:0;z-index:10}.brand{color:var(--green);font-size:1.08rem;gap:10px;font-weight:800}.brand,.brand-mark{align-items:center;display:inline-flex}.brand-mark{background:linear-gradient(135deg,rgba(36,107,79,.96),rgba(38,95,143,.92));border-radius:7px;box-shadow:0 10px 22px rgba(36,107,79,.18);color:#fff;font-size:.86rem;height:30px;justify-content:center;width:30px}nav{display:flex;flex-wrap:wrap;gap:8px}.site-footer span,nav a{color:var(--muted);font-size:.94rem}nav a{border-radius:6px;min-height:38px;padding:9px 10px;transition:background .16s ease,color .16s ease}.text-link:hover,nav a:hover{background:rgba(232,243,237,.72);color:var(--green)}.band,.hero,.page-section,.split-section{margin:0 auto;max-width:1180px;padding:54px 24px}.hero{align-items:center;background:linear-gradient(135deg,hsla(0,0%,100%,.92),rgba(246,250,247,.76)),linear-gradient(115deg,transparent 0 54%,rgba(38,95,143,.08) 54% 68%,transparent 68%),linear-gradient(160deg,rgba(36,107,79,.08),transparent 38%);border:1px solid rgba(203,214,206,.85);border-radius:18px;box-shadow:var(--shadow);display:grid;grid-gap:56px;gap:56px;grid-template-columns:minmax(0,1.04fr) minmax(320px,.82fr);margin-top:28px;overflow:hidden;padding-bottom:66px;padding-top:66px;position:relative}.hero-grid-lines{background:linear-gradient(90deg,rgba(36,107,79,.08) 1px,transparent 0),linear-gradient(rgba(36,107,79,.06) 1px,transparent 0);background-size:58px 58px;inset:0;-webkit-mask-image:linear-gradient(120deg,transparent,#000 34%,transparent 82%);mask-image:linear-gradient(120deg,transparent,#000 34%,transparent 82%);pointer-events:none;position:absolute}.hero-copy,.onepager-preview{position:relative;z-index:1}.eyebrow-row{display:flex;flex-wrap:wrap;gap:10px}.hero-copy h1{font-size:3.3rem;font-weight:780;line-height:1.08;margin:18px 0;max-width:850px}.detail-header h1,.page-section>h1,.section-heading h1{font-size:2.55rem;font-weight:760;line-height:1.12;margin:14px 0;max-width:850px}.hero-copy p,.lead,.section-heading p{color:var(--muted);font-size:1.08rem;line-height:1.6;max-width:760px}.button-row,.card-topline{display:flex;flex-wrap:wrap;gap:10px}.button{align-items:center;background:var(--green);border:1px solid var(--green);border-radius:6px;box-shadow:0 10px 20px rgba(36,107,79,.14);color:#fff;display:inline-flex;font-weight:750;justify-content:center;min-height:44px;padding:11px 18px;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease}.button:hover{background:#1c563f;border-color:#1c563f;box-shadow:0 14px 26px rgba(36,107,79,.18);transform:translateY(-1px)}.button.secondary{background:transparent;box-shadow:none;color:var(--green)}.button.secondary:hover{background:var(--soft-green);color:var(--green)}.status-button{cursor:default}.status-button,.status-button:hover{background:var(--soft-blue);border-color:#c5d8e8;box-shadow:none;color:var(--blue)}.status-button:hover{transform:none}.badge{border:1px solid var(--line);color:var(--muted);display:inline-flex;font-size:.82rem;font-weight:750;line-height:1;padding:7px 9px;border-radius:999px}.badge-green{background:var(--soft-green);border-color:#bdd9cb;color:var(--green)}.badge-blue{background:var(--soft-blue);border-color:#c5d8e8;color:var(--blue)}.badge-amber{background:var(--soft-amber);border-color:#ecd19c;color:var(--amber)}.onepager-preview{display:grid;justify-items:center}.preview-page{aspect-ratio:.72;background:linear-gradient(180deg,#fff,#fbfcfa);border:1px solid var(--line-strong);border-radius:var(--radius);box-shadow:var(--shadow);display:flex;flex-direction:column;gap:14px;max-width:390px;padding:28px;position:relative;width:100%;z-index:4}.preview-page-main{margin-left:0}.preview-kicker,.preview-note{color:var(--muted);font-size:.8rem}.preview-page strong{color:var(--green);font-size:1.38rem;line-height:1.15}.preview-page p{color:var(--muted);line-height:1.5;margin:0}.preview-list{display:grid;grid-gap:8px;gap:8px}.preview-list span{background:var(--soft-green);border:1px solid #cfe2d7;border-radius:6px;color:var(--ink);font-size:.92rem;padding:10px}.preview-note{border-top:1px solid var(--line);margin-top:auto;padding-top:12px}.product-strip,.value-strip{display:grid;grid-gap:16px;gap:16px;margin:0 auto;max-width:1180px;padding:18px 24px 34px}.value-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.value-strip div{background:hsla(0,0%,100%,.82);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft);padding:18px}.value-strip span,.value-strip strong{display:block}.value-strip strong{color:var(--ink);margin-bottom:6px}.value-strip span{color:var(--muted);line-height:1.5}.section-heading{margin-bottom:24px}.section-kicker{color:var(--blue);display:inline-block;font-size:.78rem;font-weight:800;letter-spacing:0;margin-bottom:10px;text-transform:uppercase}.detail-section h2,.section-heading h2{font-size:1.55rem;margin:0 0 10px}.card-grid{display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(3,minmax(0,1fr))}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft);padding:24px;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.card:hover{border-color:var(--line-strong);box-shadow:var(--shadow);transform:translateY(-2px)}.guide-card{display:flex;flex-direction:column;min-height:310px}.guide-card-head{color:var(--muted);display:flex;font-size:.86rem;font-weight:750;gap:9px;margin-bottom:14px}.category-token{align-items:center;background:var(--soft-green);border:1px solid #bdd9cb;border-radius:7px;color:var(--green);display:inline-flex;font-size:.76rem;height:28px;justify-content:center;width:28px}.category-comparison-guide,.category-tool-guide{background:var(--soft-blue);border-color:#c5d8e8;color:var(--blue)}.category-safety-guide{background:var(--soft-amber);border-color:#ecd19c;color:var(--amber)}.guide-card h3{font-size:1.2rem;line-height:1.25;margin:16px 0 8px}.detail-section p,.guide-card p,.page-section p{color:var(--muted);line-height:1.65}.meta-grid{color:var(--muted);display:flex;flex-wrap:wrap;font-size:.9rem;gap:10px 14px;margin:auto 0 16px}.audience-line{border-top:1px solid var(--line);font-size:.92rem;margin-top:14px;padding-top:12px}.text-link{color:var(--green);font-weight:750}.card-actions{display:flex;gap:14px;margin-top:auto}.text-link{border-radius:6px;margin-left:-8px;padding:8px}.muted-link{color:var(--muted)}.split-section{align-items:flex-start;display:grid;grid-gap:28px;gap:28px;grid-template-columns:.8fr 1fr}.product-strip{grid-template-columns:repeat(2,minmax(0,1fr));padding-top:26px}.product-callout{background:linear-gradient(145deg,#fff,#f7faf8);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft);padding:28px}.product-callout.featured{border-color:rgba(36,107,79,.28)}.product-callout h2{font-size:1.45rem;margin:0 0 10px}.product-callout p{color:var(--muted);line-height:1.6;margin:0 0 14px}.check-list{display:grid;grid-gap:10px;gap:10px}.check-list span,.mini-panel{background:linear-gradient(180deg,#fff,#fbfcfa);border-left:4px solid var(--green);border-radius:6px;box-shadow:var(--shadow-soft);color:var(--ink);line-height:1.5;padding:16px}.detail-header{align-items:flex-start;display:flex;gap:24px;justify-content:space-between;margin-bottom:26px}.guide-detail,.print-sheet{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:30px}.guide-hero-panel,.product-hero{background:linear-gradient(135deg,rgba(232,243,237,.72),hsla(0,0%,100%,.92));border:1px solid var(--line);border-radius:var(--radius);margin-bottom:24px;padding:26px}.bundle-hero{background:linear-gradient(135deg,rgba(232,240,248,.8),hsla(0,0%,100%,.94))}.print-button{flex:0 0 auto;white-space:nowrap}.notice{background:var(--soft-amber);border:1px solid #ecd19c;border-radius:6px;color:#5f3d09;line-height:1.55;margin:20px 0;padding:16px}.detail-grid,.fact-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr));margin:22px 0}.detail-section,.fact-grid div{background:linear-gradient(180deg,rgba(255,254,253,.92),rgba(248,251,248,.92));border:1px solid rgba(189,203,193,.78);border-radius:6px;box-shadow:0 8px 22px rgba(22,45,36,.05);padding:18px}.detail-section h2{color:var(--ink)}.fact-grid span,.fact-grid strong{display:block}.fact-grid strong{color:var(--green);margin-bottom:8px}ol,ul{color:var(--muted);line-height:1.55;margin:0;padding-left:20px}li+li{margin-top:7px}.prompt-list{display:grid;grid-gap:10px;gap:10px}.prompt-list p{background:#fff;border:1px solid var(--line);border-radius:6px;margin:0;padding:14px}.prompt-list p span{color:var(--green);display:block;font-size:.78rem;font-weight:800;margin-bottom:6px;text-transform:uppercase}.small{font-size:.92rem}.narrow{max-width:820px}.print-shell{margin:0 auto;max-width:920px;padding:24px}.print-header h1{font-size:2.25rem;line-height:1.05;margin:14px 0 10px}.print-brandline{align-items:center;border-bottom:1px solid var(--line);color:var(--muted);display:flex;font-size:.82rem;font-weight:750;justify-content:space-between;margin-bottom:14px;padding-bottom:10px}.compact-notice{margin:14px 0;padding:10px 12px}.print-meta{border:1px solid var(--line-strong);border-radius:6px;display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr));line-height:1.4;margin:16px 0;padding:12px}.print-meta span{color:var(--muted)}.print-meta strong{color:var(--ink)}.print-grid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.print-block{border:1px solid var(--line);border-radius:6px;padding:14px}.print-block h2{color:var(--green);font-size:1.05rem;margin:0 0 9px}.print-footer{border-top:1px solid var(--line);color:var(--muted);font-size:.86rem;line-height:1.45;margin-top:14px;padding-top:10px}.hero{background:linear-gradient(135deg,rgba(255,254,253,.94),rgba(239,247,243,.86) 48%,rgba(228,240,248,.8)),linear-gradient(112deg,transparent 0 50%,rgba(22,95,71,.08) 50% 65%,transparent 65%),linear-gradient(22deg,rgba(31,93,134,.08) 0 20%,transparent 20%);border-color:rgba(189,203,193,.9);gap:64px;grid-template-columns:minmax(0,.96fr) minmax(380px,.9fr);padding:74px 58px}.hero:after{background:linear-gradient(90deg,rgba(22,95,71,.14),transparent 58%),linear-gradient(180deg,rgba(31,93,134,.1),transparent 70%);bottom:0;content:"";height:12px;left:0;position:absolute;right:0}.hero-copy h1{font-size:3.15rem;max-width:720px}.hero-copy p{font-size:1.12rem;max-width:640px}.hero-proof-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.hero-proof-row span{background:rgba(255,254,253,.72);border:1px solid rgba(189,203,193,.78);border-radius:999px;color:var(--muted);font-size:.86rem;font-weight:750;padding:9px 12px}.button{min-height:48px;padding:12px 20px}.product-showcase{background:linear-gradient(180deg,rgba(16,27,23,.92),rgba(27,54,46,.92)),linear-gradient(135deg,hsla(0,0%,100%,.08),transparent);border:1px solid hsla(0,0%,100%,.14);border-radius:8px;box-shadow:0 30px 80px rgba(16,27,23,.25);display:grid;grid-gap:18px;gap:18px;max-width:472px;padding:18px;position:relative;width:100%}.product-showcase:before{background:linear-gradient(90deg,hsla(0,0%,100%,.08) 1px,transparent 0),linear-gradient(hsla(0,0%,100%,.07) 1px,transparent 0);background-size:34px 34px;content:"";inset:0;opacity:.5;pointer-events:none;position:absolute}.preview-page,.showcase-footer,.showcase-topbar{position:relative;z-index:1}.showcase-topbar{align-items:center;display:flex;gap:7px}.showcase-topbar span{background:hsla(0,0%,100%,.32);border-radius:999px;height:8px;width:8px}.product-showcase .preview-page{aspect-ratio:auto;background:linear-gradient(180deg,#fffefd,#f8fbf8);border:1px solid hsla(0,0%,100%,.88);box-shadow:0 24px 56px rgba(6,18,14,.22);max-width:none;min-height:448px;padding:32px}.preview-header,.preview-note{align-items:center;display:flex;justify-content:space-between;gap:12px}.preview-status{background:var(--soft-amber);border:1px solid #ecd19c;border-radius:999px;color:var(--amber);font-size:.76rem;font-weight:800;padding:7px 9px}.product-showcase .preview-page strong{color:var(--ink);font-size:1.85rem;max-width:300px}.preview-flow{align-items:end;display:grid;grid-gap:8px;gap:8px;grid-template-columns:1fr .7fr .9fr;height:76px;margin:6px 0 4px}.preview-flow span{background:linear-gradient(180deg,rgba(22,95,71,.92),rgba(31,93,134,.82));border-radius:6px 6px 3px 3px;display:block}.preview-flow span:first-child{height:72%}.preview-flow span:nth-child(2){height:48%}.preview-flow span:nth-child(3){height:88%}.product-showcase .preview-list{gap:10px}.product-showcase .preview-list span{align-items:center;background:#fff;border-color:var(--line);box-shadow:0 8px 18px rgba(22,45,36,.05);display:flex;gap:10px;padding:12px}.preview-list i{align-items:center;background:var(--soft-blue);border-radius:6px;color:var(--blue);display:inline-flex;flex:0 0 auto;font-size:.74rem;font-style:normal;font-weight:850;height:28px;justify-content:center;width:32px}.showcase-footer{color:hsla(0,0%,100%,.78);display:flex;flex-wrap:wrap;gap:8px;font-size:.82rem;font-weight:750}.showcase-footer span{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.12);border-radius:999px;padding:7px 10px}.value-strip{gap:20px;padding-top:26px}.value-card{display:grid;grid-gap:10px;gap:10px;min-height:178px;position:relative}.value-card:after{background:linear-gradient(90deg,var(--green),rgba(31,93,134,.88));bottom:0;content:"";height:4px;left:18px;position:absolute;right:18px}.value-icon{background:linear-gradient(135deg,rgba(22,95,71,.16),rgba(31,93,134,.12));border:1px solid var(--line);border-radius:8px;display:block;height:42px;position:relative;width:42px}.value-icon:after,.value-icon:before{background:var(--green);border-radius:999px;content:"";position:absolute}.value-icon-steps:before{height:5px;left:11px;top:13px;width:20px}.value-icon-steps:after{height:5px;left:11px;top:24px;width:15px}.value-icon-doc:before{height:20px;left:13px;top:10px;width:16px}.value-icon-doc:after{background:#fff;height:2px;left:17px;top:17px;width:8px}.value-icon-safe:before{height:18px;left:12px;top:15px;width:18px}.value-icon-safe:after{background:#fff;height:8px;left:19px;top:19px;width:4px}.band{background:linear-gradient(180deg,rgba(255,254,253,.78),rgba(248,251,248,.72));border:1px solid rgba(215,224,216,.78);border-radius:8px;box-shadow:var(--shadow-soft)}.guide-visual{background:linear-gradient(135deg,rgba(22,95,71,.12),rgba(31,93,134,.1)),linear-gradient(90deg,hsla(0,0%,100%,.58),transparent);border:1px solid var(--line);display:grid;grid-gap:8px;gap:8px;margin-bottom:18px;min-height:92px;overflow:hidden;padding:18px;position:relative}.guide-visual:before{background-image:linear-gradient(rgba(16,27,23,.07) 1px,transparent 0),linear-gradient(90deg,rgba(16,27,23,.05) 1px,transparent 0);background-size:18px 18px;content:"";inset:0;opacity:.55;position:absolute}.guide-visual i,.guide-visual span{background:hsla(0,0%,100%,.86);border:1px solid rgba(189,203,193,.84);border-radius:999px;display:block;height:9px;position:relative;z-index:1}.guide-visual span:first-child{width:68%}.guide-visual span:nth-child(2){width:44%}.guide-visual i{background:var(--green);border:0;bottom:14px;height:24px;position:absolute;right:16px;width:24px}.category-comparison-guide.guide-visual,.category-tool-guide.guide-visual{background:linear-gradient(135deg,rgba(31,93,134,.16),rgba(22,95,71,.06))}.category-safety-guide.guide-visual{background:linear-gradient(135deg,rgba(255,242,218,.95),rgba(228,242,234,.7))}.guide-card{background:linear-gradient(180deg,#fffefd,#fbfdfb);border-color:rgba(189,203,193,.85)}.card-actions{border-top:1px solid var(--line)}.card-primary-link,.card-secondary-link,.offer-link{align-items:center;border-radius:6px;display:inline-flex;font-weight:800;min-height:38px;padding:8px 12px}.card-primary-link,.offer-link{background:var(--ink);color:#fff}.card-secondary-link{border:1px solid var(--line)}.product-callout{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between;min-height:238px;overflow:hidden;position:relative}.product-callout:after{background:linear-gradient(90deg,rgba(22,95,71,.15) 1px,transparent 0),linear-gradient(rgba(22,95,71,.1) 1px,transparent 0);background-size:26px 26px;bottom:0;content:"";height:94px;left:0;opacity:.42;position:absolute;right:0}.product-callout>*{position:relative;z-index:1}.product-callout.featured{background:linear-gradient(145deg,rgba(16,27,23,.96),rgba(22,95,71,.9));color:#fff}.product-callout.featured .section-kicker,.product-callout.featured .text-link,.product-callout.featured p{color:hsla(0,0%,100%,.82)}.offer-meta{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0}.offer-meta span{background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.14);border-radius:999px;font-size:.82rem;font-weight:800;padding:7px 10px}.page-section{position:relative}.page-section:before{background:linear-gradient(90deg,rgba(22,95,71,.08) 1px,transparent 0),linear-gradient(rgba(31,93,134,.06) 1px,transparent 0);background-size:42px 42px;content:"";inset:0 24px auto;height:180px;-webkit-mask-image:linear-gradient(180deg,#000,transparent);mask-image:linear-gradient(180deg,#000,transparent);pointer-events:none;position:absolute;z-index:-1}.guide-detail{box-shadow:var(--shadow-soft)}.guide-hero-panel,.product-hero{background:linear-gradient(135deg,rgba(255,254,253,.94),rgba(228,242,234,.86)),linear-gradient(115deg,transparent 0 62%,rgba(31,93,134,.1) 62%);box-shadow:var(--shadow-soft);overflow:hidden;position:relative}.guide-hero-panel:after,.product-hero:after{background:linear-gradient(90deg,rgba(22,95,71,.12) 1px,transparent 0),linear-gradient(rgba(31,93,134,.08) 1px,transparent 0);background-size:26px 26px;bottom:-16px;content:"";height:120px;opacity:.55;pointer-events:none;position:absolute;right:-12px;width:260px}.guide-hero-panel>*,.product-hero>*{position:relative;z-index:1}.notice{box-shadow:0 8px 20px rgba(138,90,16,.08)}.mini-panel{min-height:74px}.benefit-grid .mini-panel{border-left-color:var(--blue)}.print-sheet{box-shadow:0 12px 34px rgba(22,45,36,.08)}.product-showcase{gap:14px}.work-scene-card{align-items:end;background:linear-gradient(135deg,rgba(255,244,223,.96),rgba(232,242,234,.9)),linear-gradient(90deg,hsla(0,0%,100%,.42),transparent);border:1px solid hsla(0,0%,100%,.42);border-radius:8px;display:grid;grid-template-columns:.56fr 1fr .58fr;grid-gap:14px;gap:14px;min-height:126px;overflow:hidden;padding:18px;position:relative;z-index:1}.work-scene-card:before{background:linear-gradient(90deg,rgba(22,95,71,.12) 1px,transparent 0),linear-gradient(rgba(22,95,71,.08) 1px,transparent 0);background-size:24px 24px;content:"";inset:0;opacity:.45;position:absolute}.desk-laptop,.desk-notes,.desk-person{position:relative;z-index:1}.desk-person{align-items:center;display:grid;justify-items:center}.person-head{background:#d79c72;border-radius:999px;display:block;height:32px;width:32px}.person-body{background:var(--green);border-radius:24px 24px 8px 8px;display:block;height:46px;margin-top:-2px;width:54px}.desk-laptop{background:hsla(0,0%,100%,.9);border:1px solid rgba(189,203,193,.86);border-radius:8px;min-height:76px;padding:16px}.desk-laptop span{background:var(--soft-blue);border-radius:999px;display:block;height:8px;margin-bottom:10px}.desk-laptop span:first-child{width:82%}.desk-laptop span:last-child{width:52%}.desk-notes{display:grid;grid-gap:8px;gap:8px}.desk-notes span{background:#fffefd;border:1px solid rgba(189,203,193,.8);border-radius:6px;display:block;min-height:22px}.workday-section{margin:0 auto;max-width:1180px;padding:46px 24px 58px}.workday-grid{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(4,minmax(0,1fr))}.workday-card{background:linear-gradient(180deg,rgba(255,254,253,.94),rgba(248,251,248,.88));border:1px solid rgba(189,203,193,.82);border-radius:8px;box-shadow:var(--shadow-soft);min-height:288px}.workday-card h3{margin:16px 0 8px}.workday-card p{color:var(--muted);line-height:1.55;margin:0}.scene-frame{background:linear-gradient(135deg,rgba(255,244,223,.92),rgba(232,242,234,.86)),linear-gradient(90deg,rgba(31,93,134,.08),transparent);border:1px solid rgba(189,203,193,.78);border-radius:8px;height:132px;overflow:hidden;position:relative}.scene-frame:after{background:linear-gradient(90deg,rgba(22,95,71,.09) 1px,transparent 0),linear-gradient(rgba(22,95,71,.06) 1px,transparent 0);background-size:20px 20px;content:"";inset:0;opacity:.5;position:absolute}.scene-person{background:#d79c72;border-radius:999px 999px 18px 18px;bottom:18px;height:54px;left:22px;position:absolute;width:38px;z-index:1}.scene-person:before{background:#6c412e;border-radius:999px;content:"";height:22px;left:8px;position:absolute;top:-18px;width:22px}.scene-person.second{left:58px;opacity:.88}.scene-board,.scene-card-mini,.scene-check,.scene-paper,.scene-screen,.scene-search,.scene-source{position:absolute;z-index:1}.scene-screen{background:#fffefd;border:1px solid rgba(189,203,193,.86);border-radius:7px;bottom:22px;height:58px;right:22px;width:84px}.scene-board:before,.scene-card-mini:before,.scene-screen:before,.scene-source:before{background:var(--soft-blue);border-radius:999px;content:"";height:7px;left:12px;position:absolute;top:14px;width:44px}.scene-paper{background:#fffefd;border:1px solid rgba(189,203,193,.7);border-radius:6px;height:34px;right:42px;top:18px;transform:rotate(-4deg);width:48px}.scene-search{background:#fffefd;border:1px solid rgba(189,203,193,.86);border-radius:999px;height:36px;left:20px;top:24px;width:calc(100% - 40px)}.scene-search:after{background:var(--green);border-radius:999px;content:"";height:8px;left:18px;position:absolute;top:13px;width:54%}.scene-source{background:#fffefd;border:1px solid rgba(189,203,193,.8);border-radius:7px;bottom:20px;height:42px;left:22px;width:72px}.scene-source:nth-child(3){left:auto;right:22px}.scene-board{height:72px;right:18px;top:22px;width:88px}.scene-board,.scene-card-mini{background:#fffefd;border:1px solid rgba(189,203,193,.82);border-radius:7px}.scene-card-mini{height:54px;left:22px;top:24px;width:72px}.scene-card-mini:nth-child(2){left:auto;right:22px;top:42px}.scene-check{background:var(--green);border-radius:999px;bottom:22px;height:38px;left:calc(50% - 19px);width:38px}.scene-check:before{border-bottom:3px solid #fff;border-left:3px solid #fff;content:"";height:8px;left:11px;position:absolute;top:12px;transform:rotate(-45deg);width:15px}.offer-visual{border:1px solid rgba(189,203,193,.74);border-radius:8px;display:grid;grid-gap:7px;gap:7px;margin-bottom:18px;max-width:190px;min-height:94px;padding:16px;position:relative;width:100%}.onepager-visual{background:linear-gradient(145deg,rgba(255,244,223,.96),rgba(232,242,234,.9))}.bundle-visual{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.16)}.offer-visual span{background:hsla(0,0%,100%,.88);border-radius:999px;display:block;height:8px}.offer-visual span:first-child{width:76%}.offer-visual span:nth-child(2){width:58%}.offer-visual span:nth-child(3){background:var(--green);width:34px}.product-hero-visual{background:linear-gradient(135deg,rgba(255,244,223,.94),rgba(232,242,234,.86));border:1px solid rgba(189,203,193,.8);border-radius:8px;flex:0 0 178px;height:132px;overflow:hidden;position:relative}.visual-page{background:#fffefd;border:1px solid rgba(189,203,193,.82);border-radius:7px;height:86px;left:24px;position:absolute;top:22px;width:72px}.visual-page:before{background:var(--soft-blue);border-radius:999px;content:"";height:7px;left:11px;position:absolute;top:14px;width:40px}.visual-page.second{left:54px;top:30px;transform:rotate(4deg)}.visual-page.third{left:82px;top:38px;transform:rotate(8deg)}.visual-hand{background:#d79c72;border-radius:20px 20px 8px 8px;bottom:18px;height:42px;position:absolute;right:26px;width:50px}.visual-spark{background:var(--green);border-radius:999px;height:18px;position:absolute;right:28px;top:24px;width:18px}.detail-hero-side{align-items:flex-end;display:grid;grid-gap:12px;gap:12px;justify-items:end}.guide-detail-visual{background:linear-gradient(135deg,rgba(255,244,223,.94),rgba(232,242,234,.9));border:1px solid rgba(189,203,193,.82);border-radius:8px;height:108px;overflow:hidden;position:relative;width:164px}.detail-visual-page{background:#fffefd;border:1px solid rgba(189,203,193,.82);border-radius:7px;height:78px;left:18px;position:absolute;top:16px;width:58px}.detail-visual-line{background:var(--green);border-radius:999px;height:8px;position:absolute;right:18px;top:34px;width:58px}.detail-visual-line.short{background:var(--blue);top:52px;width:38px}.detail-visual-person{background:#d79c72;border-radius:999px 999px 14px 14px;bottom:18px;height:34px;position:absolute;right:28px;width:28px}.reference-hero{background:linear-gradient(135deg,rgba(255,254,250,.96),rgba(242,248,244,.92) 48%,rgba(238,246,248,.9)),linear-gradient(110deg,transparent 0 56%,rgba(255,226,179,.32) 56% 76%,transparent 76%);grid-template-columns:minmax(0,.92fr) minmax(420px,1fr);min-height:620px;padding:74px 58px 64px}.reference-hero .hero-copy h1{font-size:3.25rem;max-width:690px}.icon-proof-row span{align-items:center;display:inline-flex;gap:8px}.proof-icon{background:var(--soft-green);border:1px solid #bdd9cb;border-radius:999px;display:inline-block;flex:0 0 auto;height:22px;position:relative;width:22px}.proof-icon:after,.proof-icon:before{content:"";position:absolute}.proof-guides:before,.proof-print:before{background:var(--green);border-radius:2px;height:11px;left:7px;top:5px;width:8px}.proof-print:after{background:#fff;border-radius:1px;height:2px;left:8px;top:9px;width:6px}.proof-check:before{border-bottom:2px solid var(--green);border-left:2px solid var(--green);height:5px;left:6px;top:7px;transform:rotate(-45deg);width:10px}.desk-hero-visual{align-self:stretch;min-height:480px;position:relative;z-index:1}.desk-surface{background:linear-gradient(180deg,rgba(255,245,226,.78),rgba(232,242,234,.72)),linear-gradient(90deg,rgba(22,95,71,.08) 1px,transparent 0),linear-gradient(rgba(31,93,134,.06) 1px,transparent 0);background-size:auto,34px 34px,34px 34px;border:1px solid rgba(189,203,193,.72);border-radius:8px;bottom:20px;box-shadow:var(--shadow);left:0;overflow:hidden;position:absolute;right:0;top:28px}.laptop-mockup{left:50%;max-width:520px;position:absolute;top:96px;transform:translateX(-50%);width:82%;z-index:3}.laptop-screen{background:linear-gradient(180deg,#24352e,#13221d);border:10px solid #17251f;border-radius:8px 8px 6px 6px;box-shadow:0 26px 58px rgba(22,45,36,.22);min-height:318px;padding:16px}.laptop-base{background:linear-gradient(180deg,#d9dfd7,#b6c0b8);border-radius:0 0 28px 28px;box-shadow:0 16px 32px rgba(22,45,36,.14);height:28px;margin:0 auto;width:112%}.screen-toolbar{display:flex;gap:7px;margin-bottom:14px}.screen-toolbar span{background:hsla(0,0%,100%,.38);border-radius:999px;height:8px;width:8px}.screen-guide{background:linear-gradient(180deg,#fffefd,#f8fbf8);border-radius:8px;color:var(--ink);display:grid;grid-gap:14px;gap:14px;min-height:250px;padding:24px}.screen-guide-top span{color:var(--blue);display:block;font-size:.74rem;font-weight:850;margin-bottom:8px;text-transform:uppercase}.screen-guide-top strong{display:block;font-size:1.55rem;line-height:1.12}.screen-guide p{color:var(--muted);line-height:1.45;margin:0}.screen-steps{display:grid;grid-gap:8px;gap:8px}.screen-steps span{background:#fff;border:1px solid var(--line);display:flex;gap:10px;padding:10px}.screen-steps i,.screen-steps span{align-items:center;border-radius:6px}.screen-steps i{background:var(--soft-blue);color:var(--blue);display:inline-flex;font-size:.72rem;font-style:normal;font-weight:850;height:25px;justify-content:center;width:30px}.screen-footer{border-top:1px solid var(--line);color:var(--muted);display:flex;font-size:.78rem;justify-content:space-between;padding-top:10px}.desk-plant{height:112px;left:34px;position:absolute;top:40px;width:86px}.desk-plant span{background:var(--green);border-radius:999px 999px 999px 0;height:42px;position:absolute;transform:rotate(-34deg);width:22px}.desk-plant span:nth-child(2){left:38px;top:8px;transform:rotate(42deg)}.desk-plant i{background:#c47f54;border-radius:0 0 12px 12px;bottom:0;height:42px;left:24px;position:absolute;width:38px}.desk-cup{background:#fffefd;border:1px solid rgba(189,203,193,.82);border-radius:8px 8px 18px 18px;bottom:74px;height:58px;position:absolute;right:48px;width:58px}.desk-cup span{border:4px solid #fffefd;border-left:0;border-radius:0 999px 999px 0;height:24px;position:absolute;right:-18px;top:14px;width:20px}.desk-notebook{background:#fffefd;border:1px solid rgba(189,203,193,.82);border-radius:8px;bottom:58px;display:grid;grid-gap:8px;gap:8px;left:44px;padding:18px;position:absolute;transform:rotate(-5deg);width:156px}.desk-notebook span{background:var(--soft-blue);border-radius:999px;display:block;height:7px}.desk-notebook span:nth-child(2){width:74%}.desk-notebook span:nth-child(3){width:48%}.desk-pencil{background:#d79c72;border-radius:999px;bottom:52px;height:9px;position:absolute;right:142px;transform:rotate(-18deg);width:112px}.benefit-bar{background:rgba(255,254,253,.9);border:1px solid rgba(189,203,193,.78);border-radius:8px;box-shadow:var(--shadow-soft);display:grid;grid-gap:0;gap:0;grid-template-columns:repeat(4,minmax(0,1fr));margin:24px auto 28px;max-width:1180px;overflow:hidden}.benefit-bar div{display:grid;grid-gap:8px;gap:8px;padding:22px}.benefit-bar div+div{border-left:1px solid var(--line)}.benefit-bar span,.benefit-bar strong{display:block}.benefit-bar strong{color:var(--ink)}.benefit-bar div>span:last-child{color:var(--muted);line-height:1.45}.benefit-icon{background:linear-gradient(135deg,rgba(22,95,71,.14),rgba(255,226,179,.44));border:1px solid rgba(189,203,193,.86);border-radius:999px;height:40px;position:relative;width:40px}.benefit-icon:after,.benefit-icon:before{content:"";position:absolute}.benefit-time:before{border:3px solid var(--green);border-radius:999px;height:17px;left:9px;top:9px;width:17px}.benefit-time:after{background:var(--green);height:9px;left:20px;top:14px;width:3px}.benefit-print:before{background:var(--green);border-radius:4px;height:20px;left:12px;top:9px;width:16px}.benefit-region:before{background:var(--green);border-radius:999px 999px 999px 0;height:18px;left:11px;top:9px;transform:rotate(-45deg);width:18px}.benefit-check:before{border-bottom:3px solid var(--green);border-left:3px solid var(--green);height:9px;left:11px;top:12px;transform:rotate(-45deg);width:17px}.guide-band{margin-top:36px}.reference-workday .section-heading{max-width:720px}.reference-workday .workday-card{background:#fffefd}.final-cta{align-items:center;background:linear-gradient(135deg,#10241d,#175f47 64%,#1f5d86);box-shadow:var(--shadow);color:#fff;display:grid;grid-gap:28px;gap:28px;grid-template-columns:minmax(0,1fr) auto;margin:30px auto 64px;max-width:1180px;overflow:hidden;padding:40px;position:relative}.final-cta:before{background:linear-gradient(90deg,hsla(0,0%,100%,.09) 1px,transparent 0),linear-gradient(hsla(0,0%,100%,.07) 1px,transparent 0);background-size:32px 32px;content:"";inset:0;opacity:.65;position:absolute}.final-cta>*{position:relative;z-index:1}.final-cta h2{font-size:2rem;line-height:1.15;margin:0 0 10px;max-width:640px}.final-cta p{color:hsla(0,0%,100%,.78);line-height:1.6;margin:0;max-width:680px}.final-cta .section-kicker{color:hsla(0,0%,100%,.76)}.button.light{background:#fffefd;border-color:#fffefd;box-shadow:none;color:var(--green)}.button.dark-secondary{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.34);box-shadow:none;color:#fff}.guide-card{overflow:hidden}.guide-visual{min-height:118px}.guide-visual:after{background:hsla(0,0%,100%,.74);border:1px solid rgba(189,203,193,.72);border-radius:8px;content:"";height:58px;position:absolute;right:18px;top:18px;width:78px;z-index:1}.guide-visual-bessere-prompts-bueroalltag:after,.guide-visual-chatgpt-bueroalltag:after,.guide-visual-claude-lange-dokumente:after{background:linear-gradient(180deg,#fffefd,#f8fbf8);box-shadow:0 12px 0 -7px rgba(22,95,71,.18),0 25px 0 -15px rgba(31,93,134,.16)}.guide-visual-ki-emails-kundenkommunikation:after{border-radius:7px;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.guide-visual-ki-emails-kundenkommunikation:before{background:linear-gradient(145deg,rgba(255,244,223,.94),rgba(232,242,234,.8))}.guide-visual-perplexity-recherche-quellen:after{border-radius:999px;height:58px;width:58px}.guide-visual-perplexity-recherche-quellen i{border-radius:999px}.guide-visual-was-darf-ich-eingeben:after{border-radius:999px 999px 10px 10px;height:64px;width:58px}.guide-visual-chatgpt-claude-gemini-vergleich:after{box-shadow:-42px 18px 0 -8px hsla(0,0%,100%,.72),0 0 0 1px rgba(189,203,193,.7)}.guide-visual-gemini-google-workspace:after{background:linear-gradient(90deg,hsla(0,0%,100%,.78) 0 48%,rgba(232,240,248,.92) 48%)}.card-primary-link{transition:background .16s ease,transform .16s ease}.card-primary-link:hover{background:var(--green);transform:translateY(-1px)}.meta-grid{background:rgba(248,251,248,.82);border:1px solid var(--line);border-radius:6px;padding:10px}.reference-hero{background:radial-gradient(circle at 76% 22%,rgba(255,226,179,.58),transparent 34%),radial-gradient(circle at 12% 12%,rgba(228,242,234,.9),transparent 32%),linear-gradient(135deg,#fffef9,#f2f8f3 52%,#edf6f8);border:0;box-shadow:none;gap:48px;grid-template-columns:minmax(0,.9fr) minmax(460px,1.08fr);margin-top:10px;min-height:640px;overflow:visible;padding:76px 24px 52px}.reference-hero:after{display:none}.reference-hero .hero-grid-lines{opacity:.35}.hero-visual-wrap{align-self:center;aspect-ratio:1.34;border-radius:18px;filter:drop-shadow(0 30px 48px rgba(22,45,36,.16));margin-right:-34px;z-index:1}.hero-visual-wrap:before{background:rgba(255,244,223,.72);border-radius:999px;content:"";filter:blur(18px);height:52%;left:10%;position:absolute;right:4%;top:24%;z-index:-1}.hero-workspace-image{display:block}.hero-proof-row span{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:rgba(255,254,253,.78);box-shadow:0 10px 24px rgba(22,45,36,.06)}.workday-card{padding:18px;overflow:hidden}.offer-image,.product-hero-image,.workday-image{display:block;height:auto;max-width:100%}.workday-image{aspect-ratio:1.48;border:0;border-radius:8px 8px 0 0;box-shadow:none;max-width:none;object-fit:cover;object-position:center;margin:-18px -18px 18px;width:calc(100% + 36px)}.offer-image{border-radius:8px;margin-bottom:18px;width:min(100%,310px)}.offer-image,.product-hero-image{aspect-ratio:1.62;object-fit:cover}.product-hero-image{border:1px solid rgba(189,203,193,.72);border-radius:8px;box-shadow:var(--shadow-soft);flex:0 0 280px;width:280px}.guide-visual{background:transparent;border:0;border-radius:8px;margin:-8px -8px 18px;min-height:0;padding:0}.guide-visual i,.guide-visual span,.guide-visual:after,.guide-visual:before{display:none}.guide-visual img{display:block;aspect-ratio:2.25;height:auto;object-fit:cover;width:100%}.product-callout{background:radial-gradient(circle at 82% 8%,rgba(255,226,179,.42),transparent 34%),linear-gradient(145deg,#fff,#f7faf8)}.product-callout.featured{background:radial-gradient(circle at 18% 18%,rgba(255,226,179,.18),transparent 35%),linear-gradient(145deg,rgba(16,27,23,.96),rgba(22,95,71,.9))}.site-header{background:rgba(255,254,250,.82);padding-left:max(24px,calc((100vw - 1440px) / 2 + 44px));padding-right:max(24px,calc((100vw - 1440px) / 2 + 44px))}.reference-hero{background:linear-gradient(90deg,rgba(255,254,250,.98),rgba(255,254,250,.9) 32%,rgba(255,254,250,.12) 57%,rgba(255,254,250,0)),radial-gradient(circle at 76% 18%,rgba(255,226,179,.48),transparent 28%),linear-gradient(135deg,#fffaf1,#eff7ef 55%,#f5e5d2);gap:50px;grid-template-columns:minmax(390px,.68fr) minmax(620px,1.32fr);margin:0;max-width:none;min-height:690px;padding:82px max(24px,calc((100vw - 1440px) / 2 + 44px)) 58px}.reference-hero .hero-grid-lines{display:none}.reference-hero .hero-copy{align-self:center;max-width:560px}.reference-hero .hero-copy h1{color:#10251d;font-size:3.55rem;line-height:1.02;margin-bottom:18px}.reference-hero .hero-copy p{color:#43524d;font-size:1.08rem;line-height:1.65;max-width:520px}.hero-visual-wrap{background:#f7ead8;border-radius:0 0 0 8px;box-shadow:none;filter:none;margin:-82px calc(-1 * max(24px, calc((100vw - 1440px) / 2 + 44px))) -58px 0;min-height:690px;overflow:hidden;position:relative}.hero-visual-wrap:before{display:none}.hero-workspace-image{min-height:690px;object-position:center right;width:100%}.benefit-bar{background:rgba(255,254,250,.94);border-color:rgba(189,203,193,.68);box-shadow:0 16px 36px rgba(22,45,36,.08);margin-top:0;transform:translateY(-1px)}.benefit-bar div{grid-template-columns:42px 1fr;padding:21px 22px}.benefit-bar div>span:last-child{grid-column:2}.guide-showcase{align-items:start;display:grid;grid-gap:28px;gap:28px;grid-template-columns:minmax(0,1fr) 290px;margin:0 auto;max-width:1440px;padding:30px 44px 18px}.guide-showcase-main{grid-gap:22px;gap:22px;grid-template-columns:250px minmax(0,1fr)}.compact-heading{align-self:start;position:-webkit-sticky;position:sticky;top:92px}.compact-heading h2,.workday-intro h2{font-size:2rem;line-height:1.08;margin:0 0 12px}.compact-heading p,.workday-intro p{color:var(--muted);line-height:1.55}.ghost-button{background:rgba(255,254,253,.86);border:1px solid var(--line-strong);box-shadow:none;color:var(--ink);margin-top:14px}.ghost-button:hover{background:var(--soft-green);color:var(--green)}.guide-card-row{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.guide-card{border-color:rgba(198,208,201,.92);box-shadow:0 16px 36px rgba(22,45,36,.08);min-height:0;padding:0}.guide-card>:not(.guide-visual){margin-left:18px;margin-right:18px}.guide-card h3{font-size:1.06rem;line-height:1.2;margin-top:12px}.guide-card p{font-size:.92rem;line-height:1.5}.guide-visual{margin:0 0 14px}.guide-visual img{border-radius:8px 8px 0 0}.card-actions{align-items:center;margin-bottom:18px}.card-primary-link{margin-left:auto;min-height:34px;padding:7px 11px}.card-secondary-link{color:var(--muted);font-size:.84rem;min-height:34px;padding:7px 0}.offer-sidebar{display:grid;grid-gap:14px;gap:14px}.sidebar-offer,.sidebar-trust{background:radial-gradient(circle at 82% 12%,rgba(255,226,179,.36),transparent 36%),#fffefd;border:1px solid rgba(215,224,216,.8);border-radius:8px;box-shadow:0 16px 36px rgba(22,45,36,.08);padding:18px}.featured-sidebar-offer{background:radial-gradient(circle at 18% 14%,rgba(255,226,179,.44),transparent 34%),linear-gradient(145deg,#fffdf8,#f4ead9)}.sidebar-offer-image{aspect-ratio:1.45;border-radius:8px;display:block;margin:10px 0 14px;object-fit:cover;width:100%}.sidebar-offer h3{font-size:1.06rem;margin:0 0 8px}.sidebar-note,.sidebar-offer p{color:var(--muted);font-size:.9rem;line-height:1.45}.small-button{font-size:.88rem;margin-top:8px;min-height:40px;width:100%}.sidebar-note{display:block;margin-top:10px}.sidebar-trust{background:#e4f2ea}.sidebar-trust span,.sidebar-trust strong{display:block}.sidebar-trust strong{margin-bottom:10px}.sidebar-trust span{color:#315146;font-size:.9rem;margin-top:7px}.reference-workday{align-items:start;background:radial-gradient(circle at 82% 8%,rgba(255,226,179,.38),transparent 30%),linear-gradient(135deg,#fff7ec,#f3f8f1 62%,#eef6f8);border-radius:8px;display:grid;grid-gap:26px;gap:26px;grid-template-columns:240px minmax(0,1fr);margin:20px auto 52px;padding:34px 44px}.workday-intro{align-self:center}.reference-workday .workday-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.reference-workday .workday-card{border:1px solid rgba(215,224,216,.84);box-shadow:0 16px 34px rgba(22,45,36,.08)}.workday-card h3{font-size:1.02rem}.product-hero{background:radial-gradient(circle at 78% 14%,rgba(255,226,179,.4),transparent 34%),linear-gradient(135deg,#fffdf8,#eef7ef 64%,#eef6f8)}.product-hero-image{flex-basis:330px;width:330px}@media (max-width:860px){.reference-hero{background:linear-gradient(180deg,rgba(255,254,250,.98),rgba(255,254,250,.9) 58%,rgba(255,250,241,.96));gap:24px;grid-template-columns:1fr;margin:0;min-height:0;padding:38px 18px 0}.reference-hero .hero-copy h1{font-size:2.15rem}.hero-visual-wrap{border-radius:8px 8px 0 0;margin:0 -18px;min-height:310px}.hero-workspace-image{max-height:380px;min-height:310px;object-position:center}.benefit-bar{grid-template-columns:1fr;margin-left:18px;margin-right:18px;transform:none}.benefit-bar div+div{border-left:0;border-top:1px solid var(--line)}.final-cta{grid-template-columns:1fr;margin-left:18px;margin-right:18px;padding:28px}.final-cta h2{font-size:1.55rem}.final-cta .button-row{width:100%}.detail-header,.site-footer,.site-header{align-items:flex-start;flex-direction:column}.card-grid,.detail-grid,.fact-grid,.hero,.print-grid,.print-meta,.product-strip,.split-section,.value-strip{grid-template-columns:1fr}.band,.hero,.page-section,.split-section{padding:34px 18px}.hero{gap:34px;margin:18px 16px 0}.detail-header h1,.hero-copy h1,.page-section>h1,.section-heading h1{font-size:2.15rem;line-height:1.13}.button,.button-row,.button.secondary,.site-footer nav,.site-header nav{width:100%}.site-header nav a{background:hsla(0,0%,100%,.72);border:1px solid var(--line);flex:1 1 auto;text-align:center}.card,.guide-detail,.print-sheet{padding:18px}.onepager-preview{justify-items:stretch}.product-strip,.value-strip{padding-left:18px;padding-right:18px}.guide-hero-panel,.product-hero{padding:18px}.product-hero-image{flex:none;width:100%}.guide-showcase,.guide-showcase-main,.reference-workday{grid-template-columns:1fr}.guide-showcase{padding:28px 18px 14px}.compact-heading{position:static}.guide-card-row,.reference-workday .workday-grid{grid-template-columns:1fr}.offer-sidebar{order:2}.reference-workday{margin-left:18px;margin-right:18px;padding:26px 18px}.product-showcase{max-width:none;padding:14px}.product-showcase .preview-page{min-height:auto;padding:22px}.product-showcase .preview-page strong{font-size:1.46rem}.preview-flow{height:54px}.hero-proof-row{display:grid;grid-template-columns:1fr}.product-callout,.value-card{min-height:auto}.guide-visual{min-height:76px}.workday-section{padding:36px 18px 44px}.workday-grid{grid-template-columns:1fr}.workday-card{min-height:auto}.workday-image{margin-bottom:14px}.guide-detail-visual,.product-hero-visual{width:100%}.product-hero-visual{flex:none}.detail-hero-side{justify-items:stretch;width:100%}}.reference-hero{box-shadow:0 24px 60px rgba(22,45,36,.1);gap:44px;grid-template-columns:minmax(430px,.82fr) minmax(0,1.18fr);margin:32px auto 0;max-width:1360px;min-height:0;padding:56px}.reference-hero .hero-copy{max-width:610px}.reference-hero .hero-copy h1{font-size:3.7rem;line-height:1.04;margin:16px 0 20px;max-width:600px}.reference-hero .hero-copy p{font-size:1.16rem;line-height:1.62;max-width:560px}.reference-hero .button-row{gap:12px;margin-top:24px}.reference-hero .button{min-height:52px;padding:13px 20px}.reference-hero .hero-proof-row{gap:10px;margin-top:20px}.reference-hero .hero-proof-row span{align-items:center;display:inline-flex;font-size:.9rem;gap:8px;min-height:42px;padding:9px 12px}.hero-visual-wrap{align-self:stretch;aspect-ratio:auto;margin:0;min-height:0}.hero-workspace-image{height:100%;max-height:640px;min-height:560px;object-fit:cover;object-position:center}.benefit-bar{margin:18px auto 34px;max-width:1360px;transform:none}.benefit-bar div{gap:9px;grid-template-columns:46px 1fr;min-height:124px;padding:24px}.benefit-icon{height:44px;width:44px}.guide-showcase{gap:32px;grid-template-columns:minmax(0,1fr) 340px;max-width:1360px;padding:18px 0 28px}.guide-showcase-main{gap:26px;grid-template-columns:280px minmax(0,1fr)}.guide-card-row{gap:20px}.guide-card h3{font-size:1.12rem}.guide-card p{font-size:.96rem}.sidebar-offer,.sidebar-trust{padding:20px}.sidebar-offer-image{aspect-ratio:1.58}.reference-workday{gap:30px;grid-template-columns:275px minmax(0,1fr);max-width:1360px;padding:38px 44px}.reference-workday .workday-grid{gap:20px}.workday-image{aspect-ratio:1.42}.workday-card h3{font-size:1.08rem;line-height:1.22}.workday-card p{font-size:.95rem;line-height:1.48}@media (max-width:1180px){.reference-hero{grid-template-columns:minmax(390px,.9fr) minmax(0,1.1fr);margin-left:24px;margin-right:24px;padding:42px}.reference-hero .hero-copy h1{font-size:3.15rem}.hero-workspace-image{max-height:580px;min-height:500px}.benefit-bar,.guide-showcase,.reference-workday{margin-left:24px;margin-right:24px}.guide-showcase{grid-template-columns:minmax(0,1fr) 310px}.guide-showcase-main{grid-template-columns:1fr}.compact-heading{position:static}.reference-workday{grid-template-columns:1fr}.reference-workday .workday-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:860px){.reference-hero{border-radius:0;gap:24px;grid-template-columns:1fr;margin:0;padding:38px 18px 0}.reference-hero .hero-copy{max-width:none}.reference-hero .hero-copy h1{font-size:2.28rem;line-height:1.1;max-width:none}.reference-hero .hero-copy p{font-size:1rem;line-height:1.58;max-width:none}.reference-hero .button,.reference-hero .button-row,.reference-hero .button.secondary{width:100%}.hero-visual-wrap{border-radius:8px 8px 0 0;margin:0 -18px}.hero-workspace-image{max-height:340px;min-height:260px;object-position:center}.benefit-bar{grid-template-columns:1fr;margin:18px 18px 28px}.benefit-bar div{min-height:0;padding:20px}.guide-showcase{margin:0;padding:26px 18px 18px}.guide-card-row,.guide-showcase{grid-template-columns:1fr}.offer-sidebar{order:2}.reference-workday{margin:18px 18px 46px;padding:26px 18px}.reference-workday,.reference-workday .workday-grid{grid-template-columns:1fr}.workday-image{aspect-ratio:1.55}}.reference-hero{box-shadow:0 22px 52px rgba(22,45,36,.1);gap:42px;max-width:1320px;padding:52px}.hero-visual-wrap{border:1px solid rgba(255,254,250,.72);box-shadow:inset 0 0 0 1px rgba(22,45,36,.04)}.hero-workspace-image{max-height:610px;min-height:520px;object-position:52% center}.benefit-bar{background:linear-gradient(180deg,rgba(255,254,250,.98),rgba(248,251,248,.96));border:1px solid rgba(189,203,193,.76);box-shadow:0 18px 42px rgba(22,45,36,.08);margin:20px auto 42px;max-width:1320px}.benefit-bar div{align-content:center;min-height:112px;padding:22px 24px}.benefit-bar strong{font-size:1rem}.benefit-bar div>span:last-child{font-size:.94rem}.benefit-icon{background:linear-gradient(135deg,rgba(22,95,71,.16),rgba(255,226,179,.36));box-shadow:0 10px 22px rgba(22,45,36,.06)}.guide-showcase{gap:36px;grid-template-columns:minmax(0,1fr) minmax(340px,370px);max-width:1320px;padding:16px 0 34px}.guide-showcase-main{gap:28px;grid-template-columns:minmax(230px,260px) minmax(0,1fr)}.guide-card-row{gap:24px;grid-template-columns:repeat(auto-fit,minmax(min(100%,290px),1fr))}.guide-card{background:linear-gradient(180deg,#fffefd,#fbfcfa)}.guide-card>:not(.guide-visual){margin-left:20px;margin-right:20px}.guide-card .guide-visual{background:radial-gradient(circle at 86% 18%,rgba(255,226,179,.28),transparent 34%),linear-gradient(135deg,rgba(232,242,234,.72),rgba(238,246,248,.7));display:grid;margin:0 0 18px;min-height:146px;padding:14px;place-items:center}.guide-card .guide-visual img{aspect-ratio:2.25;border-radius:7px;filter:saturate(.9);max-height:128px;opacity:.88}.guide-card-head{margin-bottom:12px}.card-topline{gap:8px;margin-bottom:14px}.guide-card h3{font-size:1.15rem;line-height:1.24;margin-top:0}.guide-card p{line-height:1.55}.guide-card .audience-line{font-size:.9rem;line-height:1.45}.guide-card .meta-grid{margin-top:auto}.card-actions{gap:12px;justify-content:space-between;margin-top:16px}.card-primary-link{margin-left:0}.card-secondary-link{margin-left:auto}.offer-sidebar{gap:18px}.sidebar-offer,.sidebar-trust{padding:22px}.sidebar-offer-image{aspect-ratio:1.7;margin:12px 0 16px}.reference-workday{margin-top:24px;margin-bottom:58px}.reference-workday .workday-card{display:flex;flex-direction:column}.workday-image{aspect-ratio:1.45}@media (max-width:1240px){.guide-showcase{grid-template-columns:1fr;margin-left:24px;margin-right:24px}.guide-card-row{grid-template-columns:repeat(2,minmax(0,1fr))}.offer-sidebar{grid-template-columns:repeat(3,minmax(0,1fr));order:2}}@media (max-width:980px){.offer-sidebar{grid-template-columns:1fr}}@media (max-width:860px){.reference-hero{box-shadow:none;padding:36px 18px 0}.hero-workspace-image{max-height:330px;min-height:250px;object-position:center}.guide-showcase{margin:0}.guide-card-row{grid-template-columns:1fr}.guide-card .guide-visual{min-height:132px}.benefit-bar{margin-bottom:30px}}:root{--bg:#f5f0e7;--bg-band:#f0eadf;--surface:#fffdf8;--surface-soft:#f9f5ec;--ink:#10241d;--muted:#5b665f;--line:#ddd2c1;--line-strong:#c7bba8;--green:#0f4d3d;--blue:#2c6685;--amber:#9a6320;--soft-green:#e4f1e8;--soft-blue:#e8f1f5;--soft-amber:#fff0d8;--accent:#bd7a38;--shadow:0 28px 80px rgba(31,44,36,.16);--shadow-soft:0 16px 42px rgba(31,44,36,.09);--shadow-card:0 18px 46px rgba(31,44,36,.1);--radius:8px}html{background:radial-gradient(circle at 16% 2%,rgba(255,228,187,.72),transparent 28rem),radial-gradient(circle at 88% 18%,rgba(216,235,223,.78),transparent 34rem),linear-gradient(180deg,#fffaf1 0,var(--bg) 48%,#f7f4ed 100%)}body:before{background-image:linear-gradient(rgba(15,77,61,.028) 1px,transparent 0),linear-gradient(90deg,rgba(15,77,61,.022) 1px,transparent 0);background-size:56px 56px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.72),transparent 52%);mask-image:linear-gradient(180deg,rgba(0,0,0,.72),transparent 52%)}.site-header{background:linear-gradient(180deg,rgba(255,251,242,.9),rgba(255,251,242,.72));border-bottom:1px solid hsla(37,22%,72%,.58);box-shadow:0 12px 34px rgba(31,44,36,.06);min-height:74px}.brand{color:var(--ink)}.brand-mark{background:linear-gradient(145deg,#0d3f34,#17634d 72%,#c98545);border:1px solid hsla(0,0%,100%,.34);border-radius:8px;box-shadow:0 10px 22px rgba(15,77,61,.2),inset 0 1px 0 hsla(0,0%,100%,.26);height:34px;width:34px}.brand-copy{display:grid;grid-gap:1px;gap:1px}.brand-name{font-size:1.02rem;line-height:1.05}.brand-subline{color:var(--muted);font-size:.72rem;font-weight:750}nav{align-items:center;background:rgba(255,253,248,.64);border:1px solid hsla(37,22%,72%,.58);box-shadow:0 8px 22px rgba(31,44,36,.04);gap:4px;padding:4px}nav,nav a{border-radius:999px}nav a{color:#34443d;font-size:.9rem;font-weight:760;min-height:34px;padding:8px 13px}.text-link:hover,nav a:hover{background:rgba(228,241,232,.9)}.button{background:linear-gradient(180deg,#145842,#0f4d3d);border-color:rgba(15,77,61,.92);border-radius:8px;box-shadow:0 16px 32px rgba(15,77,61,.18),inset 0 1px 0 hsla(0,0%,100%,.16)}.button:hover{background:linear-gradient(180deg,#17664d,#104836);box-shadow:0 20px 38px rgba(15,77,61,.22),inset 0 1px 0 hsla(0,0%,100%,.16)}.button.secondary,.ghost-button{background:rgba(255,253,248,.72);border-color:rgba(15,77,61,.42);box-shadow:0 10px 24px rgba(31,44,36,.06);color:var(--green)}.badge{background:rgba(255,253,248,.72);border-color:hsla(37,22%,72%,.68);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.5);min-height:30px;padding:8px 10px}.reference-hero{background:linear-gradient(90deg,rgba(255,253,248,.98),rgba(255,250,241,.94) 35%,rgba(255,250,241,.2) 60%,transparent),radial-gradient(circle at 70% 18%,rgba(255,215,154,.64),transparent 28rem),radial-gradient(circle at 8% 12%,rgba(214,236,222,.82),transparent 22rem),linear-gradient(135deg,#fff7e9,#edf6ef 58%,#f4e3cf);border:1px solid hsla(0,0%,100%,.64);border-radius:8px;box-shadow:0 34px 90px rgba(38,45,36,.13),inset 0 1px 0 hsla(0,0%,100%,.7);gap:52px;margin-top:28px;overflow:hidden;padding:58px}.reference-hero .hero-copy h1{color:#0d241d;font-size:clamp(2.6rem,5vw,4.25rem);letter-spacing:0;line-height:1.01}.reference-hero .hero-copy p{color:#41514a}.reference-hero .button-row{align-items:center;margin-top:28px}.reference-hero .hero-proof-row{margin-top:24px}.reference-hero .hero-proof-row span{background:rgba(255,253,248,.8);border-color:hsla(37,22%,72%,.72)}.hero-visual-wrap{border:1px solid rgba(255,253,248,.78);border-radius:8px;box-shadow:0 28px 70px rgba(47,45,35,.2),0 0 0 10px rgba(255,253,248,.24)}.hero-workspace-image{filter:saturate(1.02) contrast(1.01)}.benefit-bar{background:linear-gradient(180deg,rgba(255,253,248,.94),hsla(42,57%,95%,.9));border-color:hsla(37,22%,72%,.66);box-shadow:0 20px 56px rgba(31,44,36,.09),inset 0 1px 0 hsla(0,0%,100%,.72);margin-top:22px}.benefit-bar div{gap:10px;position:relative}.benefit-bar div:after{background:linear-gradient(90deg,rgba(15,77,61,.72),rgba(189,122,56,.72));bottom:0;content:"";height:3px;left:24px;opacity:0;position:absolute;right:24px;transition:opacity .16s ease}.benefit-bar div:hover:after{opacity:1}.benefit-icon{border-color:hsla(37,22%,72%,.72);box-shadow:0 12px 24px rgba(31,44,36,.08),inset 0 1px 0 hsla(0,0%,100%,.65)}.guide-showcase{background:radial-gradient(circle at 86% 12%,rgba(255,220,166,.36),transparent 24rem),linear-gradient(180deg,rgba(255,253,248,.86),hsla(40,48%,94%,.92));border:1px solid hsla(37,22%,72%,.58);border-radius:8px;box-shadow:0 26px 78px rgba(31,44,36,.09);margin:0 auto 32px;padding:38px}.guide-showcase-main{grid-template-columns:minmax(240px,280px) minmax(0,1fr)}.compact-heading{border-left:4px solid rgba(189,122,56,.66);padding-left:22px}.compact-heading h2,.workday-intro h2{color:#0d241d;font-size:clamp(1.75rem,2.4vw,2.35rem)}.guide-card-row{grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr))}.card-grid .guide-card,.guide-card{background:linear-gradient(180deg,#fffdf8,#fbf7ef);border-color:hsla(37,22%,72%,.66);box-shadow:var(--shadow-card);min-height:440px}.guide-card:hover{border-color:rgba(15,77,61,.32);box-shadow:0 28px 70px rgba(31,44,36,.14)}.guide-card>:not(.guide-visual){margin-left:22px;margin-right:22px}.guide-card .guide-visual{background:radial-gradient(circle at 16% 16%,rgba(255,226,179,.45),transparent 30%),linear-gradient(135deg,rgba(233,242,230,.92),rgba(238,246,248,.82));border-bottom:1px solid hsla(37,22%,72%,.52);min-height:172px;padding:16px}.guide-card .guide-visual img{border-radius:8px;box-shadow:0 16px 34px rgba(31,44,36,.1);max-height:146px;opacity:.96}.guide-card-head{align-items:center;margin-top:2px}.category-token{background:linear-gradient(145deg,rgba(228,241,232,.95),rgba(255,240,216,.9));border-color:hsla(37,22%,72%,.72);border-radius:8px;box-shadow:0 8px 18px rgba(31,44,36,.06);height:34px;width:34px}.category-copy{display:grid;grid-gap:2px;gap:2px}.category-copy>span:last-child{color:var(--muted);font-size:.76rem;font-weight:700}.category-label{color:var(--ink);font-size:.86rem}.guide-card h3{color:#0f241d;font-size:1.24rem}.guide-card p{color:#57645d}.guide-card .audience-line{border-top-color:hsla(37,22%,72%,.58);color:#45564e}.guide-card .meta-grid{background:rgba(255,253,248,.66);border:1px solid hsla(37,22%,72%,.54);border-radius:8px;font-size:.84rem;justify-content:space-between;margin-bottom:0;padding:10px 12px}.card-actions{border-top-color:hsla(37,22%,72%,.58);margin-bottom:20px;padding-top:16px}.card-primary-link{background:linear-gradient(180deg,#14251f,#0f4d3d);border-radius:999px;box-shadow:0 12px 24px rgba(15,77,61,.16);gap:8px;padding:9px 14px}.link-arrow{border-right:2px solid;border-top:2px solid;display:inline-block;height:7px;transform:rotate(45deg);width:7px}.card-secondary-link{background:transparent;border:0;color:#66716b;padding-right:0}.offer-sidebar{gap:20px}.sidebar-offer,.sidebar-trust{background:radial-gradient(circle at 78% 10%,rgba(255,226,179,.46),transparent 36%),linear-gradient(180deg,#fffdf8,#f7f1e6);border-color:hsla(37,22%,72%,.64);box-shadow:var(--shadow-card);overflow:hidden;position:relative}.sidebar-offer:after,.sidebar-trust:after{background:linear-gradient(90deg,rgba(15,77,61,.18),rgba(189,122,56,.18));bottom:0;content:"";height:5px;left:0;position:absolute;right:0}.featured-sidebar-offer{background:radial-gradient(circle at 20% 14%,rgba(255,226,179,.5),transparent 36%),linear-gradient(145deg,#fff8ec,#e8f1e8)}.sidebar-offer-image{background:rgba(255,253,248,.7);border:1px solid hsla(37,22%,72%,.48);box-shadow:0 14px 32px rgba(31,44,36,.09);padding:8px}.sidebar-offer h3{color:var(--ink);font-size:1.18rem}.sidebar-trust{background:linear-gradient(180deg,#e5f2e9,#d9eadf)}.reference-workday{background:radial-gradient(circle at 86% 8%,rgba(255,220,166,.42),transparent 26rem),linear-gradient(135deg,#fff4e3,#f1f6ee 58%,#e9f2f2);border:1px solid hsla(37,22%,72%,.56);box-shadow:0 24px 68px rgba(31,44,36,.1)}.workday-intro{border-left:4px solid rgba(15,77,61,.62);padding-left:22px}.reference-workday .workday-card{background:rgba(255,253,248,.92);border-color:hsla(37,22%,72%,.58);box-shadow:0 18px 44px rgba(31,44,36,.1);transition:box-shadow .16s ease,transform .16s ease}.reference-workday .workday-card:hover{box-shadow:0 26px 58px rgba(31,44,36,.14);transform:translateY(-2px)}.workday-image{border-bottom:1px solid hsla(37,22%,72%,.5);filter:saturate(1.02)}.final-cta{background:radial-gradient(circle at 86% 18%,rgba(255,218,163,.26),transparent 22rem),linear-gradient(135deg,#0d221c,#0f4d3d 58%,#2c6685);border:1px solid hsla(0,0%,100%,.18);border-radius:8px;box-shadow:0 32px 86px rgba(15,31,25,.22);max-width:1320px;padding:48px}.final-cta:before{opacity:.32}.final-cta h2{font-size:clamp(1.85rem,3vw,2.65rem)}.button.light{box-shadow:0 14px 30px rgba(0,0,0,.12)}.button.dark-secondary{background:hsla(0,0%,100%,.1)}.page-section{max-width:1200px}.page-section:before{opacity:.38}.product-hero{align-items:center;background:radial-gradient(circle at 80% 16%,rgba(255,220,166,.46),transparent 24rem),linear-gradient(135deg,#fff8ec,#eef6ef 64%,#e9f3f4);border-color:hsla(37,22%,72%,.62);box-shadow:0 24px 70px rgba(31,44,36,.1);display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,380px);padding:42px}.bundle-hero{background:radial-gradient(circle at 80% 16%,rgba(232,241,245,.7),transparent 22rem),radial-gradient(circle at 16% 12%,rgba(255,220,166,.38),transparent 24rem),linear-gradient(135deg,#fff8ec,#edf5f0 64%,#e7f0f3)}.product-hero-copy{max-width:700px}.product-hero-copy h1{color:var(--ink)}.product-hero-side{align-items:stretch;display:grid;grid-gap:16px;gap:16px;justify-items:stretch}.product-hero-side .button{width:100%}.product-hero-image{background:rgba(255,253,248,.72);border-color:hsla(37,22%,72%,.64);box-shadow:0 20px 48px rgba(31,44,36,.12);flex:none;padding:10px;width:100%}.compact-strip{max-width:1200px}.compact-strip .value-card,.detail-section,.fact-grid div,.guide-detail,.mini-panel{border-color:hsla(37,22%,72%,.62);box-shadow:var(--shadow-soft)}.card-grid{gap:24px;grid-template-columns:repeat(auto-fit,minmax(min(100%,310px),1fr))}@media (max-width:1240px){.guide-showcase{margin-left:24px;margin-right:24px;padding:30px}.offer-sidebar{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:980px){.product-hero{grid-template-columns:1fr}.product-hero-side{max-width:420px}.offer-sidebar{grid-template-columns:1fr}}@media (max-width:860px){.site-header{min-height:0;padding:14px 18px}.brand-subline{display:none}nav{border-radius:8px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.site-header nav a{border:0;font-size:.86rem;min-width:0;padding-left:8px;padding-right:8px}.reference-hero{border-radius:0 0 8px 8px;margin-top:0;padding:34px 18px 0}.reference-hero .hero-copy h1{font-size:2.35rem}.hero-visual-wrap{border-radius:8px 8px 0 0;box-shadow:0 16px 36px rgba(31,44,36,.14)}.benefit-bar{border-radius:8px}.guide-showcase{border-left:0;border-right:0;border-radius:0;margin:0;padding:28px 18px}.guide-showcase-main{gap:24px}.compact-heading,.workday-intro{border-left-width:3px;padding-left:16px}.guide-card{min-height:0}.guide-card .guide-visual{min-height:140px}.card-actions,.guide-card .meta-grid{gap:10px}.card-primary-link,.card-secondary-link{min-height:42px}.reference-workday{border-radius:8px;margin:18px;padding:28px 18px}.workday-image{max-height:230px}.final-cta{border-radius:8px;margin:24px 18px 52px;padding:30px 22px}.product-hero{padding:24px 18px}.product-hero-side{max-width:none}}.reference-hero{background:linear-gradient(90deg,rgba(255,253,248,.98),rgba(255,248,236,.92) 34%,rgba(255,248,236,.18) 62%,transparent),radial-gradient(circle at 70% 8%,rgba(255,208,138,.72),transparent 26rem),radial-gradient(circle at 6% 18%,rgba(222,239,226,.9),transparent 24rem),linear-gradient(135deg,#fff4e2,#f1f6ee 58%,#f2ddc4);box-shadow:0 38px 110px rgba(45,43,31,.15),inset 0 1px 0 hsla(0,0%,100%,.75);margin-bottom:0;position:relative}.reference-hero:before{background:linear-gradient(180deg,transparent,hsla(39,41%,93%,.92));bottom:0;content:"";height:90px;left:0;pointer-events:none;position:absolute;right:0}.reference-hero .hero-copy,.reference-hero .hero-visual-wrap{position:relative;z-index:1}.final-cta,.guide-showcase,.reference-workday,.value-transition{max-width:1320px}.value-transition{align-items:center;display:grid;grid-gap:30px;gap:30px;grid-template-columns:minmax(250px,.7fr) minmax(0,1.3fr);margin:-18px auto 44px;padding:0 24px;position:relative;z-index:2}.value-transition-copy{background:radial-gradient(circle at 12% 10%,rgba(255,222,170,.48),transparent 38%),linear-gradient(180deg,rgba(255,253,248,.92),hsla(40,48%,94%,.88));border:1px solid hsla(37,22%,72%,.62);border-radius:8px;box-shadow:var(--shadow-soft);padding:26px}.value-transition-copy h2{color:var(--ink);font-size:clamp(1.35rem,2vw,1.9rem);line-height:1.14;margin:0 0 10px}.value-transition-copy p{color:var(--muted);line-height:1.58;margin:0}.value-transition .benefit-bar{margin:0;max-width:none}.value-transition .benefit-bar div{min-height:118px}.guide-showcase{border:0;box-shadow:none;display:block;margin-bottom:44px;padding:0 24px}.guide-showcase-main{background:radial-gradient(circle at 84% 8%,rgba(255,221,166,.42),transparent 28rem),linear-gradient(135deg,rgba(255,253,248,.92),hsla(37,45%,92%,.96));border:1px solid hsla(37,22%,72%,.58);border-radius:8px;box-shadow:0 28px 86px rgba(31,44,36,.1);display:grid;grid-gap:34px;gap:34px;grid-template-columns:minmax(230px,290px) minmax(0,1fr);padding:36px}.guide-library-stage{display:grid;grid-gap:24px;gap:24px;grid-template-columns:minmax(330px,.92fr) minmax(0,1.08fr)}.guide-library-stage .guide-card-row{align-content:stretch;display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid .guide-card,.guide-card{min-height:0}.guide-card .guide-visual{background:#efe6d8;min-height:180px;padding:0;position:relative}.guide-card .guide-visual:after{background:linear-gradient(180deg,transparent 34%,rgba(16,36,29,.38)),linear-gradient(135deg,rgba(255,245,228,.2),transparent 46%);content:"";inset:0;position:absolute}.guide-card .guide-visual img{border-radius:0;box-shadow:none;display:block;filter:saturate(1.04) contrast(1.02);height:100%;max-height:none;object-fit:cover;opacity:1;width:100%}.featured-guide-card{background:linear-gradient(180deg,#fffdf8,#f5eddf);box-shadow:0 32px 88px rgba(31,44,36,.16)}.featured-guide-card .guide-visual{min-height:340px}.featured-guide-card h3{font-size:clamp(1.55rem,2.4vw,2.08rem);line-height:1.1}.featured-guide-card p{font-size:1rem}.featured-guide-card .card-actions{margin-top:20px}.guide-library-stage .guide-card-row .guide-card{box-shadow:0 18px 46px rgba(31,44,36,.09)}.guide-library-stage .guide-card-row .guide-visual{min-height:148px}.guide-library-stage .guide-card-row .guide-card h3{font-size:1.08rem}.guide-library-stage .guide-card-row .guide-card p{font-size:.92rem}.guide-library-stage .guide-card-row .guide-card .audience-line{display:none}.reference-workday{border:0;grid-template-columns:minmax(240px,310px) minmax(0,1fr);overflow:hidden;padding:42px}.reference-workday .workday-grid{gap:22px}.reference-workday .workday-card{border:0;box-shadow:0 22px 56px rgba(31,44,36,.11);padding:16px}.reference-workday .workday-card h3,.reference-workday .workday-card p{padding-left:2px;padding-right:2px}.reference-workday .workday-image{aspect-ratio:1.32;border-radius:8px;margin:0 0 16px;width:100%}.final-cta{align-items:end;background:radial-gradient(circle at 10% 14%,rgba(255,221,166,.28),transparent 24rem),radial-gradient(circle at 88% 18%,rgba(232,241,245,.18),transparent 20rem),linear-gradient(135deg,#10241d,#134d3c 52%,#1f5d86);grid-template-columns:minmax(0,1fr) minmax(260px,auto)}.product-page-shell{max-width:1240px}.product-page-shell .product-hero{background:radial-gradient(circle at 82% 10%,rgba(255,221,166,.52),transparent 24rem),linear-gradient(135deg,#fff5e5,#eef5ed 62%,#e8f2f3);grid-template-columns:minmax(0,1fr) minmax(360px,460px);min-height:430px;overflow:hidden}.product-page-shell .bundle-hero{background:radial-gradient(circle at 78% 12%,rgba(232,241,245,.82),transparent 24rem),radial-gradient(circle at 16% 14%,rgba(255,221,166,.42),transparent 26rem),linear-gradient(135deg,#fff4e2,#edf5ef 62%,#e5eff2)}.product-page-shell .product-hero-side{min-height:320px;position:relative}.product-hero-photo{border-radius:8px;box-shadow:0 24px 56px rgba(31,44,36,.15);height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.product-page-shell .product-hero-image{background:rgba(255,253,248,.88);z-index:1}.product-page-shell .product-hero-image,.product-page-shell .product-hero-side .button{align-self:end;justify-self:end;max-width:270px;position:relative;transform:translate(-18px,18px)}.product-page-shell .product-hero-side .button{z-index:2}.product-benefit-grid,.product-value-strip{margin-bottom:28px}.product-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:1180px){.final-cta,.guide-showcase,.reference-workday,.value-transition{margin-left:24px;margin-right:24px}.guide-library-stage{grid-template-columns:1fr}.guide-library-stage .guide-card-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:980px){.final-cta,.guide-showcase-main,.product-guide-grid,.product-page-shell .product-hero,.reference-workday,.value-transition{grid-template-columns:1fr}}@media (max-width:860px){.value-transition{margin:0 18px 32px;padding:0}.value-transition-copy{padding:22px}.value-transition .benefit-bar{grid-template-columns:1fr}.guide-showcase{margin:0 0 32px;padding:0}.guide-showcase-main{border-left:0;border-right:0;border-radius:0;padding:28px 18px}.guide-library-stage .guide-card-row{grid-template-columns:1fr}.featured-guide-card .guide-visual{min-height:220px}.guide-library-stage .guide-card-row .guide-visual{min-height:170px}.final-cta,.reference-workday{margin-left:18px;margin-right:18px}.reference-workday{padding:28px 18px}.product-page-shell .product-hero{min-height:0}.product-page-shell .product-hero-side{min-height:280px}.product-page-shell .product-hero-image,.product-page-shell .product-hero-side .button{max-width:230px;transform:translate(-10px,12px)}}.editorial-hero{background:linear-gradient(90deg,rgba(255,247,233,.98),rgba(255,247,233,.86) 32%,rgba(255,247,233,.16) 58%,transparent),radial-gradient(circle at 16% 22%,rgba(220,238,224,.9),transparent 28rem),radial-gradient(circle at 78% 12%,rgba(255,211,145,.64),transparent 30rem),linear-gradient(135deg,#fff4e1,#f0f6ed 58%,#f2dec6);isolation:isolate;min-height:730px;overflow:hidden;padding:86px max(22px,calc((100vw - 1440px) / 2 + 44px)) 64px;position:relative}.editorial-hero:after{background:linear-gradient(180deg,transparent,hsla(39,41%,93%,.98));bottom:0;content:"";height:130px;left:0;pointer-events:none;position:absolute;right:0;z-index:-1}.editorial-hero-media{bottom:0;position:absolute;top:0;width:min(68vw,980px);z-index:-2}.editorial-hero-media:before{background:linear-gradient(90deg,rgba(255,247,233,.96),rgba(255,247,233,.72) 20%,transparent 46%),linear-gradient(180deg,transparent 56%,hsla(39,41%,93%,.9));content:"";inset:0;position:absolute;z-index:1}.editorial-hero-media img{filter:saturate(1.05) contrast(1.02);height:100%;object-fit:cover;object-position:center right;width:100%}.editorial-hero-copy{max-width:650px;position:relative;z-index:2}.editorial-hero-copy h1{color:#0c241c;font-size:clamp(3rem,6vw,5.5rem);font-weight:820;letter-spacing:0;line-height:.98;margin:22px 0}.editorial-hero-copy p{color:#40524a;max-width:580px}.editorial-hero-copy .button-row{margin-top:30px}.hero-trust-strip{align-items:center;display:flex;flex-wrap:wrap;margin-top:26px}.hero-trust-strip span{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:rgba(255,253,248,.72);border:1px solid hsla(37,22%,72%,.62);border-radius:999px;box-shadow:0 12px 28px rgba(31,44,36,.07);color:#394a43;font-size:.9rem;font-weight:780;padding:10px 13px}.onepager-kicker{color:var(--green);font-size:.76rem;font-style:normal;font-weight:850;text-transform:uppercase}.curated-guides,.editorial-value-cards,.final-cta,.product-offer-section,.reference-workday{max-width:1320px}.editorial-value-cards{display:grid;grid-gap:18px;gap:18px;grid-template-columns:1.1fr .9fr 1fr;margin:-34px auto 58px;padding:0 24px;position:relative;z-index:3}.editorial-value-cards article{background:radial-gradient(circle at 88% 8%,rgba(255,221,166,.42),transparent 38%),linear-gradient(180deg,rgba(255,253,248,.94),hsla(38,50%,94%,.9));border:1px solid hsla(37,22%,72%,.62);border-radius:8px;box-shadow:0 18px 48px rgba(31,44,36,.09);padding:22px}.editorial-value-cards p,.editorial-value-cards strong{display:block}.editorial-value-cards strong{color:var(--ink);margin-top:13px}.editorial-value-cards p{color:var(--muted);line-height:1.5;margin:8px 0 0}.curated-guides{display:grid;grid-gap:34px;grid-template-columns:minmax(240px,310px) minmax(0,1fr);margin:0 auto 62px;padding:0 24px}.curated-guides-intro{align-self:start;border-left:4px solid rgba(189,122,56,.7);padding-left:22px;position:-webkit-sticky;position:sticky;top:104px}.curated-guides-intro h2,.product-offer-heading h2{color:var(--ink);font-size:clamp(1.85rem,2.7vw,2.55rem);line-height:1.08;margin:0 0 12px}.curated-guides-intro p,.product-offer-heading p{color:var(--muted);line-height:1.58}.curated-guides-layout{display:grid;grid-gap:24px;gap:24px;grid-template-columns:minmax(360px,1.08fr) minmax(0,.92fr)}.featured-product-guide{background:linear-gradient(180deg,#fffdf8,#f5eddf);border:1px solid hsla(37,22%,72%,.64);border-radius:8px;box-shadow:0 32px 86px rgba(31,44,36,.14);display:flex;flex-direction:column}.featured-product-guide>img{aspect-ratio:1.55;display:block;filter:saturate(1.04) contrast(1.02);object-fit:cover;width:100%}.featured-product-guide-copy{padding:28px}.featured-product-guide h3{color:var(--ink);font-size:clamp(1.7rem,2.8vw,2.35rem);line-height:1.06;margin:6px 0 12px}.featured-product-guide p{color:var(--muted);line-height:1.6;margin:0}.featured-guide-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.featured-guide-meta span{background:rgba(255,253,248,.76);border:1px solid hsla(37,22%,72%,.58);border-radius:999px;color:var(--muted);font-size:.82rem;font-weight:760;padding:8px 10px}.compact-guide-list{display:grid;grid-gap:16px;gap:16px}.compact-guide-list .guide-card{display:grid;grid-template-columns:168px minmax(0,1fr);min-height:0;padding:0}.compact-guide-list .guide-card .guide-visual{grid-row:1/8;margin:0;min-height:100%}.compact-guide-list .guide-card .guide-visual img{height:100%}.compact-guide-list .guide-card>:not(.guide-visual){margin-left:18px;margin-right:18px}.compact-guide-list .guide-card-head{margin-top:18px}.compact-guide-list .guide-card h3{font-size:1.02rem;line-height:1.2;margin-bottom:6px}.compact-guide-list .guide-card .audience-line,.compact-guide-list .guide-card .meta-grid .badge{display:none}.compact-guide-list .guide-card .meta-grid{border:0;background:transparent;padding:0}.compact-guide-list .guide-card .card-actions{margin-bottom:16px;margin-top:10px}.product-offer-section{background:radial-gradient(circle at 16% 12%,rgba(255,224,178,.5),transparent 26rem),linear-gradient(135deg,#10241d,#164f3f 58%,#2c6685);border-radius:8px;color:#fff;display:grid;grid-gap:30px;gap:30px;grid-template-columns:minmax(260px,.48fr) minmax(0,1.52fr);margin:0 auto 62px;overflow:hidden;padding:42px;position:relative}.product-offer-section:before{background:linear-gradient(90deg,hsla(0,0%,100%,.08) 1px,transparent 0),linear-gradient(hsla(0,0%,100%,.06) 1px,transparent 0);background-size:36px 36px;content:"";inset:0;opacity:.28;position:absolute}.product-offer-section>*{position:relative;z-index:1}.product-offer-heading .section-kicker,.product-offer-heading h2{color:#fff}.product-offer-grid{display:grid;grid-gap:22px;gap:22px;grid-template-columns:repeat(2,minmax(0,1fr))}.product-offer-card{background:radial-gradient(circle at 84% 10%,rgba(255,224,178,.38),transparent 36%),linear-gradient(180deg,rgba(255,253,248,.98),hsla(39,53%,93%,.95));border:1px solid hsla(0,0%,100%,.45);border-radius:8px;box-shadow:0 24px 64px rgba(8,20,15,.2);color:var(--ink);display:grid;grid-gap:22px;gap:22px;grid-template-columns:minmax(150px,.72fr) minmax(0,1fr);padding:22px}.product-offer-card-featured{background:radial-gradient(circle at 18% 10%,rgba(255,224,178,.46),transparent 36%),linear-gradient(180deg,#fff7ea,#e7f0e7)}.product-offer-visual{align-self:stretch;background:rgba(255,253,248,.74);border:1px solid hsla(37,22%,72%,.54);border-radius:8px;display:grid;min-height:190px;overflow:hidden;place-items:center}.product-offer-visual img{display:block;max-width:88%;width:100%}.product-offer-card h3{font-size:1.35rem;line-height:1.14;margin:4px 0 10px}.product-offer-card p{color:#50625a;line-height:1.54;margin:0 0 16px}.subtle-status{color:#5f6f68;display:block;font-size:.84rem;margin-top:10px}.reference-workday{margin-top:0}@media (max-width:1240px){.editorial-hero{min-height:680px}.curated-guides,.final-cta,.product-offer-section,.reference-workday{margin-left:24px;margin-right:24px}.curated-guides,.curated-guides-layout,.product-offer-section{grid-template-columns:1fr}.curated-guides-intro{position:static}}@media (max-width:980px){.editorial-hero{min-height:0;padding-bottom:0}.editorial-hero-media{height:360px;margin:34px -22px 0;position:relative;width:auto}.editorial-hero-media:before{background:linear-gradient(180deg,rgba(255,247,233,.16),hsla(39,41%,93%,.92)),linear-gradient(90deg,rgba(255,247,233,.56),transparent 50%)}.compact-guide-list .guide-card,.editorial-value-cards,.product-offer-card,.product-offer-grid{grid-template-columns:1fr}.compact-guide-list .guide-card .guide-visual{grid-row:auto;min-height:190px}}@media (max-width:860px){.editorial-hero{padding:42px 18px 0}.editorial-hero-copy h1{font-size:2.55rem}.editorial-hero-copy p{font-size:1rem}.hero-trust-strip{display:grid;grid-template-columns:1fr}.editorial-value-cards{margin:24px 18px 42px;padding:0}.curated-guides{margin:0 18px 44px;padding:0}.featured-product-guide-copy,.product-offer-section{padding:24px 18px}.product-offer-section{border-radius:0;margin:0 0 44px}.product-offer-card{padding:18px}}.editorial-hero{min-height:700px}.editorial-hero-media:before{background:linear-gradient(90deg,rgba(255,247,233,.94),rgba(255,247,233,.62) 19%,transparent 43%),linear-gradient(180deg,rgba(20,36,30,.04),rgba(20,36,30,.18) 62%,hsla(39,41%,93%,.86))}.editorial-hero-media img{filter:saturate(1.14) contrast(1.08) brightness(.98);object-position:60% center}.editorial-hero-copy h1{font-size:clamp(2.8rem,5.35vw,5rem);line-height:1.01;max-width:700px}.editorial-hero-copy p{color:#33483f;max-width:550px}.editorial-hero-copy .button-row{align-items:center;gap:12px}.hero-trust-strip{gap:9px;max-width:560px}.hero-trust-strip span{background:rgba(255,253,248,.8);box-shadow:0 10px 24px rgba(31,44,36,.08)}.featured-product-guide{box-shadow:0 30px 78px rgba(31,44,36,.13)}.featured-product-guide>img{aspect-ratio:1.62;object-position:48% center}.featured-product-guide-copy{padding:30px 30px 28px}.featured-guide-meta{gap:7px}.compact-guide-list .guide-card .meta-grid span,.featured-guide-meta span{background:rgba(255,253,248,.68);border:1px solid hsla(37,22%,72%,.48);border-radius:999px;color:#617069;font-size:.8rem;font-weight:730;padding:7px 9px}.compact-guide-list{gap:18px}.compact-guide-list .guide-card{grid-template-columns:184px minmax(0,1fr);box-shadow:0 18px 42px rgba(31,44,36,.085)}.compact-guide-list .guide-card>:not(.guide-visual){margin-left:20px;margin-right:20px}.compact-guide-list .guide-card-head{margin-top:20px}.compact-guide-list .guide-card h3{font-size:1.08rem;margin-top:10px}.compact-guide-list .guide-card .meta-grid{gap:7px}.compact-guide-list .guide-card .card-actions{align-items:center;margin-bottom:20px;margin-top:16px}.compact-guide-list .guide-card .card-primary-link{min-height:38px;padding:8px 13px}.guide-visual-bessere-prompts-bueroalltag img,.guide-visual-chatgpt-bueroalltag img{object-position:42% center}.guide-visual-claude-lange-dokumente img,.guide-visual-ki-emails-kundenkommunikation img{object-position:66% center}.guide-visual-chatgpt-claude-gemini-vergleich img,.guide-visual-gemini-google-workspace img,.guide-visual-was-darf-ich-eingeben img{object-position:58% center}.guide-visual-perplexity-recherche-quellen img{object-position:46% center}.compact-guide-list .guide-card .guide-visual:after{background:linear-gradient(180deg,transparent 44%,rgba(16,36,29,.32)),linear-gradient(135deg,rgba(255,245,228,.16),transparent 48%)}.product-offer-section{box-shadow:0 30px 82px rgba(15,31,25,.2)}.product-offer-card{align-items:center;min-height:258px}.product-offer-card .small-button{width:auto}.reference-workday{box-shadow:0 22px 58px rgba(31,44,36,.09)}.final-cta{box-shadow:0 28px 78px rgba(15,31,25,.2)}@media (max-width:980px){.editorial-hero-media img{object-position:center}.compact-guide-list .guide-card{grid-template-columns:1fr}}@media (max-width:860px){.editorial-hero{padding-top:38px}.editorial-hero-copy h1{font-size:2.38rem;line-height:1.06}.editorial-hero-copy .button-row,.final-cta .button-row{width:100%}.compact-guide-list .guide-card .guide-visual{max-height:230px}.featured-product-guide>img{max-height:300px}.product-offer-card .small-button{width:100%}}:root{--home-max:1320px;--home-wide-max:1400px;--home-gutter:clamp(18px,3vw,44px)}.editorial-hero{grid-template-columns:minmax(var(--home-gutter),1fr) minmax(0,var(--home-wide-max)) minmax(var(--home-gutter),1fr)}.editorial-hero-copy{width:min(650px,48%)}.editorial-hero-media{left:max(42%,calc((100vw - var(--home-wide-max)) / 2 + 540px));right:0;width:auto}.curated-guides,.editorial-value-cards,.final-cta,.product-offer-section,.reference-workday{box-sizing:border-box;max-width:var(--home-max);width:calc(100% - (var(--home-gutter) * 2))}.curated-guides{grid-template-columns:minmax(260px,320px) minmax(0,1fr)}.curated-guides-layout{grid-template-columns:minmax(420px,.95fr) minmax(460px,1.05fr)}.compact-guide-list{grid-template-columns:minmax(0,1fr)}.compact-guide-list .guide-card{grid-template-columns:minmax(170px,200px) minmax(0,1fr)}.product-offer-section{grid-template-columns:minmax(290px,.48fr) minmax(0,1.52fr)}.reference-workday{grid-template-columns:minmax(260px,330px) minmax(0,1fr)}@media (min-width:1600px){.editorial-hero{min-height:680px}.editorial-hero-media{left:calc((100vw - var(--home-wide-max)) / 2 + 560px)}.editorial-hero-copy{width:620px}}@media (max-width:1200px){.editorial-hero{display:block;padding-left:var(--home-gutter);padding-right:var(--home-gutter)}.editorial-hero-copy{width:min(650px,58%)}.editorial-hero-media{left:46%;right:0}.curated-guides{grid-template-columns:1fr}.curated-guides-intro{max-width:760px;position:static}.curated-guides-layout{grid-template-columns:minmax(0,1fr)}.compact-guide-list{grid-template-columns:repeat(2,minmax(0,1fr))}.compact-guide-list .guide-card{grid-template-columns:1fr}.compact-guide-list .guide-card .guide-visual{grid-row:auto;min-height:190px}.final-cta,.product-offer-section,.reference-workday{grid-template-columns:1fr}}@media (max-width:980px){.editorial-hero-copy{width:100%}.editorial-hero-media{left:auto;right:auto;width:auto}.curated-guides,.editorial-value-cards,.final-cta,.product-offer-section,.reference-workday{width:calc(100% - 36px)}.compact-guide-list,.editorial-value-cards,.product-offer-grid{grid-template-columns:1fr}}@media (max-width:760px){.curated-guides,.editorial-value-cards,.final-cta,.reference-workday{width:calc(100% - 36px)}.product-offer-section{width:100%}.compact-guide-list .guide-card .guide-visual,.featured-product-guide>img{max-height:260px}.product-offer-card,.reference-workday .workday-card{min-width:0}}:root{--home-shell:1320px;--home-pad:clamp(18px,3vw,40px)}.editorial-hero{box-sizing:border-box;display:grid;grid-template-columns:minmax(var(--home-pad),1fr) minmax(0,var(--home-shell)) minmax(var(--home-pad),1fr);min-height:690px;padding-left:0;padding-right:0}.editorial-hero-copy{grid-column:2;max-width:620px;width:47%}.editorial-hero-media{left:calc(50% + 20px);max-width:820px;right:auto;width:min(50vw,820px)}.curated-guides,.editorial-value-cards,.final-cta,.product-offer-section,.reference-workday{margin-left:auto;margin-right:auto;max-width:var(--home-shell);width:min(calc(100% - (var(--home-pad) * 2)),var(--home-shell))}.curated-guides,.editorial-value-cards{padding-left:0;padding-right:0}.curated-guides{grid-template-columns:300px minmax(0,1fr)}.curated-guides-layout{grid-template-columns:minmax(440px,.96fr) minmax(500px,1.04fr)}.compact-guide-list .guide-card{grid-template-columns:190px minmax(0,1fr)}.product-offer-section{grid-template-columns:minmax(300px,.48fr) minmax(0,1.52fr)}.reference-workday{grid-template-columns:minmax(280px,330px) minmax(0,1fr)}@media (min-width:1600px){.editorial-hero-media{left:calc((100vw - var(--home-shell)) / 2 + 650px);width:760px}.editorial-hero-copy{width:610px}}@media (max-width:1200px){.editorial-hero{display:block;padding-left:var(--home-pad);padding-right:var(--home-pad)}.editorial-hero-copy{max-width:620px;width:min(620px,58%)}.editorial-hero-media{left:46%;max-width:none;right:0;width:auto}.curated-guides,.curated-guides-layout,.final-cta,.product-offer-section,.reference-workday{grid-template-columns:1fr}.compact-guide-list{grid-template-columns:repeat(2,minmax(320px,1fr))}.compact-guide-list .guide-card{grid-template-columns:1fr}.compact-guide-list .guide-card .guide-visual{grid-row:auto}}@media (max-width:980px){.editorial-hero-copy{width:100%}.editorial-hero-media{left:auto;right:auto;width:auto}.compact-guide-list,.editorial-value-cards,.product-offer-grid{grid-template-columns:1fr}}@media (max-width:760px){.curated-guides,.editorial-value-cards,.final-cta,.reference-workday{width:calc(100% - 36px)}.product-offer-section{width:100%}}:root{--trust-ink:#0b1714;--trust-green:#124f3e;--trust-blue:#235c78;--trust-copper:#9a6231;--trust-plum:#6f3f62;--trust-paper:#fffaf1;--trust-mist:#eef4ef;--trust-line:hsla(38,13%,53%,.34);--trust-shadow:0 26px 76px rgba(25,39,33,.13)}html{background:linear-gradient(180deg,#fffaf1,#f3f7f0 34%,#eef3f1)}body:before{background-image:linear-gradient(rgba(18,79,62,.045) 1px,transparent 0),linear-gradient(90deg,rgba(35,92,120,.035) 1px,transparent 0);background-size:52px 52px;-webkit-mask-image:linear-gradient(180deg,#000,transparent 54%);mask-image:linear-gradient(180deg,#000,transparent 54%)}.site-header{background:rgba(255,250,241,.88);border:1px solid hsla(38,13%,53%,.22);border-left:0;border-right:0;box-shadow:0 12px 34px rgba(25,39,33,.06);padding-left:max(22px,calc((100vw - 1320px) / 2 + 24px));padding-right:max(22px,calc((100vw - 1320px) / 2 + 24px))}.brand{color:var(--trust-ink);gap:12px}.brand-mark{background:linear-gradient(135deg,#123f34,#1e657e 54%,#8d5931);box-shadow:0 12px 28px rgba(18,79,62,.2);font-size:.78rem;height:36px;letter-spacing:0;width:36px}.brand-name{color:var(--trust-ink)}.brand-subline{color:#66756e}.site-header nav a{color:#53655d;font-weight:720}.site-header nav a:hover{background:rgba(18,79,62,.08);color:var(--trust-green)}.button{background:linear-gradient(135deg,#124f3e,#1f6680);border-color:rgba(18,79,62,.9);box-shadow:0 14px 30px rgba(18,79,62,.16)}.button:hover{background:linear-gradient(135deg,#0f4335,#1b5870);border-color:#0f4335}.button.secondary,.ghost-button{background:rgba(255,250,241,.68);border-color:rgba(18,79,62,.26);box-shadow:none;color:var(--trust-green)}.button.secondary:hover,.ghost-button:hover{background:rgba(232,242,235,.9)}.editorial-hero{background:linear-gradient(90deg,rgba(255,250,241,.98),rgba(255,250,241,.88) 27%,rgba(255,250,241,.2) 57%,transparent),radial-gradient(circle at 12% 18%,rgba(189,222,205,.82),transparent 28rem),radial-gradient(circle at 72% 8%,rgba(154,98,49,.2),transparent 32rem),linear-gradient(135deg,#fff7e9,#edf4ec 48%,#e7edf0);min-height:760px;padding-bottom:78px;padding-top:92px}.editorial-hero:before{background:linear-gradient(90deg,rgba(18,79,62,.1) 1px,transparent 0),linear-gradient(rgba(35,92,120,.08) 1px,transparent 0);background-size:44px 44px;content:"";inset:0;-webkit-mask-image:linear-gradient(90deg,#000,transparent 58%);mask-image:linear-gradient(90deg,#000,transparent 58%);opacity:.52;pointer-events:none;position:absolute;z-index:-1}.editorial-hero-media{width:min(62vw,900px)}.editorial-hero-media:before{background:linear-gradient(90deg,rgba(255,250,241,.98),rgba(255,250,241,.68) 24%,transparent 50%),linear-gradient(180deg,rgba(20,36,30,.02),rgba(20,36,30,.22) 64%,hsla(40,45%,92%,.92))}.editorial-hero-media img{filter:saturate(1.08) contrast(1.07) brightness(.97)}.editorial-hero-copy h1{color:var(--trust-ink);font-size:clamp(2.95rem,5.2vw,5.15rem);line-height:1;max-width:720px}.editorial-hero-copy p{color:#34483f;font-size:1.13rem;max-width:610px}.hero-trust-strip{max-width:650px}.hero-trust-strip span{background:rgba(255,250,241,.82);border-color:hsla(38,13%,53%,.36);color:#31443c}.editorial-value-cards{gap:20px;margin-bottom:42px}.compact-guide-list .guide-card,.editorial-value-cards article,.featured-product-guide,.product-offer-card,.workday-card{border-color:var(--trust-line)}.editorial-value-cards article{background:linear-gradient(180deg,rgba(255,253,248,.96),hsla(39,44%,94%,.92));box-shadow:var(--trust-shadow)}.benefit-icon{background:linear-gradient(135deg,rgba(18,79,62,.16),rgba(35,92,120,.13));border-color:rgba(18,79,62,.18)}.quality-ledger{background:linear-gradient(180deg,rgba(255,253,248,.92),rgba(238,244,239,.92));border:1px solid var(--trust-line);border-radius:8px;box-shadow:var(--trust-shadow);display:grid;grid-gap:28px;gap:28px;grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr);margin:0 auto 66px;max-width:1320px;overflow:hidden;padding:34px;position:relative;width:min(calc(100% - 80px),1320px)}.quality-ledger:before{background:linear-gradient(90deg,rgba(18,79,62,.08) 1px,transparent 0),linear-gradient(rgba(35,92,120,.06) 1px,transparent 0);background-size:34px 34px;content:"";inset:0;opacity:.42;pointer-events:none;position:absolute}.quality-ledger>*{position:relative;z-index:1}.quality-ledger-copy h2{color:var(--trust-ink);font-size:clamp(1.8rem,2.6vw,2.45rem);line-height:1.08;margin:0 0 14px;text-wrap:balance}.quality-ledger-copy p,.quality-ledger-note,.quality-ledger-panel p{color:#51635b;line-height:1.58}.quality-ledger-copy p{margin:0}.quality-ledger-panel{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.quality-ledger-panel article{background:rgba(255,250,241,.78);border:1px solid hsla(38,13%,53%,.3);border-radius:8px;box-shadow:0 12px 28px rgba(25,39,33,.06);padding:18px}.quality-ledger-panel span{color:var(--trust-copper);display:block;font-size:.78rem;font-weight:860;margin-bottom:8px}.quality-ledger-panel strong{color:var(--trust-ink);display:block;font-size:1.04rem;margin-bottom:7px}.quality-ledger-panel p{font-size:.92rem;margin:0}.quality-ledger-note{border-top:1px solid hsla(38,13%,53%,.3);font-size:.9rem;grid-column:1/-1;margin:0;padding-top:18px}.curated-guides{gap:42px}.curated-guides-intro{border-left-color:var(--trust-copper)}.curated-guides-intro h2,.product-offer-heading h2{color:var(--trust-ink);text-wrap:balance}.compact-guide-list .guide-card,.featured-product-guide{background:linear-gradient(180deg,#fffdf8,#f5f0e6);box-shadow:0 24px 64px rgba(25,39,33,.1)}.featured-product-guide>img,.guide-visual img,.workday-image{filter:saturate(1.06) contrast(1.04)}.card-primary-link{background:#123f34;border-color:#123f34}.card-primary-link:hover{background:#1d5d74;border-color:#1d5d74}.card-secondary-link{color:#5c4d42}.product-offer-section{background:radial-gradient(circle at 14% 12%,rgba(212,151,85,.36),transparent 28rem),radial-gradient(circle at 88% 82%,rgba(111,63,98,.22),transparent 26rem),linear-gradient(135deg,#0d241d,#144c3d 54%,#245b77);box-shadow:0 34px 92px rgba(15,31,25,.22)}.product-offer-card{background:linear-gradient(180deg,rgba(255,253,248,.98),hsla(39,43%,91%,.94))}.reference-workday{background:linear-gradient(180deg,rgba(255,253,248,.88),rgba(240,246,242,.86));border:1px solid var(--trust-line)}.final-cta{background:radial-gradient(circle at 80% 24%,rgba(212,151,85,.28),transparent 24rem),linear-gradient(135deg,#10251e,#174e40 54%,#1f5871)}.site-footer{max-width:1320px}@media (max-width:1200px){.quality-ledger{grid-template-columns:1fr;width:calc(100% - 48px)}}@media (max-width:980px){.editorial-hero{min-height:0;padding-bottom:0}.quality-ledger-panel{grid-template-columns:1fr}.quality-ledger{padding:26px 22px;width:calc(100% - 36px)}}.editorial-hero{background:linear-gradient(90deg,rgba(11,23,20,.98),rgba(14,38,31,.94) 42%,rgba(14,38,31,.36) 66%,rgba(255,250,241,.1)),radial-gradient(circle at 16% 18%,rgba(64,139,111,.34),transparent 28rem),linear-gradient(135deg,#0b1714,#123f34 52%,#f0e4d0);color:#fffaf1;min-height:790px;padding-bottom:96px;padding-top:104px}.editorial-hero:after{background:linear-gradient(180deg,transparent,rgba(11,23,20,.16) 28%,#f5f0e7);height:190px}.editorial-hero:before{background:linear-gradient(90deg,rgba(255,250,241,.08) 1px,transparent 0),linear-gradient(rgba(255,250,241,.07) 1px,transparent 0);background-size:48px 48px;-webkit-mask-image:linear-gradient(90deg,#000,transparent 62%);mask-image:linear-gradient(90deg,#000,transparent 62%);opacity:.5}.editorial-hero-media{width:min(58vw,860px)}.editorial-hero-media:before{background:linear-gradient(90deg,rgba(11,23,20,.96),rgba(11,23,20,.58) 30%,transparent 58%),linear-gradient(180deg,rgba(11,23,20,.1),rgba(11,23,20,.28) 58%,hsla(39,41%,93%,.95))}.editorial-hero-copy{max-width:720px}.editorial-hero-copy .badge{background:rgba(255,250,241,.1);border-color:rgba(255,250,241,.22);color:#f9efe1}.hero-platform-bar{align-items:center;background:rgba(255,250,241,.1);border:1px solid rgba(255,250,241,.2);border-radius:999px;color:#f7dfbd;display:inline-flex;font-size:.82rem;font-weight:820;margin-top:20px;padding:10px 14px}.editorial-hero-copy h1{font-size:clamp(3.1rem,5.55vw,5.55rem);max-width:760px;text-shadow:0 18px 58px rgba(0,0,0,.24)}.editorial-hero-copy p{font-size:1.16rem}.editorial-hero .button{color:#0b1714}.editorial-hero .button:hover{background:#f4dfbd;border-color:#f4dfbd}.editorial-hero .button.secondary{background:rgba(255,250,241,.08);border-color:rgba(255,250,241,.26)}.editorial-hero .button.secondary:hover{background:rgba(255,250,241,.16)}.hero-trust-strip span{background:rgba(255,250,241,.1);border-color:rgba(255,250,241,.2);color:rgba(255,250,241,.88)}.editorial-value-cards{margin-top:-54px}.quality-ledger{background:linear-gradient(135deg,#fffaf1,#eef6ef 58%,#e8edf0);border-top:5px solid #123f34}.quality-ledger-panel article{background:linear-gradient(180deg,#fff,#fbf5eb)}.curated-guides{background:rgba(255,250,241,.58);border:1px solid hsla(38,13%,53%,.18);border-radius:8px;box-shadow:0 20px 58px rgba(25,39,33,.07);padding:34px}.product-offer-section{border:1px solid rgba(255,250,241,.18)}@media (max-width:980px){.editorial-hero{background:linear-gradient(180deg,rgba(11,23,20,.98),rgba(14,38,31,.94) 58%,#f5f0e7);padding-bottom:40px}.editorial-hero-media{opacity:.34}}@media (max-width:760px){.site-header{align-items:flex-start;gap:14px}.editorial-hero-copy h1{font-size:2.34rem}.quality-ledger{margin-bottom:44px}}body,html{overflow-x:hidden}.editorial-hero{min-height:680px;padding-bottom:74px;padding-top:78px}.editorial-hero-copy{max-width:640px}.editorial-hero-copy h1{font-size:clamp(2.8rem,4.55vw,4.6rem);line-height:1.03;max-width:650px}.editorial-hero-copy p{font-size:1.08rem;max-width:560px}.hero-platform-bar{margin-top:16px}.editorial-value-cards{margin-top:-38px}.curated-guides{align-items:start;grid-template-columns:minmax(250px,320px) minmax(0,1fr)}.curated-guides-layout{align-items:start;grid-template-columns:minmax(360px,.9fr) minmax(420px,1.1fr)}.featured-product-guide{align-self:start}.featured-product-guide>img{max-height:320px}.compact-guide-list .guide-card{align-items:stretch}.product-offer-heading .section-kicker,.product-offer-heading h2{color:#fffaf1;text-shadow:0 10px 28px rgba(0,0,0,.22)}.product-offer-heading h2{font-size:clamp(1.65rem,2.35vw,2.2rem)}.product-offer-section{background:linear-gradient(90deg,rgba(8,28,22,.92),rgba(15,58,48,.78) 42%,rgba(31,88,113,.7)),linear-gradient(135deg,#0d241d,#144c3d 58%,#245b77)}@media (max-width:1200px){.curated-guides,.curated-guides-layout{grid-template-columns:1fr}.featured-product-guide>img{max-height:360px}}@media (max-width:980px){.editorial-hero{background:linear-gradient(180deg,rgba(11,23,20,.96),rgba(14,45,37,.94) 68%,#f5f0e7);min-height:0;padding:44px 18px 36px}.editorial-hero-media{bottom:0;height:100%;inset:0;margin:0;opacity:.18;position:absolute;right:auto;top:0;width:100%}.editorial-hero-media img{object-position:62% center}.editorial-hero-copy{max-width:none;width:100%}.editorial-hero-copy h1{font-size:clamp(2.35rem,10vw,3.15rem);max-width:560px}.editorial-hero-copy p{font-size:1rem;max-width:560px}.hero-platform-bar,.hero-trust-strip span{max-width:100%}.editorial-value-cards{margin-top:24px}.curated-guides{padding:24px 18px}}@media (max-width:760px){.site-header{padding-left:22px;padding-right:22px}.brand-subline{display:none}.editorial-hero-copy h1{font-size:2.26rem}.hero-platform-bar{border-radius:8px;line-height:1.35}.editorial-hero-copy .button-row,.hero-trust-strip{display:grid;grid-template-columns:1fr;max-width:none;width:100%}.editorial-hero-copy .button{width:100%}.curated-guides,.final-cta,.quality-ledger,.reference-workday{width:calc(100% - 36px)}.curated-guides{margin-left:auto;margin-right:auto}.curated-guides-intro{border-left-width:3px;padding-left:16px}.compact-guide-list,.curated-guides-layout,.product-offer-grid{min-width:0}.compact-guide-list .guide-card .guide-visual,.featured-product-guide>img{max-height:220px}.product-offer-section{padding:28px 18px}}.editorial-hero{background:linear-gradient(90deg,rgba(13,30,25,.96),rgba(18,61,50,.9) 45%,rgba(18,61,50,.28) 68%,rgba(255,250,241,.04)),linear-gradient(135deg,#0f211c,#184c3f 54%,#f2e7d5);min-height:640px}.editorial-hero:before{opacity:.28}.editorial-hero-copy h1{font-size:clamp(2.65rem,4.1vw,4.15rem);max-width:600px}.editorial-hero-copy p{max-width:540px}.hero-platform-bar{background:rgba(255,250,241,.08)}.hero-trust-strip{max-width:540px}.hero-trust-strip span{padding:9px 12px}.curated-guides{background:linear-gradient(180deg,rgba(255,253,248,.82),rgba(245,248,244,.9));gap:34px;overflow:visible}.curated-guides-intro h2{font-size:clamp(1.9rem,2.35vw,2.35rem);line-height:1.09}.curated-guides-layout{gap:22px;grid-template-columns:minmax(330px,.78fr) minmax(390px,1.22fr);min-width:0}.featured-product-guide{min-width:0;overflow:hidden}.featured-product-guide>img{aspect-ratio:1.72;max-height:260px}.featured-product-guide-copy{padding:24px 26px 26px}.featured-product-guide h3{font-size:clamp(1.55rem,2.05vw,2rem);-webkit-hyphens:auto;hyphens:auto;letter-spacing:0;line-height:1.12;overflow-wrap:anywhere;word-break:normal}.featured-product-guide p{font-size:.98rem}.compact-guide-list .guide-card .meta-grid span,.featured-guide-meta span{white-space:normal}.compact-guide-list{gap:14px}.compact-guide-list .guide-card{background:linear-gradient(180deg,#fffdf8,#f8f3ea);display:block;min-width:0;padding:22px}.compact-guide-list .guide-card .guide-visual{display:none}.compact-guide-list .guide-card>:not(.guide-visual){margin-left:0;margin-right:0}.compact-guide-list .guide-card-head{margin-top:0}.compact-guide-list .guide-card h3,.guide-card h3{-webkit-hyphens:auto;hyphens:auto;overflow-wrap:anywhere;word-break:normal}.compact-guide-list .guide-card h3{font-size:1.14rem;line-height:1.22}.compact-guide-list .guide-card p{font-size:.94rem;line-height:1.5}.compact-guide-list .guide-card .meta-grid{margin-top:16px}.compact-guide-list .guide-card .card-actions{border-top:1px solid hsla(38,13%,53%,.28);margin-bottom:0;padding-top:16px}.button,.card-primary-link{border-radius:7px}.final-cta,.product-offer-section{background:linear-gradient(135deg,#10251f,#185144 62%,#245b77)}@media (max-width:1200px){.curated-guides-layout{grid-template-columns:minmax(0,1fr)}.compact-guide-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:980px){.editorial-hero{padding-top:38px}.curated-guides-intro h2{font-size:2rem}}@media (max-width:760px){.editorial-hero-copy h1{font-size:2.05rem;line-height:1.08}.editorial-hero-copy p{line-height:1.55}.compact-guide-list{grid-template-columns:1fr}.compact-guide-list .guide-card{padding:20px}}body:has(.print-shell) .site-footer,body:has(.print-shell) .site-header{display:none}body:has(.print-shell){background:#f5f1e9}.freebie-hero-actions{align-items:center;margin-top:24px}.freebie-bundle-link{align-items:center;display:inline-flex;min-height:44px}.freebie-hero-note{color:#617069;margin:14px 0 0;max-width:620px}.editorial-hero{min-height:560px;padding-bottom:58px;padding-top:70px}.editorial-hero-copy{max-width:600px}.editorial-hero-copy h1{font-size:clamp(2.55rem,3.8vw,3.9rem);max-width:560px}.editorial-hero-copy p{font-size:1.04rem;line-height:1.62;max-width:500px}.hero-platform-bar{border-radius:7px;margin-top:14px;padding:9px 12px}.hero-trust-strip{gap:10px;margin-top:22px;max-width:440px}.hero-trust-strip span{border-radius:7px;font-size:.86rem}.editorial-value-cards{gap:12px;margin-bottom:28px;margin-top:-30px}.editorial-value-cards article{align-items:center;box-shadow:0 12px 32px rgba(25,39,33,.07);display:grid;grid-gap:8px 13px;gap:8px 13px;grid-template-columns:auto 1fr;padding:18px}.editorial-value-cards .benefit-icon{grid-row:span 2;height:42px;width:42px}.editorial-value-cards strong{font-size:1rem;margin:0}.editorial-value-cards p{font-size:.9rem;line-height:1.42;margin:0}.quality-ledger{box-shadow:0 18px 50px rgba(25,39,33,.08);gap:22px;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);margin-bottom:48px;padding:28px}.quality-ledger-copy h2{font-size:clamp(1.55rem,2.2vw,2.05rem)}.quality-ledger-copy p{font-size:.98rem;line-height:1.55;max-width:380px}.quality-ledger-panel{grid-template-columns:repeat(3,minmax(0,1fr))}.quality-ledger-panel article{padding:16px}.quality-ledger-panel strong{font-size:.98rem}.quality-ledger-panel p{font-size:.88rem;line-height:1.5}.quality-ledger-note{font-size:.86rem;padding-top:14px}.curated-guides{gap:28px;margin-bottom:52px;padding:28px}.curated-guides-intro{border-left-width:3px;padding-left:18px}.curated-guides-intro h2{font-size:clamp(1.65rem,2.05vw,2rem)}.curated-guides-intro p{font-size:.98rem;line-height:1.55}.curated-guides-layout{gap:18px;grid-template-columns:minmax(310px,.72fr) minmax(390px,1.28fr)}.featured-product-guide>img{max-height:230px}.featured-product-guide-copy{padding:22px 24px 24px}.featured-product-guide h3{font-size:clamp(1.42rem,1.75vw,1.8rem)}.compact-guide-list .guide-card p,.featured-product-guide p{color:#53635d}.compact-guide-list{gap:10px}.compact-guide-list .guide-card{box-shadow:0 10px 28px rgba(25,39,33,.06);padding:18px}.compact-guide-list .guide-card .audience-line,.compact-guide-list .guide-card .card-topline{display:none}.compact-guide-list .guide-card h3{font-size:1.05rem;margin-top:12px}.compact-guide-list .guide-card p{font-size:.9rem;line-height:1.45}.compact-guide-list .guide-card .meta-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.compact-guide-list .guide-card .card-actions{margin-top:14px;padding-top:14px}.final-cta,.product-offer-section,.reference-workday{margin-bottom:52px}.product-offer-section{padding:34px}.product-offer-heading h2{max-width:560px}.workday-intro{max-width:440px}.workday-intro h2{font-size:clamp(1.65rem,2.2vw,2.1rem)}.workday-intro p{font-size:.98rem}.reference-workday .workday-grid{gap:16px}.reference-workday .workday-card{box-shadow:0 12px 34px rgba(25,39,33,.07)}.final-cta{padding-bottom:40px;padding-top:40px}.final-cta h2{font-size:clamp(1.7rem,2.4vw,2.25rem)}.final-cta p{max-width:560px}@media (max-width:1200px){.curated-guides,.curated-guides-layout,.quality-ledger{grid-template-columns:1fr}.quality-ledger-panel{grid-template-columns:repeat(3,minmax(0,1fr))}.compact-guide-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:980px){.editorial-hero{padding-bottom:34px;padding-top:40px}.editorial-value-cards{margin-top:20px}.compact-guide-list,.quality-ledger-panel{grid-template-columns:1fr}}@media (max-width:760px){.editorial-hero-copy h1{font-size:2rem}.editorial-hero-copy p{font-size:.98rem}.hero-platform-bar,.hero-trust-strip span{font-size:.82rem}.editorial-value-cards,.hero-trust-strip{grid-template-columns:1fr}.curated-guides,.final-cta,.product-offer-section,.quality-ledger,.reference-workday{margin-bottom:34px;padding-left:18px;padding-right:18px;width:calc(100% - 32px)}.curated-guides,.quality-ledger{padding-bottom:22px;padding-top:22px}.featured-product-guide-copy{padding:20px}.featured-product-guide h3{font-size:1.32rem}.workday-grid{grid-template-columns:1fr}}.freebie-product-caption{align-self:end;background:rgba(255,253,248,.92);border:1px solid hsla(37,22%,72%,.68);border-radius:8px;box-shadow:0 18px 44px rgba(31,44,36,.13);display:grid;grid-gap:5px;gap:5px;justify-self:end;max-width:270px;padding:14px 16px;position:relative;transform:translate(-18px,18px);z-index:2}.freebie-product-caption strong{color:var(--ink)}.freebie-product-caption span{color:var(--muted);font-size:.9rem;line-height:1.45}.print-shell{max-width:960px;padding:34px 24px}.print-onepager{background:linear-gradient(180deg,#fffefd,#fbfaf5);border-color:hsla(40,19%,66%,.82);box-shadow:0 28px 82px rgba(31,44,36,.12);color:#111b17;padding:34px}.print-badge-row{margin-top:14px}.print-subtitle{color:#405149;font-size:1.04rem;line-height:1.55;margin:0;max-width:780px}.print-meta{background:#f7f3ea;border-color:hsla(40,19%,66%,.86)}.print-footer span,.print-meta span{display:block}.print-meta strong{display:block;margin-bottom:5px}.print-main-grid{align-items:start}.print-prompt-block{grid-row:span 2}.print-prompt-list{display:grid;grid-gap:8px;gap:8px}.print-prompt-list p{background:#fff;border:1px solid rgba(189,203,193,.86);border-left:4px solid var(--green);border-radius:6px;color:#24342d;line-height:1.45;margin:0;padding:10px 11px}.print-prompt-list span{color:var(--green);display:block;font-size:.72rem;font-weight:800;margin-bottom:4px;text-transform:uppercase}.print-check-note{font-size:.92rem}.print-footer{display:grid;grid-gap:5px;gap:5px}@media (max-width:860px){.freebie-product-caption{max-width:230px;transform:translate(-10px,12px)}}.site-header{max-width:none;padding-left:max(22px,calc((100vw - var(--home-wide-max, 1400px)) / 2 + 44px));padding-right:max(22px,calc((100vw - var(--home-wide-max, 1400px)) / 2 + 44px))}.brand{color:#10251f}.brand-mark{background:linear-gradient(135deg,#184c3f,#1f5d86);box-shadow:0 12px 24px rgba(24,76,63,.2)}.brand-name{letter-spacing:0}.site-header nav{background:rgba(255,253,248,.78);border:1px solid hsla(37,22%,72%,.58);border-radius:999px;box-shadow:0 12px 30px rgba(31,44,36,.06);padding:4px}.site-header nav a{border-radius:999px;padding-left:16px;padding-right:16px}.editorial-hero{background:linear-gradient(90deg,rgba(12,30,25,.96),rgba(17,59,49,.9) 44%,rgba(17,59,49,.35) 68%,hsla(39,41%,93%,.08)),linear-gradient(135deg,#0f211c,#174b3d 54%,#f0e1c8);min-height:610px;padding-top:68px}.editorial-hero:before{opacity:.18}.editorial-hero-media{left:max(48%,calc((100vw - var(--home-wide-max, 1400px)) / 2 + 650px))}.editorial-hero-media:before{background:linear-gradient(90deg,rgba(12,30,25,.98),rgba(12,30,25,.58) 32%,transparent 66%),linear-gradient(180deg,rgba(12,30,25,.04),rgba(12,30,25,.2) 58%,hsla(39,41%,93%,.9))}.editorial-hero-copy{max-width:690px;width:min(690px,52%)}.editorial-hero-copy h1{color:#fffaf1;font-size:clamp(2.6rem,4.25vw,4.35rem);line-height:1.04;max-width:680px;text-wrap:balance}.editorial-hero-copy p{color:rgba(255,250,241,.84);max-width:590px}.editorial-hero-copy .badge,.hero-platform-bar,.hero-trust-strip span{background:rgba(255,250,241,.1);border-color:rgba(255,250,241,.22);color:rgba(255,250,241,.9)}.editorial-hero .button{background:#fffaf1;border-color:#fffaf1;color:#10251f}.editorial-hero .button.secondary{background:rgba(255,250,241,.09);border-color:rgba(255,250,241,.28);color:#fffaf1}.editorial-value-cards{margin-top:-36px}.compact-guide-list .guide-card,.curated-guides,.editorial-value-cards article,.featured-product-guide,.product-offer-card,.quality-ledger,.reference-workday .workday-card{border-color:rgba(182,195,185,.76)}.quality-ledger{background:linear-gradient(135deg,#fffdf8,#eef6ef 56%,#e7eef2);border-top:4px solid #184c3f}.quality-ledger-panel article{box-shadow:none}.curated-guides{background:linear-gradient(180deg,rgba(255,253,248,.94),rgba(247,250,246,.96));box-shadow:0 22px 58px rgba(25,39,33,.08)}.curated-guides-intro{border-left-color:#1f5d86}.featured-product-guide>img{background:radial-gradient(circle at 20% 12%,rgba(31,93,134,.14),transparent 34%),linear-gradient(135deg,#fffdf8,#eef6ef);filter:saturate(.98) contrast(1.03);object-fit:contain;padding:24px}.compact-guide-list .guide-card{background:linear-gradient(180deg,#fffefd,#f8fbf8)}.final-cta,.product-offer-section{background:linear-gradient(135deg,#10251f,#185144 58%,#245b77)}.product-offer-card{box-shadow:0 20px 52px rgba(8,20,15,.18)}.reference-workday{background:linear-gradient(180deg,rgba(255,253,248,.82),rgba(248,251,248,.94))}@media (max-width:980px){.site-header{padding-left:18px;padding-right:18px}.editorial-hero{background:linear-gradient(180deg,rgba(12,30,25,.97),rgba(18,70,58,.94) 72%,#f5f0e7);padding-bottom:38px;padding-top:40px}.editorial-hero-media{inset:0;opacity:.18;position:absolute;width:auto}.editorial-hero-copy{max-width:none;width:100%}.editorial-hero-copy h1{max-width:620px}.editorial-value-cards{margin-top:24px}}@media (max-width:760px){.site-header{align-items:stretch}.site-header nav{border-radius:8px;display:grid;grid-gap:4px;gap:4px;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.site-header nav a{justify-content:center;min-width:0;padding-left:8px;padding-right:8px;text-align:center}.editorial-hero-copy h1{font-size:2.12rem}.editorial-hero-copy .button-row,.hero-trust-strip{width:100%}.quality-ledger-panel{grid-template-columns:1fr}}@media print{.button,.guide-detail-visual,.hero-grid-lines,.hero-visual-wrap,.offer-image,.product-hero-image,.product-hero-visual,.site-footer,.site-header,.work-scene-card,.workday-image,.workday-section,nav{display:none!important}body,body:has(.print-shell),html{background:#fff}.page-section:before,body:before{display:none!important}.page-section,.print-shell,main{margin:0;max-width:none;padding:0}.guide-detail,.print-sheet{border:0;box-shadow:none;padding:0}.print-onepager{background:#fff;color:#111}.print-brandline{font-size:8.5pt;margin-bottom:6pt;padding-bottom:5pt}.print-badge-row{gap:4pt;margin-top:6pt}.badge{border-radius:999px;font-size:7.4pt;padding:3.5pt 5pt}.print-header h1{font-size:20pt;line-height:1.05;margin:6pt 0 4pt}.print-subtitle{font-size:9pt;line-height:1.28}.detail-section p,.lead,.print-footer,.print-meta,.print-prompt-list p,li{font-size:8.2pt;line-height:1.22}.print-meta{gap:4pt;grid-template-columns:repeat(3,minmax(0,1fr));margin:7pt 0;padding:6pt}.print-grid{gap:6pt;grid-template-columns:repeat(2,minmax(0,1fr))}.compact-notice,.print-block{page-break-inside:avoid;break-inside:avoid;padding:6pt}.print-block h2{font-size:9.4pt;margin-bottom:4pt}.print-prompt-list{gap:4pt}.print-prompt-list p{border-left-width:3pt;padding:5pt}.print-prompt-list span{font-size:6.8pt;margin-bottom:2pt}li+li{margin-top:2.5pt}ol,ul{padding-left:13pt}.print-check-note{font-size:7.8pt;line-height:1.22;margin:6pt 0}.print-footer{font-size:7.6pt;gap:2pt;margin-top:6pt;padding-top:5pt}@page{margin:9mm;size:A4}}