.guide-page{--bg-color:#fbfbfd;--text-main:#1d1d1f;--text-secondary:#86868b;--accent-color:#0071e3;background-color:var(--bg-color);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden;min-height:100vh}.text-gradient{background:linear-gradient(90deg,#0071e3,#5856d6,#af52de);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.guide-nav{position:fixed;top:0;width:100%;padding:20px 0;background:rgba(251,251,253,.8);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:1000;text-align:center;border-bottom:1px solid rgba(0,0,0,.05)}.guide-nav span{font-size:14px;font-weight:600;letter-spacing:.05em;color:var(--text-main);opacity:.8}.guide-hero{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 20px;background:linear-gradient(180deg,#f5f5f7,#ffffff);position:relative}.guide-hero-title{font-size:clamp(48px,8vw,96px);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:24px;max-width:1200px;color:var(--text-main)}.guide-hero-desc{font-size:clamp(20px,4vw,28px);color:var(--text-secondary);font-weight:500;max-width:700px;margin-top:20px}.guide-scroll-indicator{position:absolute;bottom:40px;font-size:12px;color:var(--text-secondary);animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.guide-container{max-width:1080px;margin:0 auto;padding:100px 24px;background:var(--bg-color)}.guide-section-header{margin-bottom:120px;text-align:center}.guide-section-header h2{font-size:48px;font-weight:700;margin-bottom:16px;color:var(--text-main)}.guide-section-subtitle{color:var(--text-secondary);font-size:24px}.guide-step-row{display:flex;align-items:center;justify-content:space-between;gap:80px;margin-bottom:200px}.guide-step-row.reverse{flex-direction:row-reverse}.guide-step-text{flex:1 1;min-width:300px}.guide-step-number{font-size:16px;font-weight:700;color:var(--accent-color);text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px;display:block}.guide-step-title{font-size:48px;font-weight:700;margin-bottom:24px;line-height:1.2;color:var(--text-main)}.guide-step-desc{font-size:20px;color:#424245;line-height:1.6;margin-bottom:24px}.guide-step-note{background:rgba(255,59,48,.08);border-left:4px solid #ff3b30;padding:16px 20px;border-radius:0 12px 12px 0;color:#d63031;font-size:15px;line-height:1.5}.guide-step-image-wrapper{flex:1.2 1;height:500px;border-radius:32px;overflow:hidden;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.1)}.guide-step-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.guide-step-row:hover .guide-step-image{transform:scale(1.03)}.guide-culture-section{padding:100px 0 200px;background:#f5f5f7}.guide-culture-section .guide-section-header{margin-bottom:60px}.guide-culture-section .guide-section-subtitle{font-size:20px}.guide-culture-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px;max-width:1200px;margin:0 auto;padding:0 24px}.guide-culture-card{background:#ffffff;border-radius:24px;padding:40px;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;justify-content:flex-start;box-shadow:0 4px 20px rgba(0,0,0,.04)}.guide-culture-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.1)}.guide-culture-icon{font-size:32px;margin-bottom:24px}.guide-culture-title{font-size:24px;font-weight:700;margin-bottom:16px;color:var(--text-main)}.guide-culture-desc{font-size:17px;color:#424245;line-height:1.6}.guide-footer{padding:60px 24px;text-align:center;color:var(--text-secondary);font-size:14px;border-top:1px solid #e5e5e5;background:var(--bg-color)}@media (max-width:1024px){.guide-culture-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:960px){.guide-step-row{flex-direction:column!important;gap:40px;margin-bottom:120px;text-align:left}.guide-step-image-wrapper{width:100%;height:300px}.guide-step-title{font-size:36px}.guide-hero-title{font-size:56px}.guide-section-header h2{font-size:36px}.guide-section-subtitle{font-size:18px}}@media (max-width:768px){.guide-culture-grid{grid-template-columns:1fr}.guide-container{padding:60px 16px}.guide-section-header{margin-bottom:60px}.guide-step-row{margin-bottom:80px}.guide-culture-section{padding:60px 0 100px}}@media (max-width:480px){.guide-hero-title{font-size:40px}.guide-hero-desc{font-size:18px}.guide-step-title{font-size:28px}.guide-step-desc{font-size:17px}.guide-culture-card{padding:28px}.guide-culture-title{font-size:20px}.guide-culture-desc{font-size:15px}}