.wrapper{min-height:100vh;padding:0 16px}.container{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:800px;margin:auto}.guides-section{width:100%;padding:2rem 1.5rem;background-color:var(--color-white,#ffffff);border-radius:8px}.guides-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:0}.guides-section h2{font-size:2rem;font-weight:600;color:var(--foreground,#111);margin:0 0 2rem;flex:1 1;position:relative}.guides-section h2:after{content:"";position:absolute;bottom:-.5rem;left:0;width:3rem;height:3px;background:var(--color-primary,#3dcc85);border-radius:2px}.guides-share-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background-color:var(--color-primary,#3dcc85);color:var(--color-white,#ffffff);border:none;border-radius:6px;cursor:pointer;transition:all .2s ease}.guides-share-button:hover{background-color:var(--color-accent,#0a6638);transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.15)}.guides-share-button:active{transform:translateY(0)}.guides-share-button svg{width:20px;height:20px}.guides-divider{display:none}.guides-preamble{font-size:1rem;line-height:1.6;color:var(--foreground,#333);margin:0 0 2rem}.guides-group{margin-bottom:3rem}.guides-group:last-child{margin-bottom:0}.guides-group__title{font-size:1.5rem;font-weight:600;color:var(--foreground,#111);margin:0 0 .75rem}.guides-group__divider{border:none;border-top:1px solid var(--color-primary,#3dcc85);width:3rem;margin:0 0 1.5rem;opacity:.6}.guides-group__learn-more-wrapper{display:flex;justify-content:center;margin-top:1.5rem}.guides-group__learn-more{max-width:300px;text-decoration:none;white-space:nowrap;display:inline-flex;align-items:center;gap:.5rem}.guides-group__learn-more-icon{font-size:1rem}.guides-list{display:flex;flex-wrap:wrap;gap:1rem;width:100%}.guide-row{aspect-ratio:210/297;width:calc(25% - .75rem);min-width:150px;background-color:#EDEEF0;text-decoration:none;color:inherit}.guide-row,.guide-row__icon-container{display:flex;padding:.5rem;border-radius:8px}.guide-row__icon-container{width:100%;height:100%;align-items:center;justify-content:center;background-color:var(--color-white,#ffffff);transition:all .2s ease}.guide-row:hover .guide-row__icon-container{box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translateY(-2px)}.guide-row__icon{width:100%;height:100%;object-fit:cover;border-radius:4px}.guide-row__pdf-preview{width:100%;height:100%;border-radius:4px;overflow:hidden;background-color:var(--color-white,#ffffff)}.guide-row__pdf-iframe{width:100%;height:100%;border:none;pointer-events:none}.guide-row__content{flex:1 1;display:flex;flex-direction:column;gap:.5rem}.guide-row__title{font-size:1.1rem;font-weight:600;color:var(--foreground,#111);margin:0;line-height:1.3}.guide-row__subtitle{font-size:.9rem;color:var(--foreground,#666);margin:0;line-height:1.4}@media (max-width:600px){.wrapper{padding:0 8px}.container{gap:8px}.guides-section{padding:1.5rem 1rem}.guides-header{flex-direction:column;align-items:flex-start}.guides-share-button{width:100%;justify-content:center}.guide-row{width:calc(50% - .5rem);min-width:120px;padding:.5rem}.guide-row__title{font-size:1.125rem}.guide-row__subtitle{font-size:.9rem}}