.Header-module__hrbGEW__header{z-index:var(--z-sticky);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-gray-200);background:#fffffffa;position:relative}.Header-module__hrbGEW__headerContainer{padding-top:var(--space-4);padding-bottom:var(--space-4);justify-content:space-between;align-items:center;gap:var(--space-8);display:flex}.Header-module__hrbGEW__logo{align-items:center;gap:var(--space-2);flex-shrink:0;text-decoration:none;display:flex}.Header-module__hrbGEW__logoIcon{border-radius:var(--radius-lg);color:#fff;background:linear-gradient(135deg,#fb923c 0%,#ea580c 100%);justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Header-module__hrbGEW__logoIcon svg{width:20px;height:20px}.Header-module__hrbGEW__logoText{font-family:var(--font-heading);font-weight:700;font-size:var(--text-lg);color:var(--color-gray-900)}.Header-module__hrbGEW__logoAccent{color:var(--color-gray-600)}.Header-module__hrbGEW__nav{align-items:center;gap:var(--space-2);display:none}@media (min-width:768px){.Header-module__hrbGEW__nav{display:flex}}.Header-module__hrbGEW__navLink{font-size:var(--text-sm);color:var(--color-gray-600);transition:color var(--transition-fast);white-space:nowrap;padding:var(--space-2)var(--space-3);border-radius:var(--radius-md);font-weight:500;text-decoration:none}.Header-module__hrbGEW__navLink:hover,.Header-module__hrbGEW__navLinkActive{color:var(--color-gray-900);background:var(--color-gray-100)}.Header-module__hrbGEW__navDropdownWrapper{position:relative}.Header-module__hrbGEW__navDropdownTrigger{padding:var(--space-2)var(--space-3);font-size:var(--text-sm);color:var(--color-gray-600);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;background:0 0;border:none;align-items:center;gap:4px;font-weight:500;display:flex}.Header-module__hrbGEW__navDropdownTrigger:hover,.Header-module__hrbGEW__navDropdownTriggerActive{color:var(--color-gray-900);background:var(--color-gray-100)}.Header-module__hrbGEW__dropdownArrow{transition:transform var(--transition-fast)}.Header-module__hrbGEW__dropdownArrowOpen{transform:rotate(180deg)}.Header-module__hrbGEW__navDropdownMenu{border:1px solid var(--color-gray-200);border-radius:var(--radius-xl);z-index:1000;min-width:320px;padding:var(--space-2);background:#fff;animation:.15s ease-out Header-module__hrbGEW__dropdownFadeIn;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 10px 40px #0000001f}@keyframes Header-module__hrbGEW__dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Header-module__hrbGEW__navDropdownItem{align-items:flex-start;gap:var(--space-3);padding:var(--space-3)var(--space-4);border-radius:var(--radius-lg);transition:all var(--transition-fast);text-decoration:none;display:flex}.Header-module__hrbGEW__navDropdownItem:hover{background:var(--color-gray-50)}.Header-module__hrbGEW__navDropdownItemActive{background:var(--color-gray-100)}.Header-module__hrbGEW__navDropdownIcon{border-radius:var(--radius-lg);width:40px;height:40px;color:var(--color-gray-600);background:0 0;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Header-module__hrbGEW__navDropdownContent{flex-direction:column;gap:2px;padding-top:2px;display:flex}.Header-module__hrbGEW__navDropdownLabel{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-gray-900);font-weight:600;display:flex}.Header-module__hrbGEW__navDropdownDesc{font-size:var(--text-xs);color:var(--color-gray-500);line-height:1.4}.Header-module__hrbGEW__headerActions{align-items:center;gap:var(--space-3);flex-shrink:0;display:flex}.Header-module__hrbGEW__cartButton{background:var(--color-gray-100);border-radius:var(--radius-lg);cursor:pointer;width:40px;height:40px;transition:all var(--transition-fast);color:var(--color-gray-700);border:none;justify-content:center;align-items:center;text-decoration:none;display:flex;position:relative}.Header-module__hrbGEW__cartButton:hover{background:var(--color-gray-200);color:var(--color-gray-900)}.Header-module__hrbGEW__cartBadge{background:var(--color-gray-900);color:#fff;border-radius:var(--radius-full);justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:10px;font-weight:600;display:flex;position:absolute;top:-4px;right:-4px}.Header-module__hrbGEW__loginBtn{padding:var(--space-2)var(--space-4);font-size:var(--text-sm);display:none}@media (min-width:768px){.Header-module__hrbGEW__loginBtn{display:inline-flex}}.Header-module__hrbGEW__menuToggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:40px;height:40px;padding:8px;display:flex}@media (min-width:768px){.Header-module__hrbGEW__menuToggle{display:none}}.Header-module__hrbGEW__menuBar{background:var(--color-gray-700);border-radius:var(--radius-full);width:20px;height:2px;transition:all var(--transition-fast);display:block}.Header-module__hrbGEW__navOpen{border-bottom:1px solid var(--color-gray-200);padding:var(--space-4);gap:var(--space-2);box-shadow:var(--shadow-lg);background:#fff;flex-direction:column;display:flex;position:absolute;top:100%;left:0;right:0}.Header-module__hrbGEW__navOpen .Header-module__hrbGEW__navLink{padding:var(--space-3)var(--space-4);border-radius:var(--radius-md);display:block}.Header-module__hrbGEW__navOpen .Header-module__hrbGEW__navLink:hover,.Header-module__hrbGEW__navOpen .Header-module__hrbGEW__navLinkActive{background:var(--color-gray-100)}.Header-module__hrbGEW__navOpen .Header-module__hrbGEW__navDropdownWrapper{flex-direction:column;display:flex}.Header-module__hrbGEW__navOpen .Header-module__hrbGEW__navDropdownTrigger{width:100%;padding:var(--space-3)var(--space-4);justify-content:space-between;display:flex}.Header-module__hrbGEW__navOpen .Header-module__hrbGEW__navDropdownMenu{box-shadow:none;padding:0 0 0 var(--space-4);background:0 0;border:none;border-radius:0;min-width:auto;animation:none;position:static}.Header-module__hrbGEW__navOpen .Header-module__hrbGEW__navDropdownItem{padding:var(--space-2)var(--space-3)}.Header-module__hrbGEW__navOpen .Header-module__hrbGEW__navDropdownIcon{width:32px;height:32px}.Header-module__hrbGEW__userMenu{position:relative}.Header-module__hrbGEW__userButton{background:var(--color-gray-100);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);border:none;align-items:center;gap:6px;padding:6px 10px 6px 6px;display:flex}.Header-module__hrbGEW__userButton:hover{background:var(--color-gray-200)}.Header-module__hrbGEW__userAvatar{color:#fff;border-radius:var(--radius-full);width:32px;height:32px;font-size:var(--text-sm);background:linear-gradient(135deg,#fb923c 0%,#ea580c 100%);justify-content:center;align-items:center;font-weight:600;display:flex}.Header-module__hrbGEW__userButton svg{color:var(--color-gray-500)}.Header-module__hrbGEW__dropdown{border:1px solid var(--color-gray-200);border-radius:var(--radius-xl);width:260px;box-shadow:var(--shadow-xl);z-index:1000;background:#fff;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.Header-module__hrbGEW__dropdownHeader{background:var(--color-gray-50);padding:16px}.Header-module__hrbGEW__dropdownName{color:var(--color-gray-900);margin-bottom:2px;font-weight:600;display:block}.Header-module__hrbGEW__dropdownEmail{font-size:var(--text-sm);color:var(--color-gray-500);margin-bottom:8px;display:block}.Header-module__hrbGEW__roleBadge{border-radius:var(--radius-full);text-transform:uppercase;padding:2px 8px;font-size:10px;font-weight:600;display:inline-block}.Header-module__hrbGEW__roleADMIN{color:#2563eb;background:#3b82f61a}.Header-module__hrbGEW__roleGUIDE{color:#16a34a;background:#22c55e1a}.Header-module__hrbGEW__roleUSER{color:#4b5563;background:#6b72801a}.Header-module__hrbGEW__dropdownDivider{background:var(--color-gray-200);height:1px}.Header-module__hrbGEW__dropdownItem{font-size:var(--text-sm);color:var(--color-gray-700);transition:all var(--transition-fast);align-items:center;gap:12px;padding:12px 16px;text-decoration:none;display:flex}.Header-module__hrbGEW__dropdownItem:hover{background:var(--color-gray-50);color:var(--color-gray-900)}.Header-module__hrbGEW__dropdownItem svg{color:var(--color-gray-400)}.Header-module__hrbGEW__dropdownItemLogout{width:100%;font-size:var(--text-sm);color:#dc2626;cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;align-items:center;gap:12px;padding:12px 16px;display:flex}.Header-module__hrbGEW__dropdownItemLogout:hover{background:#ef44440d}.Header-module__hrbGEW__dropdownItemLogout svg{color:#dc2626}.Header-module__hrbGEW__navLinkComingSoon{align-items:center;gap:6px;display:inline-flex}.Header-module__hrbGEW__comingSoonBadge{color:#fff;text-transform:uppercase;letter-spacing:.02em;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:4px;padding:2px 6px;font-size:9px;font-weight:600;display:inline-block}.Header-module__hrbGEW__dropdownItemHighlight{color:#ea580c;background:linear-gradient(135deg,#f9731614 0%,#ea580c0d 100%)}.Header-module__hrbGEW__dropdownItemHighlight:hover{background:linear-gradient(135deg,#f9731626 0%,#ea580c1a 100%)}.Header-module__hrbGEW__dropdownItemHighlight svg{color:#ea580c}.Header-module__hrbGEW__roleAFFILIATE{color:#ea580c;background:#f973161a}.Header-module__hrbGEW__roleSUPER_ADMIN{color:#7c3aed;background:#8b5cf61a}
.Footer-module__UJZvea__footer{background:var(--color-gray-50);border-top:1px solid var(--color-gray-200);padding:var(--space-12)0 var(--space-8);margin-top:0}.Footer-module__UJZvea__footerContent{max-width:1280px;padding:0 var(--space-4);margin:0 auto}@media (min-width:768px){.Footer-module__UJZvea__footerContent{padding:0 var(--space-6)}}.Footer-module__UJZvea__footerGrid{gap:var(--space-8);grid-template-columns:1fr;display:grid}@media (min-width:768px){.Footer-module__UJZvea__footerGrid{grid-template-columns:2fr 1fr 1fr 1fr}}.Footer-module__UJZvea__footerBrand{max-width:300px}.Footer-module__UJZvea__logo{margin-bottom:var(--space-4);display:inline-block}.Footer-module__UJZvea__logoImage{width:auto;height:auto;max-height:40px}.Footer-module__UJZvea__brandDesc{font-size:var(--text-sm);color:var(--color-gray-600);margin-bottom:var(--space-4);line-height:1.6}.Footer-module__UJZvea__footerLogo{align-items:center;gap:var(--space-2);font-family:var(--font-heading);font-weight:700;font-size:var(--text-xl);color:var(--color-gray-900);margin-bottom:var(--space-4);text-decoration:none;display:flex}.Footer-module__UJZvea__footerLogoIcon{border-radius:var(--radius-lg);color:#fff;width:32px;height:32px;font-size:var(--text-sm);background:linear-gradient(135deg,#fb923c 0%,#ea580c 100%);justify-content:center;align-items:center;display:flex}.Footer-module__UJZvea__footerTagline{font-size:var(--text-sm);color:var(--color-gray-600);margin-bottom:var(--space-4);line-height:1.6}.Footer-module__UJZvea__socialLinks{gap:var(--space-3);display:flex}.Footer-module__UJZvea__socialLink{background:var(--color-gray-200);width:36px;height:36px;color:var(--color-gray-600);border-radius:var(--radius-lg);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.Footer-module__UJZvea__socialLink:hover{background:var(--color-gray-900);color:#fff}.Footer-module__UJZvea__footerLinks{flex-direction:column;display:flex}.Footer-module__UJZvea__footerTitle{font-size:var(--text-sm);color:var(--color-gray-900);margin-bottom:var(--space-4);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.Footer-module__UJZvea__linkList{margin:0;padding:0;list-style:none!important}.Footer-module__UJZvea__linkList li{margin-bottom:var(--space-3);padding-left:0;list-style:none!important}.Footer-module__UJZvea__linkList li:before{content:none!important;display:none!important}.Footer-module__UJZvea__linkList li::marker{content:none;display:none}.Footer-module__UJZvea__linkList a{font-size:var(--text-sm);color:var(--color-gray-600);transition:color var(--transition-fast);text-decoration:none}.Footer-module__UJZvea__linkList a:hover{color:var(--color-gray-900)}.Footer-module__UJZvea__footerBottom{margin-top:var(--space-10);padding-top:var(--space-6);border-top:1px solid var(--color-gray-200);gap:var(--space-4);flex-direction:column;align-items:center;display:flex}@media (min-width:768px){.Footer-module__UJZvea__footerBottom{flex-direction:row;justify-content:space-between}}.Footer-module__UJZvea__footerBottom p{font-size:var(--text-sm);color:var(--color-gray-500);margin:0}.Footer-module__UJZvea__copyright{font-size:var(--text-sm);color:var(--color-gray-500)}.Footer-module__UJZvea__paymentMethods{gap:var(--space-2);display:flex}.Footer-module__UJZvea__paymentMethod{padding:var(--space-2)var(--space-3);border:1px solid var(--color-gray-200);border-radius:var(--radius-md);font-size:var(--text-xs);color:var(--color-gray-600);background:#fff}
.ImageGallery-module__RtHpAG__gallery{border-radius:var(--radius-xl);grid-template-columns:2fr 1fr;gap:8px;display:grid;overflow:hidden}.ImageGallery-module__RtHpAG__mainImage{aspect-ratio:4/3;cursor:pointer;border-radius:var(--radius-lg);position:relative;overflow:hidden}.ImageGallery-module__RtHpAG__image{-o-object-fit:cover;object-fit:cover;transition:transform var(--transition-slow)}.ImageGallery-module__RtHpAG__mainImage:hover .ImageGallery-module__RtHpAG__image{transform:scale(1.02)}.ImageGallery-module__RtHpAG__thumbnails{grid-template-rows:repeat(3,1fr);gap:8px;display:grid}.ImageGallery-module__RtHpAG__thumbnail{cursor:pointer;border-radius:var(--radius-md);opacity:.85;transition:opacity var(--transition-fast);position:relative;overflow:hidden}.ImageGallery-module__RtHpAG__thumbnail:hover{opacity:1}.ImageGallery-module__RtHpAG__thumbnailActive{opacity:1;outline:3px solid var(--color-accent);outline-offset:-3px}.ImageGallery-module__RtHpAG__moreOverlay{color:var(--color-white);background:#0009;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:14px;font-weight:600;display:flex;position:absolute;inset:0}.ImageGallery-module__RtHpAG__lightbox{z-index:9999;background:#000000f2;justify-content:center;align-items:center;animation:.2s ImageGallery-module__RtHpAG__fadeIn;display:flex;position:fixed;inset:0}@keyframes ImageGallery-module__RtHpAG__fadeIn{0%{opacity:0}to{opacity:1}}.ImageGallery-module__RtHpAG__lightboxImage{width:90vw;max-width:1200px;height:80vh;position:relative}.ImageGallery-module__RtHpAG__closeBtn{width:44px;height:44px;color:var(--color-white);cursor:pointer;transition:background var(--transition-fast);z-index:10;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:20px;right:20px}.ImageGallery-module__RtHpAG__closeBtn:hover{background:#fff3}.ImageGallery-module__RtHpAG__navBtn{width:48px;height:48px;color:var(--color-white);cursor:pointer;transition:background var(--transition-fast);z-index:10;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ImageGallery-module__RtHpAG__navBtn:hover{background:#fff3}.ImageGallery-module__RtHpAG__prevBtn{left:20px}.ImageGallery-module__RtHpAG__nextBtn{right:20px}.ImageGallery-module__RtHpAG__lightboxCounter{color:var(--color-white);border-radius:var(--radius-full);background:#0009;padding:8px 16px;font-size:14px;font-weight:500;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}@media (max-width:768px){.ImageGallery-module__RtHpAG__gallery{grid-template-columns:1fr}.ImageGallery-module__RtHpAG__thumbnails{grid-template-rows:auto;grid-template-columns:repeat(3,1fr)}.ImageGallery-module__RtHpAG__thumbnail{aspect-ratio:1}.ImageGallery-module__RtHpAG__lightboxImage{width:95vw;height:60vh}.ImageGallery-module__RtHpAG__navBtn{width:40px;height:40px}.ImageGallery-module__RtHpAG__prevBtn{left:10px}.ImageGallery-module__RtHpAG__nextBtn{right:10px}}
.ProductCard-module__QFIYOa__card{background:var(--color-white);border-radius:var(--radius-lg);border:1px solid var(--color-gray-200);transition:all var(--transition-base);flex-direction:column;height:100%;display:flex;overflow:hidden}.ProductCard-module__QFIYOa__card:hover{box-shadow:var(--shadow-lg);border-color:var(--color-gray-300);transform:translateY(-3px)}.ProductCard-module__QFIYOa__imageWrapper{background:#fff;width:100%;height:160px;position:relative;overflow:hidden}.ProductCard-module__QFIYOa__backdrop{background:#f8f9fa;position:absolute;inset:0;overflow:hidden}.ProductCard-module__QFIYOa__decorCircle1{opacity:.3;border-radius:50%;width:120px;height:120px;position:absolute;top:-40px;right:-30px}.ProductCard-module__QFIYOa__decorCircle2{opacity:.2;border-radius:50%;width:80px;height:80px;position:absolute;bottom:-20px;left:-20px}.ProductCard-module__QFIYOa__productImage{z-index:2;position:absolute;inset:0}.ProductCard-module__QFIYOa__productImage img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.ProductCard-module__QFIYOa__destinationLabel{top:var(--space-3);left:var(--space-3);padding:var(--space-1)var(--space-2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--color-gray-700);font-size:var(--text-xs);border-radius:var(--radius-md);z-index:3;background:#fffffff2;font-weight:500;position:absolute;box-shadow:0 2px 4px #0000000d}.ProductCard-module__QFIYOa__dataBadge{top:var(--space-3);right:var(--space-3);align-items:center;gap:var(--space-1);padding:var(--space-1)var(--space-3);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;font-size:var(--text-xs);border-radius:var(--radius-full);z-index:3;background:linear-gradient(135deg,#fb923c 0%,#ea580c 100%);font-weight:600;display:inline-flex;position:absolute;box-shadow:0 2px 4px #ea580c33}.ProductCard-module__QFIYOa__dataBadge svg{width:14px;height:14px}.ProductCard-module__QFIYOa__cardBody{padding:var(--space-4);flex-direction:column;flex:1;display:flex}.ProductCard-module__QFIYOa__cardHeader{justify-content:space-between;align-items:flex-start;gap:var(--space-2);margin-bottom:var(--space-2);height:48px;display:flex}.ProductCard-module__QFIYOa__cardTitle{font-family:var(--font-heading);font-size:var(--text-lg);color:var(--color-gray-900);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.ProductCard-module__QFIYOa__validityBadge{align-items:center;gap:var(--space-1);padding:var(--space-1)var(--space-2);background:var(--color-gray-100);color:var(--color-gray-600);font-size:var(--text-xs);border-radius:var(--radius-md);white-space:nowrap;flex-shrink:0;height:fit-content;font-weight:500;display:inline-flex}.ProductCard-module__QFIYOa__cardDesc{font-size:var(--text-sm);color:var(--color-gray-600);margin-bottom:var(--space-3);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;height:3em;line-height:1.5;display:-webkit-box;overflow:hidden}.ProductCard-module__QFIYOa__features{gap:var(--space-2);margin-bottom:var(--space-4);flex-wrap:wrap;display:flex}.ProductCard-module__QFIYOa__feature{align-items:center;gap:var(--space-1);font-size:var(--text-xs);color:var(--color-gray-600);display:inline-flex}.ProductCard-module__QFIYOa__feature svg{color:var(--color-success)}.ProductCard-module__QFIYOa__cardFooter{padding-top:var(--space-3);border-top:1px solid var(--color-gray-100);justify-content:space-between;align-items:center;margin-top:auto;display:flex}.ProductCard-module__QFIYOa__priceWrapper{flex-direction:column;gap:2px;display:flex}.ProductCard-module__QFIYOa__priceLabel{font-size:var(--text-xs);color:var(--color-gray-500)}.ProductCard-module__QFIYOa__price{font-family:var(--font-heading);font-size:var(--text-lg);color:var(--color-gray-900);font-weight:700}.ProductCard-module__QFIYOa__priceIdr{font-size:var(--text-xs);color:var(--color-gray-500);font-weight:400}.ProductCard-module__QFIYOa__exploreBtn{padding:var(--space-2)var(--space-4);font-size:var(--text-sm)}@media (max-width:768px){.ProductCard-module__QFIYOa__imageWrapper{height:140px}.ProductCard-module__QFIYOa__cardBody{padding:var(--space-3)}.ProductCard-module__QFIYOa__cardTitle,.ProductCard-module__QFIYOa__price{font-size:var(--text-base)}}
.StickyBookingSidebar-module__ePZYtG__sidebar{height:fit-content;position:sticky;top:24px}.StickyBookingSidebar-module__ePZYtG__card{background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);padding:24px}.StickyBookingSidebar-module__ePZYtG__priceSection{border-bottom:1px solid var(--color-gray-200);margin-bottom:20px;padding-bottom:20px}.StickyBookingSidebar-module__ePZYtG__priceLabel{color:var(--color-gray-500);margin-bottom:4px;font-size:13px;display:block}.StickyBookingSidebar-module__ePZYtG__originalPrice{color:var(--color-gray-400);margin-right:8px;font-size:14px;text-decoration:line-through;display:inline-block}.StickyBookingSidebar-module__ePZYtG__priceRow{align-items:baseline;gap:8px;display:flex}.StickyBookingSidebar-module__ePZYtG__price{color:var(--color-accent);font-size:28px;font-weight:700}.StickyBookingSidebar-module__ePZYtG__priceUnit{color:var(--color-gray-600);font-size:14px}.StickyBookingSidebar-module__ePZYtG__taxNote{color:var(--color-gray-500);margin-top:4px;font-size:12px;display:block}.StickyBookingSidebar-module__ePZYtG__groupDiscount{color:#16a34a;margin-top:6px;font-size:13px;font-weight:500;display:block}.StickyBookingSidebar-module__ePZYtG__selectors{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.StickyBookingSidebar-module__ePZYtG__selectorWrapper{position:relative}.StickyBookingSidebar-module__ePZYtG__selector{background:var(--color-white);border:1px solid var(--color-gray-300);border-radius:var(--radius-lg);cursor:pointer;text-align:left;width:100%;transition:border-color var(--transition-fast);align-items:center;gap:12px;padding:12px 16px;display:flex}.StickyBookingSidebar-module__ePZYtG__selector:hover{border-color:var(--color-gray-400)}.StickyBookingSidebar-module__ePZYtG__selectorActive{border-color:var(--color-accent);box-shadow:0 0 0 2px #f973161a}.StickyBookingSidebar-module__ePZYtG__selector svg:first-child{color:var(--color-gray-500);flex-shrink:0}.StickyBookingSidebar-module__ePZYtG__selectorContent{flex-direction:column;flex:1;gap:2px;display:flex}.StickyBookingSidebar-module__ePZYtG__selectorLabel{color:var(--color-gray-500);text-transform:uppercase;letter-spacing:.02em;font-size:11px}.StickyBookingSidebar-module__ePZYtG__selectorValue{color:var(--color-gray-900);font-size:14px;font-weight:500}.StickyBookingSidebar-module__ePZYtG__chevron{color:var(--color-gray-400);flex-shrink:0;transition:transform .2s}.StickyBookingSidebar-module__ePZYtG__chevronUp{transform:rotate(180deg)}.StickyBookingSidebar-module__ePZYtG__dropdown{background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);z-index:100;padding:16px;animation:.15s StickyBookingSidebar-module__ePZYtG__dropdownFadeIn;position:absolute;top:calc(100% + 8px);left:0;right:0}@keyframes StickyBookingSidebar-module__ePZYtG__dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.StickyBookingSidebar-module__ePZYtG__participantRow{border-bottom:1px solid var(--color-gray-100);justify-content:space-between;align-items:center;padding:12px 0;display:flex}.StickyBookingSidebar-module__ePZYtG__participantRow:last-child{border-bottom:none}.StickyBookingSidebar-module__ePZYtG__participantInfo{flex-direction:column;gap:2px;display:flex}.StickyBookingSidebar-module__ePZYtG__participantType{color:var(--color-gray-900);font-size:14px;font-weight:500}.StickyBookingSidebar-module__ePZYtG__participantAge{color:var(--color-gray-500);font-size:12px}.StickyBookingSidebar-module__ePZYtG__counter{align-items:center;gap:12px;display:flex}.StickyBookingSidebar-module__ePZYtG__counterBtn{background:var(--color-white);border:1px solid var(--color-gray-300);width:28px;height:28px;color:var(--color-accent);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .15s;display:flex}.StickyBookingSidebar-module__ePZYtG__counterBtn:hover:not(:disabled){background:var(--color-accent);border-color:var(--color-accent);color:var(--color-white)}.StickyBookingSidebar-module__ePZYtG__counterBtn:disabled{color:var(--color-gray-300);cursor:not-allowed}.StickyBookingSidebar-module__ePZYtG__counterValue{text-align:center;min-width:20px;font-size:14px;font-weight:500}.StickyBookingSidebar-module__ePZYtG__calendarHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.StickyBookingSidebar-module__ePZYtG__calendarNav{width:32px;height:32px;color:var(--color-gray-600);cursor:pointer;border-radius:var(--radius-md);background:0 0;border:none;justify-content:center;align-items:center;transition:background .15s;display:flex}.StickyBookingSidebar-module__ePZYtG__calendarNav:hover{background:var(--color-gray-100)}.StickyBookingSidebar-module__ePZYtG__calendarMonth{color:var(--color-gray-900);font-size:14px;font-weight:600}.StickyBookingSidebar-module__ePZYtG__calendarWeekdays{grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:8px;display:grid}.StickyBookingSidebar-module__ePZYtG__weekday{color:var(--color-gray-500);text-align:center;padding:8px 0;font-size:11px;font-weight:500}.StickyBookingSidebar-module__ePZYtG__calendarDays{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.StickyBookingSidebar-module__ePZYtG__calendarDay{aspect-ratio:1;border-radius:var(--radius-md);width:100%;color:var(--color-gray-900);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:13px;transition:all .15s;display:flex}.StickyBookingSidebar-module__ePZYtG__calendarDay:hover:not(:disabled):not(.StickyBookingSidebar-module__ePZYtG__empty){background:var(--color-gray-100)}.StickyBookingSidebar-module__ePZYtG__calendarDay.StickyBookingSidebar-module__ePZYtG__empty{visibility:hidden}.StickyBookingSidebar-module__ePZYtG__calendarDay.StickyBookingSidebar-module__ePZYtG__disabled{color:var(--color-gray-300);cursor:not-allowed}.StickyBookingSidebar-module__ePZYtG__calendarDay.StickyBookingSidebar-module__ePZYtG__selected{background:var(--color-accent);color:var(--color-white);font-weight:600}.StickyBookingSidebar-module__ePZYtG__languageOption{text-align:left;width:100%;color:var(--color-gray-700);cursor:pointer;border-radius:var(--radius-md);background:0 0;border:none;padding:10px 12px;font-size:14px;transition:background .15s;display:block}.StickyBookingSidebar-module__ePZYtG__languageOption:hover{background:var(--color-gray-100)}.StickyBookingSidebar-module__ePZYtG__languageActive{background:var(--color-accent);color:var(--color-white)}.StickyBookingSidebar-module__ePZYtG__languageActive:hover{background:var(--color-accent)}.StickyBookingSidebar-module__ePZYtG__ctaButton{width:100%;color:var(--color-white);border-radius:var(--radius-lg);transition:transform var(--transition-fast),box-shadow var(--transition-fast);background:linear-gradient(135deg,#fb923c 0%,#ea580c 100%);justify-content:center;align-items:center;padding:16px 24px;font-size:16px;font-weight:600;text-decoration:none;display:flex;box-shadow:0 4px 14px #f9731659}.StickyBookingSidebar-module__ePZYtG__ctaButton:hover{color:var(--color-white);transform:translateY(-2px);box-shadow:0 6px 20px #f9731673}.StickyBookingSidebar-module__ePZYtG__trustBadges{border-top:1px solid var(--color-gray-200);flex-direction:column;gap:16px;margin-top:20px;padding-top:20px;display:flex}.StickyBookingSidebar-module__ePZYtG__badge{gap:12px;display:flex}.StickyBookingSidebar-module__ePZYtG__badgeIconGreen{color:var(--color-success);flex-shrink:0;margin-top:2px}.StickyBookingSidebar-module__ePZYtG__badgeContent{flex-direction:column;gap:2px;display:flex}.StickyBookingSidebar-module__ePZYtG__badgeTitle{color:var(--color-success);font-size:14px;font-weight:600}.StickyBookingSidebar-module__ePZYtG__badgeDesc{color:var(--color-gray-600);font-size:12px;line-height:1.4}@media (max-width:1024px){.StickyBookingSidebar-module__ePZYtG__sidebar{z-index:var(--z-sticky);padding:0;position:fixed;inset:auto 0 0}.StickyBookingSidebar-module__ePZYtG__card{border-radius:var(--radius-xl)var(--radius-xl)0 0;align-items:center;gap:16px;padding:16px 20px;display:flex;box-shadow:0 -4px 20px #0000001a}.StickyBookingSidebar-module__ePZYtG__priceSection{border-bottom:none;flex:1;margin-bottom:0;padding-bottom:0}.StickyBookingSidebar-module__ePZYtG__priceLabel{display:none}.StickyBookingSidebar-module__ePZYtG__price{font-size:22px}.StickyBookingSidebar-module__ePZYtG__selectors{display:none}.StickyBookingSidebar-module__ePZYtG__ctaButton{flex-shrink:0;width:auto;padding:14px 24px}.StickyBookingSidebar-module__ePZYtG__trustBadges{display:none}}
.ProductCarousel-module__2iyaqG__carouselContainer{width:100%;position:relative}.ProductCarousel-module__2iyaqG__productGrid{gap:var(--space-4);scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:var(--space-1)0;scrollbar-width:none;-ms-overflow-style:none;display:flex;overflow-x:auto}.ProductCarousel-module__2iyaqG__productGrid::-webkit-scrollbar{display:none}.ProductCarousel-module__2iyaqG__productGrid>*{scroll-snap-align:start;flex:0 0 260px;min-width:260px}@media (min-width:640px){.ProductCarousel-module__2iyaqG__productGrid>*{flex:0 0 280px;min-width:280px}}@media (min-width:1024px){.ProductCarousel-module__2iyaqG__productGrid>*{flex:0 0 calc(25% - var(--space-4)*3/4);min-width:260px}}.ProductCarousel-module__2iyaqG__arrowBtn{z-index:10;background:var(--color-white);border:1px solid var(--color-gray-200);width:48px;height:48px;box-shadow:var(--shadow-lg);cursor:pointer;transition:all var(--transition-fast);color:var(--color-gray-700);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ProductCarousel-module__2iyaqG__arrowBtn:hover:not(:disabled){background:var(--color-gray-900);color:#fff;border-color:var(--color-gray-900);transform:translateY(-50%)scale(1.05)}.ProductCarousel-module__2iyaqG__arrowBtn:disabled{cursor:not-allowed}.ProductCarousel-module__2iyaqG__arrowLeft{left:-24px}.ProductCarousel-module__2iyaqG__arrowRight{right:-24px}.ProductCarousel-module__2iyaqG__arrowHidden{opacity:0;pointer-events:none}@media (max-width:1280px){.ProductCarousel-module__2iyaqG__arrowLeft{left:-16px}.ProductCarousel-module__2iyaqG__arrowRight{right:-16px}}@media (max-width:768px){.ProductCarousel-module__2iyaqG__arrowBtn{width:40px;height:40px}.ProductCarousel-module__2iyaqG__arrowLeft{left:8px}.ProductCarousel-module__2iyaqG__arrowRight{right:8px}.ProductCarousel-module__2iyaqG__arrowBtn{background:#fffffff2}}
.ItineraryTimeline-module__XjKaHW__container{background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:var(--radius-xl);overflow:hidden}.ItineraryTimeline-module__XjKaHW__header{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:16px 20px;display:flex}.ItineraryTimeline-module__XjKaHW__header:hover{background:var(--color-gray-50)}.ItineraryTimeline-module__XjKaHW__title{color:var(--color-gray-900);margin:0;font-size:16px;font-weight:600}.ItineraryTimeline-module__XjKaHW__header svg{color:var(--color-gray-500)}.ItineraryTimeline-module__XjKaHW__timeline{padding:0 20px 20px}.ItineraryTimeline-module__XjKaHW__item{gap:16px;display:flex}.ItineraryTimeline-module__XjKaHW__transportItem{opacity:.8}.ItineraryTimeline-module__XjKaHW__iconColumn{flex-direction:column;flex-shrink:0;align-items:center;width:28px;display:flex}.ItineraryTimeline-module__XjKaHW__icon{background:var(--color-gray-100);border:2px solid var(--color-gray-300);width:28px;height:28px;color:var(--color-gray-600);z-index:1;border-radius:50%;justify-content:center;align-items:center;display:flex}.ItineraryTimeline-module__XjKaHW__iconMain{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-white)}.ItineraryTimeline-module__XjKaHW__line{background:var(--color-gray-300);flex:1;width:2px;min-height:40px;margin:4px 0}.ItineraryTimeline-module__XjKaHW__content{flex:1;padding-bottom:20px}.ItineraryTimeline-module__XjKaHW__stopTitle{color:var(--color-gray-900);margin-bottom:2px;font-size:14px;font-weight:600;display:block}.ItineraryTimeline-module__XjKaHW__subtitle{color:var(--color-accent);margin-bottom:4px;font-size:13px;display:block}.ItineraryTimeline-module__XjKaHW__duration{color:var(--color-gray-500);background:var(--color-gray-100);border-radius:var(--radius-sm);padding:2px 8px;font-size:12px;display:inline-block}.ItineraryTimeline-module__XjKaHW__description{color:var(--color-gray-600);margin:8px 0 0;font-size:13px;line-height:1.5}.ItineraryTimeline-module__XjKaHW__transportItem .ItineraryTimeline-module__XjKaHW__stopTitle{color:var(--color-gray-600);font-weight:500}.ItineraryTimeline-module__XjKaHW__transportItem .ItineraryTimeline-module__XjKaHW__content{padding-bottom:12px}
.Testimonials-module__A7oZKG__section{padding:var(--space-16)0;background:linear-gradient(#f0f4ff 0%,#e8eeff 100%);position:relative;overflow:hidden}.Testimonials-module__A7oZKG__header{text-align:center;margin-bottom:var(--space-10);padding:0 var(--space-4)}.Testimonials-module__A7oZKG__badge{border-radius:var(--radius-full);color:var(--color-gray-700);margin-bottom:var(--space-6);background:#fff;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:500;display:inline-flex;box-shadow:0 2px 10px #00000014}.Testimonials-module__A7oZKG__badge svg{color:#f97316}.Testimonials-module__A7oZKG__title{font-family:var(--font-heading);color:var(--color-gray-900);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:600;line-height:1.2}.Testimonials-module__A7oZKG__sliderContainer{width:100%;position:relative}.Testimonials-module__A7oZKG__sliderRow{padding:var(--space-3)0;overflow:hidden}.Testimonials-module__A7oZKG__sliderTrack{gap:var(--space-5);width:max-content;display:flex}.Testimonials-module__A7oZKG__card{width:380px;padding:var(--space-6);border-radius:var(--radius-xl);background:#fff;flex-shrink:0;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 20px #0000000f}.Testimonials-module__A7oZKG__card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.Testimonials-module__A7oZKG__quoteIcon{color:#fff;border-radius:var(--radius-lg);width:48px;height:48px;margin-bottom:var(--space-4);background:linear-gradient(135deg,#fb923c 0%,#ea580c 100%);justify-content:center;align-items:center;display:flex}.Testimonials-module__A7oZKG__quote{color:var(--color-gray-700);margin-bottom:var(--space-5);min-height:80px;font-size:15px;line-height:1.7}.Testimonials-module__A7oZKG__authorSection{align-items:center;gap:var(--space-3);padding-top:var(--space-4);border-top:1px solid var(--color-gray-100);display:flex}.Testimonials-module__A7oZKG__avatar{border-radius:var(--radius-full);-o-object-fit:cover;object-fit:cover;width:44px;height:44px}.Testimonials-module__A7oZKG__authorInfo{flex-direction:column;display:flex}.Testimonials-module__A7oZKG__authorName{color:var(--color-gray-900);font-size:14px;font-weight:600}.Testimonials-module__A7oZKG__authorRole{color:var(--color-gray-500);font-size:13px}@keyframes Testimonials-module__A7oZKG__scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes Testimonials-module__A7oZKG__scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.Testimonials-module__A7oZKG__scrollLeft{animation:40s linear infinite Testimonials-module__A7oZKG__scrollLeft}.Testimonials-module__A7oZKG__scrollRight{animation:45s linear infinite Testimonials-module__A7oZKG__scrollRight}.Testimonials-module__A7oZKG__fadeLeft,.Testimonials-module__A7oZKG__fadeRight{pointer-events:none;z-index:10;width:150px;position:absolute;top:0;bottom:0}.Testimonials-module__A7oZKG__fadeLeft{background:linear-gradient(90deg,#f0f4ff 0%,#0000 100%);left:0}.Testimonials-module__A7oZKG__fadeRight{background:linear-gradient(270deg,#e8eeff 0%,#0000 100%);right:0}@media (max-width:768px){.Testimonials-module__A7oZKG__section{padding:var(--space-12)0}.Testimonials-module__A7oZKG__card{width:300px;padding:var(--space-5)}.Testimonials-module__A7oZKG__quote{min-height:70px;font-size:14px}.Testimonials-module__A7oZKG__fadeLeft,.Testimonials-module__A7oZKG__fadeRight{width:80px}.Testimonials-module__A7oZKG__scrollLeft{animation-duration:30s}.Testimonials-module__A7oZKG__scrollRight{animation-duration:35s}}@media (max-width:480px){.Testimonials-module__A7oZKG__card{width:280px}.Testimonials-module__A7oZKG__title{font-size:1.5rem}.Testimonials-module__A7oZKG__fadeLeft,.Testimonials-module__A7oZKG__fadeRight{width:50px}}
.TravelServiceCard-module__zhwtkq__card{background:var(--color-white);border-radius:var(--radius-xl);color:inherit;transition:transform var(--transition-base),box-shadow var(--transition-base);border:1px solid var(--color-gray-200);flex-direction:column;height:100%;text-decoration:none;display:flex;overflow:hidden}.TravelServiceCard-module__zhwtkq__card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.TravelServiceCard-module__zhwtkq__imageWrapper{aspect-ratio:4/3;background:var(--color-gray-100);position:relative;overflow:hidden}.TravelServiceCard-module__zhwtkq__image{-o-object-fit:cover;object-fit:cover;transition:transform var(--transition-slow)}.TravelServiceCard-module__zhwtkq__card:hover .TravelServiceCard-module__zhwtkq__image{transform:scale(1.05)}.TravelServiceCard-module__zhwtkq__imagePlaceholder{width:100%;height:100%;color:var(--color-gray-400);justify-content:center;align-items:center;display:flex}.TravelServiceCard-module__zhwtkq__wishlistBtn{background:var(--color-white);cursor:pointer;width:36px;height:36px;color:var(--color-gray-600);box-shadow:var(--shadow-md);transition:all var(--transition-fast);z-index:2;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:12px;right:12px}.TravelServiceCard-module__zhwtkq__wishlistBtn:hover{color:var(--color-accent);transform:scale(1.1)}.TravelServiceCard-module__zhwtkq__badges{z-index:2;flex-direction:column;gap:6px;display:flex;position:absolute;top:12px;left:12px}.TravelServiceCard-module__zhwtkq__badgeFeatured{color:var(--color-white);text-transform:uppercase;letter-spacing:.02em;background:linear-gradient(135deg,#fb923c 0%,#ea580c 100%);border-radius:4px;padding:4px 10px;font-size:11px;font-weight:600}.TravelServiceCard-module__zhwtkq__badgeTopRated{background:var(--color-gray-900);color:var(--color-white);text-transform:uppercase;letter-spacing:.02em;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:600}.TravelServiceCard-module__zhwtkq__content{flex-direction:column;flex:1;gap:8px;padding:16px;display:flex}.TravelServiceCard-module__zhwtkq__title{color:var(--color-gray-900);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:15px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.TravelServiceCard-module__zhwtkq__description{color:var(--color-gray-600);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.TravelServiceCard-module__zhwtkq__meta{flex-wrap:wrap;gap:12px;margin-top:4px;display:flex}.TravelServiceCard-module__zhwtkq__metaItem{color:var(--color-gray-500);align-items:center;gap:4px;font-size:12px;display:flex}.TravelServiceCard-module__zhwtkq__metaItem svg{flex-shrink:0}.TravelServiceCard-module__zhwtkq__rating{align-items:center;gap:6px;margin-top:4px;display:flex}.TravelServiceCard-module__zhwtkq__stars{gap:1px;display:flex}.TravelServiceCard-module__zhwtkq__starFilled{color:var(--color-accent)}.TravelServiceCard-module__zhwtkq__starHalf{color:var(--color-accent);opacity:.5}.TravelServiceCard-module__zhwtkq__starEmpty{color:var(--color-gray-300)}.TravelServiceCard-module__zhwtkq__ratingValue{color:var(--color-gray-900);font-size:13px;font-weight:600}.TravelServiceCard-module__zhwtkq__reviewCount{color:var(--color-gray-500);font-size:12px}.TravelServiceCard-module__zhwtkq__priceWrapper{align-items:baseline;gap:8px;margin-top:auto;padding-top:8px;display:flex}.TravelServiceCard-module__zhwtkq__originalPrice{color:var(--color-gray-400);font-size:13px;text-decoration:line-through}.TravelServiceCard-module__zhwtkq__price{color:var(--color-gray-900);font-size:16px;font-weight:700}@media (max-width:640px){.TravelServiceCard-module__zhwtkq__content{padding:12px}.TravelServiceCard-module__zhwtkq__title{font-size:14px}.TravelServiceCard-module__zhwtkq__price{font-size:15px}}
.BikeBookingSidebar-module__iEmGDa__sidebar{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;position:sticky;top:24px;overflow:visible;box-shadow:0 4px 20px #00000014}.BikeBookingSidebar-module__iEmGDa__priceSection{margin-bottom:24px}.BikeBookingSidebar-module__iEmGDa__priceLabel{color:#6b7280;margin-bottom:4px;font-size:14px;display:block}.BikeBookingSidebar-module__iEmGDa__priceRow{align-items:baseline;gap:6px;display:flex}.BikeBookingSidebar-module__iEmGDa__price{color:#1f2937;font-size:28px;font-weight:700}.BikeBookingSidebar-module__iEmGDa__priceUnit{color:#6b7280;font-size:16px}.BikeBookingSidebar-module__iEmGDa__depositNote{color:#dc2626;align-items:center;gap:4px;margin-top:8px;font-size:13px;display:flex}.BikeBookingSidebar-module__iEmGDa__discountNote{color:#16a34a;background:#f0fdf4;border-radius:6px;align-items:center;gap:4px;margin-top:6px;padding:4px 8px;font-size:12px;display:flex}.BikeBookingSidebar-module__iEmGDa__selectors{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.BikeBookingSidebar-module__iEmGDa__selectorWrapper{position:relative}.BikeBookingSidebar-module__iEmGDa__selector{cursor:pointer;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:12px;width:100%;padding:12px 16px;transition:all .2s;display:flex}.BikeBookingSidebar-module__iEmGDa__selector:hover{border-color:#9ca3af}.BikeBookingSidebar-module__iEmGDa__selectorActive{background:#fff7ed;border-color:#f97316}.BikeBookingSidebar-module__iEmGDa__selectorIcon{color:#6b7280}.BikeBookingSidebar-module__iEmGDa__selectorContent{flex-direction:column;flex:1;display:flex}.BikeBookingSidebar-module__iEmGDa__selectorLabel{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:500}.BikeBookingSidebar-module__iEmGDa__selectorValue{color:#1f2937;font-size:15px;font-weight:600}.BikeBookingSidebar-module__iEmGDa__chevron{color:#9ca3af;transition:transform .2s}.BikeBookingSidebar-module__iEmGDa__chevronUp{transform:rotate(180deg)}.BikeBookingSidebar-module__iEmGDa__dropdown{z-index:1000;background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:100%;min-width:280px;padding:16px;animation:.2s ease-out BikeBookingSidebar-module__iEmGDa__fadeIn;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 10px 40px #00000026}@keyframes BikeBookingSidebar-module__iEmGDa__fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.BikeBookingSidebar-module__iEmGDa__calendarHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.BikeBookingSidebar-module__iEmGDa__calendarMonth{color:#1f2937;font-weight:600}.BikeBookingSidebar-module__iEmGDa__calendarNav{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:4px;padding:4px}.BikeBookingSidebar-module__iEmGDa__calendarNav:hover{color:#1f2937;background:#f3f4f6}.BikeBookingSidebar-module__iEmGDa__calendarWeekdays{text-align:center;grid-template-columns:repeat(7,1fr);margin-bottom:8px;display:grid}.BikeBookingSidebar-module__iEmGDa__weekday{color:#9ca3af;font-size:12px;font-weight:500}.BikeBookingSidebar-module__iEmGDa__calendarDays{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.BikeBookingSidebar-module__iEmGDa__calendarDay{aspect-ratio:1;color:#1f2937;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;min-width:32px;min-height:32px;font-size:14px;transition:background .15s;display:flex}.BikeBookingSidebar-module__iEmGDa__calendarDay:hover:not(:disabled){background:#f3f4f6}.BikeBookingSidebar-module__iEmGDa__selected{font-weight:600;color:#fff!important;background:#f97316!important}.BikeBookingSidebar-module__iEmGDa__inRange{color:#9a3412;background:#ffedd5}.BikeBookingSidebar-module__iEmGDa__disabled{color:#d1d5db;cursor:not-allowed}.BikeBookingSidebar-module__iEmGDa__empty{cursor:default}.BikeBookingSidebar-module__iEmGDa__totalSection{border-top:1px solid #e5e7eb;margin:24px 0;padding-top:16px}.BikeBookingSidebar-module__iEmGDa__totalRow{color:#4b5563;justify-content:space-between;margin-bottom:8px;font-size:14px;display:flex}.BikeBookingSidebar-module__iEmGDa__totalRow.BikeBookingSidebar-module__iEmGDa__final{color:#1f2937;border-top:1px dashed #e5e7eb;margin-top:12px;padding-top:12px;font-size:16px;font-weight:700}.BikeBookingSidebar-module__iEmGDa__ctaButton{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:12px;width:100%;padding:16px;font-size:16px;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #f9731633}.BikeBookingSidebar-module__iEmGDa__ctaButton:hover{background:#ea580c;transform:translateY(-2px);box-shadow:0 6px 16px #f973164d}.BikeBookingSidebar-module__iEmGDa__ctaButton:disabled{cursor:not-allowed;box-shadow:none;background:#d1d5db;transform:none}
.BikeCard-module__-0rm3a__card{cursor:pointer;background-color:#fff;border-radius:20px;width:100%;height:100%;text-decoration:none;transition:transform .2s,box-shadow .2s;display:block;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.BikeCard-module__-0rm3a__card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.BikeCard-module__-0rm3a__imageWrapper{aspect-ratio:4/3;background-color:#f3f4f6;width:100%;position:relative;overflow:hidden}.BikeCard-module__-0rm3a__image{-o-object-fit:cover;object-fit:cover;-o-object-position:bottom;object-position:bottom;transition:transform .3s}.BikeCard-module__-0rm3a__card:hover .BikeCard-module__-0rm3a__image{transform:scale(1.05)}.BikeCard-module__-0rm3a__imagePlaceholder{color:#9ca3af;background-color:#e5e7eb;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.BikeCard-module__-0rm3a__wishlistBtn{color:#4b5563;cursor:pointer;z-index:10;background-color:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:12px;right:12px}.BikeCard-module__-0rm3a__wishlistBtn:hover{color:#ef4444;background-color:#fff;transform:scale(1.1)}.BikeCard-module__-0rm3a__badges{z-index:10;flex-direction:column;gap:6px;display:flex;position:absolute;top:12px;left:12px}.BikeCard-module__-0rm3a__badgeFeatured,.BikeCard-module__-0rm3a__badgeTopRated{text-transform:uppercase;letter-spacing:.025em;color:#fff;border-radius:9999px;padding:4px 8px;font-size:.75rem;font-weight:600}.BikeCard-module__-0rm3a__badgeFeatured{background-color:#f97316}.BikeCard-module__-0rm3a__badgeTopRated{background-color:#10b981}.BikeCard-module__-0rm3a__content{flex-direction:column;gap:12px;padding:16px;display:flex}.BikeCard-module__-0rm3a__title{color:#111827;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1.125rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.BikeCard-module__-0rm3a__description{color:#6b7280;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.BikeCard-module__-0rm3a__meta{color:#4b5563;align-items:center;gap:12px;margin-top:auto;font-size:.875rem;display:flex}.BikeCard-module__-0rm3a__metaItem{align-items:center;gap:4px;display:flex}.BikeCard-module__-0rm3a__rating{align-items:center;gap:4px;font-size:.875rem;display:flex}.BikeCard-module__-0rm3a__stars{color:#eab308;display:flex}.BikeCard-module__-0rm3a__ratingValue{color:#1f2937;font-weight:600}.BikeCard-module__-0rm3a__reviewCount{color:#9ca3af;font-size:.75rem}.BikeCard-module__-0rm3a__priceWrapper{align-items:baseline;gap:8px;margin-top:4px;display:flex}.BikeCard-module__-0rm3a__originalPrice{color:#9ca3af;font-size:.875rem;text-decoration:line-through}.BikeCard-module__-0rm3a__price{color:#f97316;font-size:1.25rem;font-weight:700}@media (max-width:640px){.BikeCard-module__-0rm3a__title{font-size:1rem}}
.AddToCartModal-module__HZWiva__overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;animation:.2s AddToCartModal-module__HZWiva__fadeIn;display:flex;position:fixed;inset:0}@keyframes AddToCartModal-module__HZWiva__fadeIn{0%{opacity:0}to{opacity:1}}.AddToCartModal-module__HZWiva__modal{background:#fff;border-radius:16px;width:100%;max-width:420px;padding:2rem;animation:.3s AddToCartModal-module__HZWiva__slideUp;position:relative}@keyframes AddToCartModal-module__HZWiva__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.AddToCartModal-module__HZWiva__closeBtn{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:8px;padding:.5rem;transition:all .2s;position:absolute;top:1rem;right:1rem}.AddToCartModal-module__HZWiva__closeBtn:hover{color:#111;background:#f3f4f6}.AddToCartModal-module__HZWiva__successIcon{justify-content:center;margin-bottom:1rem;display:flex}.AddToCartModal-module__HZWiva__successIcon svg{color:#22c55e}.AddToCartModal-module__HZWiva__title{text-align:center;color:#111;margin:0 0 1.5rem;font-size:1.5rem}.AddToCartModal-module__HZWiva__productInfo{background:#f9fafb;border-radius:12px;gap:1rem;margin-bottom:1.5rem;padding:1rem;display:flex}.AddToCartModal-module__HZWiva__productImage{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.AddToCartModal-module__HZWiva__productImage span{color:#fff;text-transform:uppercase;font-size:.75rem;font-weight:600}.AddToCartModal-module__HZWiva__productDetails{flex-direction:column;justify-content:center;min-width:0;display:flex}.AddToCartModal-module__HZWiva__productDetails h3{white-space:nowrap;text-overflow:ellipsis;margin:0 0 .25rem;font-size:1rem;overflow:hidden}.AddToCartModal-module__HZWiva__productDetails p{color:#6b7280;margin:0 0 .5rem;font-size:.85rem}.AddToCartModal-module__HZWiva__price{color:#111;font-size:1.1rem;font-weight:700}.AddToCartModal-module__HZWiva__actions{flex-direction:column;gap:.75rem;display:flex}.AddToCartModal-module__HZWiva__continueBtn{color:#374151;cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:10px;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.AddToCartModal-module__HZWiva__continueBtn:hover{color:#111;border-color:#111}.AddToCartModal-module__HZWiva__checkoutBtn{color:#fff;text-align:center;background:#111;border-radius:10px;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s}.AddToCartModal-module__HZWiva__checkoutBtn:hover{background:#333}@media (max-width:480px){.AddToCartModal-module__HZWiva__overlay{align-items:flex-end;padding:0}.AddToCartModal-module__HZWiva__modal{border-radius:20px 20px 0 0;max-width:none;padding:2rem 1.5rem 1.5rem}.AddToCartModal-module__HZWiva__closeBtn{top:.75rem;right:.75rem}}
.FAQCarousel-module__HkwV9W__section{padding:var(--space-16)0;background:linear-gradient(#f8f9fb 0%,#eef1f5 100%);overflow:hidden}.FAQCarousel-module__HkwV9W__container{max-width:1280px;padding:0 var(--space-6);margin:0 auto}.FAQCarousel-module__HkwV9W__header{gap:var(--space-8);margin-bottom:var(--space-10);grid-template-columns:1fr 1fr;align-items:end;display:grid}.FAQCarousel-module__HkwV9W__titleSection{max-width:400px}.FAQCarousel-module__HkwV9W__title{font-family:var(--font-heading);color:var(--color-gray-900);margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.1}.FAQCarousel-module__HkwV9W__titleAccent{color:#ea580c;font-style:italic}.FAQCarousel-module__HkwV9W__descSection{gap:var(--space-4);flex-direction:column;display:flex}.FAQCarousel-module__HkwV9W__description{color:var(--color-gray-600);max-width:400px;margin:0;font-size:15px;line-height:1.7}.FAQCarousel-module__HkwV9W__navigation{gap:var(--space-2);display:flex}.FAQCarousel-module__HkwV9W__navButton{border-radius:var(--radius-full);border:1px solid var(--color-gray-300);width:44px;height:44px;color:var(--color-gray-600);cursor:pointer;transition:all var(--transition-fast);background:#fff;justify-content:center;align-items:center;display:flex}.FAQCarousel-module__HkwV9W__navButton:hover{border-color:var(--color-gray-400);color:var(--color-gray-900)}.FAQCarousel-module__HkwV9W__navButtonActive{color:#fff;background:linear-gradient(135deg,#fb923c 0%,#ea580c 100%);border-color:#ea580c}.FAQCarousel-module__HkwV9W__navButtonActive:hover{color:#fff;background:linear-gradient(135deg,#f97316 0%,#c2410c 100%);border-color:#c2410c}.FAQCarousel-module__HkwV9W__carouselWrapper{margin:0 calc(var(--space-6)*-1);padding:0 var(--space-6);position:relative}.FAQCarousel-module__HkwV9W__carousel{width:100%}.FAQCarousel-module__HkwV9W__carouselContent{margin-left:calc(var(--space-4)*-1);display:flex}.FAQCarousel-module__HkwV9W__carouselItem{padding-left:var(--space-4);flex:none;width:340px;min-width:0}.FAQCarousel-module__HkwV9W__card{height:280px;padding:var(--space-6);border-radius:var(--radius-xl);background:#fff;flex-direction:column;justify-content:flex-end;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.FAQCarousel-module__HkwV9W__card:before{content:"\"";color:var(--color-gray-200);font-family:Georgia,serif;font-size:48px;line-height:1;position:absolute;top:20px;left:24px}.FAQCarousel-module__HkwV9W__cardActive{background:linear-gradient(145deg,#fb923c 0%,#ea580c 100%)}.FAQCarousel-module__HkwV9W__cardActive:before{color:#fff3}.FAQCarousel-module__HkwV9W__cardQuestion{font-family:var(--font-heading);color:#ea580c;margin-bottom:var(--space-3);font-size:18px;font-weight:600;line-height:1.4;transition:color .3s}.FAQCarousel-module__HkwV9W__cardActive .FAQCarousel-module__HkwV9W__cardQuestion{color:#fff}.FAQCarousel-module__HkwV9W__cardAnswer{color:var(--color-gray-500);-webkit-line-clamp:4;line-clamp:4;opacity:0;-webkit-box-orient:vertical;max-height:0;margin:0;font-size:13px;line-height:1.6;transition:all .4s cubic-bezier(.4,0,.2,1);display:-webkit-box;overflow:hidden}.FAQCarousel-module__HkwV9W__cardActive .FAQCarousel-module__HkwV9W__cardAnswer{opacity:1;color:#fffc;max-height:100px}.FAQCarousel-module__HkwV9W__fadeRight{pointer-events:none;z-index:10;background:linear-gradient(270deg,#eef1f5 0%,#0000 100%);width:100px;position:absolute;top:0;bottom:0;right:0}.FAQCarousel-module__HkwV9W__viewAllWrapper{text-align:center;margin-top:var(--space-8)}.FAQCarousel-module__HkwV9W__viewAllLink{color:var(--color-gray-600);transition:color var(--transition-fast);align-items:center;gap:6px;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex}.FAQCarousel-module__HkwV9W__viewAllLink:hover{color:var(--color-gray-900)}@media (max-width:768px){.FAQCarousel-module__HkwV9W__section{padding:var(--space-12)0}.FAQCarousel-module__HkwV9W__header{gap:var(--space-4);grid-template-columns:1fr}.FAQCarousel-module__HkwV9W__titleSection{max-width:none}.FAQCarousel-module__HkwV9W__title{font-size:2rem}.FAQCarousel-module__HkwV9W__title br{display:none}.FAQCarousel-module__HkwV9W__descSection{flex-direction:row;justify-content:space-between;align-items:center}.FAQCarousel-module__HkwV9W__description{max-width:280px;font-size:14px}.FAQCarousel-module__HkwV9W__carouselItem{width:280px}.FAQCarousel-module__HkwV9W__card{height:240px;padding:var(--space-5)}.FAQCarousel-module__HkwV9W__cardQuestion{font-size:16px}.FAQCarousel-module__HkwV9W__fadeRight{width:60px}}@media (max-width:480px){.FAQCarousel-module__HkwV9W__container{padding:0 var(--space-4)}.FAQCarousel-module__HkwV9W__descSection{flex-direction:column;align-items:flex-start}.FAQCarousel-module__HkwV9W__description{max-width:none}.FAQCarousel-module__HkwV9W__carouselWrapper{margin:0 calc(var(--space-4)*-1);padding:0 var(--space-4)}.FAQCarousel-module__HkwV9W__carouselItem{width:260px}.FAQCarousel-module__HkwV9W__card{height:220px}}
.HorizontalCarousel-module__pe7pMq__section{margin:40px 0}.HorizontalCarousel-module__pe7pMq__header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.HorizontalCarousel-module__pe7pMq__title{color:var(--color-gray-900);margin:0;font-size:22px;font-weight:700}.HorizontalCarousel-module__pe7pMq__arrows{gap:8px;display:flex}.HorizontalCarousel-module__pe7pMq__arrowBtn{background:var(--color-white);border:1px solid var(--color-gray-300);cursor:pointer;width:40px;height:40px;color:var(--color-gray-600);transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex}.HorizontalCarousel-module__pe7pMq__arrowBtn:hover{background:var(--color-gray-100);border-color:var(--color-gray-400);color:var(--color-gray-900)}.HorizontalCarousel-module__pe7pMq__carouselWrapper{position:relative;overflow:hidden}.HorizontalCarousel-module__pe7pMq__carousel{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:16px;padding-bottom:8px;display:flex;overflow-x:auto}.HorizontalCarousel-module__pe7pMq__carousel::-webkit-scrollbar{display:none}.HorizontalCarousel-module__pe7pMq__cardWrapper{scroll-snap-align:start;flex-direction:column;flex-shrink:0;width:280px;display:flex}.HorizontalCarousel-module__pe7pMq__cardWrapper>*{flex:1;width:100%}@media (max-width:768px){.HorizontalCarousel-module__pe7pMq__header{flex-direction:column;align-items:flex-start;gap:12px}.HorizontalCarousel-module__pe7pMq__title{font-size:18px}.HorizontalCarousel-module__pe7pMq__arrows{display:none}.HorizontalCarousel-module__pe7pMq__cardWrapper{width:260px}}@media (min-width:1024px){.HorizontalCarousel-module__pe7pMq__cardWrapper{width:300px}}
.page-module__83QZeq__main{min-height:100vh}.page-module__83QZeq__hero{background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 50%,#fed7aa 100%);padding:6rem 0 5rem;position:relative;overflow:hidden}.page-module__83QZeq__heroDecor{pointer-events:none;background:radial-gradient(circle,#fb923c26 0%,#0000 70%);width:80%;height:200%;position:absolute;top:-50%;right:-20%}.page-module__83QZeq__heroContent{text-align:center;z-index:1;max-width:800px;margin:0 auto;position:relative}.page-module__83QZeq__badge{color:#fff;background:linear-gradient(135deg,#fb923c 0%,#ea580c 100%);border-radius:2rem;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-flex;box-shadow:0 4px 12px #ea580c4d}.page-module__83QZeq__title{color:#1a1a2e;margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.2}.page-module__83QZeq__highlight{background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.page-module__83QZeq__subtitle{color:#64748b;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.7}.page-module__83QZeq__heroStats{background:#fff;border-radius:1rem;justify-content:center;align-items:center;gap:2rem;max-width:500px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;padding:1.5rem 2rem;display:flex;box-shadow:0 4px 20px #00000014}.page-module__83QZeq__statItem{flex-direction:column;align-items:center;gap:.25rem;display:flex}.page-module__83QZeq__statValue{color:#ea580c;font-size:1.75rem;font-weight:800}.page-module__83QZeq__statLabel{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.page-module__83QZeq__statDivider{background:#e2e8f0;width:1px;height:40px}.page-module__83QZeq__heroActions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.page-module__83QZeq__primaryBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#fb923c 0%,#ea580c 100%);border:none;border-radius:.75rem;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 14px #ea580c59}.page-module__83QZeq__primaryBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ea580c73}.page-module__83QZeq__primaryBtn:disabled{opacity:.6;cursor:not-allowed}.page-module__83QZeq__secondaryBtn{color:#1a1a2e;cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:.75rem;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.page-module__83QZeq__secondaryBtn:hover{color:#ea580c;border-color:#ea580c}.page-module__83QZeq__upgradeError{color:#dc2626;text-align:center;background:#dc26261a;border-radius:.5rem;width:100%;margin-top:.5rem;padding:.75rem 1.25rem;font-size:.9rem}.page-module__83QZeq__sectionTitle{text-align:center;color:#1a1a2e;margin-bottom:.75rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}.page-module__83QZeq__sectionSubtitle{text-align:center;color:#64748b;margin-bottom:3rem;font-size:1.125rem}.page-module__83QZeq__benefits{background:#fff;padding:5rem 0}.page-module__83QZeq__benefitsGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.page-module__83QZeq__benefitCard{text-align:center;background:linear-gradient(#fafafa 0%,#f5f5f5 100%);border:1px solid #e5e5e5;border-radius:1.25rem;padding:2rem;transition:all .3s}.page-module__83QZeq__benefitCard:hover{border-color:#fb923c;transform:translateY(-6px);box-shadow:0 16px 32px #0000001a}.page-module__83QZeq__benefitIcon{color:#ea580c;background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border-radius:1rem;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.25rem;display:flex}.page-module__83QZeq__benefitCard h3{color:#1a1a2e;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.page-module__83QZeq__benefitCard p{color:#64748b;font-size:.9375rem;line-height:1.6}.page-module__83QZeq__howItWorks{background:linear-gradient(135deg,#1a1a2e 0%,#2d2d44 100%);padding:5rem 0}.page-module__83QZeq__howItWorks .page-module__83QZeq__sectionTitle{color:#fff}.page-module__83QZeq__howItWorks .page-module__83QZeq__sectionSubtitle{color:#ffffffb3}.page-module__83QZeq__stepsGrid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:0 auto;display:grid}.page-module__83QZeq__step{text-align:center;color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1.25rem;padding:2rem 1.5rem;transition:all .3s;position:relative}.page-module__83QZeq__step:hover{background:#ffffff14;transform:translateY(-4px)}.page-module__83QZeq__stepIcon{color:#fb923c;background:linear-gradient(135deg,#fb923c33 0%,#ea580c33 100%);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1rem;display:flex}.page-module__83QZeq__stepNumber{color:#fff;background:linear-gradient(135deg,#fb923c 0%,#ea580c 100%);border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;margin:0 auto 1rem;font-size:.875rem;font-weight:700;display:flex}.page-module__83QZeq__step h3{color:#fb923c;margin-bottom:.75rem;font-size:1.375rem;font-weight:700}.page-module__83QZeq__step p{color:#ffffffbf;font-size:.9375rem;line-height:1.6}.page-module__83QZeq__cta{background:linear-gradient(135deg,#fb923c 0%,#ea580c 100%);padding:5rem 0}.page-module__83QZeq__ctaContent{text-align:center;max-width:600px;margin:0 auto}.page-module__83QZeq__ctaContent h2{color:#fff;margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}.page-module__83QZeq__ctaContent p{color:#ffffffe6;margin-bottom:2rem;font-size:1.125rem}.page-module__83QZeq__ctaButton{color:#ea580c;cursor:pointer;background:#fff;border:none;border-radius:.75rem;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 14px #00000026}.page-module__83QZeq__ctaButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #0003}.page-module__83QZeq__ctaButton:disabled{opacity:.6;cursor:not-allowed}@media (max-width:1024px){.page-module__83QZeq__benefitsGrid{grid-template-columns:repeat(2,1fr)}.page-module__83QZeq__heroStats{gap:1.5rem;padding:1.25rem 1.5rem}.page-module__83QZeq__statValue{font-size:1.5rem}}@media (max-width:768px){.page-module__83QZeq__hero{padding:4rem 0 3rem}.page-module__83QZeq__title{font-size:2rem}.page-module__83QZeq__subtitle{font-size:1rem}.page-module__83QZeq__heroStats{flex-direction:column;gap:1rem;max-width:280px}.page-module__83QZeq__statDivider{width:60px;height:1px}.page-module__83QZeq__benefitsGrid{grid-template-columns:1fr}.page-module__83QZeq__stepsGrid{grid-template-columns:1fr;gap:1.5rem}.page-module__83QZeq__heroActions{flex-direction:column;align-items:center}.page-module__83QZeq__primaryBtn,.page-module__83QZeq__secondaryBtn{justify-content:center;width:100%;max-width:300px}}
.page-module__Iqq-Bq__main{background:var(--color-gray-50);min-height:100vh}.page-module__Iqq-Bq__hero{padding:var(--space-16)0;background:linear-gradient(135deg,#fb923c 0%,#ea580c 100%);position:relative}.page-module__Iqq-Bq__heroOverlay{z-index:1;background:#0009;position:absolute;inset:0}.page-module__Iqq-Bq__heroContent{z-index:2;text-align:center;max-width:800px;margin:0 auto;position:relative}.page-module__Iqq-Bq__tags{gap:var(--space-2);margin-bottom:var(--space-4);justify-content:center;display:flex}.page-module__Iqq-Bq__tag{padding:var(--space-1)var(--space-3);color:#fffc;font-size:var(--text-xs);border-radius:var(--radius-full);background:#ffffff1a;font-weight:500}.page-module__Iqq-Bq__title{font-family:var(--font-heading);color:#fff;margin-bottom:var(--space-4);font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.page-module__Iqq-Bq__excerpt{font-size:var(--text-lg);color:#ffffffb3;margin-bottom:var(--space-6);line-height:1.6}.page-module__Iqq-Bq__meta{justify-content:center;align-items:center;gap:var(--space-3);font-size:var(--text-sm);color:#fff9;display:flex}.page-module__Iqq-Bq__separator{opacity:.5}.page-module__Iqq-Bq__contentSection{padding:var(--space-12)0}.page-module__Iqq-Bq__contentWrapper{max-width:700px;margin:0 auto}.page-module__Iqq-Bq__content{background:var(--color-white);padding:var(--space-10);border-radius:var(--radius-xl);border:1px solid var(--color-gray-200);font-size:var(--text-base);color:var(--color-gray-700);line-height:1.8}.page-module__Iqq-Bq__content h1{font-family:var(--font-heading);font-size:var(--text-3xl);color:var(--color-gray-900);margin:0 0 var(--space-6);font-weight:700}.page-module__Iqq-Bq__content h2{font-family:var(--font-heading);font-size:var(--text-xl);color:var(--color-gray-900);margin:var(--space-8)0 var(--space-4);font-weight:600}.page-module__Iqq-Bq__content h3{font-family:var(--font-heading);font-size:var(--text-lg);color:var(--color-gray-900);margin:var(--space-6)0 var(--space-3);font-weight:600}.page-module__Iqq-Bq__content p{margin-bottom:var(--space-4)}.page-module__Iqq-Bq__content li{margin-bottom:var(--space-2);padding-left:var(--space-2)}.page-module__Iqq-Bq__content a{color:var(--color-gray-900);text-decoration:underline}.page-module__Iqq-Bq__content a:hover{color:var(--color-gray-600)}.page-module__Iqq-Bq__cta{margin-top:var(--space-10);padding:var(--space-8);border-radius:var(--radius-xl);text-align:center;background:linear-gradient(135deg,#fb923c 0%,#ea580c 100%)}.page-module__Iqq-Bq__cta h3{font-family:var(--font-heading);font-size:var(--text-xl);color:#fff;margin-bottom:var(--space-2);font-weight:600}.page-module__Iqq-Bq__cta p{color:#ffffffb3;margin-bottom:var(--space-6)}.page-module__Iqq-Bq__related{padding:var(--space-12)0;background:var(--color-white);border-top:1px solid var(--color-gray-200)}.page-module__Iqq-Bq__related h2{font-family:var(--font-heading);font-size:var(--text-2xl);color:var(--color-gray-900);margin-bottom:var(--space-8);text-align:center;font-weight:700}.page-module__Iqq-Bq__relatedGrid{gap:var(--space-6);grid-template-columns:repeat(3,1fr);display:grid}.page-module__Iqq-Bq__relatedCard{background:var(--color-gray-50);border-radius:var(--radius-xl);transition:all var(--transition-base);border:1px solid var(--color-gray-200);text-decoration:none;display:block;overflow:hidden}.page-module__Iqq-Bq__relatedCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.page-module__Iqq-Bq__relatedImage{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);height:140px;position:relative}.page-module__Iqq-Bq__relatedCard:nth-child(2) .page-module__Iqq-Bq__relatedImage{background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%)}.page-module__Iqq-Bq__relatedCard:nth-child(3) .page-module__Iqq-Bq__relatedImage{background:linear-gradient(135deg,#f97316 0%,#ea580c 100%)}.page-module__Iqq-Bq__relatedImage:before{content:"";background:#ffffff26;border-radius:50%;width:100px;height:100px;position:absolute;top:-30px;right:-30px}.page-module__Iqq-Bq__relatedContent{padding:var(--space-5)}.page-module__Iqq-Bq__relatedDate{font-size:var(--text-xs);color:var(--color-gray-500)}.page-module__Iqq-Bq__relatedContent h3{font-family:var(--font-heading);font-size:var(--text-base);color:var(--color-gray-900);margin-top:var(--space-2);font-weight:600;line-height:1.4}@media (max-width:1024px){.page-module__Iqq-Bq__relatedGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-module__Iqq-Bq__hero{padding:var(--space-10)0}.page-module__Iqq-Bq__content{padding:var(--space-6)}.page-module__Iqq-Bq__relatedGrid{grid-template-columns:1fr}}
.page-module__nNFD8W__main{background:var(--color-gray-50);min-height:100vh}.page-module__nNFD8W__hero{padding:var(--space-16)0;background:var(--color-gray-50);text-align:center}.page-module__nNFD8W__hero h1{color:var(--color-gray-900);font-family:var(--font-heading);font-size:var(--text-4xl);margin-bottom:var(--space-2);font-weight:700}.page-module__nNFD8W__hero p{color:var(--color-gray-600);font-size:var(--text-lg);margin:0}.page-module__nNFD8W__content{padding:var(--space-12)0;padding-top:var(--space-10)}.page-module__nNFD8W__empty{text-align:center;padding:var(--space-12);background:var(--color-white);border-radius:var(--radius-xl);border:1px solid var(--color-gray-200);color:var(--color-gray-500)}.page-module__nNFD8W__postsGrid{gap:var(--space-6);grid-template-columns:repeat(3,1fr);display:grid}.page-module__nNFD8W__postCard{background:var(--color-white);border-radius:var(--radius-xl);border:1px solid var(--color-gray-200);transition:all var(--transition-base);flex-direction:column;display:flex;overflow:hidden}.page-module__nNFD8W__postCard:hover{box-shadow:var(--shadow-xl);border-color:var(--color-gray-300);transform:translateY(-4px)}.page-module__nNFD8W__postCard.page-module__nNFD8W__featured{grid-column:span 2;grid-template-columns:1fr 1fr;display:grid}.page-module__nNFD8W__postImage{height:200px;padding:var(--space-4);background-color:#22c55e;background-image:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:flex-end;display:flex;position:relative;overflow:hidden}.page-module__nNFD8W__postCard:first-child .page-module__nNFD8W__postImage:not([style*=background-image]){background-image:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%)}.page-module__nNFD8W__postCard:nth-child(2) .page-module__nNFD8W__postImage:not([style*=background-image]){background-image:linear-gradient(135deg,#f97316 0%,#ea580c 100%)}.page-module__nNFD8W__postCard:nth-child(3) .page-module__nNFD8W__postImage:not([style*=background-image]){background-image:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%)}.page-module__nNFD8W__postCard:nth-child(4) .page-module__nNFD8W__postImage:not([style*=background-image]){background-image:linear-gradient(135deg,#ec4899 0%,#db2777 100%)}.page-module__nNFD8W__postCard:nth-child(5) .page-module__nNFD8W__postImage:not([style*=background-image]){background-image:linear-gradient(135deg,#06b6d4 0%,#0891b2 100%)}.page-module__nNFD8W__postCard:nth-child(6) .page-module__nNFD8W__postImage:not([style*=background-image]){background-image:linear-gradient(135deg,#eab308 0%,#ca8a04 100%)}.page-module__nNFD8W__featured .page-module__nNFD8W__postImage{height:100%;min-height:300px}.page-module__nNFD8W__postImage:before{content:"";pointer-events:none;background:#ffffff26;border-radius:50%;width:150px;height:150px;position:absolute;top:-40px;right:-40px}.page-module__nNFD8W__postImage:after{content:"";pointer-events:none;background:#ffffff1a;border-radius:50%;width:80px;height:80px;position:absolute;bottom:-20px;left:-20px}.page-module__nNFD8W__postImage[style*=background-image]:before,.page-module__nNFD8W__postImage[style*=background-image]:after{display:none}.page-module__nNFD8W__postCategory{z-index:2;padding:var(--space-1)var(--space-3);color:var(--color-gray-700);font-size:var(--text-xs);border-radius:var(--radius-full);background:#fff;font-weight:600;position:relative}.page-module__nNFD8W__postContent{padding:var(--space-6);flex-direction:column;flex:1;display:flex}.page-module__nNFD8W__postDate{font-size:var(--text-sm);color:var(--color-gray-400)}.page-module__nNFD8W__postTitle{font-family:var(--font-heading);font-size:var(--text-xl);margin:var(--space-2)0 var(--space-3);font-weight:600;line-height:1.3}.page-module__nNFD8W__postTitle a{color:var(--color-gray-900);transition:color var(--transition-fast);text-decoration:none}.page-module__nNFD8W__postTitle a:hover{color:var(--color-gray-600)}.page-module__nNFD8W__featured .page-module__nNFD8W__postTitle{font-size:var(--text-2xl)}.page-module__nNFD8W__postExcerpt{font-size:var(--text-sm);color:var(--color-gray-600);margin-bottom:var(--space-4);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;flex:1;line-height:1.6;display:-webkit-box;overflow:hidden}.page-module__nNFD8W__postFooter{padding-top:var(--space-4);border-top:1px solid var(--color-gray-100);justify-content:space-between;align-items:center;margin-top:auto;display:flex}.page-module__nNFD8W__author{font-size:var(--text-sm);color:var(--color-gray-500)}.page-module__nNFD8W__readMore{font-size:var(--text-sm);color:#ea580c;transition:color var(--transition-fast);font-weight:600;text-decoration:none}.page-module__nNFD8W__readMore:hover{color:#c2410c}@media (max-width:1024px){.page-module__nNFD8W__postsGrid{grid-template-columns:repeat(2,1fr)}.page-module__nNFD8W__postCard.page-module__nNFD8W__featured{grid-column:span 2;grid-template-columns:1fr}.page-module__nNFD8W__featured .page-module__nNFD8W__postImage{min-height:200px}}@media (max-width:640px){.page-module__nNFD8W__postsGrid{grid-template-columns:1fr}.page-module__nNFD8W__postCard.page-module__nNFD8W__featured{grid-column:span 1}.page-module__nNFD8W__hero{padding:var(--space-10)0}.page-module__nNFD8W__hero h1{font-size:var(--text-2xl)}}
.page-module__Vp2gGG__main{background:#f9fafb;min-height:100vh;padding:2rem 0 4rem}.page-module__Vp2gGG__title{margin:0 0 2rem;font-size:2rem}.page-module__Vp2gGG__emptyCart{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:50vh;padding:4rem 2rem;display:flex}.page-module__Vp2gGG__emptyCart svg{color:#d1d5db;margin-bottom:1.5rem}.page-module__Vp2gGG__emptyCart h1{margin:0 0 .5rem;font-size:1.75rem}.page-module__Vp2gGG__emptyCart p{color:#6b7280;margin:0 0 1.5rem}.page-module__Vp2gGG__cartLayout{grid-template-columns:1fr 380px;align-items:start;gap:2rem;display:grid}@media (max-width:1024px){.page-module__Vp2gGG__cartLayout{grid-template-columns:1fr}}.page-module__Vp2gGG__cartItems{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.page-module__Vp2gGG__cartHeader{color:#6b7280;text-transform:uppercase;background:#f9fafb;border-bottom:1px solid #e5e7eb;grid-template-columns:1fr 120px 120px;padding:1rem 1.5rem;font-size:.85rem;font-weight:600;display:grid}@media (max-width:768px){.page-module__Vp2gGG__cartHeader{display:none}}.page-module__Vp2gGG__cartItem{border-bottom:1px solid #e5e7eb;grid-template-columns:1fr 120px 120px;align-items:center;gap:1rem;padding:1.5rem;display:grid}.page-module__Vp2gGG__cartItem:last-of-type{border-bottom:none}@media (max-width:768px){.page-module__Vp2gGG__cartItem{grid-template-columns:1fr;gap:1rem}}.page-module__Vp2gGG__itemInfo{align-items:center;gap:1rem;display:flex}.page-module__Vp2gGG__itemImage{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;display:flex}.page-module__Vp2gGG__itemImage span{color:#fff;text-transform:uppercase;text-align:center;padding:.25rem;font-size:.65rem;font-weight:600}.page-module__Vp2gGG__itemDetails h3{margin:0 0 .25rem;font-size:1rem}.page-module__Vp2gGG__itemDetails p{color:#6b7280;margin:0 0 .25rem;font-size:.85rem}.page-module__Vp2gGG__itemPrice{color:#111;font-weight:600}.page-module__Vp2gGG__quantityControls{justify-content:center;align-items:center;gap:.5rem;display:flex}.page-module__Vp2gGG__quantityControls button{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.25rem;transition:all .2s;display:flex}.page-module__Vp2gGG__quantityControls button:hover:not(:disabled){background:#f3f4f6;border-color:#111}.page-module__Vp2gGG__quantityControls button:disabled{opacity:.5;cursor:not-allowed}.page-module__Vp2gGG__quantityControls span{text-align:center;width:40px;font-weight:600}.page-module__Vp2gGG__itemTotal{justify-content:flex-end;align-items:center;gap:1rem;display:flex}.page-module__Vp2gGG__itemTotal>span{font-size:1.1rem;font-weight:700}.page-module__Vp2gGG__removeBtn{color:#9ca3af;cursor:pointer;background:0 0;border:none;padding:.5rem;transition:color .2s}.page-module__Vp2gGG__removeBtn:hover{color:#ef4444}.page-module__Vp2gGG__cartActions{background:#f9fafb;border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.page-module__Vp2gGG__clearBtn{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:.5rem 1rem;font-size:.9rem;transition:color .2s}.page-module__Vp2gGG__clearBtn:hover{color:#ef4444}.page-module__Vp2gGG__orderSummary{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;position:sticky;top:100px}.page-module__Vp2gGG__orderSummary h2{border-bottom:1px solid #e5e7eb;margin:0 0 1.5rem;padding-bottom:1rem;font-size:1.25rem}.page-module__Vp2gGG__summaryRows{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.page-module__Vp2gGG__summaryRow{justify-content:space-between;font-size:.95rem;display:flex}.page-module__Vp2gGG__summaryRow span:first-child{color:#6b7280}.page-module__Vp2gGG__freeDelivery{font-weight:500;color:#22c55e!important}.page-module__Vp2gGG__summaryTotal{border-top:1px solid #e5e7eb;justify-content:space-between;margin-bottom:1rem;padding:1rem 0;font-size:1.1rem;font-weight:700;display:flex}.page-module__Vp2gGG__orderSummary .page-module__Vp2gGG__btn{width:100%}.page-module__Vp2gGG__secureNote{color:#6b7280;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;font-size:.8rem;display:flex}.page-module__Vp2gGG__secureNote svg{color:#22c55e}@media (max-width:768px){.page-module__Vp2gGG__itemTotal{justify-content:space-between}.page-module__Vp2gGG__quantityControls{justify-content:flex-start}.page-module__Vp2gGG__cartActions{flex-direction:column;gap:1rem}.page-module__Vp2gGG__cartActions .page-module__Vp2gGG__btn{width:100%}}
.page-module__hcxUCa__main{background:#f9fafb;min-height:100vh;padding:2rem 0 4rem}.page-module__hcxUCa__emptyCart{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:50vh;padding:4rem 2rem;display:flex}.page-module__hcxUCa__emptyCart h1{margin:0 0 .5rem}.page-module__hcxUCa__emptyCart p{color:#6b7280;margin:0 0 1.5rem}.page-module__hcxUCa__checkoutHeader{margin-bottom:2rem}.page-module__hcxUCa__backLink{color:#6b7280;margin-bottom:.5rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:inline-block}.page-module__hcxUCa__backLink:hover{color:#111}.page-module__hcxUCa__checkoutHeader h1{margin:0;font-size:2rem}.page-module__hcxUCa__checkoutLayout{grid-template-columns:1fr 400px;align-items:start;gap:2rem;display:grid}@media (max-width:1024px){.page-module__hcxUCa__checkoutLayout{grid-template-columns:1fr}}.page-module__hcxUCa__checkoutForm{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem}.page-module__hcxUCa__formSection h2{margin:0 0 .5rem;font-size:1.25rem}.page-module__hcxUCa__sectionDesc{color:#6b7280;margin:0 0 1.5rem;font-size:.9rem}.page-module__hcxUCa__formGroup{margin-bottom:1.25rem}.page-module__hcxUCa__formGroup label{margin-bottom:.5rem;font-size:.95rem;font-weight:500;display:block}.page-module__hcxUCa__formGroup input{border:1px solid #e5e7eb;border-radius:10px;width:100%;padding:.875rem 1rem;font-size:1rem;transition:border-color .2s}.page-module__hcxUCa__formGroup input:focus{border-color:#111;outline:none}.page-module__hcxUCa__formGroup input::placeholder{color:#9ca3af}.page-module__hcxUCa__inputError{border-color:#ef4444!important}.page-module__hcxUCa__error{color:#ef4444;margin-top:.35rem;font-size:.85rem;display:block}.page-module__hcxUCa__payButton{justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1rem;display:flex}.page-module__hcxUCa__payButton:disabled{opacity:.7;cursor:wait}.page-module__hcxUCa__spinner{border:2px solid #fff;border-top-color:#0000;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite page-module__hcxUCa__spin}@keyframes page-module__hcxUCa__spin{to{transform:rotate(360deg)}}.page-module__hcxUCa__orderSummary{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;position:sticky;top:100px}.page-module__hcxUCa__orderSummary h2{border-bottom:1px solid #e5e7eb;margin:0 0 1.5rem;padding-bottom:1rem;font-size:1.25rem}.page-module__hcxUCa__orderItems{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.page-module__hcxUCa__orderItem{align-items:flex-start;gap:.75rem;display:flex}.page-module__hcxUCa__orderItem .page-module__hcxUCa__itemImage{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.page-module__hcxUCa__orderItem .page-module__hcxUCa__itemImage span{color:#fff;text-transform:uppercase;font-size:.55rem;font-weight:600}.page-module__hcxUCa__orderItem .page-module__hcxUCa__itemDetails{flex:1;min-width:0}.page-module__hcxUCa__orderItem .page-module__hcxUCa__itemDetails h4{white-space:nowrap;text-overflow:ellipsis;margin:0 0 .15rem;font-size:.9rem;overflow:hidden}.page-module__hcxUCa__orderItem .page-module__hcxUCa__itemDetails p{color:#6b7280;margin:0;font-size:.8rem}.page-module__hcxUCa__orderItem .page-module__hcxUCa__itemDetails span{color:#9ca3af;font-size:.8rem}.page-module__hcxUCa__orderItem .page-module__hcxUCa__itemPrice{white-space:nowrap;font-size:.95rem;font-weight:600}.page-module__hcxUCa__summaryRows{border-top:1px solid #e5e7eb;flex-direction:column;gap:.5rem;padding-top:1rem;display:flex}.page-module__hcxUCa__summaryRow{justify-content:space-between;font-size:.9rem;display:flex}.page-module__hcxUCa__summaryRow span:first-child{color:#6b7280}.page-module__hcxUCa__free{color:#22c55e!important}.page-module__hcxUCa__summaryTotal{border-top:1px solid #e5e7eb;justify-content:space-between;margin-top:.5rem;padding:1rem 0;font-size:1.1rem;font-weight:700;display:flex}.page-module__hcxUCa__totalPriceWrapper{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.page-module__hcxUCa__totalPrice{color:var(--color-gray-900);font-size:1.25rem;font-weight:700}.page-module__hcxUCa__totalPriceIdr{color:var(--color-gray-500);font-size:.85rem;font-weight:400}.page-module__hcxUCa__exchangeRateNote{text-align:right;color:var(--color-gray-400);margin-top:-.5rem;margin-bottom:.5rem;font-size:.7rem}.page-module__hcxUCa__secureNote{background:#f0fdf4;border-radius:8px;gap:.75rem;margin-top:1rem;padding:1rem;display:flex}.page-module__hcxUCa__secureNote svg{color:#22c55e;flex-shrink:0;margin-top:2px}.page-module__hcxUCa__secureNote strong{margin-bottom:.15rem;font-size:.9rem;display:block}.page-module__hcxUCa__secureNote p{color:#6b7280;margin:0;font-size:.8rem}@media (max-width:768px){.page-module__hcxUCa__checkoutForm{padding:1.5rem}}.page-module__hcxUCa__formSection+.page-module__hcxUCa__formSection{border-top:1px solid #e5e7eb;margin-top:2rem;padding-top:2rem}.page-module__hcxUCa__deliveryNotice{color:#047857;background:linear-gradient(135deg,#ecfdf5 0%,#d1fae5 100%);border:1px solid #a7f3d0;border-radius:8px;margin-bottom:1.5rem;padding:.875rem 1rem;font-size:.9rem}.page-module__hcxUCa__formGroup select,.page-module__hcxUCa__formGroup textarea{background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:100%;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.page-module__hcxUCa__formGroup select:focus,.page-module__hcxUCa__formGroup textarea:focus{border-color:#111;outline:none}.page-module__hcxUCa__formGroup textarea{resize:vertical;min-height:80px}.page-module__hcxUCa__formGroup input[type=date]{cursor:pointer}.page-module__hcxUCa__physicalBadge{font-size:.7rem;position:absolute;top:-4px;right:-4px}.page-module__hcxUCa__orderItem .page-module__hcxUCa__itemImage{position:relative}.page-module__hcxUCa__physicalLabel{color:#1d4ed8;background:#dbeafe;border-radius:4px;margin-top:.25rem;padding:.15rem .4rem;font-size:.7rem;font-weight:600;display:inline-block}.page-module__hcxUCa__pending{font-style:italic;color:#f59e0b!important}.page-module__hcxUCa__formGroup select optgroup{font-style:normal;font-weight:600}.page-module__hcxUCa__referralInput{gap:.75rem;display:flex}.page-module__hcxUCa__referralInput input{border:1px solid #e5e7eb;border-radius:10px;flex:1;padding:.875rem 1rem;font-size:1rem;transition:border-color .2s}.page-module__hcxUCa__referralInput input:focus{border-color:#111;outline:none}.page-module__hcxUCa__inputSuccess{background:#f0fdf4!important;border-color:#22c55e!important}.page-module__hcxUCa__applyBtn{color:#fff;cursor:pointer;background:#1a1a2e;border:none;border-radius:10px;padding:.875rem 1.5rem;font-weight:600;transition:background .2s}.page-module__hcxUCa__applyBtn:hover:not(:disabled){background:#2d2d44}.page-module__hcxUCa__applyBtn:disabled{opacity:.5;cursor:not-allowed}.page-module__hcxUCa__successMsg{color:#16a34a;margin-top:.5rem;font-size:.9rem;font-weight:500;display:block}.page-module__hcxUCa__errorMsg{color:#dc2626;margin-top:.5rem;font-size:.9rem;display:block}.page-module__hcxUCa__discountRow{background:#fef3c7;border-radius:6px;margin:0 -.5rem;padding:.5rem}.page-module__hcxUCa__discountRow span:first-child{color:#92400e!important}.page-module__hcxUCa__discountAmount{font-weight:600;color:#16a34a!important}.page-module__hcxUCa__hint{color:#6b7280;margin-top:.35rem;font-size:.8rem;display:block}.page-module__hcxUCa__paymentMethods{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.page-module__hcxUCa__paymentOption{cursor:pointer;border:2px solid #e5e7eb;border-radius:12px;align-items:center;padding:1rem;transition:all .2s;display:flex}.page-module__hcxUCa__paymentOption:hover{border-color:#9ca3af}.page-module__hcxUCa__paymentOption.page-module__hcxUCa__selected{background:#f9fafb;border-color:#111}.page-module__hcxUCa__paymentOption input[type=radio]{display:none}.page-module__hcxUCa__paymentContent{flex:1;align-items:center;gap:1rem;display:flex}.page-module__hcxUCa__paymentIcon{background:#f3f4f6;border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.75rem;display:flex}.page-module__hcxUCa__paymentInfo{flex-direction:column;gap:.15rem;display:flex}.page-module__hcxUCa__paymentInfo strong{font-size:1rem}.page-module__hcxUCa__paymentInfo span{color:#6b7280;font-size:.85rem}.page-module__hcxUCa__paymentDetails{color:#4b5563;background:#f9fafb;border-radius:8px;padding:1rem;font-size:.9rem}.page-module__hcxUCa__paymentDetails p{margin:0 0 .5rem}.page-module__hcxUCa__paymentDetails ul{margin:.5rem 0 0;padding-left:1.25rem}.page-module__hcxUCa__paymentDetails li{margin-bottom:.25rem}.page-module__hcxUCa__modalOverlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.page-module__hcxUCa__modalContent{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:600px;max-height:90vh;display:flex;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.page-module__hcxUCa__modalHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.page-module__hcxUCa__modalHeader h2{color:#1f2937;margin:0;font-size:1.25rem;font-weight:700}.page-module__hcxUCa__closeButton{color:#6b7280;cursor:pointer;background:0 0;border:none;margin:0;padding:0;font-size:1.5rem;line-height:1;transition:color .2s}.page-module__hcxUCa__closeButton:hover{color:#1f2937}.page-module__hcxUCa__modalBody{color:#4b5563;word-break:break-word;overflow-wrap:break-word;padding:1.5rem;line-height:1.6;overflow-y:auto}.page-module__hcxUCa__modalBody p{margin-bottom:1rem}.page-module__hcxUCa__modalBody ul{margin-bottom:1rem;padding-left:1.5rem}
.page-module__hX6LXW__main{background:#f9fafb;justify-content:center;align-items:center;min-height:100vh;padding:4rem 0;display:flex}.page-module__hX6LXW__loading{text-align:center;color:#6b7280;padding:4rem}.page-module__hX6LXW__successCard{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;max-width:520px;margin:0 auto;padding:3rem}.page-module__hX6LXW__statusIcon{justify-content:center;margin-bottom:1.5rem;display:flex}.page-module__hX6LXW__successIcon svg{color:#22c55e}.page-module__hX6LXW__pendingIcon svg{color:#f59e0b}.page-module__hX6LXW__successCard h1{margin:0 0 .75rem;font-size:1.75rem}.page-module__hX6LXW__subtitle{color:#6b7280;margin:0 0 1.5rem;line-height:1.6}.page-module__hX6LXW__emailNotice{text-align:left;background:linear-gradient(135deg,#ecfdf5 0%,#d1fae5 100%);border:1px solid #6ee7b7;border-radius:12px;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1.25rem;display:flex}.page-module__hX6LXW__emailIcon{flex-shrink:0;font-size:2rem}.page-module__hX6LXW__emailContent{flex:1}.page-module__hX6LXW__emailContent strong{color:#047857;margin-bottom:.25rem;font-size:1rem;display:block}.page-module__hX6LXW__emailContent p{color:#065f46;margin:0;font-size:.9rem;line-height:1.5}.page-module__hX6LXW__orderInfo{background:#f9fafb;border-radius:12px;margin-bottom:2rem;padding:1.25rem}.page-module__hX6LXW__orderRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.page-module__hX6LXW__orderLabel{color:#6b7280;font-size:.9rem;font-weight:500}.page-module__hX6LXW__orderNumber{color:#111;letter-spacing:.025em;font-size:1rem;font-weight:600}.page-module__hX6LXW__copyBtn{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .875rem;transition:all .2s;display:flex}.page-module__hX6LXW__copyBtn:hover{background:#fafafa;border-color:#111}.page-module__hX6LXW__copyBtn svg{color:#6b7280;flex-shrink:0}.page-module__hX6LXW__orderHint{color:#9ca3af;margin:.75rem 0 0;font-size:.8rem}.page-module__hX6LXW__nextSteps{text-align:left;background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border:1px solid #bae6fd;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.page-module__hX6LXW__nextSteps h3{color:#0369a1;margin:0 0 1rem;font-size:1rem}.page-module__hX6LXW__nextSteps ol{margin:0;padding-left:1.25rem}.page-module__hX6LXW__nextSteps li{color:#374151;margin-bottom:.5rem;font-size:.95rem;line-height:1.5}.page-module__hX6LXW__nextSteps li:last-child{margin-bottom:0}.page-module__hX6LXW__actions{justify-content:center;gap:1rem;margin-bottom:1.5rem;display:flex}.page-module__hX6LXW__actionBtn{text-align:center;flex:1}.page-module__hX6LXW__supportNote{border-top:1px solid #e5e7eb;padding-top:1.5rem}.page-module__hX6LXW__supportNote p{color:#6b7280;margin:0;font-size:.85rem}.page-module__hX6LXW__supportNote a{color:#111;font-weight:500}@media (max-width:480px){.page-module__hX6LXW__successCard{padding:2rem 1.5rem}.page-module__hX6LXW__actions{flex-direction:column}.page-module__hX6LXW__orderRow{flex-direction:column;align-items:stretch;gap:.75rem}.page-module__hX6LXW__copyBtn{justify-content:center}}.page-module__hX6LXW__paymentInstructions{text-align:left;background:#fffbeb;border:1px solid #fcd34d;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.page-module__hX6LXW__paymentInstructions h3{color:#92400e;margin:0 0 .5rem;font-size:1.1rem}.page-module__hX6LXW__instructionNote{color:#78350f;margin:0 0 1rem;font-size:.9rem}.page-module__hX6LXW__bankList{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.page-module__hX6LXW__bankCard{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1rem}.page-module__hX6LXW__bankHeader{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.page-module__hX6LXW__bankLogo{font-size:1.25rem}.page-module__hX6LXW__bankName{font-size:1rem;font-weight:600}.page-module__hX6LXW__bankDetails{flex-direction:column;gap:.35rem;display:flex}.page-module__hX6LXW__accountRow{justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.page-module__hX6LXW__accountLabel{color:#6b7280}.page-module__hX6LXW__accountNumber{cursor:pointer;background:#f3f4f6;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.375rem .625rem;transition:background .2s;display:flex}.page-module__hX6LXW__accountNumber:hover{background:#e5e7eb}.page-module__hX6LXW__accountNumber code{letter-spacing:.05em;font-weight:600}.page-module__hX6LXW__accountValue{font-weight:500}.page-module__hX6LXW__outletList{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.page-module__hX6LXW__outletCard{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1rem}.page-module__hX6LXW__outletCard h4{margin:0 0 .35rem;font-size:1rem}.page-module__hX6LXW__outletAddress{color:#6b7280;margin:0 0 .5rem;font-size:.9rem}.page-module__hX6LXW__outletInfo{color:#4b5563;gap:1rem;font-size:.85rem;display:flex}.page-module__hX6LXW__importantNote{background:#fef3c7;border-radius:8px;padding:1rem;font-size:.9rem}.page-module__hX6LXW__importantNote strong{color:#92400e;margin-bottom:.5rem;display:block}.page-module__hX6LXW__importantNote ul{margin:0;padding-left:1.25rem}.page-module__hX6LXW__importantNote li{color:#78350f;margin-bottom:.35rem}.page-module__hX6LXW__importantNote code{background:#fff;border-radius:4px;padding:.15rem .4rem;font-weight:600}
.page-module__50mwQG__main{background:var(--color-gray-50);min-height:100vh}.page-module__50mwQG__hero{padding:var(--space-16)0;background:var(--color-gray-50);text-align:center}.page-module__50mwQG__hero h1{color:var(--color-gray-900);font-family:var(--font-heading);font-size:var(--text-4xl);margin-bottom:var(--space-2);font-weight:700}.page-module__50mwQG__hero p{color:var(--color-gray-600);font-size:var(--text-lg);margin:0}.page-module__50mwQG__content{padding:var(--space-12)0;padding-top:var(--space-10)}.page-module__50mwQG__contactGrid{gap:var(--space-8);grid-template-columns:1fr 1fr;max-width:1000px;margin:0 auto;display:grid}.page-module__50mwQG__contactInfo{gap:var(--space-6);flex-direction:column;display:flex}.page-module__50mwQG__infoCard{background:var(--color-white);border-radius:var(--radius-xl);padding:var(--space-6);border:1px solid var(--color-gray-200)}.page-module__50mwQG__infoCard h3{font-family:var(--font-heading);font-size:var(--text-lg);color:var(--color-gray-900);margin-bottom:var(--space-4);font-weight:600}.page-module__50mwQG__infoItem{align-items:flex-start;gap:var(--space-3);margin-bottom:var(--space-4);display:flex}.page-module__50mwQG__infoItem:last-child{margin-bottom:0}.page-module__50mwQG__infoIcon{color:#fff;border-radius:var(--radius-lg);background:linear-gradient(135deg,#fb923c 0%,#ea580c 100%);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.page-module__50mwQG__infoContent h4{font-size:var(--text-sm);color:var(--color-gray-900);margin-bottom:var(--space-1);font-weight:600}.page-module__50mwQG__infoContent p{font-size:var(--text-sm);color:var(--color-gray-600);margin:0;line-height:1.5}.page-module__50mwQG__infoContent a{color:var(--color-gray-900);text-decoration:none}.page-module__50mwQG__infoContent a:hover{text-decoration:underline}.page-module__50mwQG__socialLinks{gap:var(--space-3);margin-top:var(--space-4);display:flex}.page-module__50mwQG__socialLink{background:var(--color-gray-100);width:40px;height:40px;color:var(--color-gray-600);border-radius:var(--radius-lg);transition:all var(--transition-fast);justify-content:center;align-items:center;text-decoration:none;display:flex}.page-module__50mwQG__socialLink:hover{background:var(--color-gray-900);color:#fff}.page-module__50mwQG__formCard{background:var(--color-white);border-radius:var(--radius-xl);padding:var(--space-8);border:1px solid var(--color-gray-200)}.page-module__50mwQG__formCard h2{font-family:var(--font-heading);font-size:var(--text-xl);color:var(--color-gray-900);margin-bottom:var(--space-2);font-weight:600}.page-module__50mwQG__formCard>p{color:var(--color-gray-600);font-size:var(--text-sm);margin-bottom:var(--space-6)}.page-module__50mwQG__form{gap:var(--space-4);flex-direction:column;display:flex}.page-module__50mwQG__formRow{gap:var(--space-4);grid-template-columns:1fr 1fr;display:grid}.page-module__50mwQG__formGroup{flex-direction:column;display:flex}.page-module__50mwQG__formGroup label{font-size:var(--text-sm);color:var(--color-gray-700);margin-bottom:var(--space-2);font-weight:500}.page-module__50mwQG__formGroup input,.page-module__50mwQG__formGroup select,.page-module__50mwQG__formGroup textarea{padding:var(--space-3)var(--space-4);border:1px solid var(--color-gray-300);border-radius:var(--radius-lg);font-size:var(--text-sm);transition:all var(--transition-fast)}.page-module__50mwQG__formGroup input:focus,.page-module__50mwQG__formGroup select:focus,.page-module__50mwQG__formGroup textarea:focus{border-color:var(--color-gray-900);outline:none;box-shadow:0 0 0 3px #0000001a}.page-module__50mwQG__formGroup textarea{resize:vertical;min-height:120px}.page-module__50mwQG__submitBtn{padding:var(--space-4)var(--space-6);color:#fff;font-size:var(--text-base);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-fast);background:linear-gradient(135deg,#fb923c 0%,#ea580c 100%);border:none;font-weight:600}.page-module__50mwQG__submitBtn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.page-module__50mwQG__submitBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.page-module__50mwQG__successMessage{padding:var(--space-4);color:var(--color-success);border-radius:var(--radius-lg);text-align:center;background:#22c55e1a;font-weight:500}@media (max-width:768px){.page-module__50mwQG__hero{padding:var(--space-10)0}.page-module__50mwQG__hero h1{font-size:var(--text-2xl)}.page-module__50mwQG__contactGrid,.page-module__50mwQG__formRow{grid-template-columns:1fr}}
.page-module__HM5VIW__main{background:#f9fafb;min-height:100vh;padding:2rem 0 4rem}.page-module__HM5VIW__loading{color:#6b7280;justify-content:center;align-items:center;min-height:50vh;display:flex}.page-module__HM5VIW__header{margin-bottom:2rem}.page-module__HM5VIW__header h1{margin:0 0 .5rem;font-size:2rem}.page-module__HM5VIW__welcome{color:#6b7280;margin:0}.page-module__HM5VIW__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.page-module__HM5VIW__card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.page-module__HM5VIW__card h2{color:#374151;margin:0 0 1rem;font-size:1.1rem}.page-module__HM5VIW__quickActions{gap:1rem;display:flex}.page-module__HM5VIW__actionBtn{color:#374151;background:#f9fafb;border-radius:10px;flex-direction:column;flex:1;align-items:center;gap:.5rem;padding:1.25rem;text-decoration:none;transition:all .2s;display:flex}.page-module__HM5VIW__actionBtn:hover{color:#fff;background:#111}.page-module__HM5VIW__actionBtn svg{opacity:.7}.page-module__HM5VIW__actionBtn span{font-size:.9rem;font-weight:500}.page-module__HM5VIW__stats{gap:1.5rem;display:flex}.page-module__HM5VIW__stat{text-align:center;background:#f9fafb;border-radius:10px;flex:1;padding:1rem}.page-module__HM5VIW__statValue{color:#111;margin-bottom:.25rem;font-size:1.5rem;font-weight:700;display:block}.page-module__HM5VIW__statLabel{color:#6b7280;font-size:.85rem}.page-module__HM5VIW__section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.page-module__HM5VIW__section h2{color:#374151;margin:0 0 1rem;font-size:1.1rem}.page-module__HM5VIW__empty{text-align:center;padding:3rem 1rem}.page-module__HM5VIW__empty p{color:#6b7280;margin:0 0 1rem}.page-module__HM5VIW__ordersList{flex-direction:column;gap:1rem;display:flex}.page-module__HM5VIW__orderCard{background:#f9fafb;border-radius:10px;padding:1rem}.page-module__HM5VIW__orderHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.page-module__HM5VIW__orderNumber{color:#111;font-family:monospace;font-weight:600}.page-module__HM5VIW__status{text-transform:uppercase;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.page-module__HM5VIW__statusCompleted{color:#16a34a;background:#22c55e1a}.page-module__HM5VIW__statusProcessing{color:#2563eb;background:#3b82f61a}.page-module__HM5VIW__statusPending{color:#d97706;background:#f59e0b1a}.page-module__HM5VIW__statusCancelled{color:#dc2626;background:#ef44441a}.page-module__HM5VIW__orderBody{justify-content:space-between;align-items:flex-end;display:flex}.page-module__HM5VIW__orderItems{color:#374151;flex-direction:column;gap:.25rem;font-size:.9rem;display:flex}.page-module__HM5VIW__orderMeta{text-align:right}.page-module__HM5VIW__orderMeta span{color:#6b7280;margin-bottom:.25rem;font-size:.85rem;display:block}.page-module__HM5VIW__orderMeta strong{color:#111;font-size:1.1rem}
.page-module__V-LspW__main{background:var(--color-gray-50);min-height:100vh}.page-module__V-LspW__hero{padding:var(--space-16)0;background:var(--color-gray-50);text-align:center}.page-module__V-LspW__hero h1{color:var(--color-gray-900);font-family:var(--font-heading);font-size:var(--text-4xl);margin-bottom:var(--space-2);font-weight:700}.page-module__V-LspW__hero p{color:var(--color-gray-600);font-size:var(--text-lg);margin:0}.page-module__V-LspW__content{padding:var(--space-12)0;padding-top:var(--space-10);max-width:800px;margin:0 auto}.page-module__V-LspW__faqList{gap:var(--space-4);flex-direction:column;display:flex}.page-module__V-LspW__faqItem{background:var(--color-white);border-radius:var(--radius-xl);border:1px solid var(--color-gray-200);transition:all var(--transition-base);overflow:hidden}.page-module__V-LspW__faqItem:hover{border-color:#ea580c}.page-module__V-LspW__faqQuestion{width:100%;padding:var(--space-5)var(--space-6);cursor:pointer;text-align:left;font-size:var(--text-base);color:var(--color-gray-900);transition:all var(--transition-fast);background:0 0;border:none;justify-content:space-between;align-items:center;font-weight:600;display:flex}.page-module__V-LspW__faqQuestion:hover{color:var(--color-gray-700)}.page-module__V-LspW__faqIcon{border-radius:var(--radius-full);background:var(--color-gray-100);width:24px;height:24px;color:var(--color-gray-600);transition:all var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:flex}.page-module__V-LspW__faqIcon.page-module__V-LspW__open{color:#fff;background:linear-gradient(135deg,#fb923c 0%,#ea580c 100%);transform:rotate(45deg)}.page-module__V-LspW__faqAnswer{padding:0 var(--space-6)var(--space-5);color:var(--color-gray-600);line-height:1.7;font-size:var(--text-sm)}.page-module__V-LspW__faqAnswer p{margin:0}.page-module__V-LspW__categories{justify-content:center;gap:var(--space-3);margin-bottom:var(--space-8);flex-wrap:wrap;display:flex}.page-module__V-LspW__categoryBtn{padding:var(--space-2)var(--space-4);background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:var(--radius-full);font-size:var(--text-sm);color:var(--color-gray-600);cursor:pointer;transition:all var(--transition-fast);font-weight:500}.page-module__V-LspW__categoryBtn:hover{color:#ea580c;border-color:#ea580c}.page-module__V-LspW__categoryBtn.page-module__V-LspW__active{color:#fff;background:linear-gradient(135deg,#fb923c 0%,#ea580c 100%);border-color:#ea580c}.page-module__V-LspW__cta{margin-top:var(--space-12);padding:var(--space-8);border-radius:var(--radius-xl);text-align:center;background:linear-gradient(135deg,#fb923c 0%,#ea580c 100%)}.page-module__V-LspW__cta h3{font-family:var(--font-heading);font-size:var(--text-xl);color:#fff;margin-bottom:var(--space-2);font-weight:600}.page-module__V-LspW__cta p{color:#ffffffe6;margin-bottom:var(--space-4)}.page-module__V-LspW__ctaLink{align-items:center;gap:var(--space-2);color:#fff;transition:all var(--transition-fast);font-weight:600;text-decoration:none;display:inline-flex}.page-module__V-LspW__ctaLink:hover{opacity:.9}@media (max-width:768px){.page-module__V-LspW__hero{padding:var(--space-10)0}.page-module__V-LspW__hero h1{font-size:var(--text-2xl)}.page-module__V-LspW__content{padding:var(--space-8)var(--space-4)}}
.page-module__fNGVHq__main{background:#f9fafb;min-height:100vh;padding:2rem 0 4rem}.page-module__fNGVHq__loading{color:#6b7280;justify-content:center;align-items:center;min-height:50vh;display:flex}.page-module__fNGVHq__header{margin-bottom:2rem}.page-module__fNGVHq__header h1{margin:0 0 .5rem;font-size:2rem}.page-module__fNGVHq__welcome{color:#6b7280;margin:0}.page-module__fNGVHq__statsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.page-module__fNGVHq__statCard{background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;display:flex}.page-module__fNGVHq__statIcon{color:#6b7280;background:#f3f4f6;border-radius:10px;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.page-module__fNGVHq__iconActive{color:#16a34a;background:#22c55e1a}.page-module__fNGVHq__iconUpcoming{color:#2563eb;background:#3b82f61a}.page-module__fNGVHq__statInfo{flex-direction:column;display:flex}.page-module__fNGVHq__statValue{color:#111;font-size:1.75rem;font-weight:700}.page-module__fNGVHq__statLabel{color:#6b7280;font-size:.9rem}.page-module__fNGVHq__filterBar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.page-module__fNGVHq__filterBar h2{margin:0;font-size:1.25rem}.page-module__fNGVHq__filterButtons{gap:.5rem;display:flex}.page-module__fNGVHq__filterBtn{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s}.page-module__fNGVHq__filterBtn:hover{background:#f3f4f6}.page-module__fNGVHq__filterBtnActive{color:#fff;background:#111;border-color:#111}.page-module__fNGVHq__empty{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.page-module__fNGVHq__empty svg{color:#d1d5db;margin-bottom:1rem}.page-module__fNGVHq__empty p{color:#6b7280;margin:0}.page-module__fNGVHq__bookingsList{flex-direction:column;gap:1rem;display:flex}.page-module__fNGVHq__bookingCard{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.page-module__fNGVHq__bookingHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.page-module__fNGVHq__bookingNumber{color:#111;margin-right:.75rem;font-family:monospace;font-size:.9rem;font-weight:600}.page-module__fNGVHq__status{text-transform:uppercase;border-radius:20px;padding:.25rem .75rem;font-size:.7rem;font-weight:600;display:inline-block}.page-module__fNGVHq__statusCompleted{color:#16a34a;background:#22c55e1a}.page-module__fNGVHq__statusInProgress{color:#2563eb;background:#3b82f61a}.page-module__fNGVHq__statusConfirmed{color:#059669;background:#10b9811a}.page-module__fNGVHq__statusPending{color:#d97706;background:#f59e0b1a}.page-module__fNGVHq__statusCancelled{color:#dc2626;background:#ef44441a}.page-module__fNGVHq__bookingDate{color:#6b7280;font-size:.9rem}.page-module__fNGVHq__tripInfo{border-bottom:1px solid #f3f4f6;margin-bottom:1rem;padding-bottom:1rem}.page-module__fNGVHq__tripInfo h3{margin:0 0 .25rem;font-size:1.1rem}.page-module__fNGVHq__tripInfo p{color:#6b7280;margin:0;font-size:.9rem}.page-module__fNGVHq__customerInfo{margin-bottom:1rem}.page-module__fNGVHq__customerInfo h4,.page-module__fNGVHq__requests h4{color:#6b7280;text-transform:uppercase;margin:0 0 .5rem;font-size:.8rem}.page-module__fNGVHq__customerInfo p{margin:0 0 .25rem;font-size:.9rem}.page-module__fNGVHq__requests{background:#fef3c7;border-radius:8px;margin-bottom:1rem;padding:1rem}.page-module__fNGVHq__requests p{color:#92400e;margin:0;font-size:.9rem}.page-module__fNGVHq__bookingFooter{border-top:1px solid #f3f4f6;justify-content:flex-end;padding-top:1rem;display:flex}.page-module__fNGVHq__price{color:#111;font-size:1.25rem;font-weight:700}.page-module__fNGVHq__pendingVerification{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;max-width:600px;margin:4rem auto;padding:3rem}.page-module__fNGVHq__pendingIcon{margin-bottom:1.5rem;font-size:4rem}.page-module__fNGVHq__pendingVerification h1{color:#111;margin:0 0 1rem;font-size:1.75rem}.page-module__fNGVHq__pendingVerification>p{color:#6b7280;margin:0 0 1rem;line-height:1.6}.page-module__fNGVHq__pendingInfo{text-align:left;background:#f3f4f6;border-radius:12px;margin-top:2rem;padding:1.5rem}.page-module__fNGVHq__pendingInfo strong{color:#111;margin-bottom:.75rem;display:block}.page-module__fNGVHq__pendingInfo ul{color:#6b7280;margin:0;padding-left:1.25rem}.page-module__fNGVHq__pendingInfo li{margin-bottom:.5rem}
.page-module__xtLjiq__main{background:#f9fafb;min-height:100vh;padding:2rem 0 4rem}.page-module__xtLjiq__loading{color:#6b7280;justify-content:center;align-items:center;min-height:50vh;display:flex}.page-module__xtLjiq__header{margin-bottom:2rem}.page-module__xtLjiq__header h1{margin:0 0 .5rem;font-size:2rem}.page-module__xtLjiq__header p{color:#6b7280;margin:0}.page-module__xtLjiq__empty{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:4rem 2rem}.page-module__xtLjiq__empty svg{color:#d1d5db;margin-bottom:1.5rem}.page-module__xtLjiq__empty h2{margin:0 0 .5rem;font-size:1.25rem}.page-module__xtLjiq__empty p{color:#6b7280;margin:0 0 1.5rem}.page-module__xtLjiq__browseBtn{color:#fff;background:#111;border-radius:8px;padding:.75rem 2rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-block}.page-module__xtLjiq__browseBtn:hover{background:#333}.page-module__xtLjiq__bookingsList{flex-direction:column;gap:1rem;display:flex}.page-module__xtLjiq__bookingCard{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.page-module__xtLjiq__bookingHeader{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.page-module__xtLjiq__bookingNumber{color:#111;margin-right:.75rem;font-family:monospace;font-weight:600}.page-module__xtLjiq__status{text-transform:uppercase;border-radius:20px;padding:.35rem .75rem;font-size:.75rem;font-weight:600}.page-module__xtLjiq__statusCompleted{color:#16a34a;background:#22c55e1a}.page-module__xtLjiq__statusConfirmed{color:#059669;background:#10b9811a}.page-module__xtLjiq__statusInProgress{color:#2563eb;background:#3b82f61a}.page-module__xtLjiq__statusPending{color:#d97706;background:#f59e0b1a}.page-module__xtLjiq__statusCancelled{color:#dc2626;background:#ef44441a}.page-module__xtLjiq__bookingBody{padding:1.25rem}.page-module__xtLjiq__bookingBody h3{margin:0 0 .5rem;font-size:1.25rem}.page-module__xtLjiq__destination{color:#6b7280;margin:0 0 1rem}.page-module__xtLjiq__details{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;display:grid}.page-module__xtLjiq__detail{flex-direction:column;gap:.25rem;display:flex}.page-module__xtLjiq__detailLabel{color:#6b7280;text-transform:uppercase;font-size:.8rem}.page-module__xtLjiq__detailValue{color:#111;font-weight:600}.page-module__xtLjiq__bookingFooter{background:#f9fafb;border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.page-module__xtLjiq__bookingFooter span{color:#6b7280;font-size:.9rem}.page-module__xtLjiq__bookingFooter strong{color:#111;font-size:1.25rem}
.page-module__yqlGGq__main{background:#f9fafb;min-height:80vh;padding:4rem 0}.page-module__yqlGGq__wrapper{max-width:600px;margin:0 auto}.page-module__yqlGGq__header{text-align:center;margin-bottom:2rem}.page-module__yqlGGq__header h1{color:#111;margin-bottom:.5rem;font-size:2rem}.page-module__yqlGGq__header p{color:#6b7280}.page-module__yqlGGq__card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}.page-module__yqlGGq__form{flex-direction:column;gap:1.5rem;display:flex}.page-module__yqlGGq__formGroup{flex-direction:column;gap:.5rem;display:flex}.page-module__yqlGGq__formGroup label{color:#374151;font-size:.9rem;font-weight:500}.page-module__yqlGGq__input{border:1px solid #d1d5db;border-radius:8px;width:100%;padding:.75rem;font-size:1rem;transition:all .2s}.page-module__yqlGGq__input:focus{border-color:#111;outline:none;box-shadow:0 0 0 2px #0000001a}.page-module__yqlGGq__submitBtn{width:100%;margin-top:.5rem;padding:.875rem;font-weight:600}.page-module__yqlGGq__error{color:#dc2626;text-align:center;background:#fee2e2;border-radius:8px;margin-top:1rem;padding:.75rem;font-size:.9rem}.page-module__yqlGGq__resultCard{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-top:2rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}.page-module__yqlGGq__resultHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.page-module__yqlGGq__orderTitle{color:#111;margin:0 0 .25rem;font-size:1.25rem}.page-module__yqlGGq__orderDate{color:#6b7280;margin:0;font-size:.9rem}.page-module__yqlGGq__statusBadge{text-transform:uppercase;border-radius:999px;padding:.35rem .75rem;font-size:.8rem;font-weight:600}.page-module__yqlGGq__itemsList{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.page-module__yqlGGq__item{justify-content:space-between;align-items:center;display:flex}.page-module__yqlGGq__itemInfo{flex-direction:column;display:flex}.page-module__yqlGGq__itemName{color:#374151;font-weight:500}.page-module__yqlGGq__itemMeta{color:#6b7280;font-size:.85rem}.page-module__yqlGGq__itemPrice{color:#111;font-weight:500}.page-module__yqlGGq__totalRow{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding-top:1.5rem;font-size:1.1rem;font-weight:600;display:flex}.page-module__yqlGGq__totalValue{color:#111}
