.fade-in{animation:fadeIn .5s ease-out forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.slide-up{animation:slideUp .5s ease-out forwards}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#28c7ba;height:40px;margin:2rem auto;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.icon-spin{animation:spin 1s linear infinite}:root{--app-header-offset:5rem}@media (max-width:768px){:root{--app-header-offset:4.5rem}}.app{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1;margin:0 auto;max-width:1200px;padding:5rem 1rem 2rem;width:100%}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f8f9fa;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;transition:background-color .3s ease,color .3s ease}[data-theme=dark] body{background-color:#1a1a1a;color:#e0e0e0}h1,h2,h3,h4,h5,h6{line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}a{text-decoration:none;transition:color .3s ease}a,a:hover{color:#28c7ba}[data-theme=dark] a{color:#4dd4c8}[data-theme=dark] a:hover{color:#6de5d9}button{background:none;border:none;cursor:pointer;font-family:inherit}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}main{padding:4.5rem .5rem 1.5rem}}.content-page{background:#fff;border-radius:16px;box-shadow:0 4px 16px #00000012;font-family:Segoe UI,Roboto,Arial,sans-serif;margin:1.5rem auto 2rem;max-width:100%;padding:2rem 1rem 2.5rem;transition:background-color .3s ease,color .3s ease,box-shadow .3s ease}[data-theme=dark] .content-page{background:#2a2a2a;box-shadow:0 4px 16px #0000004d;color:#e0e0e0}.content-page-cover{margin:0 auto 1.5rem;text-align:center}.content-page-cover-img{border-radius:12px;box-shadow:0 4px 20px #0000001f;height:auto;max-width:100%;object-fit:cover;width:320px}[data-theme=dark] .content-page-cover-img{box-shadow:0 4px 20px #0006}.content-page h1{color:#28c7ba;font-size:2.3rem;font-weight:700;letter-spacing:.02em;margin-bottom:1.2rem;text-align:center}.content-page h2,.content-page h3,.content-page h4,.content-page h5,.content-page h6{text-align:left}.content-page h2{color:#1fa89d;font-size:1.5rem;font-weight:600;margin-bottom:1rem;margin-top:2.2rem}.content-page h3{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:.7rem;margin-top:1.5rem;transition:color .3s ease}[data-theme=dark] .content-page h3{color:#d0d0d0}.content-page p{color:#444;font-size:1.08rem;line-height:1.7;margin-bottom:1.1rem;transition:color .3s ease}[data-theme=dark] .content-page p{color:silver}.content-page ol,.content-page ul{color:#444;font-size:1.08rem;margin-bottom:1.2rem;margin-left:2rem;transition:color .3s ease}[data-theme=dark] .content-page ol,[data-theme=dark] .content-page ul{color:silver}.content-page li{margin-bottom:.5rem}.content-page img{border-radius:10px;box-shadow:0 2px 8px #28c7ba14;display:block;margin:1.5rem auto;max-width:100%}.video-embed{position:relative}.video-embed video{display:block}.video-embed-loading{align-items:center;background:#0000004d;color:#666;display:flex;font-size:.9rem;inset:0;justify-content:center;position:absolute}.video-embed--error{background:#f5f5f5;border-radius:8px;color:#666;padding:2rem;text-align:center}.content-page video{border-radius:10px;box-shadow:0 2px 8px #28c7ba14;display:block;margin:2rem auto;max-width:100%}.content-page-action{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.content-page-action .add-to-cart-button,.content-page-action .amazon-button{border-radius:5px;max-width:500px;width:100%}.content-page-action .patreon-button:hover{background:#e65100!important;box-shadow:0 0 15px #cc5500b3,0 0 30px #cc550080,0 0 45px #cc55004d!important}[data-theme=dark] .content-page .bikepacking-book-section{background:#2a2a2a!important;border-color:#444!important}[data-theme=dark] .content-page .bikepacking-book-section h4{color:#e0e0e0!important}[data-theme=dark] .content-page .bikepacking-book-section p{color:silver!important}.content-page .commission-samples{column-count:2;column-gap:1rem;margin:1.5rem 0}.content-page .commission-samples img{border-radius:8px;box-shadow:0 2px 8px #0000001a;break-inside:avoid;display:block;height:auto;margin-bottom:1rem;object-fit:cover;page-break-inside:avoid;width:100%}@media (min-width:640px){.content-page .commission-samples{column-count:3}}@media (min-width:1024px){.content-page .commission-samples{column-count:4}}.content-page .commission-button,.content-page .reserve-button{background:#28c7ba;border:none;border-radius:2px;color:#fff;cursor:pointer;display:block;font-size:1rem;font-weight:600;margin:1.5rem auto;max-width:500px;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s ease;width:100%}.content-page .commission-button:hover,.content-page .reserve-button:hover{background:#22a89a;box-shadow:0 4px 12px #28c7ba4d;transform:translateY(-1px)}.content-page blockquote{background:#f3f6f4;border-left:4px solid #28c7ba;border-radius:8px;color:#555;font-style:italic;margin:1.5rem 0;padding:1rem 1.5rem;transition:background-color .3s ease,color .3s ease}[data-theme=dark] .content-page blockquote{background:#333;border-left-color:#4dd4c8;color:#b0b0b0}.content-page em{color:#28c7ba}.content-page strong{color:#1fa89d}@media (max-width:600px){.content-page{padding:1rem .75rem 1.5rem}.content-page h1{font-size:1.5rem}.content-page h2{font-size:1.1rem}}[data-theme=dark] .account-view{color:#e0e0e0}[data-theme=dark] .account-tabs{border-bottom-color:#404040}[data-theme=dark] .account-tab{color:#b0b0b0}[data-theme=dark] .account-tab:hover{background:#333;color:#4dd4c8}[data-theme=dark] .account-tab.active{border-bottom-color:#4dd4c8;color:#4dd4c8}[data-theme=dark] .account-content{background:#2a2a2a;box-shadow:0 4px 16px #0000004d}[data-theme=dark] .account-content .section-header{border-bottom-color:#404040}[data-theme=dark] .account-content .form-group label,[data-theme=dark] .account-content .section-header h2{color:#e0e0e0}[data-theme=dark] .account-content .form-group input,[data-theme=dark] .account-content .form-group select{background:#1a1a1a;border-color:#404040;color:#e0e0e0}[data-theme=dark] .account-content .form-group input:focus,[data-theme=dark] .account-content .form-group select:focus{border-color:#4dd4c8;box-shadow:0 0 0 2px #4dd4c833}[data-theme=dark] .account-content .form-group input:disabled{background:#333;color:#888}[data-theme=dark] .account-content .edit-button{background:#333;color:#e0e0e0}[data-theme=dark] .account-content .edit-button:hover{background:#404040;color:#4dd4c8}[data-theme=dark] .add-card{background:#2a2a2a;border-color:#404040}[data-theme=dark] .add-card:hover{background:#333;border-color:#4dd4c8}[data-theme=dark] .add-card h3{color:#e0e0e0}[data-theme=dark] .add-card p,[data-theme=dark] .add-card-content{color:#b0b0b0}[data-theme=dark] .account-content .cancel-button{background:#333;color:#e0e0e0}[data-theme=dark] .account-content .cancel-button:hover{background:#404040}[data-theme=dark] .address-card,[data-theme=dark] .payment-card{background:#333;border-color:#404040}[data-theme=dark] .address-header h3,[data-theme=dark] .card-number,[data-theme=dark] .cardholder-name,[data-theme=dark] .payment-info{color:#e0e0e0}[data-theme=dark] .address-card p,[data-theme=dark] .card-expiry,[data-theme=dark] .payment-card p{color:#b0b0b0}[data-theme=dark] .profile-sidebar-container{color:#e0e0e0}[data-theme=dark] .profile-sidebar{background:#2a2a2a;box-shadow:0 4px 16px #0000004d}[data-theme=dark] .profile-sidebar-label{border-bottom-color:#404040}[data-theme=dark] .profile-sidebar-button{color:#e0e0e0}[data-theme=dark] .profile-sidebar-button.active,[data-theme=dark] .profile-sidebar-button:hover{background:#333;color:#4dd4c8}.service-card{align-items:center;color:inherit;display:flex;flex-direction:column;gap:1rem;overflow:hidden;padding:2rem;position:relative;text-decoration:none}[data-theme=dark] .service-card{background:#333;box-shadow:0 4px 6px #0000004d}.service-card:before{background:linear-gradient(90deg,#28c7ba,#28c7ba);content:"";height:4px;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:left;transition:transform .3s ease;width:100%}.service-card:hover:before{transform:scaleX(1)}[data-theme=dark] .service-card:hover{background:#3a3a3a;box-shadow:0 8px 15px #00000080}.service-card i,.service-card svg{color:#28c7ba;font-size:3rem;margin-bottom:1rem;transition:transform .3s ease}.service-card:hover i,.service-card:hover svg{transform:scale(1.1)}.service-card h3{font-size:2rem;font-weight:600;margin-bottom:.5rem;transition:color .3s ease}[data-theme=dark] .service-card h3{color:#e0e0e0}.service-card p{font-size:1.5rem;line-height:1.5;transition:color .3s ease}[data-theme=dark] .service-card p{color:#b0b0b0}.home{padding:2rem 0}.home .hero{align-items:center;background:linear-gradient(135deg,#28c7ba,#28c7ba,.1);border-radius:12px;color:#fff;display:flex;flex-direction:column;justify-content:center;margin-bottom:0;min-height:300px;overflow:hidden;padding:3rem 2rem;position:relative;text-align:center}.home .hero .hero-bg{inset:0;position:absolute;z-index:0}.home .hero .hero-bg img{height:100%;object-fit:cover;width:100%}.home .hero .hero-content{position:relative;z-index:1}.home .hero h1{font-size:3rem;margin-bottom:1rem;text-align:center;width:100%}.home .hero p{font-size:1.2rem;margin:0 auto;max-width:600px;text-align:center}.home .hero .hero-tagline{font-size:1.5rem;font-weight:600;margin-bottom:2rem;margin-top:1rem}.hero-subscribe-form{align-items:stretch;display:flex;gap:.75rem;margin:1.5rem auto 0;max-width:400px;width:100%}.hero-subscribe-form input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #ffffff4d;border-radius:8px;box-sizing:border-box;color:#fff;flex:1 1;font-size:.9rem;outline:none;padding:.6rem 1rem;transition:all .3s ease}.hero-subscribe-form input::placeholder{color:#ffffffb3}.hero-subscribe-form input:focus{background:#ffffff26;border-color:#fff9}.hero-subscribe-form input:disabled{cursor:not-allowed;opacity:.7}.hero-subscribe-form button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff4d;border-radius:8px;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:.9rem;font-weight:600;justify-content:center;max-width:120px;min-width:100px;padding:.6rem 1.5rem;transition:all .3s ease;white-space:nowrap}.hero-subscribe-form button:hover:not(:disabled){background:#ffffff4d;border-color:#ffffff80}.hero-subscribe-form button:disabled{cursor:not-allowed;opacity:.7}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1200px;padding:2rem}.home .services-grid .service-card{max-width:100%;min-width:0}.home .services-grid .service-card h3{font-size:1.5rem}.home .services-grid .service-card p{font-size:1rem}.home .services-grid .service-card i,.home .services-grid .service-card svg{font-size:2rem}@media (max-width:768px){.home .hero{padding:3rem 1rem}.home .hero h1{font-size:2.5rem}.home .hero p{font-size:1.1rem}.home .hero .hero-tagline{font-size:1.3rem}.hero-subscribe-form{flex-direction:column;gap:.75rem}.hero-subscribe-form button,.hero-subscribe-form input{width:100%}.services-grid{gap:1.5rem;grid-template-columns:1fr}}.navbar{background:#eee;box-shadow:0 2px 5px #0000001a;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}[data-theme=dark] .navbar{background:#2a2a2a;box-shadow:0 2px 5px #0000004d}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#eeeeeef2}[data-theme=dark] .navbar.scrolled{background:#2a2a2af2;box-shadow:0 2px 5px #00000080}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 5%}.nav-container,.nav-left{align-items:center;display:flex}.nav-left{gap:1rem}.nav-right{margin-left:auto}.mobile-menu-btn,.nav-right{align-items:center;display:flex}.mobile-menu-btn{background:none;border:none;border-radius:50%;color:#2c3e50;cursor:pointer;font-size:1.5rem;height:40px;justify-content:center;padding:.5rem;transition:all .3s ease;width:40px}.mobile-menu-btn:hover{background:#f8f9fa;color:#28c7ba}.nav-logo{align-items:center;border-radius:50%;color:#2c3e50;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}[data-theme=dark] .nav-logo{color:#e0e0e0}.nav-logo:hover{background:#f8f9fa;color:#28c7ba}[data-theme=dark] .nav-logo:hover{background:#28c7ba1a;color:#4dd4c8}.home-icon{font-size:1.8rem}.nav-links{display:flex;list-style:none;margin:0;padding:0}.nav-links li{margin-left:2rem}.nav-links a{color:#2c3e50;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}[data-theme=dark] .nav-links a{color:#e0e0e0}.nav-links a:after{background:#28c7ba;bottom:-5px;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:right;transition:transform .3s ease;width:100%}.nav-links a:hover{color:#28c7ba}.nav-links a:hover:after{transform:scaleX(1);transform-origin:left}.dropdown{position:relative}.dropdown-btn{align-items:center;background:none;border:none;border-radius:50%;color:#2c3e50;cursor:pointer;display:flex;font-size:1.2rem;font-weight:500;height:40px;justify-content:center;padding:.5rem;transition:color .3s ease;width:40px}[data-theme=dark] .dropdown-btn{color:#e0e0e0}.dropdown-btn:hover{background:#f8f9fa;color:#28c7ba}[data-theme=dark] .dropdown-btn:hover{background:#28c7ba1a;color:#4dd4c8}.dropdown-icon{font-size:1.8rem;transition:transform .3s ease}.dropdown-icon.open{transform:rotate(180deg)}.dropdown-menu{background:#eee;border-radius:8px;box-shadow:0 4px 12px #0000001a;list-style:none;margin-top:.5rem;min-width:200px;opacity:0;padding:.5rem 0;position:absolute;right:0;top:100%;transform:translateY(-10px);transition:all .3s ease;visibility:hidden}[data-theme=dark] .dropdown-menu{background:#2a2a2a}.dropdown-menu.active{opacity:1;transform:translateY(0);visibility:visible}.dropdown-menu li{margin:0}.dropdown-menu a{color:#2c3e50;display:block;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}[data-theme=dark] .dropdown-menu a{color:#e0e0e0}.dropdown-menu a:hover{background:#f8f9fa;color:#28c7ba}[data-theme=dark] .dropdown-menu a:hover{background:#333;color:#4dd4c8}.cart-button{align-items:center;border-radius:50%;color:#2c3e50;display:flex;font-size:1.2rem;height:40px;justify-content:center;position:relative;text-decoration:none;transition:all .3s ease;width:40px}[data-theme=dark] .cart-button{color:#e0e0e0}.cart-button:hover{background:#f8f9fa;color:#28c7ba}[data-theme=dark] .cart-button:hover{background:#28c7ba1a;color:#4dd4c8}.cart-button-active{animation:cartGlow 2s ease-in-out infinite;background:#28c7ba1a;box-shadow:0 0 15px #28c7ba66,0 0 30px #28c7ba33,0 0 45px #28c7ba1a;color:#28c7ba}.nav-account-link .nav-account-avatar{display:block}@keyframes cartGlow{0%,to{box-shadow:0 0 15px #28c7ba66,0 0 30px #28c7ba33,0 0 45px #28c7ba1a}50%{box-shadow:0 0 20px #28c7ba99,0 0 40px #28c7ba4d,0 0 60px #28c7ba26}}.cart-badge{align-items:center;background-color:#f44;border:2px solid #eee;border-radius:50%;box-shadow:0 2px 4px #0003;color:#fff;display:flex;font-size:.7rem;font-weight:700;height:20px;justify-content:center;position:absolute;right:-5px;top:-5px;width:20px;z-index:10}@media (max-width:768px){.nav-left{gap:.5rem}.mobile-menu-btn{font-size:1.2rem}.cart-button,.mobile-menu-btn,.nav-logo{height:36px;width:36px}.cart-button{font-size:1.1rem}.nav-links{background:#eee;box-shadow:0 2px 5px #0000001a;display:none;flex-direction:column;left:0;padding:1rem;position:absolute;right:0;top:100%}.nav-links.active{display:flex}.nav-links li{margin:.5rem 0}.nav-links a:after{display:none}.dropdown-menu{box-shadow:none;display:none;margin-left:1rem;margin-top:.5rem;opacity:1;position:static;transform:none;visibility:visible}.dropdown-menu.active{display:block}.dropdown-btn{justify-content:space-between;width:100%}}.avatar{align-items:center;background:#e2e8f0;background:var(--avatar-bg,#e2e8f0);border-radius:50%;box-sizing:border-box;color:#64748b;color:var(--avatar-fg,#64748b);display:inline-flex;flex-shrink:0;font-weight:600;justify-content:center;line-height:1;overflow:hidden;text-align:center}.avatar-image{background:#0000;padding:0}.avatar-image img{display:block;height:100%;object-fit:cover;width:100%}.avatar-initials{height:100%;line-height:0;-webkit-user-select:none;user-select:none;width:100%}.avatar-initials,.avatar-initials-inner{align-items:center;display:flex;justify-content:center}.avatar-initials-inner{line-height:2.5;margin:0;padding:0}[data-theme=dark] .avatar{background:#475569;background:var(--avatar-bg,#475569);color:#cbd5e1;color:var(--avatar-fg,#cbd5e1)}[data-theme=dark] .avatar-image{background:#0000}.language-switcher{margin:0 1.5rem 0 .5rem}.language-button-wrapper,.language-switcher{display:inline-block;position:relative}.language-button{align-items:center;background:none;border:2px solid #0000;border-radius:50%;color:#2c3e50;cursor:pointer;display:flex;height:32px;justify-content:center;outline:none;padding:0;transition:all .3s ease;width:32px}.language-button:hover{background:#f8f9fa;color:#28c7ba;transform:scale(1.1)}.language-button:focus{border-color:#28c7ba}.language-button:active{transform:scale(.95)}.language-flag-display{align-items:center;display:flex;height:100%;justify-content:center;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%}.language-flag-display svg{border-radius:2px;height:1.2em!important;width:1.2em!important}.language-dropdown{animation:slideDown .2s ease-out;background-color:#fff;border-radius:8px;min-width:150px;overflow:hidden;position:absolute;right:0;top:calc(100% + .5rem);z-index:1000}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.language-option{align-items:center;background-color:initial;border:none;color:#333;cursor:pointer;display:flex;font-size:.9rem;outline:none;padding:.75rem 1rem;text-align:left;transition:background-color .2s ease;width:100%}.language-option:hover{background-color:#f0f0f0}.language-option.active{background-color:#28c7ba1a;color:#28c7ba;font-weight:500}.language-option:focus{background-color:#f0f0f0}.language-option svg{border-radius:2px;flex-shrink:0}.language-option span{flex:1 1}@media (max-width:768px){.language-button{height:28px;width:28px}.language-flag-display svg{height:1.1em!important;width:1.1em!important}.language-dropdown{min-width:140px;right:0}.language-option{font-size:.85rem;padding:.6rem .8rem}}[data-theme=dark] .language-button{background:none;border-color:#0000;color:#e0e0e0}[data-theme=dark] .language-button:hover{background:#28c7ba1a;border-color:#0000;color:#4dd4c8}[data-theme=dark] .language-dropdown{background-color:#2a2a2a}[data-theme=dark] .language-option{background-color:initial;color:#fff}[data-theme=dark] .language-option:hover{background-color:#333}[data-theme=dark] .language-option.active{background-color:#28c7ba33;color:#28c7ba}[data-theme=dark] .language-option:focus{background-color:#333}.navbar.scrolled .language-button,[data-theme=dark] .navbar.scrolled .language-button{background:none;border-color:#0000}.navbar.scrolled .language-button:hover{background:#f8f9fa;border-color:#0000;color:#28c7ba}[data-theme=dark] .navbar.scrolled .language-button:hover{background:#28c7ba1a;border-color:#0000;color:#4dd4c8}.navbar.scrolled .language-dropdown{background-color:#fff}[data-theme=dark] .navbar.scrolled .language-dropdown{background-color:#2a2a2a}.navbar.scrolled .language-option{background-color:initial;color:#333}[data-theme=dark] .navbar.scrolled .language-option{background-color:initial;color:#fff}.navbar.scrolled .language-option:hover{background-color:#f0f0f0}[data-theme=dark] .navbar.scrolled .language-option:hover{background-color:#333}.navbar.scrolled .language-option.active{background-color:#28c7ba1a;color:#28c7ba}[data-theme=dark] .navbar.scrolled .language-option.active{background-color:#28c7ba33;color:#28c7ba}.theme-toggle-container{align-items:center;display:flex;justify-content:center}.theme-toggle-label{align-items:center;cursor:pointer;display:flex;-webkit-user-select:none;user-select:none}.theme-toggle-input{height:0;opacity:0;position:absolute;width:0}.theme-toggle-slider{background-color:#ccc;border-radius:24px;cursor:pointer;display:inline-block;height:24px;position:relative;transition:background-color .3s ease;width:44px}[data-theme=dark] .theme-toggle-slider{background-color:#555}.theme-toggle-slider-thumb{align-items:center;background-color:#fff;border-radius:50%;box-shadow:0 2px 4px #0003;display:flex;height:20px;justify-content:center;left:2px;position:absolute;top:2px;transition:transform .3s ease,background-color .3s ease;width:20px}.theme-toggle-input:checked~.theme-toggle-slider .theme-toggle-slider-thumb{background-color:#2a2a2a;transform:translateX(20px)}[data-theme=dark] .theme-toggle-slider-thumb{background-color:#2a2a2a}.theme-toggle-icon{color:#666;font-size:.65rem;transition:color .3s ease}.theme-toggle-input:checked~.theme-toggle-slider .theme-toggle-slider-thumb .theme-toggle-icon{color:#4a90e2}.theme-toggle-input:not(:checked)~.theme-toggle-slider .theme-toggle-slider-thumb .theme-toggle-icon{color:orange}.theme-toggle-label:hover .theme-toggle-slider{box-shadow:0 0 0 2px #28c7ba33}.theme-toggle-input:focus~.theme-toggle-slider{box-shadow:0 0 0 2px #28c7ba4d}.navbar.scrolled .theme-toggle-slider{background-color:#bbb}[data-theme=dark] .navbar.scrolled .theme-toggle-slider{background-color:#444}@media (max-width:768px){.theme-toggle-slider{height:22px;width:40px}.theme-toggle-slider-thumb{height:18px;left:2px;top:2px;width:18px}.theme-toggle-input:checked~.theme-toggle-slider .theme-toggle-slider-thumb{transform:translateX(18px)}.theme-toggle-icon{font-size:.6rem}}.footer{background:#eee;margin-top:0;padding:4rem 1rem 1rem;transition:background-color .3s ease}[data-theme=dark] .footer{background:#2a2a2a}.footer-content{grid-gap:0;grid-column-gap:.5rem;column-gap:.5rem;display:grid;gap:0;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));margin:0;width:100%}.footer-content,.footer-section{box-sizing:border-box;max-width:100%}.footer-section{min-width:0;overflow:hidden;width:500px}.footer-section h3{color:#333;font-size:1.2rem;margin-bottom:1.5rem;transition:color .3s ease}[data-theme=dark] .footer-section h3{color:#e0e0e0}.footer-section ul{list-style:none;padding:0}.footer-section ul li{font-weight:400;margin-bottom:.8rem}.footer-section ul li a{color:#666;font-weight:400;text-decoration:none;transition:color .3s ease}[data-theme=dark] .footer-section ul li a{color:#b0b0b0}.footer-section ul li a:hover{color:#28c7ba}[data-theme=dark] .footer-section ul li a:hover{color:#4dd4c8}.footer-section:has(.contact-form){max-width:100%;min-width:0;overflow:hidden}.contact-form{box-sizing:border-box;display:flex;flex-direction:column;gap:.5rem;max-width:100%;min-width:0;padding:0;width:100%}.contact-form input,.contact-form textarea{background-color:#fff;border:1px solid #ddd;border-radius:4px;box-sizing:border-box;color:#333;font-family:inherit;font-size:1.1rem;font-weight:400;padding:.3rem;transition:background-color .3s ease,color .3s ease,border-color .3s ease;width:100%}[data-theme=dark] .contact-form input,[data-theme=dark] .contact-form textarea{background-color:#333;border-color:#555;color:#e0e0e0}.contact-form textarea{min-height:150px;resize:vertical}.contact-form button{background:#28c7ba;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1.1rem;padding:.5rem;transition:background-color .3s ease;width:100%}.contact-form button:hover{background:#1f9e94}.social-links{display:flex;gap:1rem}.social-links a{color:#666;font-size:1.5rem;transition:color .3s ease}[data-theme=dark] .social-links a{color:#b0b0b0}.social-links a:hover{color:#28c7ba}[data-theme=dark] .social-links a:hover{color:#4dd4c8}.footer-bottom{border-top:1px solid #ddd;color:#666;margin:2rem auto 0;max-width:1200px;padding-top:2rem;text-align:center;transition:color .3s ease,border-color .3s ease}[data-theme=dark] .footer-bottom{border-top-color:#555;color:#b0b0b0}@media (max-width:768px){.footer{padding:3rem 1rem 1rem}.footer-content{grid-template-columns:1fr}.social-links{justify-content:center}}.service-page{padding-top:5px}.service-page .hero{background-position:50%;background-size:cover;border-radius:12px;color:#fff;margin-bottom:4rem;padding:6rem 2rem;position:relative;text-align:center}.service-page .hero:before{background:#0000001a;border-radius:12px;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.service-page .hero>*{position:relative;z-index:1}.service-page .hero h1{font-size:3rem;margin-bottom:1rem}.service-page .hero p{font-size:1.2rem;margin:0 auto;max-width:600px}.service-page .service-icon{color:#28c7ba;font-size:1.5rem;margin:2rem 0;transform:scale(1)}.service-page .service-details{margin:0 auto;max-width:1200px;padding:2rem}.service-page .service-details h2{color:#333;margin-bottom:3rem;text-align:center;transition:color .3s ease}[data-theme=dark] .service-page .service-details h2{color:#e0e0e0}.service-page .service-features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.service-page .feature{background:#f3f6f4;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden;padding:2rem;position:relative;text-align:center;transition:all .3s ease}[data-theme=dark] .service-page .feature{background:#333;box-shadow:0 4px 6px #0000004d}.service-page .feature:before{background:linear-gradient(90deg,#28c7ba,#28c7ba);content:"";height:4px;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:left;transition:transform .3s ease;width:100%}.service-page .feature:hover:before{transform:scaleX(1)}.service-page .feature:hover{background:#eee;box-shadow:0 8px 15px #0000001a;transform:translateY(-5px)}[data-theme=dark] .service-page .feature:hover{background:#3a3a3a;box-shadow:0 8px 15px #00000080}.service-page .feature svg{color:#28c7ba;font-size:2.5rem;margin-bottom:1rem;transition:transform .3s ease}.service-page .feature:hover svg{transform:scale(1.1)}.service-page .feature h3{color:#333;font-size:1.5rem;margin-bottom:1rem;transition:color .3s ease}[data-theme=dark] .service-page .feature h3{color:#e0e0e0}.service-page .feature p{color:#666;line-height:1.6;transition:color .3s ease}[data-theme=dark] .service-page .feature p{color:#b0b0b0}.service-hero-bg{inset:0;position:absolute;z-index:0}.service-hero-bg img{height:100%;object-fit:cover;width:100%}.service-hero{align-items:center;background-position:50%;background-size:cover;color:#fff;contain:layout;display:flex;flex-direction:column;justify-content:center;margin-bottom:0;min-height:320px;padding:3rem 2rem;position:relative;text-align:center}.service-hero:before{background:#00000080;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.service-hero .cta-button,.service-hero .filter-section,.service-hero h1,.service-hero p{position:relative;z-index:1}.service-hero h1{font-size:3rem}.service-hero h1,.service-hero p{margin-bottom:1rem;text-align:center;width:100%}.service-hero p{font-size:1.2rem}.cta-button{background-color:initial;border:2px solid #2ff7e6;border-radius:30px;color:#2ff7e6;display:inline-block;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.cta-button:hover{background-color:#2ff7e6;color:#fff;transform:translateY(-2px)}[data-theme=dark] .cta-button{border-color:#2ff7e6;color:#2ff7e6}[data-theme=dark] .cta-button:hover{background-color:#2ff7e6;color:#fff}.service-card{background:#f3f6f4;border-radius:12px;box-shadow:0 4px 6px #0000001a;cursor:pointer;padding:1.25rem;text-align:center;transition:all .3s ease}.service-card:hover{background:#eee;box-shadow:0 8px 15px #0000001a;transform:translateY(-5px)}.service-card.active{background:#28c7ba;color:#fff}.service-card.active .service-icon,.service-card.active h3,.service-card.active p{color:#fff}.service-icon{font-size:2rem;margin-bottom:.75rem}.service-card:hover .service-icon{transform:scale(1.1)}.service-card h3{color:#333;font-size:1.5rem;margin-bottom:.75rem}.service-card p{color:#666;font-size:1rem;line-height:1.6}.items-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin:0 auto;max-width:1200px;padding:2rem}.filter-section{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;min-height:48px;padding:.5rem}.filter-section,.service-hero .filter-section{margin-bottom:0;margin-top:1rem}.filter-card{align-items:center;backdrop-filter:blur(10px) saturate(1.2);-webkit-backdrop-filter:blur(10px) saturate(1.2);background:#ffffff47;border:1px solid #ffffff38;border-radius:8px;box-shadow:0 2px 8px #0000001f;cursor:pointer;display:flex;gap:.4rem;justify-content:center;max-height:40px;min-width:90px;padding:.25rem .75rem;text-align:center;transition:all .3s ease}[data-theme=dark] .filter-card{backdrop-filter:blur(10px) saturate(1.15);-webkit-backdrop-filter:blur(10px) saturate(1.15);background:#00000061;border:1px solid #ffffff1a;box-shadow:0 2px 8px #00000059}.filter-card:not(.active):hover{backdrop-filter:blur(14px) saturate(1.25);-webkit-backdrop-filter:blur(14px) saturate(1.25);background:#ffffff6b;border-color:#ffffff52;box-shadow:0 4px 12px #00000024;transform:translateY(-2px)}[data-theme=dark] .filter-card:not(.active):hover{background:#2828288c;border-color:#ffffff24;box-shadow:0 4px 12px #00000073}.filter-card.active{backdrop-filter:none;-webkit-backdrop-filter:none;background:#28c7ba;border-color:#ffffff47;color:#fff}.filter-card.active .service-icon,.filter-card.active h3{color:#fff}.service-icon{color:#28c7ba;font-size:.3rem;transition:transform .3s ease}.filter-card:hover .service-icon{transform:scale(1.1)}.filter-card h3{color:#fff;font-size:.9rem;font-weight:600;margin:0;transition:color .3s ease;white-space:nowrap}[data-theme=dark] .filter-card h3{color:#fff}.service-page--software .items-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(3,1fr);margin:2rem 0 0;max-width:none;padding:0}@media (max-width:1024px){.service-page--software .items-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.service-page--software .items-grid{grid-template-columns:1fr}}.service-page--software .item-thumbnail{border-radius:0}.service-page--software .item-content{border-top:1px solid #0000000f;padding:1.25rem 1rem}.service-page--software .item-content h3{font-size:1.05rem;font-weight:600}.service-page--hospitality .items-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(3,1fr);margin:2rem 0 0;max-width:none;padding:0}@media (max-width:1024px){.service-page--hospitality .items-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.service-page--hospitality .items-grid{grid-template-columns:1fr}}.service-page--hospitality .item-thumbnail{border-radius:0}.service-page--hospitality .item-content{border-top:1px solid #0000000f;padding:1.25rem 1rem}.service-page--hospitality .item-content h3{font-size:1.05rem;font-weight:600}[data-theme=dark] .service-page--hospitality .item-content{border-top-color:#ffffff14}.service-page--supply-chain .items-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(3,1fr);margin:2rem 0 0;max-width:none;padding:0}@media (max-width:1024px){.service-page--supply-chain .items-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.service-page--supply-chain .items-grid{grid-template-columns:1fr}}.service-page--supply-chain .item-thumbnail{border-radius:0}.service-page--supply-chain .item-content{border-top:1px solid #0000000f;padding:1.25rem 1rem}.service-page--supply-chain .item-content h3{font-size:1.05rem;font-weight:600}[data-theme=dark] .service-page--supply-chain .item-content{border-top-color:#ffffff14}.service-page--concierge .items-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(3,1fr);margin:2rem 0 0;max-width:none;padding:0}@media (max-width:1024px){.service-page--concierge .items-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.service-page--concierge .items-grid{grid-template-columns:1fr}}.service-page--concierge .item-thumbnail{border-radius:0}.service-page--concierge .item-content{border-top:1px solid #0000000f;padding:1.25rem 1rem}.service-page--concierge .item-content h3{font-size:1.05rem;font-weight:600}[data-theme=dark] .service-page--concierge .item-content{border-top-color:#ffffff14}.service-page--consulting .items-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(3,1fr);margin:2rem 0 0;max-width:none;padding:0}@media (max-width:1024px){.service-page--consulting .items-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.service-page--consulting .items-grid{grid-template-columns:1fr}}.service-page--consulting .item-thumbnail{border-radius:0}.service-page--consulting .item-content{border-top:1px solid #0000000f;padding:1.25rem 1rem}.service-page--consulting .item-content h3{font-size:1.05rem;font-weight:600}[data-theme=dark] .service-page--consulting .item-content{border-top-color:#ffffff14}.service-page--coaching .items-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(3,1fr);margin:2rem 0 0;max-width:none;padding:0}@media (max-width:1024px){.service-page--coaching .items-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.service-page--coaching .items-grid{grid-template-columns:1fr}}.service-page--coaching .item-thumbnail{border-radius:0}.service-page--coaching .item-content{border-top:1px solid #0000000f;padding:1.25rem 1rem}.service-page--coaching .item-content h3{font-size:1.05rem;font-weight:600}[data-theme=dark] .service-page--coaching .item-content{border-top-color:#ffffff14}.service-page--academics .items-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(3,1fr);margin:2rem 0 0;max-width:none;padding:0}@media (max-width:1024px){.service-page--academics .items-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.service-page--academics .items-grid{grid-template-columns:1fr}}.service-page--academics .item-thumbnail{border-radius:0}.service-page--academics .item-content{border-top:1px solid #0000000f;padding:1.25rem 1rem}.service-page--academics .item-content h3{font-size:1.05rem;font-weight:600}[data-theme=dark] .service-page--academics .item-content{border-top-color:#ffffff14}.service-page--crafts .item-thumbnail,.service-page--gallery .item-thumbnail,.service-page--publications .item-thumbnail{border-radius:0}.service-page-skeleton .service-hero{background:linear-gradient(135deg,#2a2a2a,#1a1a1a)}.skeleton-hero-title{background:#fff3;border-radius:4px;height:2rem;margin:0 auto 1rem;width:200px}.skeleton-filter-section{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;min-height:48px}.skeleton-filter-card{background:#ffffff26;border-radius:8px;height:36px;width:90px}.skeleton-items-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin:0 auto;max-width:1200px;padding:2rem}.skeleton-item{background:#f3f6f4;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden}[data-theme=dark] .skeleton-item{background:#333}.skeleton-item-image{animation:skeleton-shimmer 1.5s infinite;background:linear-gradient(90deg,#e8e8e8 25%,#f0f0f0 50%,#e8e8e8 75%);background-size:200% 100%;height:260px;width:100%}[data-theme=dark] .skeleton-item-image{background:linear-gradient(90deg,#444 25%,#555 50%,#444 75%);background-size:200% 100%}.skeleton-item-content{padding:1.5rem}.skeleton-item-title{background:#0000001a;border-radius:4px;height:1.2rem;margin-bottom:.5rem;width:80%}[data-theme=dark] .skeleton-item-title{background:#ffffff1a}.skeleton-item-price{background:#00000014;border-radius:4px;height:1rem;width:40%}[data-theme=dark] .skeleton-item-price{background:#ffffff14}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
/*# sourceMappingURL=main.86d1dd84.css.map*/