.process-stepper-section{width:100%;padding:60px 0;background-color:#FAF4D2;overflow:hidden}.process-stepper-container{max-width:360px;margin:0 auto;padding:0 15px;display:flex;flex-direction:column}.process-stepper-content-wrapper{display:flex;flex-direction:column;gap:40px}.process-stepper-title{font-family:Poppins,sans-serif;font-weight:600;font-size:28px;letter-spacing:.1px;line-height:36px;color:#1D1D1C;margin:0;text-align:left}.process-stepper-title .highlight{color:#FFC400}.process-stepper-steps{justify-content:space-between;width:100%}.process-step-circle,.process-stepper-steps{display:flex;align-items:center;position:relative}.process-step-circle{width:48px;height:48px;border-radius:50%;justify-content:center;background:transparent;border:2px solid #d9d9d9;z-index:2;transition:all .3s ease}.process-step-circle.active{background:#1D1D1C;border-color:#1D1D1C}.process-step-number{font-family:Poppins,sans-serif;font-weight:600;font-size:20px;color:#D9D9D9;transition:color .3s ease}.process-step-circle.active .process-step-number{color:#FFC400}.process-step-line{flex:1 1;height:2px;background:#D9D9D9;margin:0 8px;position:relative;z-index:1}.process-step-content{display:flex;flex-direction:column;gap:16px}.process-step-title{font-weight:600;font-size:22px}.process-step-description,.process-step-title{font-family:Poppins,sans-serif;color:#1D1D1C;margin:0;text-align:left}.process-step-description{font-weight:300;font-size:18px;line-height:26px}.process-stepper-navigation{display:flex;gap:12px;justify-content:flex-end;align-items:center}.process-nav-button{width:48px;height:48px;border-radius:50%;background:#1D1D1C;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#FFFFFF}.process-nav-button:hover:not(:disabled){background:#3D3D3C;transform:scale(1.05)}.process-nav-button:active:not(:disabled){transform:scale(.95)}.process-nav-button:disabled{opacity:.3;cursor:not-allowed}.process-nav-button svg{width:24px;height:24px}.process-stepper-image-wrapper{display:none}@media (min-width:768px){.process-stepper-section{padding:80px 0}.process-stepper-container{max-width:1080px;margin:0 auto;padding-left:max(40px,calc((100vw - 1080px) / 2));padding-right:max(40px,calc((100vw - 1080px) / 2));display:flex;flex-direction:row;gap:36px;align-items:flex-start}.process-stepper-content-wrapper{flex:1 1;display:flex;flex-direction:column;gap:60px;max-width:600px}.process-stepper-title{font-size:32px;line-height:42px}.process-stepper-image-wrapper{display:block;flex-shrink:0;width:444px;height:445px}.process-stepper-image{width:100%;height:100%;object-fit:cover;border-radius:15px}}.product-carousel-section{width:100%;padding:60px 0;background-color:#FCF9F0;overflow:hidden}.product-carousel-container{max-width:360px;margin:0 auto;padding:0 15px;display:flex;flex-direction:column;gap:40px}.product-carousel-title{font-family:Poppins,sans-serif;font-weight:600;font-size:28px;letter-spacing:.1px;line-height:36px;color:#1D1D1C;margin:0;text-align:left}.product-carousel-title .highlight{color:#FFC400}.product-carousel-cards{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:8px;margin-left:-15px;margin-right:-15px;padding-left:15px;padding-right:15px}.product-carousel-cards::-webkit-scrollbar{display:none}.product-card{flex:0 0 330px;width:330px;height:260px;background:#FFFFFF;border-radius:25px;padding:20px;display:flex;flex-direction:column;gap:16px;scroll-snap-align:start;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:box-shadow .3s ease}.product-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.12)}.product-card-title{font-family:Poppins,sans-serif;font-weight:500;font-size:18px;color:#1D1D1C;margin:0;text-align:left}.product-card-image{width:100%;max-width:322px;height:110px;object-fit:cover;border-radius:15px}.product-card-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:auto}.product-card-description{font-family:Poppins,sans-serif;font-weight:300;font-size:14px;line-height:20px;color:#1D1D1C;margin:0;flex:1 1;text-align:left}.product-card-arrow{width:40px;height:40px;border-radius:50%;background:#1D1D1C;display:flex;align-items:center;justify-content:center;color:#FFFFFF;transition:all .3s ease;flex-shrink:0;pointer-events:none}.product-card:hover .product-card-arrow{background:#3D3D3C;transform:scale(1.05)}.product-card-arrow svg{width:20px;height:20px}.product-carousel-indicators{display:flex;gap:8px;justify-content:center;align-items:center}.carousel-indicator{width:8px;height:8px;border-radius:50%;background:#D9D9D9;border:none;padding:0;cursor:pointer;transition:all .3s ease}.carousel-indicator.active{width:32px;border-radius:4px;background:#1D1D1C}@media (min-width:768px){.product-carousel-section{padding:80px 0}.product-carousel-container{max-width:1080px;margin:0 auto;padding-left:max(40px,calc((100vw - 1080px) / 2));padding-right:max(40px,calc((100vw - 1080px) / 2));gap:60px}.product-carousel-title{font-size:32px;line-height:42px}.product-carousel-cards{display:flex;gap:20px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#D9D9D9 transparent;padding-bottom:20px;margin-left:0;margin-right:0;padding-left:0;padding-right:0;cursor:-webkit-grab;cursor:grab}.product-carousel-cards:active{cursor:-webkit-grabbing;cursor:grabbing}.product-carousel-cards::-webkit-scrollbar{display:block;height:8px}.product-carousel-cards::-webkit-scrollbar-track{background:transparent;border-radius:4px}.product-carousel-cards::-webkit-scrollbar-thumb{background:#D9D9D9;border-radius:4px;-webkit-transition:background .3s ease;transition:background .3s ease}.product-carousel-cards::-webkit-scrollbar-thumb:hover{background:#BFBFBF}.product-card{flex:0 0 350px;width:350px;height:280px;cursor:pointer;text-decoration:none;color:inherit}.product-card:hover{box-shadow:0 12px 32px rgba(0,0,0,.15);transform:translateY(-4px)}.product-card-title{font-size:20px}.product-card-image{height:130px}.product-card-description{font-size:15px}.product-carousel-indicators{display:none}}