.h-service-flow *{margin:0;padding:0;box-sizing:border-box}.h-section.h-service-flow{padding:var(--section-padding-top, 80px) var(--section-padding-left, 40px) var(--section-padding-bottom, 80px) var(--section-padding-right, 40px);background-color:var(--section-bg-color, #ffffff);overflow:hidden;position:relative}.h-service-flow-container{position:relative;width:100%;margin:0 auto}.h-service-flow-container.container{max-width:1200px}.h-service-flow-container.container-fluid{max-width:1400px}.h-service-flow-container.container-full{max-width:100%}.h-service-flow-header{text-align:center;margin-bottom:80px}.h-service-flow-title{font-size:var(--font-heading-h1-size, 48px);font-weight:var(--font-heading-weight, 700);color:var(--color-foreground, #1a1a1a);margin-bottom:12px;line-height:1.2}.h-service-flow-subtitle{font-size:var(--font-body-size, 16px);color:var(--color-foreground-75, #666);line-height:1.6}.h-desktop-content{display:block}.h-progress-indicator{position:relative;margin-bottom:120px;padding:0 60px;display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1000px;margin-left:auto;margin-right:auto}.h-progress-line{position:absolute;left:60px;right:60px;top:50%;transform:translateY(-50%);height:1px;background:#b7c5c2;z-index:0}.h-progress-fill{height:100%;width:0;background:var(--primary-color, #00AF9A);transition:width .6s cubic-bezier(.4,0,.2,1);box-shadow:0 0 8px #00af9a66}.h-progress-dot{position:relative;display:flex;flex-direction:column;align-items:center;gap:12px;z-index:10;cursor:pointer;transition:all .3s ease}.h-dot-inner{position:relative;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.h-dot-number{width:40px;height:40px;border-radius:50%;background:#b9d5d0;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#00917a;transition:all .3s ease;position:relative;z-index:2;cursor:pointer}.h-dot-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border-radius:50%;background:var(--primary-color, #00AF9A);opacity:0;z-index:1}.h-progress-dot.active .h-dot-pulse{animation:pulse-wave 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse-wave{0%{opacity:0;transform:translate(-50%,-50%) scale(1)}50%{opacity:.3}to{opacity:0;transform:translate(-50%,-50%) scale(2.5)}}.h-progress-dot.active .h-dot-number{background:var(--primary-color, #00AF9A)!important;border-color:var(--primary-color, #00AF9A)!important;color:#fff!important;transform:scale(1.1)!important;box-shadow:0 0 20px #00af9a66!important}.h-progress-dot.completed .h-dot-number{background:var(--completed-color, #006B5E)!important;border-color:var(--completed-color, #006B5E)!important;color:#fff!important}.h-dot-label{position:absolute;top:calc(100% + 16px);font-size:13px;color:var(--color-foreground-50, #999);white-space:normal;opacity:1;transition:all .3s ease;pointer-events:none;text-align:center;width:90px;line-height:1.4;left:50%;transform:translate(-50%)}.h-progress-dot.active .h-dot-label{color:var(--color-foreground, #1a1a1a);font-weight:500}.h-progress-dot.completed .h-dot-label{color:var(--color-foreground-75, #666)}.h-cards-wrapper{position:relative;overflow:hidden;margin:0 auto;width:100%;max-width:900px}.h-cards-track{display:flex;transition:transform .6s cubic-bezier(.4,0,.2,1);align-items:center;min-height:300px;padding:20px 0}.h-flow-card{flex:0 0 100%;width:100%;padding:0 40px;opacity:.3;transform:scale(.95) translateY(20px);transition:all .6s cubic-bezier(.4,0,.2,1)}.h-flow-card:first-child,.h-flow-card.active{opacity:1;transform:scale(1) translateY(0)}.h-card-inner{background:transparent;border-radius:0;padding:0;min-height:280px;height:100%;display:flex;flex-direction:column;position:relative;max-width:100%;align-items:flex-start;justify-content:flex-start}.h-card-header{margin-bottom:24px}.h-card-step-number{font-size:14px;font-weight:600;color:var(--primary-color, #00AF9A);text-transform:uppercase;letter-spacing:1px;display:inline-block;margin-bottom:8px}.h-card-title{font-size:var(--font-heading-h3-size, 28px);color:var(--color-foreground, #1a1a1a);line-height:1.3;font-weight:var(--font-heading-weight, 600);margin:0}.h-card-content{font-size:var(--font-body-size, 16px);line-height:1.7;color:var(--color-foreground-75, #4b5563);flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.h-card-content p{margin-bottom:16px}.h-card-content p:last-child{margin-bottom:0}.h-card-content ul{list-style:none;padding-left:0}.h-card-content li{position:relative;padding-left:24px;margin-bottom:12px;line-height:1.7}.h-card-content li:before{content:"\2022";position:absolute;left:0;color:var(--primary-color, #00AF9A);font-weight:700;font-size:18px;line-height:1.7}.h-card-notice{background:#f5f5f5;border-left:3px solid #d1d5db;border-radius:0;padding:8px 16px 8px 20px;margin-top:20px;position:relative;font-size:14px;line-height:1.5}.h-card-notice p{color:#4b5563;margin-bottom:6px;font-size:14px}.h-card-notice p:last-child{margin-bottom:0}.h-card-notice strong{font-weight:600;color:#374151}.h-card-cta{display:inline-flex;align-items:center;gap:8px;color:var(--primary-color, #00AF9A);font-weight:500;margin-top:20px;text-decoration:none;transition:all .3s ease}.h-nav-btn{font-size:20px;color:var(--color-foreground, #1a1a1a)}.h-nav-btn.h-prev-btn:after{content:"<"}.h-nav-btn.h-next-btn:after{content:">"}.h-card-cta:hover{opacity:.8;transform:translate(4px)}.h-nav-buttons{position:absolute;top:70%;transform:translateY(-50%);left:0;right:0;display:flex;justify-content:space-between;pointer-events:none;padding:0 10px}.h-nav-btn{width:44px;height:44px;border-radius:50%;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.08);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;pointer-events:all}.h-nav-btn:hover:not(:disabled){border-color:#1f5452;transform:scale(1.05)}.h-nav-btn:disabled{opacity:.3;cursor:not-allowed}.h-nav-btn svg{width:20px;height:20px;color:var(--color-foreground, #013F3C);display:block}.h-mobile-timeline-content{display:none}@media (max-width: 768px){.h-desktop-content,.h-progress-indicator,.h-progress-dot,.h-dot-inner,.h-dot-pulse,.h-dot-label,.h-cards-wrapper,.h-nav-buttons{display:none!important}.h-mobile-timeline-content{display:block!important;position:relative}.h-section.h-service-flow{padding:40px 16px}.h-service-flow-header{margin-bottom:40px}.h-service-flow-title{font-size:28px}.h-service-flow-subtitle{font-size:14px}.h-mobile-step-wrapper{display:flex;position:relative;margin-bottom:0}.h-mobile-timeline{position:relative;flex-shrink:0;width:44px;display:flex;flex-direction:column;padding-right:16px}.h-mobile-timeline-dot{position:relative;z-index:2;width:36px;height:36px;border-radius:50%;display:flex;justify-content:center}.h-mobile-timeline-dot .h-dot-number{font-size:14px;font-weight:600;color:#00917a}.h-mobile-step-wrapper:first-child .h-mobile-timeline-dot .h-dot-number{color:#00917a}.h-mobile-timeline-line{position:absolute;top:36px;left:43%;transform:translate(-50%);width:1px;height:calc(100% + 20px);background:#d3dad9;z-index:0}.h-mobile-card{flex:1;background:transparent;padding:0 0 48px;border:none}.h-mobile-card-header{margin-bottom:8px}.h-step-label{font-size:12px;font-weight:600;color:var(--primary-color, #00AF9A);text-transform:uppercase;letter-spacing:1px;display:inline-block;margin-bottom:8px}.h-mobile-card-title{font-size:18px;font-weight:600;color:var(--color-foreground, #1a1a1a);line-height:1.3;margin:0}.h-mobile-card-content{font-size:14px;line-height:1.6;color:var(--color-foreground-75, #4b5563)}.h-mobile-inner-timeline{margin:16px 0}.h-timeline-item{display:flex;flex-direction:column;margin-bottom:16px;position:relative;padding-left:24px}.h-timeline-item .h-timeline-dot{position:absolute;left:0;top:6px;width:8px;height:8px;border-radius:50%;background:var(--primary-color, #00AF9A);border:none}.h-timeline-item .h-timeline-title{font-weight:600;color:var(--color-foreground, #1a1a1a);margin-bottom:4px;font-size:14px}.h-timeline-item .h-timeline-content{font-size:13px;color:var(--color-foreground-75, #666);line-height:1.5}.h-mobile-notice{background:#e6f4f3;border-left:3px solid var(--primary-color, #00AF9A);border-radius:4px;padding:12px;margin-top:16px;font-size:13px;line-height:1.5}.h-mobile-notice h4{font-size:14px;font-weight:600;color:var(--color-foreground, #1a1a1a);margin-bottom:8px}.h-mobile-notice p{color:var(--color-foreground-75, #4b5563);margin-bottom:8px;font-size:13px}.h-mobile-notice p:last-child{margin-bottom:0}.h-mobile-notice ul{list-style:none;padding-left:0;margin:8px 0 0}.h-mobile-notice li{position:relative;padding-left:16px;margin-bottom:8px;font-size:13px;line-height:1.5;color:var(--color-foreground-75, #4b5563)}.h-mobile-notice li:before{content:"\2022";position:absolute;left:0;color:var(--primary-color, #00AF9A);font-weight:700}.h-mobile-cta{display:inline-flex;align-items:center;gap:6px;color:var(--primary-color, #00AF9A);font-weight:500;font-size:14px;text-decoration:none}.h-mobile-cta svg{width:16px;height:16px}}@media (max-width: 1024px) and (min-width: 769px){.h-service-flow-container{padding:0 20px}.h-progress-indicator{margin-bottom:80px;padding:0 40px}.h-cards-wrapper{max-width:700px}.h-flow-card{padding:0 30px}.h-dot-label{font-size:11px;width:80px}.h-card-title{font-size:24px}.h-progress-dot .h-dot-number{display:flex!important}}
/*# sourceMappingURL=/cdn/shop/t/51/assets/service-flow.css.map */
