*{margin:0;padding:0;box-sizing:border-box}:root{--midnight:#0c1222;--slate:#1e293b;--slate-light:#334155;--ice:#f1f5f9;--white:#ffffff;--snow:#f8fafc;--blue:#3b82f6;--blue-dark:#2563eb;--blue-dim:rgba(59,130,246,.08);--emerald:#059669;--amber-tag:#d97706;--ink:#0f172a;--body:#475569;--muted:#94a3b8}html{scroll-behavior:smooth}body{font-family:IBM Plex Sans,sans-serif;background:var(--white);color:var(--ink);overflow-x:hidden}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 4rem;display:flex;justify-content:space-between;align-items:center;background:#fffffff2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--ice)}.logo{font-family:Newsreader,serif;font-size:1.25rem;font-weight:600;color:var(--ink);text-decoration:none;display:block}.logo span{color:var(--blue)}.nav-r{display:flex;gap:2rem;align-items:center}.nav-r a{color:var(--body);text-decoration:none;font-size:.83rem;font-weight:400;transition:color .3s}.nav-r a:hover{color:var(--blue)}.hero{padding:10rem 4rem 6rem;text-align:center;background:#faf8f5;position:relative}.hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.7' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='60' height='60' filter='url(%23n)' opacity='.02'/%3E%3C/svg%3E"),linear-gradient(180deg,#faf8f5,#f5f0ea);pointer-events:none}.hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#d4c5a9 30%,#d4c5a9 70%,transparent);opacity:.35}.hero h1{font-family:Newsreader,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;line-height:1.2;color:var(--ink);margin-bottom:1.5rem;position:relative;z-index:1}.hero h1 em{font-style:italic;color:#7c6a4f}.hero-sub{font-size:1.1rem;line-height:1.8;color:var(--body);max-width:620px;margin:0 auto 3rem;font-weight:300;position:relative;z-index:1}.hero-search{max-width:550px;margin:0 auto;display:flex;border:1px solid #ddd5c8;background:var(--white);box-shadow:0 2px 12px #8c78500f;transition:all .3s;position:relative;z-index:1}.hero-search:focus-within{border-color:var(--blue);box-shadow:0 4px 24px #3b82f614}.hero-search input{flex:1;padding:1rem 1.5rem;border:none;outline:none;font-family:IBM Plex Sans,sans-serif;font-size:1rem;color:var(--ink);background:transparent}.hero-search input::placeholder{color:var(--muted)}.hero-search button{padding:1rem 2rem;background:var(--blue);color:#fff;border:none;font-family:IBM Plex Sans,sans-serif;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .3s}.hero-search button:hover{background:var(--blue-dark)}.hero-tags{display:flex;gap:.6rem;justify-content:center;margin-top:1.5rem;flex-wrap:wrap;position:relative;z-index:1}.hero-tags span{padding:.35rem .8rem;font-size:.75rem;color:#6b5e4b;background:#d4c5a92e;cursor:pointer;transition:all .3s;font-weight:400;border:1px solid rgba(212,197,169,.15)}.hero-tags span:hover,.hero-tags span.active{background:var(--blue-dim);color:var(--blue)}.guides{padding:5rem 4rem}.sect-label{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--blue);margin-bottom:.8rem;font-weight:600}.sect-title{font-family:Newsreader,serif;font-size:2.2rem;font-weight:400;color:var(--ink);margin-bottom:.5rem}.sect-desc{color:var(--body);font-size:.95rem;line-height:1.7;margin-bottom:3rem;font-weight:300}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.guide-card{padding:2rem;border:1px solid var(--ice);background:var(--white);transition:all .3s;cursor:pointer;position:relative;overflow:hidden;text-decoration:none;color:inherit;display:block}.guide-card:hover{box-shadow:0 8px 30px #0000000d;transform:translateY(-3px);border-color:transparent}.guide-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--blue);transform:scaleX(0);transition:transform .3s}.guide-card:hover:after{transform:scaleX(1)}.guide-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--blue-dim);color:var(--blue);font-size:1.2rem;margin-bottom:1.2rem;border-radius:8px;font-weight:700}.guide-card h3{font-family:Newsreader,serif;font-size:1.2rem;font-weight:600;color:var(--ink);margin-bottom:.5rem}.guide-card p{font-size:.83rem;color:var(--muted);line-height:1.6;margin-bottom:1rem}.guide-meta{display:flex;gap:1rem;font-size:.72rem;color:var(--muted)}.guide-meta span{display:flex;align-items:center;gap:.3rem}.tag{display:inline-block;padding:.2rem .5rem;font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;font-weight:500}.tag-guide{background:var(--blue-dim);color:var(--blue)}.tag-tool{background:#05966914;color:var(--emerald)}.tag-template{background:#d9770614;color:var(--amber-tag)}.tag-soon{background:#94a3b81a;color:var(--muted);font-style:italic}.bottom{padding:6rem 4rem;text-align:center;background:var(--snow);border-top:1px solid var(--ice)}.bottom h2{font-family:Newsreader,serif;font-size:2.2rem;font-weight:400;color:var(--ink);margin-bottom:1rem}.bottom p{color:var(--body);max-width:500px;margin:0 auto 2rem;line-height:1.7}.email-capture{max-width:420px;margin:0 auto;display:flex;gap:.5rem}.email-capture input{flex:1;padding:.8rem 1.2rem;border:1px solid var(--ice);background:#fff;font-family:IBM Plex Sans,sans-serif;font-size:.9rem;outline:none}.email-capture input:focus{border-color:var(--blue)}.email-capture button{padding:.8rem 1.5rem;background:var(--blue);color:#fff;border:none;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .3s;font-family:IBM Plex Sans,sans-serif}.email-capture button:hover{background:var(--blue-dark)}footer{padding:2.5rem 4rem;border-top:1px solid var(--ice);display:flex;justify-content:space-between}footer p,footer a{color:var(--muted);font-size:.8rem;text-decoration:none}footer a:hover{color:var(--blue)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero>*{animation:fadeIn .6s ease-out both}.hero h1{animation-delay:.1s}.hero-sub{animation-delay:.2s}.hero-search{animation-delay:.35s}.hero-tags{animation-delay:.45s}.guide-page{padding:5rem 4rem 3rem;min-height:100vh}.guide-page-back{display:inline-flex;align-items:center;gap:.4rem;color:var(--blue);font-size:.85rem;text-decoration:none;margin-bottom:2rem;font-weight:500;transition:opacity .3s}.guide-page-back:hover{opacity:.7}.modal-overlay{position:fixed;inset:0;background:#0c1222b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:200;animation:fadeIn .3s ease-out}.modal-card{background:var(--white);max-width:520px;width:90%;padding:3rem;position:relative;max-height:90vh;overflow-y:auto}.modal-card h2{font-family:Newsreader,serif;font-size:1.6rem;font-weight:500;color:var(--ink);margin-bottom:.5rem}.modal-card p.modal-sub{color:var(--body);font-size:.9rem;line-height:1.6;margin-bottom:2rem}.modal-steps{display:flex;gap:.5rem;margin-bottom:2rem}.modal-step{flex:1;height:4px;background:var(--ice);transition:background .3s}.modal-step.active{background:var(--blue)}.modal-step.done{background:var(--emerald)}.form-group{margin-bottom:1.2rem}.form-group label{display:block;font-size:.8rem;font-weight:500;color:var(--ink);margin-bottom:.4rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.7rem 1rem;border:1px solid var(--ice);font-family:IBM Plex Sans,sans-serif;font-size:.9rem;color:var(--ink);outline:none;background:var(--white);transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--blue)}.form-group textarea{resize:vertical;min-height:60px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-toggle{display:flex;gap:1rem;margin-top:.4rem}.form-toggle button{padding:.5rem 1.2rem;border:1px solid var(--ice);background:var(--white);font-family:IBM Plex Sans,sans-serif;font-size:.85rem;color:var(--body);cursor:pointer;transition:all .3s}.form-toggle button.selected{border-color:var(--blue);background:var(--blue-dim);color:var(--blue);font-weight:500}.btn-primary{width:100%;padding:.9rem;background:var(--blue);color:#fff;border:none;font-family:IBM Plex Sans,sans-serif;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .3s;margin-top:1rem}.btn-primary:hover{background:var(--blue-dark)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-back{background:none;border:none;color:var(--muted);font-size:.85rem;cursor:pointer;margin-top:.8rem;font-family:IBM Plex Sans,sans-serif}.btn-back:hover{color:var(--blue)}@keyframes deckExpand{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){nav{padding:1rem 1.5rem}.nav-r{display:none}.hero{padding:7rem 1.5rem 4rem}.guides,.bottom{padding:3rem 1.5rem}.guide-grid{grid-template-columns:1fr}.email-capture{flex-direction:column}.guide-page{padding:5rem 1.5rem 2rem}.modal-card{padding:2rem}.form-row{grid-template-columns:1fr}footer{flex-direction:column;gap:.5rem;padding:2rem 1.5rem}}
