.how-to-book-page{padding:120px 0 80px;background:transparent;color:var(--text-main);min-height:100vh;position:relative}.how-to-book-page:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:1000px;height:500px;background:radial-gradient(circle at 50% 0,var(--glow-red),transparent 70%);pointer-events:none}.how-header{text-align:center;margin-bottom:80px;position:relative}.how-header h1{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:var(--spacing-3)}.how-header p{font-size:1.1rem;color:var(--text-muted)}.step-connector{position:absolute;top:60px;bottom:-32px;width:2px;background:var(--brand-ruby);opacity:.2;z-index:1}.step-item.left .step-connector{right:-1px}.step-item.right .step-connector{left:-1px}@media (max-width:768px){.step-connector{left:30px!important;right:auto!important}}.step-item{display:flex;align-items:center;margin-bottom:24px;position:relative;width:50%}.step-item:last-child{margin-bottom:0}.step-item.left{padding-right:60px;text-align:right;flex-direction:row-reverse;margin-right:50%}.step-item.right{padding-left:60px;margin-left:50%}.step-blob{width:60px;height:60px;border-radius:50%;background:var(--bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid var(--brand-ruby);display:flex;align-items:center;justify-content:center;font-size:24px;position:absolute;z-index:2;box-shadow:0 0 20px var(--glow-red)}.step-item.left .step-blob{right:-30px}.step-item.right .step-blob{left:-30px}.step-num{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px;display:block}.step-content h3{font-size:24px;margin-bottom:12px}.step-content p{color:#8a8f98;line-height:1.6}@media (max-width:768px){.timeline-line{left:30px}.step-item{width:100%;margin-left:0!important;padding-left:80px!important;padding-right:0!important;text-align:left!important;flex-direction:row!important}.step-item.left .step-blob,.step-item.right .step-blob{left:0}}.how-section-wrapper{position:relative;overflow:hidden;background:transparent;padding:120px 0}.how-ambient-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:400px;background:var(--glow-red);opacity:.1;border-radius:100%;filter:blur(120px);pointer-events:none}.how-header-modern{text-align:center;margin-bottom:80px}.how-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:9999px;border:1px solid hsla(0,0%,100%,.1);background:rgba(26,26,26,.4);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);margin-bottom:24px}.how-badge-icon{color:var(--brand-gold);font-size:14px}.how-badge-text{font-size:11px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted)}.how-title{font-family:var(--font-display,serif);font-size:clamp(2rem,5vw,4rem);color:#fff;margin-bottom:24px}.how-title span{color:var(--brand-gold);padding-right:8px}.how-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.125rem}.how-grid-modern{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:24px;gap:24px;position:relative;max-width:1200px;margin:0 auto;padding:0 24px}@media (min-width:768px){.how-grid-modern{grid-template-columns:repeat(2,1fr);gap:32px}}@media (min-width:1024px){.how-grid-modern{grid-template-columns:repeat(4,1fr)}}.how-connecting-line{display:none}@media (min-width:1024px){.how-connecting-line{display:block;position:absolute;top:40px;left:10%;right:10%;height:1px;background:linear-gradient(to right,transparent,var(--brand-gold),transparent);opacity:.2;z-index:0}}.how-card-modern{position:relative;z-index:10;height:100%}.how-card-inner{height:100%;display:flex;flex-direction:column;padding:32px;border-radius:32px;background:linear-gradient(180deg,rgba(26,26,26,.8),hsla(0,0%,4%,.9));border:1px solid hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);transition:all .5s ease;position:relative;overflow:hidden}.how-card-inner:hover{transform:translateY(-8px);border-color:rgba(255,224,50,.3);box-shadow:0 20px 40px rgba(0,0,0,.4),0 0 40px rgba(255,224,50,.05)}.how-card-top{justify-content:space-between;margin-bottom:32px}.how-card-top,.how-icon-box{display:flex;align-items:center}.how-icon-box{width:70px;height:70px;border-radius:16px;justify-content:center;font-size:30px;background:rgba(0,0,0,.5);border:1px solid hsla(0,0%,100%,.1);box-shadow:inset 0 2px 10px hsla(0,0%,100%,.05);position:relative;overflow:hidden;transition:transform .5s ease}.how-card-inner:hover .how-icon-box{transform:scale(1.1)}.how-icon-bg{position:absolute;inset:0;background:linear-gradient(135deg,hsla(0,0%,100%,.05),transparent)}.how-icon-text{position:relative;z-index:10;text-shadow:0 0 20px var(--glow-color)}.how-big-number{font-size:3.75rem;font-weight:900;color:hsla(0,0%,100%,.05);font-family:var(--font-display,serif);letter-spacing:-.05em;transition:color .5s ease}.how-card-inner:hover .how-big-number{color:rgba(255,224,50,.1)}.how-card-bottom{margin-top:auto}.how-step-label{font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.3em;margin-bottom:12px}.how-step-title{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:16px;line-height:1.2;transition:color .3s ease}.how-card-inner:hover .how-step-title{color:var(--brand-gold)}.how-step-desc{color:var(--text-muted);font-size:.875rem;line-height:1.6;font-weight:300}.how-card-hover-glow{position:absolute;inset:0;border-radius:32px;opacity:0;transition:opacity .5s ease;pointer-events:none;background:radial-gradient(circle at top right,var(--hover-color),transparent 60%);mix-blend-mode:screen}.how-card-inner:hover .how-card-hover-glow{opacity:.15}.how-to-book-page{padding:80px 0 60px!important}.how-header{margin-bottom:40px!important}.hp-orthogonal-flow{gap:50px!important;margin:40px auto 20px!important}.hp-step-card{padding:24px 28px!important;border-radius:24px!important;box-shadow:0 10px 30px rgba(0,0,0,.4)!important}.hp-step-header{margin-bottom:12px!important;gap:12px!important}.hp-step-num{width:32px!important;height:32px!important;font-size:13px!important;box-shadow:0 0 10px var(--glow-gold)!important}.hp-step-icon{font-size:26px!important}.hp-step-card h3{font-size:20px!important;margin-bottom:10px!important}.hp-step-card p{font-size:14px!important;line-height:1.6!important;color:hsla(0,0%,100%,.7)!important}.hp-flow-step:first-child:before{height:calc(50% + 54px)!important;border-radius:0 24px 0 0!important;border-width:3px!important}.hp-flow-step:nth-child(2):before{height:calc(50% + 54px)!important;border-radius:24px 0 0 0!important;border-width:3px!important}.hp-flow-step:nth-child(3):before{height:calc(50% + 54px)!important;border-radius:0 24px 0 0!important;border-width:3px!important}@media (max-width:900px){.hp-orthogonal-flow{gap:24px!important}.hp-step-card{padding:20px!important;border-radius:18px!important}}