.language-switcher{display:inline-flex}.language-switcher-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.45rem .6rem;background:transparent;border:none;border-radius:.5rem;cursor:pointer;color:var(--color-text-secondary, #6b7280);transition:color .2s,background .2s;outline:none}.language-switcher-btn:hover{background:#0000000d;color:var(--color-text, #1f2937)}.language-switcher-btn:focus-visible{box-shadow:0 0 0 2px #0000001a}.language-switcher-icon{width:1.125rem;height:1.125rem;flex-shrink:0;opacity:.9}.language-switcher-label{font-size:.8125rem;font-weight:500;letter-spacing:.02em}.footer{background:var(--theme-bottombar-color, var(--color-surface, #f9fafb));border-top:1px solid var(--color-border, #e5e7eb);padding:3rem var(--spacing, 1rem) 1.5rem;margin-top:auto}.footer-container{max-width:var(--max-width, 1400px);margin:0 auto}.footer-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:2rem}.footer-column{display:flex;flex-direction:column;gap:1rem}.footer-logo-section{margin-bottom:1rem}.footer-logo{max-width:150px;max-height:80px;object-fit:contain}.footer-description{color:var(--color-text-secondary, #6b7280);font-size:.9rem;line-height:1.6;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.1)}.footer-column-title{font-size:1.125rem;font-weight:700;color:var(--color-primary, var(--theme-primary, #3B82F6));margin:0 0 1rem;font-family:var(--font-heading);text-shadow:0 1px 2px rgba(0,0,0,.1)}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-link{color:var(--color-primary, var(--theme-primary, #3B82F6));text-decoration:none;font-size:.95rem;transition:color .2s;text-shadow:0 1px 2px rgba(0,0,0,.1)}.footer-link:hover{color:var(--color-primary, var(--theme-primary, #3B82F6));text-decoration:underline}.footer-contact{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-contact-item{display:flex;align-items:center;gap:.75rem;color:var(--color-primary, var(--theme-primary, #3B82F6));text-decoration:none;font-size:.95rem;transition:color .2s;text-shadow:0 1px 2px rgba(0,0,0,.1)}.footer-contact-item:hover{color:var(--color-primary, var(--theme-primary, #3B82F6))}.footer-contact-icon{display:flex;align-items:center;justify-content:center;font-size:1.25rem;width:1.5rem;text-align:center;flex-shrink:0}.footer-contact-icon svg{fill:currentColor;color:currentColor}.footer-no-contact{color:var(--color-text-secondary, #6b7280);font-size:.9rem;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.1)}.footer-copyright{text-align:center;padding-top:2rem;border-top:1px solid var(--color-border, #e5e7eb);color:var(--color-text-secondary, #6b7280);font-size:.9rem}.footer-copyright p{margin:0;text-shadow:0 1px 2px rgba(0,0,0,.1)}.footer-powered-by{margin-top:.5rem!important;font-size:.85rem}.footer-powered-by-link{color:var(--color-primary, var(--theme-primary, #3B82F6));text-decoration:none;font-weight:600}.footer-powered-by-link:hover{text-decoration:underline}@media(max-width:1024px){.footer-columns{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-column:first-child{grid-column:1 / -1}}@media(max-width:768px){.footer{padding:2rem 1rem 1rem}.footer-columns{grid-template-columns:1fr;gap:2rem}.footer-column:first-child{grid-column:1}}.layout{min-height:100vh;display:flex;flex-direction:column;background:var(--color-background, #ffffff);color:var(--color-text, #1f2937);font-family:var(--font-body)}.header{background:var(--theme-topbar-color, rgba(255, 255, 255, .95));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(229,231,235,.8);position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000000f;transition:all .3s}.header.sticky{position:sticky;top:0}.header.transparent{background:transparent;border-bottom:none}.header.topbar-design2 .header-container{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 var(--spacing, 1rem);min-height:100px;position:relative}[dir=rtl] .header.topbar-design2 .header-container{grid-template-columns:1fr auto 1fr}.header.topbar-design2 .logo{grid-column:2;justify-self:center;position:relative}[dir=rtl] .header.topbar-design2 .logo{grid-column:2;justify-self:center}.header.topbar-design2 .categories-nav{grid-column:1;margin:0!important;justify-content:flex-start}[dir=rtl] .header.topbar-design2 .categories-nav{grid-column:3;margin:0!important;justify-content:flex-end}.header.topbar-design2 .header-actions{grid-column:3;margin:0;flex-shrink:0;justify-self:flex-end}[dir=rtl] .header.topbar-design2 .header-actions{grid-column:1;margin:0;justify-self:flex-start}.header.topbar-design3{padding:.5rem 0}.header.topbar-design3 .header-container{padding:.5rem var(--spacing, 1rem)}.header.topbar-design3 .categories-nav{display:none}.header.topbar-design4{background:transparent!important;border-bottom:none!important;box-shadow:none!important;position:fixed;top:0;left:0;right:0;z-index:1000}.header.topbar-design4.sticky{position:fixed;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border-bottom:none!important;box-shadow:none!important;transition:background .3s ease,backdrop-filter .3s ease,border-bottom .3s ease,box-shadow .3s ease}.header.topbar-design4.sticky.scrolled,.header.topbar-design4.transparent.sticky.scrolled,.header.topbar-design4.sticky.transparent.scrolled,.header.topbar-design4.sticky.scrolled.transparent{background:var(--theme-topbar-color, rgba(255, 255, 255, .95))!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;border-bottom:1px solid rgba(229,231,235,.8)!important;box-shadow:0 2px 8px #0000000f!important}.layout:has(.header.topbar-design4.transparent:not(.scrolled)){padding:0!important;margin:0!important;width:100vw!important;max-width:100vw!important;overflow-x:hidden}.layout:has(.header.topbar-design4.transparent:not(.scrolled)) .main-content{margin:0!important;padding:0!important;max-width:100vw!important;width:100vw!important;overflow-x:hidden}.layout:has(.header.topbar-design4.transparent:not(.scrolled)) .hero-section{margin:0!important;padding:0!important;position:relative;z-index:1;width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important}.layout:has(.header.topbar-design4.scrolled) .main-content{padding-top:80px}.layout:has(.header.topbar-design4.scrolled) .hero-section{padding-top:0!important;margin-top:0!important}.layout:has(.header.topbar-design4.transparent:not(.scrolled)) .hero-section,.layout:has(.header.topbar-design4.transparent:not(.scrolled)) .hero-slider-container,.layout:has(.header.topbar-design4.transparent:not(.scrolled)) .hero-image-container,.layout:has(.header.topbar-design4.transparent:not(.scrolled)) .hero-image-container img,.layout:has(.header.topbar-design4.transparent:not(.scrolled)) .hero-slide,.layout:has(.header.topbar-design4.transparent:not(.scrolled)) .hero-slide img{margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.layout:has(.header.topbar-design4.transparent:not(.scrolled)) .hero-content,.layout:has(.header.topbar-design4.transparent:not(.scrolled)) .hero-cta,.layout:has(.header.topbar-design4.transparent:not(.scrolled)) .hero-title,.layout:has(.header.topbar-design4.transparent:not(.scrolled)) .hero-subtitle{margin-left:auto!important;margin-right:auto!important;max-width:var(--max-width, 1400px)!important}.header.topbar-design5{border-bottom:2px solid var(--theme-primary, #3B82F6)}.header-container{max-width:var(--max-width, 1400px);margin:0 auto;padding:.25rem var(--spacing, 1rem);display:flex;justify-content:space-between;align-items:center;gap:2rem;position:relative}.header.topbar-design4 .header-container{max-width:100%;padding-left:var(--spacing, 1rem);padding-right:var(--spacing, 1rem)}.logo{display:flex;align-items:center;text-decoration:none;font-family:var(--font-heading);outline:none;border-radius:.25rem}.logo:focus{outline:none}.logo:focus-visible{outline:none;box-shadow:0 0 0 2px #0000001f}.logo-image{max-height:100px;max-width:400px;object-fit:contain;margin-right:.5rem}[dir=rtl] .logo-image{margin-right:0;margin-left:.5rem}.logo-text{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#10b981,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}.logo-text-fallback{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#10b981,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px;display:none}.categories-nav{flex:1;display:flex;justify-content:center;align-items:center;margin:0 2rem;min-width:0}.categories-list{display:flex;align-items:center;gap:1.5rem;list-style:none;margin:0;padding:0;flex-wrap:wrap;justify-content:center}.categories-list li{margin:0}.category-link{color:var(--color-primary, var(--theme-primary, #3B82F6));text-decoration:none;font-weight:700;font-size:1.125rem;padding:.5rem 0;transition:color .2s;white-space:nowrap;letter-spacing:.01em}.category-link:hover{color:var(--color-primary-dark, var(--theme-primary, #2563eb))}.categories-loading,.categories-empty{color:var(--color-text-secondary, #6b7280);font-size:.875rem;padding:.5rem}.header-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.search-wrapper{position:relative}.search-icon-button{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:var(--color-primary, var(--theme-primary, #3B82F6));transition:color .2s;border-radius:4px}.search-icon-button svg{color:var(--color-primary, var(--theme-primary, #3B82F6));stroke:var(--color-primary, var(--theme-primary, #3B82F6))}.search-icon-button:hover{color:var(--color-primary-dark, var(--theme-primary, #2563eb));background:#3b82f61a}.search-icon-button:hover svg{color:var(--color-primary-dark, var(--theme-primary, #2563eb));stroke:var(--color-primary-dark, var(--theme-primary, #2563eb))}.search-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid rgba(229,231,235,.8);border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;min-width:300px;padding:1rem}[dir=rtl] .search-dropdown{right:auto;left:0}.search-form{display:flex;align-items:center;gap:.5rem}.search-input{flex:1;padding:.75rem 1rem;border:1px solid rgba(229,231,235,.8);border-radius:6px;font-size:.95rem;outline:none;transition:border-color .2s}.search-input:focus{border-color:var(--theme-primary, #3B82F6)}.search-submit,.search-close{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:var(--color-text, #1f2937);transition:color .2s;border-radius:4px}.search-submit:hover{color:var(--theme-primary, #3B82F6);background:#3b82f61a}.search-close:hover{color:var(--color-error, #ef4444);background:#ef44441a}.nav-desktop{display:none}.cart-link{position:relative;display:flex;align-items:center;gap:.5rem;color:var(--color-primary, var(--theme-primary, #3B82F6));transition:color .2s}.cart-link svg{color:var(--color-primary, var(--theme-primary, #3B82F6));stroke:var(--color-primary, var(--theme-primary, #3B82F6))}.cart-link:hover{color:var(--color-primary-dark, var(--theme-primary, #2563eb))}.cart-link:hover svg{color:var(--color-primary-dark, var(--theme-primary, #2563eb));stroke:var(--color-primary-dark, var(--theme-primary, #2563eb))}.cart-badge{position:absolute;top:-8px;right:-8px;background:var(--color-error, #ef4444);color:#fff;border-radius:50%;width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}[dir=rtl] .cart-badge{right:auto;left:-8px}.rtl-toggle{padding:.5rem 1rem;background:var(--color-surface, #f9fafb);border:1px solid var(--color-border, #e5e7eb);border-radius:var(--border-radius, .5rem);cursor:pointer;font-size:.875rem;font-weight:500;transition:background .2s}.rtl-toggle:hover{background:var(--color-border, #e5e7eb)}.account-menu{position:relative}.account-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--color-surface, #f9fafb);border:1px solid var(--color-border, #e5e7eb);border-radius:var(--border-radius, .5rem);cursor:pointer;font-size:.9rem;font-weight:500;transition:background .2s,color .2s;color:var(--color-primary, var(--theme-primary, #3B82F6))}.account-button svg{color:var(--color-primary, var(--theme-primary, #3B82F6));stroke:var(--color-primary, var(--theme-primary, #3B82F6))}.account-button:hover{background:var(--color-border, #e5e7eb);color:var(--color-primary-dark, var(--theme-primary, #2563eb))}.account-button:hover svg{color:var(--color-primary-dark, var(--theme-primary, #2563eb));stroke:var(--color-primary-dark, var(--theme-primary, #2563eb))}.account-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid var(--color-border, #e5e7eb);border-radius:var(--border-radius, .5rem);box-shadow:0 4px 12px #0000001a;min-width:200px;z-index:1000}[dir=rtl] .account-dropdown{right:auto;left:0}.account-info{padding:1rem;border-bottom:1px solid var(--color-border, #e5e7eb)}.account-name{margin:0 0 .25rem;font-weight:600;color:var(--color-text, #1f2937)}.account-email{margin:0;font-size:.85rem;color:var(--color-text-secondary, #6b7280)}.account-link{width:100%;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:none;border:none;cursor:pointer;font-size:.9rem;color:var(--color-text, #1f2937);text-decoration:none;transition:background .2s;border-top:1px solid var(--color-border, #e5e7eb)}.account-link:hover{background:var(--color-surface, #f9fafb)}.account-profile{width:100%;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:none;border:none;cursor:pointer;font-size:.9rem;color:var(--color-text, #1f2937);text-decoration:none;transition:background .2s;border-top:1px solid var(--color-border, #e5e7eb)}.account-profile:hover{background:var(--color-surface, #f9fafb)}.account-logout{width:100%;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:none;border:none;cursor:pointer;font-size:.9rem;color:var(--color-error, #ef4444);transition:background .2s;border-top:1px solid var(--color-border, #e5e7eb)}.account-logout:hover{background:var(--color-surface, #f9fafb)}.login-link{padding:.5rem 1rem;background:var(--color-primary, #10b981);color:#fff;border-radius:var(--border-radius, .5rem);text-decoration:none;font-weight:500;transition:background .2s}.login-link:hover{background:var(--color-primary-dark, #059669)}.mobile-account-link{display:flex;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;background:none;border:none;cursor:pointer;font-size:1rem;color:var(--color-text, #1f2937);text-decoration:none;text-align:left;transition:background .2s}[dir=rtl] .mobile-account-link{text-align:right}.mobile-account-link:hover{background:var(--color-surface, #f9fafb)}.mobile-logout{display:flex;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;background:none;border:none;cursor:pointer;font-size:1rem;color:var(--color-error, #ef4444);text-align:left}[dir=rtl] .mobile-logout{text-align:right}.mobile-logout:hover{background:var(--color-surface, #f9fafb)}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;color:var(--color-text, #1f2937);padding:.5rem;border-radius:4px;transition:background .2s}.mobile-menu-toggle:hover{background:#0000000d}.nav-mobile{display:none;flex-direction:column;gap:0;padding:0;background:var(--color-surface, white);border-top:1px solid var(--color-border, #e5e7eb);max-height:calc(100vh - 80px);overflow-y:auto;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-header{display:flex;justify-content:flex-end;align-items:center;padding:1rem;border-bottom:1px solid var(--color-border, #e5e7eb)}.mobile-menu-close{background:none;border:none;cursor:pointer;color:var(--color-text, #1f2937);padding:.5rem;border-radius:4px;transition:background .2s}.mobile-menu-close:hover{background:#0000000d}.nav-mobile a,.mobile-menu-link{color:var(--color-text, #1f2937);text-decoration:none;font-weight:500;padding:1rem;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid var(--color-border, #e5e7eb);transition:background .2s}.nav-mobile a:hover,.mobile-menu-link:hover{background:var(--color-surface, #f9fafb)}.mobile-menu-actions{display:flex;flex-direction:column;gap:0;border-bottom:2px solid var(--color-border, #e5e7eb);background:var(--color-surface, #f9fafb)}.mobile-action-link{color:var(--color-text, #1f2937);text-decoration:none;font-weight:600;padding:1.25rem 1rem;display:flex;align-items:center;gap:1rem;border-bottom:1px solid var(--color-border, #e5e7eb);transition:background .2s;background:#fff;cursor:pointer;border:none;width:100%;text-align:left;font-size:1rem}[dir=rtl] .mobile-action-link{text-align:right}.mobile-action-link:hover{background:var(--color-surface, #f9fafb)}.mobile-action-link:last-child{border-bottom:none}.mobile-cart-link{position:relative;color:var(--color-primary, var(--theme-primary, #3B82F6));transition:color .2s}.mobile-cart-link:hover{color:var(--color-primary-dark, var(--theme-primary, #2563eb))}.mobile-cart-link .cart-badge{margin-left:auto}.mobile-categories{display:flex;flex-direction:column;gap:0;padding:0;border-top:1px solid var(--color-border, #e5e7eb);border-bottom:1px solid var(--color-border, #e5e7eb);background:var(--color-surface, #f9fafb)}.mobile-categories h3{margin:0;padding:1rem;font-size:1rem;font-weight:600;color:var(--color-text, #1f2937);border-bottom:1px solid var(--color-border, #e5e7eb);background:#fff}.mobile-category-link{padding:.75rem 1.5rem!important;color:var(--color-text, #1f2937)!important;text-decoration:none!important;border-bottom:1px solid var(--color-border, #e5e7eb)!important;transition:background .2s;display:flex!important;align-items:center}.mobile-category-link:hover{background:#00000005!important}.mobile-category-link:last-child{border-bottom:none!important}.main-content{flex:1;padding:2rem 0}.layout:not(:has(.header.topbar-design4)) .main-content{padding-top:0}.layout:not(:has(.header.topbar-design4)) .main-content>*:first-child.hero-section,.layout:not(:has(.header.topbar-design4)) .main-content>*:first-child:has(.hero-section){margin-top:0!important;padding-top:0!important}.layout:has(.header.topbar-design4.transparent:not(.scrolled)) .main-content>*:first-child.hero-section,.layout:has(.header.topbar-design4.transparent:not(.scrolled)) .main-content>*:first-child:has(.hero-section){margin-top:0;padding-top:0}.loading-container,.error-container{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:2rem}.loading{font-size:1.25rem;color:#6b7280;text-align:center}.error-message{text-align:center;max-width:600px;padding:2rem;background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.error-message h2{color:#dc2626;margin:0 0 1rem;font-size:1.5rem}.error-message p{color:#6b7280;margin:.5rem 0;font-size:1rem}.error-hint{margin-top:1rem;font-size:.875rem;color:#9ca3af}.footer{background:var(--theme-bottombar-color, var(--color-surface, #f9fafb));border-top:1px solid var(--color-border, #e5e7eb);padding:2rem var(--spacing, 1rem);margin-top:auto}.footer-container{max-width:var(--max-width, 1400px);margin:0 auto;text-align:center;color:var(--color-text-secondary, #6b7280)}.footer-info{margin-top:1rem;font-size:.9rem}.footer-info p{margin:.25rem 0}@media(max-width:1024px){.header-container{padding:.5rem 1rem}.categories-nav{display:none}.mobile-menu-toggle{display:block}}@media(max-width:768px){.header-container{flex-wrap:nowrap;padding:.5rem 1rem;gap:.5rem}.categories-nav{display:none!important}.mobile-menu-toggle{display:flex!important;align-items:center;justify-content:center;order:1}[dir=rtl] .mobile-menu-toggle{order:3}.logo{order:2;flex:1;justify-content:center;max-width:150px}.logo-image{max-height:50px!important}.header-actions{order:3;gap:.5rem;flex-shrink:0}.header-actions .search-wrapper,.header-actions .cart-link,.header-actions .account-menu,.header-actions .login-link{display:none!important}.header-actions .language-switcher{display:flex}[dir=rtl] .header-actions{order:1}.header.topbar-design2 .header-container{grid-template-columns:auto 1fr auto!important;min-height:70px;padding:.5rem 1rem}.header.topbar-design2 .logo{grid-column:2;justify-self:center}.header.topbar-design2 .categories-nav{display:none!important}.header.topbar-design2 .header-actions{grid-column:3}[dir=rtl] .header.topbar-design2 .header-actions,[dir=rtl] .header.topbar-design2 .mobile-menu-toggle{grid-column:1}.header.topbar-design2 .mobile-menu-toggle{grid-column:3}.nav-mobile{display:flex!important}.search-dropdown{min-width:calc(100vw - 2rem);right:0;left:0;margin:0 1rem}[dir=rtl] .search-dropdown{right:0;left:0}.account-dropdown{right:0;left:auto;min-width:200px}[dir=rtl] .account-dropdown{right:auto;left:0}.main-content{padding:1rem 0}}@media(max-width:480px){.header-container{padding:.5rem}.logo-image{max-height:40px!important}.header-actions{gap:.25rem}.header-actions button,.header-actions a{padding:.5rem}.nav-mobile{max-height:calc(100vh - 60px)}.mobile-menu-link{padding:.875rem 1rem;font-size:.95rem}}@keyframes storefront-fade-in-up{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes storefront-fade-in{0%{opacity:0}to{opacity:1}}@keyframes storefront-fade-in-right{0%{opacity:0;transform:translate(32px)}to{opacity:1;transform:translate(0)}}@keyframes storefront-fade-in-left{0%{opacity:0;transform:translate(-32px)}to{opacity:1;transform:translate(0)}}@keyframes storefront-section-in{0%{opacity:0;transform:translateY(36px)}to{opacity:1;transform:translateY(0)}}.storefront-landing{min-height:100vh;display:flex;flex-direction:column}@media(prefers-reduced-motion:reduce){.storefront-landing-hero-badge,.storefront-landing-headline,.storefront-landing-subheadline,.storefront-landing-hero-ctas,.storefront-landing-hero-visual-img-wrap,.storefront-landing-hero-visual-img,.storefront-landing-hero-visual-orb,.storefront-landing-animate-in .storefront-landing-about-inner,.storefront-landing-animate-in .storefront-landing-features-title,.storefront-landing-animate-in .storefront-landing-feature-card,.storefront-landing-animate-in .storefront-landing-packages-title,.storefront-landing-animate-in .storefront-landing-package-card,.storefront-landing-animate-in .storefront-landing-cta-section-inner{animation:none!important;opacity:1;transform:none}}@media(prefers-reduced-motion:no-preference){.storefront-landing-about .storefront-landing-about-inner,.storefront-landing-features .storefront-landing-features-title,.storefront-landing-features .storefront-landing-feature-card,.storefront-landing-packages .storefront-landing-packages-title,.storefront-landing-packages .storefront-landing-package-card,.storefront-landing-cta-section .storefront-landing-cta-section-inner{opacity:0;transform:translateY(36px)}}.storefront-landing-light{background:#f8fafc;color:#0f172a}.storefront-landing-tajra{background:#0b1c3a;color:#fff}.storefront-landing-header{position:fixed;top:0;left:0;right:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000a}.storefront-landing-header-solid{background:#0b1c3a;border-bottom:1px solid rgba(199,204,214,.15);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.storefront-landing-tajra .storefront-landing-logo{color:#fff}.storefront-landing-header-inner{width:100%;max-width:100%;margin:0 auto;padding:.5rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;box-sizing:border-box}.storefront-landing-nav{display:flex;align-items:center;gap:1.75rem}.storefront-landing-nav-link{color:#ffffffe6;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s}.storefront-landing-header-solid .storefront-landing-nav-link-active{font-weight:600;color:#fff;position:relative}.storefront-landing-header-solid .storefront-landing-nav-link-active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:var(--landing-accent, #4F7CFF);border-radius:1px}.storefront-landing-nav-link:hover{color:#fff}.storefront-landing-dropdown{position:relative}.storefront-landing-dropdown-trigger{display:inline-flex;align-items:center;gap:.35rem;background:none;border:none;color:inherit;font:inherit;cursor:pointer;padding:0}.storefront-landing-chevron-open{transform:rotate(180deg)}.storefront-landing-dropdown-menu{position:absolute;top:100%;left:0;margin-top:.5rem;min-width:200px;background:#0f2847;border:1px solid rgba(199,204,214,.2);border-radius:10px;box-shadow:0 8px 24px #00000059;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .2s,visibility .2s,transform .2s;z-index:200}.storefront-landing-tajra[dir=rtl] .storefront-landing-dropdown-menu{left:auto;right:0}.storefront-landing-dropdown-menu-open{opacity:1;visibility:visible;transform:translateY(0)}.storefront-landing-dropdown-item{display:block;padding:.6rem 1rem;color:#ffffffe6;text-decoration:none;font-size:.95rem;font-weight:500;transition:background .2s,color .2s}.storefront-landing-dropdown-item:hover{background:#4f7cff33;color:#fff}.storefront-landing-header-actions{display:flex;align-items:center;gap:.6rem}.storefront-landing-btn-outline{padding:.5rem 1.1rem;font-size:.95rem;font-weight:600;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.5);border-radius:10px;text-decoration:none;transition:background .2s,border-color .2s,color .2s}.storefront-landing-btn-outline:hover{background:#ffffff1a;border-color:#ffffffb3;color:#fff}.storefront-landing-cta-header{padding:.65rem 1.35rem;font-size:.95rem;font-weight:600;background:linear-gradient(180deg,#5b8def 0%,var(--landing-accent, #4F7CFF) 100%);color:#fff;border-radius:12px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 14px #4f7cff59;border:1px solid rgba(255,255,255,.08)}.storefront-landing-cta-header:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4f7cff73;color:#fff}.storefront-landing-logo-wrap{display:inline-flex;align-items:center;text-decoration:none;color:inherit}.storefront-landing-logo-img{max-height:56px;width:auto;max-width:200px;object-fit:contain}.storefront-landing-logo{font-size:1.85rem;font-weight:700;color:var(--landing-accent, #2563eb);letter-spacing:-.02em}.storefront-landing-lang{background:transparent;border:none;color:#ffffffe6;padding:.25rem .5rem;border-radius:4px;cursor:pointer;font-size:.8rem;font-weight:500;transition:background .2s,color .2s}.storefront-landing-tajra .storefront-landing-lang:hover{background:#ffffff1a;color:#fff}.storefront-landing-light .storefront-landing-lang{background:#f1f5f9;border:1px solid #e2e8f0;color:#475569}.storefront-landing-light .storefront-landing-lang:hover{background:#e2e8f0;color:#0f172a}.storefront-landing-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:#f8fafc;color:#475569}.storefront-landing-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:var(--landing-accent, #2563eb);border-radius:50%;animation:storefront-landing-spin .8s linear infinite}@keyframes storefront-landing-spin{to{transform:rotate(360deg)}}.storefront-landing-loading-text{margin:0;font-size:.95rem}.storefront-landing-tajra.storefront-landing-loading{background:#0b1c3a;color:#ffffffe6}.storefront-landing-hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;padding:6rem 1.5rem 4rem;overflow:hidden}.storefront-landing-hero-tajra{min-height:82vh;padding:3.5rem 1.5rem 2.5rem}.storefront-landing-hero-bg-tajra{background:linear-gradient(152deg,#0b1c3a,#0f2847 45%,#122a52)}.storefront-landing-hero-bg-tajra:before{content:"";position:absolute;top:-40%;right:-25%;width:80%;height:140%;background:radial-gradient(ellipse,rgba(79,124,255,.2) 0%,transparent 60%);pointer-events:none}.storefront-landing-hero-tajra .storefront-landing-hero-bg-img{opacity:.35}.storefront-landing-hero-two-col{position:relative;z-index:1;width:100%;max-width:100%;margin:0 auto;display:grid;grid-template-columns:1fr 1.15fr;gap:0;align-items:center;min-height:min(72vh,620px)}.storefront-landing-hero-two-col>.storefront-landing-hero-content{max-width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;padding:1.5rem 1.5rem 1.5rem 1.25rem}.storefront-landing-hero-badge{animation:storefront-fade-in-up .6s ease-out both;animation-delay:.1s}.storefront-landing-hero-two-col .storefront-landing-headline{animation:storefront-fade-in-up .6s ease-out both;animation-delay:.2s}.storefront-landing-hero-two-col .storefront-landing-subheadline{animation:storefront-fade-in-up .6s ease-out both;animation-delay:.35s}.storefront-landing-hero-two-col>.storefront-landing-hero-content .storefront-landing-hero-ctas{animation:storefront-fade-in-up .6s ease-out both;animation-delay:.5s}.storefront-landing-tajra[dir=rtl] .storefront-landing-hero-two-col{direction:rtl}.storefront-landing-tajra[dir=rtl] .storefront-landing-hero-two-col>.storefront-landing-hero-content{align-items:flex-start;text-align:right;direction:rtl}.storefront-landing-tajra[dir=rtl] .storefront-landing-hero-two-col>.storefront-landing-hero-content .storefront-landing-hero-ctas{justify-content:flex-start}.storefront-landing-tajra[dir=rtl] .storefront-landing-hero-two-col>.storefront-landing-hero-visual{direction:ltr}.storefront-landing-hero-content{max-width:540px}.storefront-landing-hero-badge{display:inline-block;padding:.4rem 1rem;font-size:.85rem;font-weight:600;color:#fff;border:1px solid rgba(79,124,255,.6);border-radius:999px;margin-bottom:1.25rem;background:#4f7cff1f}.storefront-landing-headline-accent{display:block;color:var(--landing-accent, #4F7CFF);margin-top:.15em}.storefront-landing-hero-two-col>.storefront-landing-hero-visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:340px;padding:.75rem 1rem .75rem 1.25rem}.storefront-landing-hero-visual-img-wrap{width:100%;max-width:min(100%,960px);overflow:visible;border:none;border-radius:0;box-shadow:none;display:flex;align-items:center;justify-content:center;animation:storefront-fade-in-right .75s ease-out .2s both}.storefront-landing-tajra[dir=rtl] .storefront-landing-hero-visual-img-wrap{animation:storefront-fade-in-left .75s ease-out .2s both}.storefront-landing-hero-visual-img{width:100%;max-width:100%;height:auto;max-height:min(88vh,720px);display:block;object-fit:contain;object-position:center;vertical-align:top}.storefront-landing-hero-visual-orb{width:420px;height:420px;max-width:95%;border-radius:50%;background:radial-gradient(circle at 35% 35%,#4f7cff59,#4f7cff14);border:1px solid rgba(79,124,255,.2);box-shadow:0 0 80px #4f7cff26;animation:storefront-fade-in-right .75s ease-out .2s both}.storefront-landing-tajra[dir=rtl] .storefront-landing-hero-visual-orb{animation:storefront-fade-in-left .75s ease-out .2s both}.storefront-landing-hero-light .storefront-landing-headline,.storefront-landing-hero-light .storefront-landing-subheadline{color:#0f172a;text-shadow:0 0 20px rgba(255,255,255,.8)}.storefront-landing-hero-bg,.storefront-landing-hero-bg-img{position:absolute;inset:0;background:linear-gradient(135deg,#e0e7ff,#f0f4ff,#e8ecff)}.storefront-landing-hero-bg-img{background-size:cover;background-position:center;opacity:.35}.storefront-landing-hero-light .storefront-landing-hero-bg-img{opacity:.25}.storefront-landing-hero-dark .storefront-landing-hero-bg{background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a)}.storefront-landing-hero-dark .storefront-landing-hero-bg-img{opacity:.5}.storefront-landing-hero-dark .storefront-landing-headline,.storefront-landing-hero-dark .storefront-landing-subheadline{color:#f8fafc;text-shadow:0 1px 4px rgba(0,0,0,.4)}.storefront-landing-hero-dark .storefront-landing-cta-secondary{border-color:#ffffffb3;color:#f8fafc}.storefront-landing-hero-dark .storefront-landing-cta-secondary:hover{background:#ffffff26;border-color:#fff;color:#fff}.storefront-landing-hero-tajra .storefront-landing-headline{color:#fff;font-size:clamp(2.6rem,6vw,4rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:1.25rem}.storefront-landing-hero-tajra .storefront-landing-subheadline{color:#fff;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.65;margin-bottom:2rem;max-width:520px;margin-left:0;margin-right:auto}.storefront-landing-tajra[dir=rtl] .storefront-landing-hero-two-col .storefront-landing-subheadline{margin-left:auto;margin-right:0}.storefront-landing-hero-tajra .storefront-landing-cta-secondary{border-color:#ffffff80;color:#fff}.storefront-landing-hero-tajra .storefront-landing-cta-secondary:hover{background:#ffffff1a;border-color:#ffffffb3;color:#fff}.storefront-landing-hero-inner{position:relative;z-index:1;max-width:720px;text-align:center}.storefront-landing-hero-inner.storefront-landing-hero-two-col{max-width:100%;width:100%;text-align:left;padding:0 1.5rem;box-sizing:border-box}.storefront-landing-tajra[dir=rtl] .storefront-landing-hero-inner.storefront-landing-hero-two-col{text-align:right}.storefront-landing-hero .storefront-landing-headline{font-size:clamp(2rem,5vw,3.25rem);font-weight:700;margin:0 0 1rem;letter-spacing:-.02em;line-height:1.2;color:#0f172a}.storefront-landing-hero .storefront-landing-subheadline{font-size:1.15rem;color:#334155;margin:0 0 2rem;line-height:1.6}.storefront-landing-hero.storefront-landing-hero-tajra .storefront-landing-headline,.storefront-landing-hero.storefront-landing-hero-tajra .storefront-landing-subheadline{color:#fff}.storefront-landing-hero-ctas{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center}.storefront-landing-hero-two-col>.storefront-landing-hero-content .storefront-landing-hero-ctas{justify-content:flex-start}.storefront-landing-cta{display:inline-block;padding:.9rem 1.85rem;border-radius:12px;font-weight:600;font-size:1.05rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease,color .2s ease}.storefront-landing-cta-primary{background:linear-gradient(180deg,#5b8def 0%,var(--landing-accent, #2563eb) 100%);color:#fff;border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 14px #4f7cff4d}.storefront-landing-cta-primary:hover{color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #4f7cff66;background:linear-gradient(180deg,#6b9df5,#3b73e8)}.storefront-landing-cta-secondary{background:transparent;border:2px solid var(--landing-accent, #2563eb);color:var(--landing-accent, #2563eb);box-shadow:none}.storefront-landing-cta-secondary:hover{background:#2563eb14;border-color:var(--landing-accent, #2563eb);color:var(--landing-accent, #2563eb);transform:translateY(-2px)}.storefront-landing-about{padding:4rem 1.5rem;background:#fff;border-top:1px solid #e2e8f0}.storefront-landing-about-inner{max-width:720px;margin:0 auto;text-align:center}.storefront-landing-about-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin:0 0 1rem;color:#0f172a;letter-spacing:-.02em}.storefront-landing-about-body{font-size:1.05rem;line-height:1.7;color:#475569;margin:0}.storefront-landing-about.storefront-landing-inview .storefront-landing-about-inner{animation:storefront-section-in .65s ease-out both}.storefront-landing-features{padding:4rem 1.5rem;background:#f8fafc}.storefront-landing-features-inner{max-width:1100px;margin:0 auto}.storefront-landing-features-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin:0 0 2.5rem;text-align:center;color:#0f172a;letter-spacing:-.02em}.storefront-landing-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.storefront-landing-features.storefront-landing-inview .storefront-landing-features-title{animation:storefront-section-in .6s ease-out both}.storefront-landing-features.storefront-landing-inview .storefront-landing-feature-card{animation:storefront-section-in .55s ease-out both}.storefront-landing-features.storefront-landing-inview .storefront-landing-feature-card:nth-child(1){animation-delay:.08s}.storefront-landing-features.storefront-landing-inview .storefront-landing-feature-card:nth-child(2){animation-delay:.16s}.storefront-landing-features.storefront-landing-inview .storefront-landing-feature-card:nth-child(3){animation-delay:.24s}.storefront-landing-features.storefront-landing-inview .storefront-landing-feature-card:nth-child(4){animation-delay:.32s}.storefront-landing-features.storefront-landing-inview .storefront-landing-feature-card:nth-child(5){animation-delay:.4s}.storefront-landing-features.storefront-landing-inview .storefront-landing-feature-card:nth-child(6){animation-delay:.48s}.storefront-landing-feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;text-align:center;transition:box-shadow .2s,border-color .2s}a.storefront-landing-feature-card{display:block;text-decoration:none;color:inherit}.storefront-landing-feature-card:hover{box-shadow:0 4px 12px #0000000f;border-color:#cbd5e1}.storefront-landing-feature-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;margin:0 auto 1rem;background:#2563eb1a;color:var(--landing-accent, #2563eb);border-radius:12px}.storefront-landing-feature-icon-img{width:32px;height:32px;object-fit:contain}.storefront-landing-feature-title{font-size:1.1rem;font-weight:600;margin:0 0 .5rem;color:#0f172a}.storefront-landing-feature-desc{font-size:.9rem;color:#64748b;margin:0;line-height:1.5}.storefront-landing-product-types-widget{padding:4rem 1.5rem;background:linear-gradient(180deg,#eef2f7,#e2e8f0);border-top:1px solid #cbd5e1}.storefront-landing-product-types-widget-inner{max-width:1100px;margin:0 auto}.storefront-landing-product-types-widget-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin:0 0 .5rem;text-align:center;color:#0f172a;letter-spacing:-.02em}.storefront-landing-product-types-widget-subtitle{text-align:center;color:#475569;font-size:1rem;margin:0 0 2.5rem;max-width:520px;margin-left:auto;margin-right:auto}.storefront-landing-product-types-widget-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;margin-bottom:2rem}.storefront-landing-product-types-widget-card{background:#fff;border-radius:14px;padding:1.5rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000f;transition:box-shadow .2s,transform .2s,border-color .2s;position:relative;overflow:hidden}.storefront-landing-product-types-widget-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--landing-accent, #2563eb);border-radius:4px 0 0 4px}.storefront-landing-product-types-widget-card:hover{box-shadow:0 8px 24px #00000014;border-color:#cbd5e1;transform:translateY(-2px)}.storefront-landing-product-types-widget-card-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;margin-bottom:1rem;background:#2563eb1a;color:var(--landing-accent, #2563eb);border-radius:12px}.storefront-landing-product-types-widget-card-title{font-size:1.1rem;font-weight:600;margin:0 0 .6rem;color:#0f172a;line-height:1.3}.storefront-landing-product-types-widget-card-desc{font-size:.9rem;color:#64748b;margin:0;line-height:1.55}.storefront-landing-product-types-widget-cta{text-align:center}.storefront-landing-product-types-widget-btn{display:inline-block;padding:.75rem 1.75rem;background:var(--landing-accent, #2563eb);color:#fff;font-weight:600;font-size:.95rem;border-radius:10px;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s}.storefront-landing-product-types-widget-btn:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 4px 14px #2563eb59}.storefront-landing-product-types-widget.storefront-landing-inview .storefront-landing-product-types-widget-title,.storefront-landing-product-types-widget.storefront-landing-inview .storefront-landing-product-types-widget-subtitle,.storefront-landing-product-types-widget.storefront-landing-inview .storefront-landing-product-types-widget-grid,.storefront-landing-product-types-widget.storefront-landing-inview .storefront-landing-product-types-widget-cta{animation:storefront-fade-in .5s ease-out both}.storefront-landing-product-types-widget.storefront-landing-inview .storefront-landing-product-types-widget-grid{animation-delay:.08s}.storefront-landing-product-types-widget.storefront-landing-inview .storefront-landing-product-types-widget-cta{animation-delay:.16s}.storefront-landing-packages{padding:4rem 1.5rem;background:#fff;border-top:1px solid #e2e8f0}.storefront-landing-packages-inner{max-width:1100px;margin:0 auto}.storefront-landing-packages-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin:0 0 1.5rem;text-align:center;color:#0f172a;letter-spacing:-.02em}.storefront-landing-packages-toggle-wrap{display:flex;justify-content:center;margin-bottom:2rem}.storefront-landing-packages-toggle{display:inline-flex;align-items:center;gap:0;background:#e2e8f0;border-radius:999px;padding:4px}.storefront-landing-packages-toggle-btn{padding:.6rem 1.25rem;border:none;border-radius:999px;font-size:.95rem;font-weight:600;cursor:pointer;background:transparent;color:#64748b;transition:background .2s,color .2s;display:inline-flex;align-items:center;gap:.5rem}.storefront-landing-packages-toggle-btn:hover{color:#0f172a}.storefront-landing-packages-toggle-btn.storefront-landing-packages-toggle-active{background:#0f2847;color:#fff}.storefront-landing-packages-save-badge{background:#22c55e;color:#fff;font-size:.75rem;font-weight:600;padding:.2rem .5rem;border-radius:999px;white-space:nowrap}.storefront-landing-packages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;justify-items:center}.storefront-landing-packages.storefront-landing-inview .storefront-landing-packages-title{animation:storefront-section-in .6s ease-out both}.storefront-landing-packages.storefront-landing-inview .storefront-landing-package-card{animation:storefront-section-in .55s ease-out both}.storefront-landing-packages.storefront-landing-inview .storefront-landing-package-card:nth-child(1){animation-delay:.1s}.storefront-landing-packages.storefront-landing-inview .storefront-landing-package-card:nth-child(2){animation-delay:.2s}.storefront-landing-packages.storefront-landing-inview .storefront-landing-package-card:nth-child(3){animation-delay:.3s}.storefront-landing-packages.storefront-landing-inview .storefront-landing-package-card:nth-child(4){animation-delay:.4s}.storefront-landing-package-card{background:#f8fafc;border:2px solid #e2e8f0;border-radius:16px;padding:1.75rem;max-width:320px;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;transition:border-color .2s,box-shadow .2s}.storefront-landing-package-card:hover{border-color:var(--landing-accent, #2563eb);box-shadow:0 8px 24px #2563eb1f}.storefront-landing-package-card-popular{position:relative;padding-top:2rem;background:linear-gradient(180deg,#0f2847,#0b1c3a);border:2px solid #ea580c;border-top:4px solid #ea580c;color:#fff}.storefront-landing-package-card-popular .storefront-landing-package-name,.storefront-landing-package-card-popular .storefront-landing-package-amount{color:#fff}.storefront-landing-package-card-popular .storefront-landing-package-audience,.storefront-landing-package-card-popular .storefront-landing-package-currency,.storefront-landing-package-card-popular .storefront-landing-package-cycle{color:#ffffffbf}.storefront-landing-package-card-popular .storefront-landing-package-features li{color:#ffffffe6}.storefront-landing-package-card-popular .storefront-landing-package-features li svg{color:#fff}.storefront-landing-package-card-popular .storefront-landing-cta-primary{background:#fff;color:#0f2847;border-color:#fff}.storefront-landing-package-card-popular .storefront-landing-cta-primary:hover{background:#ffffffe6;color:#0f2847}.storefront-landing-package-popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);display:inline-flex;align-items:center;gap:.35rem;background:#ea580c;color:#fff;font-size:.75rem;font-weight:700;padding:.35rem .75rem;border-radius:999px;white-space:nowrap}.storefront-landing-package-name{font-size:1.25rem;font-weight:700;margin:0 0 .35rem;color:#0f172a}.storefront-landing-package-audience{font-size:.875rem;color:#64748b;margin:0 0 .75rem;font-weight:500}.storefront-landing-package-price{margin-bottom:1.25rem}.storefront-landing-package-amount{font-size:1.75rem;font-weight:800;color:var(--landing-accent, #2563eb)}.storefront-landing-package-currency{font-size:1rem;font-weight:600;color:#64748b;margin-inline-start:.5rem}.storefront-landing-package-cycle{font-size:.9rem;color:#64748b;font-weight:500}.storefront-landing-package-features{list-style:none;padding:0;margin:0 0 1.5rem;text-align:left;width:100%}.storefront-landing-package-features li{display:flex;align-items:center;gap:.5rem;padding:.35rem 0;font-size:.95rem;color:#475569}.storefront-landing-package-features li svg{flex-shrink:0;color:var(--landing-accent, #2563eb)}.storefront-landing-package-cta{margin-top:auto;width:100%;text-align:center}.storefront-landing-package-cta-only{justify-content:center}.storefront-landing-package-cta-placeholder{display:flex;flex-direction:column;align-items:center;gap:1rem}.storefront-landing-package-cta-placeholder p{margin:0;color:#64748b;font-size:1rem;line-height:1.5}.storefront-landing-package-cta-placeholder svg{color:var(--landing-accent, #2563eb);opacity:.8}.storefront-landing-cta-section{padding:4rem 1.5rem;text-align:center;background:linear-gradient(135deg,#e0e7ff,#f0f4ff);border-top:1px solid #e2e8f0}.storefront-landing-cta-section-inner{max-width:560px;margin:0 auto}.storefront-landing-cta-section.storefront-landing-inview .storefront-landing-cta-section-inner{animation:storefront-section-in .65s ease-out both}.storefront-landing-cta-section-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin:0 0 .75rem;color:#0f172a;letter-spacing:-.02em}.storefront-landing-cta-section-sub{font-size:1.05rem;color:#475569;margin:0 0 1.5rem;line-height:1.5}.storefront-landing-footer{padding:1.5rem;text-align:center;font-size:.85rem;color:#64748b;display:flex;flex-direction:column;gap:.25rem;border-top:1px solid #e2e8f0;background:#fff}.storefront-landing-footer span:first-child{font-weight:500;color:#475569}.storefront-landing-footer-link{color:#4f7cff;text-decoration:none;font-size:.85rem}.storefront-landing-footer-link:hover{text-decoration:underline}.storefront-landing-footer-geo{font-size:.8rem;color:#94a3b8;margin-top:.35rem}.storefront-landing-footer-social-wrap{display:flex;flex-direction:column;align-items:center;gap:.35rem;margin-top:.75rem}.storefront-landing-footer-social-label{font-size:.8rem;font-weight:500;opacity:.9}.storefront-landing-footer-social{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 1.25rem}.storefront-landing-footer-social-link{color:inherit;text-decoration:none;opacity:.85}.storefront-landing-footer-social-link:hover{opacity:1;text-decoration:underline}.storefront-landing-footer-social-link.storefront-landing-footer-social-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#0000000f;transition:background .2s,opacity .2s}.storefront-landing-footer-social-link.storefront-landing-footer-social-icon:hover{background:#0000001f;text-decoration:none}.storefront-landing-footer-social-icon-svg{flex-shrink:0}.storefront-landing-tajra .storefront-landing-about{background:#0f284799;border-top-color:#c7ccd61a}.storefront-landing-tajra .storefront-landing-about-title{color:#fff}.storefront-landing-tajra .storefront-landing-about-body{color:#ffffffd9}.storefront-landing-tajra .storefront-landing-features{background:linear-gradient(180deg,#0f2847b3,#0b1c3a)}.storefront-landing-tajra .storefront-landing-features-title{color:#fff}.storefront-landing-tajra .storefront-landing-feature-card{background:#ffffff0d;border-color:#c7ccd61a}.storefront-landing-tajra .storefront-landing-feature-card:hover{background:#ffffff14;border-color:#c7ccd62e}.storefront-landing-tajra .storefront-landing-feature-title{color:#fff}.storefront-landing-tajra .storefront-landing-feature-desc{color:#ffffffbf}.storefront-landing-tajra .storefront-landing-feature-icon{background:#4f7cff38;color:var(--landing-accent, #4F7CFF)}.storefront-landing-tajra .storefront-landing-packages{background:#0b1c3af2;border-top-color:#c7ccd614}.storefront-landing-tajra .storefront-landing-packages-title{color:#fff}.storefront-landing-tajra .storefront-landing-package-card{background:#ffffff0d;border-color:#c7ccd626}.storefront-landing-tajra .storefront-landing-package-card:hover{border-color:var(--landing-accent, #4F7CFF);box-shadow:0 8px 24px #4f7cff33}.storefront-landing-tajra .storefront-landing-package-name{color:#fff}.storefront-landing-tajra .storefront-landing-package-amount{color:var(--landing-accent, #4F7CFF)}.storefront-landing-tajra .storefront-landing-package-currency,.storefront-landing-tajra .storefront-landing-package-cycle{color:#ffffffb3}.storefront-landing-tajra .storefront-landing-package-features li{color:#ffffffd9}.storefront-landing-tajra .storefront-landing-cta-section{background:linear-gradient(145deg,rgba(79,124,255,.12) 0%,transparent 50%);border-top-color:#c7ccd614}.storefront-landing-tajra .storefront-landing-cta-section-title{color:#fff}.storefront-landing-tajra .storefront-landing-cta-section-sub{color:#fffc}.storefront-landing-tajra .storefront-landing-footer{background:#0003;border-top-color:#c7ccd614;color:#ffffffa6}.storefront-landing-tajra .storefront-landing-footer span:first-child{color:#fffc}.storefront-landing-tajra .storefront-landing-footer-geo{color:#fff9}.storefront-landing-tajra .storefront-landing-footer-link{color:#93c5fd}.storefront-landing-tajra .storefront-landing-footer-link:hover{color:#bfdbfe}.storefront-landing-tajra .storefront-landing-footer-social-label{color:#ffffffbf}.storefront-landing-tajra .storefront-landing-footer-social-link{color:#ffffffd9}.storefront-landing-tajra .storefront-landing-footer-social-link.storefront-landing-footer-social-icon{background:#ffffff1a}.storefront-landing-tajra .storefront-landing-footer-social-link.storefront-landing-footer-social-icon:hover{background:#fff3}@media(max-width:900px){.storefront-landing-hero-two-col{grid-template-columns:1fr;gap:2rem}.storefront-landing-hero-two-col>.storefront-landing-hero-content{justify-content:center;align-items:center;text-align:center}.storefront-landing-tajra[dir=rtl] .storefront-landing-hero-two-col>.storefront-landing-hero-content{justify-content:center;align-items:center;text-align:center}.storefront-landing-hero-two-col>.storefront-landing-hero-content .storefront-landing-hero-ctas{justify-content:center}.storefront-landing-hero-content{max-width:100%}.storefront-landing-hero-tajra .storefront-landing-hero-two-col .storefront-landing-subheadline{margin-left:auto;margin-right:auto}.storefront-landing-hero-visual{order:-1;min-height:280px}.storefront-landing-hero-visual-img{max-height:min(50vh,360px)}.storefront-landing-hero-visual-orb{width:240px;height:240px}}.storefront-landing-menu-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;background:transparent;color:#fff;cursor:pointer;border-radius:8px;transition:background .2s}.storefront-landing-menu-toggle:hover{background:#ffffff1a}.storefront-landing-nav-wrap{display:flex;align-items:center;gap:.75rem}@media(min-width:769px){.storefront-landing-header-inner{position:relative}.storefront-landing-nav-wrap .storefront-landing-nav{position:absolute;left:50%;transform:translate(-50%)}.storefront-landing-nav-wrap{flex:1;justify-content:flex-end}}.storefront-landing-mobile-menu-header{display:none}@media(max-width:768px){.storefront-landing-mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0 1rem;margin-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.storefront-landing-menu-toggle{display:flex;position:relative;z-index:100}.storefront-landing-header.storefront-landing-menu-open .storefront-landing-menu-toggle{visibility:hidden;pointer-events:none}.storefront-landing-mobile-menu-title{font-size:1rem;font-weight:600;color:#ffffffe6}.storefront-landing-mobile-menu-close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;background:#ffffff1a;color:#fff;cursor:pointer;border-radius:8px;transition:background .2s}.storefront-landing-mobile-menu-close:hover{background:#fff3}.storefront-landing-nav-wrap{position:fixed;inset:0;z-index:99;background:#0b1c3a;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;padding:72px 1rem 1.5rem;overflow-y:auto;transform:translate(100%);visibility:hidden;transition:transform .25s ease,visibility .25s}.storefront-landing-header.storefront-landing-menu-open .storefront-landing-nav-wrap{transform:translate(0);visibility:visible}[dir=rtl] .storefront-landing-nav-wrap{transform:translate(-100%)}[dir=rtl] .storefront-landing-header.storefront-landing-menu-open .storefront-landing-nav-wrap{transform:translate(0)}.storefront-landing-nav-wrap .storefront-landing-nav{flex-direction:column;align-items:stretch;gap:0;padding:0;border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:1rem;margin-bottom:1rem}.storefront-landing-nav-wrap .storefront-landing-nav .storefront-landing-dropdown{width:100%;display:block}.storefront-landing-nav-wrap .storefront-landing-nav .storefront-landing-dropdown-trigger{display:flex;width:100%;justify-content:space-between;align-items:center;padding:.75rem 0;font-size:1rem;text-align:start;border:none;border-bottom:1px solid rgba(255,255,255,.08);background:none;color:inherit}.storefront-landing-nav-wrap .storefront-landing-nav .storefront-landing-nav-link{display:block;padding:.75rem 0;font-size:1rem;border-bottom:1px solid rgba(255,255,255,.08)}.storefront-landing-nav-wrap .storefront-landing-nav .storefront-landing-dropdown-menu{position:static;margin-top:.25rem;margin-bottom:.5rem;transform:none;max-height:0;opacity:0;visibility:hidden;overflow:hidden;box-shadow:none;border:none;background:#ffffff0d;border-radius:8px;padding:0 .5rem;transition:max-height .2s ease,opacity .2s,visibility .2s}.storefront-landing-nav-wrap .storefront-landing-nav .storefront-landing-dropdown-menu-open{max-height:400px;opacity:1;visibility:visible;padding:.5rem}.storefront-landing-nav-wrap .storefront-landing-header-actions{flex-direction:column;align-items:stretch;gap:.5rem}.storefront-landing-nav-wrap .storefront-landing-btn-outline,.storefront-landing-nav-wrap .storefront-landing-cta-header{display:block;text-align:center;padding:.75rem 1rem}.storefront-landing-nav-wrap .storefront-landing-lang{width:100%;padding:.75rem 1rem;justify-content:center}}@media(max-width:640px){.storefront-landing-logo-img{max-height:48px}.storefront-landing-logo{font-size:1.5rem}}.product-types-page .product-types-main{max-width:1000px;margin:0 auto;padding:2.5rem 1.5rem;padding-top:calc(80px + 2.5rem);min-height:60vh}.product-types-main-inner{width:100%}.product-types-page-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;margin:0 0 .5rem;text-align:center;color:#fff;letter-spacing:-.02em}.product-types-page-lead{text-align:center;color:#fffc;font-size:1.05rem;margin:0 0 2.5rem;max-width:560px;margin-left:auto;margin-right:auto;line-height:1.5}.product-types-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:3rem}.product-type-card{position:relative;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:1.75rem;overflow:hidden;transition:background .2s,border-color .2s,transform .2s,box-shadow .2s}.product-type-card:hover{background:#ffffff17;border-color:#fff3;transform:translateY(-4px);box-shadow:0 12px 32px #0003}.product-type-card-accent{position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,var(--landing-accent, #4F7CFF) 0%,rgba(79,124,255,.5) 100%);border-radius:5px 0 0 5px}.product-type-card-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;margin-bottom:1rem;background:#4f7cff2e;color:var(--landing-accent, #4F7CFF);border-radius:14px;flex-shrink:0}.product-type-card-title{font-size:1.25rem;font-weight:600;margin:0 0 .75rem;color:#fff;line-height:1.3}.product-type-card-detail{font-size:.95rem;color:#ffffffd9;line-height:1.65;margin:0}.product-types-comparison{margin-bottom:2.5rem}.product-types-comparison-title{font-size:1.35rem;font-weight:600;text-align:center;color:#fff;margin:0 0 1.25rem}.product-types-comparison-wrap{overflow-x:auto;border-radius:12px;border:1px solid rgba(255,255,255,.15);background:#ffffff0a;box-shadow:0 4px 20px #00000026}.product-types-comparison-table{width:100%;border-collapse:collapse;min-width:580px}.product-types-comparison-table thead{background:#ffffff14}.product-types-th-feature{padding:1rem 1.25rem;text-align:left;font-weight:600;color:#fffffff2;font-size:.95rem;border-bottom:2px solid rgba(255,255,255,.2)}[dir=rtl] .product-types-th-feature{text-align:right}.product-types-th-type{padding:.85rem .75rem;text-align:center;font-weight:600;font-size:.85rem;color:#ffffffe6;border-bottom:2px solid rgba(255,255,255,.2)}.product-types-tr{transition:background .15s}.product-types-tr:hover{background:#ffffff0d}.product-types-tr:nth-child(2n){background:#ffffff05}.product-types-tr:nth-child(2n):hover{background:#ffffff12}.product-types-td-feature{padding:.85rem 1.25rem;text-align:left;color:#ffffffe6;font-size:.9rem;border-bottom:1px solid rgba(255,255,255,.08)}[dir=rtl] .product-types-td-feature{text-align:right}.product-types-td-value{padding:.85rem .75rem;text-align:center;color:#ffffffd9;font-size:.9rem;border-bottom:1px solid rgba(255,255,255,.08)}.product-types-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem}.product-types-btn{display:inline-block;padding:.75rem 1.5rem;font-weight:600;font-size:.95rem;border-radius:10px;text-decoration:none;transition:background .2s,color .2s,transform .15s,box-shadow .2s}.product-types-btn-primary{background:var(--landing-accent, #4F7CFF);color:#fff}.product-types-btn-primary:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 6px 20px #4f7cff66}.product-types-btn-secondary{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.25)}.product-types-btn-secondary:hover{background:#ffffff2e;border-color:#ffffff59;transform:translateY(-2px)}:root{--theme-primary: var(--brand-accent);--theme-secondary: var(--brand-primary);--theme-accent: var(--brand-accent);--theme-background: var(--brand-white);--theme-text: var(--brand-text);--theme-text-secondary: var(--brand-text-secondary);--theme-card-color: var(--brand-white);--theme-topbar-color: var(--brand-white);--theme-bottombar-color: var(--brand-surface);--theme-heading-font: "Inter", sans-serif;--theme-body-font: "Inter", sans-serif;--color-primary: var(--theme-primary);--color-secondary: var(--theme-secondary);--color-accent: var(--theme-accent);--color-background: var(--theme-background);--color-surface: var(--brand-surface);--color-text: var(--theme-text);--color-text-secondary: var(--theme-text-secondary);--color-border: var(--brand-border);--color-error: var(--brand-error);--color-success: var(--brand-success);--font-heading: var(--theme-heading-font);--font-body: var(--theme-body-font);--max-width: 1400px;--border-radius: .5rem;--spacing: 1rem}@keyframes spin{to{transform:rotate(360deg)}}[dir=rtl]{direction:rtl;text-align:right}[dir=ltr]{direction:ltr;text-align:left}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;width:100%;overflow-x:hidden}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-background);line-height:1.6;margin:0;padding:0;width:100%;overflow-x:hidden}#root{margin:0;padding:0;width:100%;overflow-x:hidden}.storefront-seo-h1{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2;color:var(--color-text);text-shadow:0 1px 2px rgba(0,0,0,.1)}p{margin:0;color:var(--color-text);text-shadow:0 1px 2px rgba(0,0,0,.1)}a{color:var(--color-primary);text-decoration:none;transition:color .2s;text-shadow:0 1px 2px rgba(0,0,0,.1)}a:hover{color:var(--color-secondary)}body,span,div,label,li,td,th,button,.btn,[role=button],.product-card-title,.product-card-price,.filter-toggle-btn,.sort-label,.category-slider-item,.filter-label,.option-label{text-shadow:0 1px 2px rgba(0,0,0,.1)}input,select,textarea{text-shadow:none}svg,img,canvas,video,iframe{text-shadow:none}svg *,img *,canvas *,video *,iframe *{text-shadow:none}button{font-family:var(--font-body);cursor:pointer}input,select,textarea{font-family:var(--font-body)}.loading{display:flex;align-items:center;justify-content:center;padding:4rem 2rem;color:var(--color-text-secondary);font-size:1.125rem}.error{display:flex;align-items:center;justify-content:center;padding:4rem 2rem;color:var(--color-error);font-size:1.125rem}img{max-width:100%;height:auto}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-surface)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-secondary)}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}@media print{.header,.footer,.mobile-menu-toggle{display:none}}
