.guides-wrapper{background:var(--bg,#fff);color:var(--ink,#0f0f0d);font-family:var(--font-main), var(--font), sans-serif;min-height:100vh;overflow-x:hidden}.guides-kicker{color:var(--blue,#2d5af7);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:1.1rem;font-weight:800;display:block}.guides-scroll-section{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:1000px;min-height:85vh;margin:0 auto;padding:4rem 2rem;display:flex}.guides-massive-text{letter-spacing:-.04em;color:var(--ink,#0f0f0d);margin-bottom:2rem;font-size:clamp(3rem,8vw,6.5rem);font-weight:900;line-height:1.05}.guides-traveling-dot{font-weight:900;display:inline-block}.guides-scroll-content-wrap{z-index:10;background:var(--bg,#fff);border-radius:40px;padding:3rem 4rem;display:inline-block;position:relative}.guides-massive-text.muted{color:var(--muted,#888880)}.guides-massive-text .highlight{color:var(--blue,#2d5af7)}.guides-subtext{color:var(--muted,#888880);max-width:700px;margin:0 auto;font-size:clamp(1.2rem,3vw,1.6rem);font-weight:500;line-height:1.5}.guides-cta-section{text-align:center;background:var(--ink,#0f0f0d);color:#fff;border-radius:40px;flex-direction:column;justify-content:center;align-items:center;min-height:80vh;margin:2rem;padding:6rem 2rem;display:flex}.guides-cta-h2{letter-spacing:-.04em;margin-bottom:1.5rem;font-size:clamp(3rem,7vw,5rem);font-weight:900;line-height:1.05}.guides-cta-p{color:#a0a09a;max-width:500px;margin-bottom:3rem;font-size:clamp(1.1rem,2vw,1.4rem)}.guides-btn-group{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.guides-btn-primary{color:var(--ink,#0f0f0d);background:#fff;border-radius:100px;padding:1.2rem 2.5rem;font-size:1.1rem;font-weight:800;text-decoration:none;transition:transform .2s,background-color .2s,color .2s}.guides-btn-primary:hover{background-color:var(--accent-pink,#ff82d1);color:var(--ink,#0f0f0d);transform:scale(.97)}.guides-btn-secondary{color:#fff;background:0 0;border:2px solid #fff3;border-radius:100px;padding:1.2rem 2.5rem;font-size:1.1rem;font-weight:800;text-decoration:none;transition:border-color .2s}.guides-btn-secondary:hover{border-color:#fff}@media (max-width:480px){.guides-scroll-content-wrap{padding:2rem 1.25rem}.guides-cta-section{border-radius:24px;margin:.75rem;padding:4rem 1.25rem}.guides-scroll-section{padding:3rem 1.25rem}}.fade-in-up{animation:1s cubic-bezier(.16,1,.3,1) forwards guidesFadeUp}@keyframes guidesFadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}
