.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:8px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s ease-in-out;font-family:inherit;outline:none;overflow:hidden;line-height:1.25;padding:.5em 1em}.btn:focus-visible{outline:2px solid #667eea;outline-offset:2px}.btn--primary{background:linear-gradient(135deg,#678ca6,#5b7c94);color:#fff}.btn--primary:hover:not(.btn--disabled):not(.btn--loading){transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.3)}.btn--primary:active:not(.btn--disabled):not(.btn--loading){transform:translateY(0)}.btn--secondary{background:#e2e8f0;color:#2d3748}.btn--secondary:hover:not(.btn--disabled):not(.btn--loading){background:#cbd5e0;transform:translateY(-1px)}.btn--secondary:active:not(.btn--disabled):not(.btn--loading){transform:translateY(0)}.btn--outline{background:transparent;border:2px solid #667eea;color:#667eea}.btn--outline:hover:not(.btn--disabled):not(.btn--loading){background:#667eea;color:#fff;transform:translateY(-1px)}.btn--outline:active:not(.btn--disabled):not(.btn--loading){transform:translateY(0)}.btn--ghost{background:transparent;color:#667eea}.btn--ghost:hover:not(.btn--disabled):not(.btn--loading){background:rgba(102,126,234,.1)}.btn--danger{background:#e53e3e;color:#fff}.btn--danger:hover:not(.btn--disabled):not(.btn--loading){background:#c53030;transform:translateY(-1px)}.btn--danger:active:not(.btn--disabled):not(.btn--loading){transform:translateY(0)}.btn--success{background:#38a169;color:#fff}.btn--success:hover:not(.btn--disabled):not(.btn--loading){background:#2f855a;transform:translateY(-1px)}.btn--success:active:not(.btn--disabled):not(.btn--loading){transform:translateY(0)}.btn--small{font-size:.875rem;padding:.375em .75em;border-radius:6px}.btn--medium{font-size:1rem;padding:.5em 1em}.btn--large{font-size:1.125rem;padding:.625em 1.25em;border-radius:10px}.btn--block{width:100%}.btn--disabled,.btn--loading{cursor:not-allowed;pointer-events:none}.btn--disabled{opacity:.6;transform:none!important;box-shadow:none!important}.btn__spinner{position:absolute;width:16px;height:16px;border:2px solid transparent;border-top-color:currentcolor;border-radius:50%;animation:spin 1s linear infinite}.btn__content{transition:opacity .2s ease}.btn__content--hidden{opacity:0}.btn__icon{display:inline-flex;align-items:center;justify-content:center;margin-right:.5em;line-height:1}.btn__icon--right{margin-right:0;margin-left:.5em}.btn__icon--only{margin:0}.btn--icon-only{padding:.5em;aspect-ratio:1/1}@media(prefers-color-scheme:dark){.btn--secondary{background:#4a5568;color:#e2e8f0}.btn--secondary:hover:not(.btn--disabled):not(.btn--loading){background:#718096}.btn--outline{border-color:#90cdf4;color:#90cdf4}.btn--outline:hover:not(.btn--disabled):not(.btn--loading){background:#90cdf4;color:#1a202c}.btn--ghost{color:#90cdf4}.btn--ghost:hover:not(.btn--disabled):not(.btn--loading){background:rgba(144,205,244,.1)}}.language-menu{background-color:var(--color-surface);border:1px solid #e9ecef;border-radius:16px;box-shadow:0 10px 15px rgba(0,0,0,.1);min-width:220px;max-height:50vh;overflow:auto;z-index:1000}[data-theme=dark] .language-menu{background-color:var(--color-surface-dark);border-color:var(--color-border-dark)}.language-menu__header{padding:.5rem 1rem;border-bottom:1px solid #e9ecef;color:#8cafb6;font-size:.875rem}[data-theme=dark] .language-menu__header{color:var(--color-text-secondary-dark);border-color:var(--color-border-dark)}.language-menu__list{padding:.25rem 0}.language-menu__item{padding:.5rem 1rem;cursor:pointer;color:#2f4352}[data-theme=dark] .language-menu__item{color:var(--color-text-primary-dark)}.language-menu__item:hover{background-color:rgba(127,168,177,.12)}.language-menu__item--active{font-weight:600;color:#7fa8b1}.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:12px;transition:background-color .15s ease;position:relative;z-index:1001}@media(max-width:1023px){.menu-toggle{display:flex;align-items:center;justify-content:center}}.menu-toggle:hover{background-color:rgba(127,168,177,.1)}[data-theme=dark] .menu-toggle:hover{background-color:rgba(127,168,177,.2)}.menu-toggle:focus{outline:2px solid #7fa8b1;outline-offset:2px}.menu-toggle__icon{width:24px;height:18px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.menu-toggle__line{display:block;width:100%;height:2px;background-color:#2f4352;border-radius:1px;transform-origin:center}[data-theme=dark] .menu-toggle__line{background-color:var(--color-text-primary-dark)}.menu-toggle__line--top{transition:transform .15s ease,opacity .15s ease}.menu-toggle__line--middle{transition:opacity .15s ease}.menu-toggle__line--bottom{transition:transform .15s ease,opacity .15s ease}@media(max-width:1023px){.menu-toggle{display:flex!important}}.header{background:var(--color-blue-gray);color:var(--color-ivory);border-bottom:1px solid hsla(0,0%,100%,.18);position:-webkit-sticky;position:sticky;top:0;z-index:1020}.header__container{max-width:1320px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:70px;width:100%;overflow-x:hidden}@media(max-width:767px){.header__container{padding:0 .5rem;flex-wrap:wrap;gap:.5rem;min-height:70px}}@media(max-width:479px){.header__container{padding:0 .25rem}}.header__logo{display:flex;align-items:center;text-decoration:none;color:inherit;flex-shrink:0}@media(max-width:767px){.header__logo{order:1}}.header__logo-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border-radius:16px;margin-right:.5rem}.header__logo-icon img{width:100%;height:100%;object-fit:contain;image-rendering:-webkit-optimize-contrast}@media(max-width:767px){.header__logo-icon{width:36px;height:36px;margin-right:.25rem}.header__logo-text{display:none}}.header__logo-title{display:block;font-size:1.125rem;font-weight:700;color:var(--color-ivory);line-height:1.2}.header__logo-subtitle{display:block;font-size:.75rem;color:#fff}@media(max-width:1023px){.header__nav{display:none}}.header__nav-list{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:1.5rem;flex-wrap:nowrap}@media(max-width:767px){.header__nav-list{gap:.5rem}}.header__nav-item{position:relative;white-space:nowrap}.header__nav-link{text-decoration:none;color:#fff;font-weight:500;padding:.5rem 0;transition:color .15s ease;position:relative}.header__nav-link--active,.header__nav-link:hover{color:var(--color-soft-dusty-blue)}.header__nav-link--active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--color-soft-dusty-blue)}.header__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}@media(max-width:767px){.header__actions{gap:.25rem;order:3}}.header__actions .header__theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;padding:0;background:transparent;border:none;color:#1e2832;position:relative;border-radius:5rem;z-index:1002}.header__actions .header__theme-toggle svg{width:22px;height:22px;color:#90cdf4}@media(max-width:1023px){.header__actions .header__theme-toggle{display:none}}@media(min-width:1024px){.header__actions .header__theme-toggle{display:inline-flex}}.header__cart-btn{display:inline-flex;border:none;border-radius:var(--border-radius-md);font-family:inherit;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.header__cart-btn:focus{outline:2px solid var(--color-primary);outline-offset:2px}.header__cart-btn:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.header__cart-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background-color:transparent;border:1px solid #e9ecef;border-radius:16px;position:relative;transition:all .15s ease}[data-theme=dark] .header__cart-btn{border-color:var(--color-border-dark)}@media(max-width:767px){.header__cart-btn{width:40px;height:40px;min-width:40px;min-height:40px}.header__cart-btn:active{transform:scale(.95)}}.header__cart-btn:hover{background-color:#7fa8b1;border-color:#7fa8b1}.header__cart-btn:hover .header__cart-icon{filter:brightness(0) invert(1)}.header__cart-icon{font-size:1.125rem;transition:filter .15s ease}.header__cart-badge{position:absolute;top:-6px;right:-6px;background-color:#e53e3e;color:var(--color-text-white);border-radius:50%;padding:2px 6px;font-size:.75rem;font-weight:600;min-width:18px;text-align:center;line-height:1}@media(max-width:767px){.header__cart-badge{top:-4px;right:-4px;min-width:16px;padding:1px 4px;font-size:10px}}.header__dropdown{position:relative}.header__dropdown-menu{position:absolute;top:calc(100% + .25rem);right:0;background-color:var(--color-surface);border:1px solid #e9ecef;border-radius:16px;box-shadow:0 10px 15px rgba(0,0,0,.1);min-width:200px;z-index:1000;overflow:hidden}[data-theme=dark] .header__dropdown-menu{background-color:var(--color-surface-dark);border-color:var(--color-border-dark)}.header__dropdown-menu--user{width:250px}.header__dropdown-header{padding:1rem 1.5rem;border-bottom:1px solid #e9ecef;display:flex;align-items:center;gap:.5rem}[data-theme=dark] .header__dropdown-header{border-color:var(--color-border-dark)}.header__dropdown-item{display:flex;align-items:center;width:100%;padding:.5rem 1.5rem;background:none;border:none;text-align:left;cursor:pointer;transition:background-color .15s ease;color:#2f4352;text-decoration:none}[data-theme=dark] .header__dropdown-item{color:var(--color-text-primary-dark)}.header__dropdown-item:hover{background-color:#e8e5dd}[data-theme=dark] .header__dropdown-item:hover{background-color:var(--color-surface-dark)}.header__dropdown-item--active{background-color:#7fa8b1;color:var(--color-text-white)}.header__dropdown-item--active:hover{background-color:#6c7e85}.header__dropdown-item--danger{color:#e53e3e}.header__dropdown-item--danger:hover{background-color:rgba(244,67,54,.1)}.header__dropdown-icon{margin-right:.5rem;width:16px;text-align:center}.header__dropdown-divider{height:1px;background-color:#e9ecef;margin:.25rem 0}[data-theme=dark] .header__dropdown-divider{background-color:var(--color-border-dark)}.header__language-btn{min-width:40px;font-weight:600}.header__user-btn{display:flex;align-items:center;background:none;border:none;padding:.25rem;border-radius:12px;cursor:pointer;transition:background-color .15s ease}.header__user-btn:hover{background-color:#e8e5dd}[data-theme=dark] .header__user-btn:hover{background-color:var(--color-surface-dark)}.header__user-avatar{width:32px;height:32px;border-radius:50%;background-color:#7fa8b1;display:flex;align-items:center;justify-content:center;color:var(--color-text-white);font-weight:600;font-size:.875rem;overflow:hidden}.header__user-avatar--large{width:40px;height:40px;font-size:1rem}.header__user-avatar img{width:100%;height:100%;object-fit:cover}.header__user-name{margin:0 .5rem;font-size:.875rem;font-weight:500;color:#2f4352}[data-theme=dark] .header__user-name{color:var(--color-text-primary-dark)}.header__user-email{font-size:.75rem;color:#a0aeb6}[data-theme=dark] .header__user-email{color:var(--color-text-secondary-dark)}.header__user-arrow{font-size:.75rem;color:#a0aeb6}[data-theme=dark] .header__user-arrow{color:var(--color-text-secondary-dark)}.header__auth-buttons{display:flex;align-items:center;gap:.5rem}.header__mobile-toggle{display:inline-flex;border-radius:var(--border-radius-md);font-family:inherit;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.header__mobile-toggle:focus{outline:2px solid var(--color-primary);outline-offset:2px}.header__mobile-toggle:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.header__mobile-toggle{display:flex;align-items:center;justify-content:center;background:transparent;border:none;width:44px;height:44px;border-radius:12px;transition:background-color .15s ease}@media(max-width:1023px){.header__mobile-toggle{display:flex;order:2}}@media(max-width:767px){.header__mobile-toggle{width:40px;height:40px;min-width:40px;min-height:40px}}.header__mobile-toggle:hover{background-color:#e8e5dd}[data-theme=dark] .header__mobile-toggle:hover{background-color:var(--color-surface-dark)}.header__mobile-toggle:active{transform:scale(.95)}.header__mobile-toggle-icon{font-size:1.25rem;color:#2f4352}[data-theme=dark] .header__mobile-toggle-icon{color:var(--color-text-primary-dark)}@media(max-width:767px){.header__mobile-toggle-icon{font-size:1.125rem}}.header__mobile-menu{background-color:var(--color-surface);border-top:1px solid #e9ecef;padding:1.5rem;overflow:hidden}[data-theme=dark] .header__mobile-menu{background-color:var(--color-surface-dark);border-color:var(--color-border-dark)}.header__mobile-menu{position:relative;z-index:1000}.header__mobile-nav{margin-bottom:1.5rem}.header__mobile-nav-list{list-style:none;margin:0;padding:0}.header__mobile-nav-item{margin-bottom:.5rem}.header__mobile-nav-link{display:block;padding:1rem 0;text-decoration:none;color:#2f4352;font-weight:500;border-bottom:1px solid #e9ecef;transition:color .15s ease}[data-theme=dark] .header__mobile-nav-link{color:var(--color-text-primary-dark);border-color:var(--color-border-dark)}.header__mobile-nav-link--active,.header__mobile-nav-link:hover{color:#7fa8b1}.header__mobile-actions{border-top:1px solid #e9ecef;padding-top:1.5rem}[data-theme=dark] .header__mobile-actions{border-color:var(--color-border-dark)}.header__mobile-auth{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.header__mobile-settings{display:flex;flex-direction:column;gap:1rem}.header__mobile-setting{display:flex;align-items:center;gap:.5rem;background:none;border:none;padding:.5rem 0;color:#2f4352;cursor:pointer}[data-theme=dark] .header__mobile-setting{color:var(--color-text-primary-dark)}.header__mobile-language{display:flex;justify-content:space-between;align-items:center;color:#2f4352}[data-theme=dark] .header__mobile-language{color:var(--color-text-primary-dark)}.header__mobile-language-select{width:100%;padding:.75rem 1rem;border:2px solid var(--color-border);border-radius:var(--border-radius-md);font-size:1rem;font-family:inherit;background:var(--color-background);color:var(--color-text-primary);transition:all .3s ease}.header__mobile-language-select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb),.1)}.header__mobile-language-select::placeholder{color:var(--color-text-muted)}.header__mobile-language-select{width:auto;min-width:100px}@media(min-width:1024px){.header__mobile-menu{display:none}}@media(max-width:1023px){.desktop-only{display:none!important}}@media(min-width:1024px){.desktop-only{display:inline-flex!important}}.mobile-only{display:none}@media(max-width:1023px){.mobile-only{display:block!important}}.header__mobile-toggle{display:none}@media(max-width:1023px){.header__mobile-toggle{display:flex!important}}*{box-sizing:border-box}body,html{overflow-x:hidden}.container,body,html{width:100%;max-width:100%}.container{margin:0 auto;padding:0 1rem}@media(min-width:640px){.container{padding:0 1.5rem}}@media(min-width:1024px){.container{padding:0 2rem}}@media(min-width:1280px){.container{max-width:1280px}}.responsive-img{width:100%;object-fit:contain}.responsive-img,img{max-width:100%;height:auto}img{display:block}video{height:auto}iframe,video{width:100%;max-width:100%}iframe{border:none}svg{max-width:100%;height:auto}.img-container{width:100%;max-width:100%;overflow:hidden}.img-container img{width:100%;height:auto;object-fit:cover}.aspect-ratio-16-9{position:relative;width:100%;padding-bottom:56.25%}.aspect-ratio-16-9 iframe,.aspect-ratio-16-9 img,.aspect-ratio-16-9 video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.aspect-ratio-4-3{position:relative;width:100%;padding-bottom:75%}.aspect-ratio-4-3 iframe,.aspect-ratio-4-3 img,.aspect-ratio-4-3 video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.aspect-ratio-1-1{position:relative;width:100%;padding-bottom:100%}.aspect-ratio-1-1 iframe,.aspect-ratio-1-1 img,.aspect-ratio-1-1 video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.responsive-text{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.responsive-grid{display:grid;grid-gap:1rem;gap:1rem;width:100%}@media(max-width:767px){.responsive-grid{grid-template-columns:1fr}}@media(min-width:768px)and (max-width:1023px){.responsive-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.responsive-grid{grid-template-columns:repeat(3,1fr)}}.responsive-flex{display:flex;flex-wrap:wrap;gap:1rem;width:100%}@media(max-width:767px){.responsive-flex{flex-direction:column}.hide-mobile{display:none!important}}.show-mobile{display:none}@media(max-width:767px){.show-mobile{display:block}}.responsive-padding{padding:.5rem}@media(min-width:640px){.responsive-padding{padding:1rem}}@media(min-width:1024px){.responsive-padding{padding:2rem}}.responsive-margin{margin:.5rem}@media(min-width:640px){.responsive-margin{margin:1rem}}@media(min-width:1024px){.responsive-margin{margin:2rem}}@media(max-width:767px){.w-full-mobile{width:100%!important;max-width:100%!important}}.no-overflow{overflow-x:hidden;max-width:100%}.responsive-btn{width:100%;padding:.75rem 1rem}@media(min-width:640px){.responsive-btn{width:auto;min-width:120px;padding:.75rem 1.5rem}}.responsive-card{width:100%;max-width:100%;margin:.5rem 0}@media(min-width:640px){.responsive-card{margin:1rem}}@media(min-width:1024px){.responsive-card{max-width:calc(50% - 1rem)}}@media(min-width:1280px){.responsive-card{max-width:calc(33.333% - 1rem)}}.footer{background-color:#2f4352;color:var(--color-text-white);margin-top:auto}[data-theme=dark] .footer{background-color:var(--color-surface-dark)}.footer__container{max-width:1320px;margin:0 auto;padding:5rem 1rem 1.5rem;width:100%;overflow-x:hidden}@media(max-width:767px){.footer__container{padding:2rem .5rem 1rem}}.footer__main{display:grid;grid-template-columns:2fr 1fr;grid-gap:5rem;gap:5rem;margin-bottom:5rem}@media(min-width:1440px){.footer__main{grid-template-columns:2fr 1fr;gap:2rem}}@media(max-width:1023px){.footer__main{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:767px){.footer__main{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer__section--brand{text-align:center}}.footer__section--map{grid-column:1/-1}@media(max-width:1023px){.footer__section--map,.footer__section--newsletter{grid-column:1/-1}}.footer__section-title{font-size:1.125rem;font-weight:600;margin-bottom:1.5rem;color:var(--color-text-white)}[data-theme=dark] .footer__section-title{color:var(--color-text-primary-dark)}.footer__logo{display:flex;align-items:center;margin-bottom:1.5rem}@media(max-width:767px){.footer__logo{justify-content:center}}.footer__logo-icon{width:88px;height:88px;display:flex;align-items:center;justify-content:center;background:transparent;border-radius:16px;margin-right:1rem}.footer__logo-icon img{width:100%;height:100%;object-fit:contain;image-rendering:-webkit-optimize-contrast}.footer__logo-title{display:block;font-size:1.25rem;font-weight:700;color:var(--color-text-white);line-height:1.2}[data-theme=dark] .footer__logo-title{color:var(--color-text-primary-dark)}.footer__logo-subtitle{display:block;font-size:.875rem;color:hsla(0,0%,100%,.8)}[data-theme=dark] .footer__logo-subtitle{color:var(--color-text-secondary-dark)}.footer__description{color:hsla(0,0%,100%,.8);line-height:1.75;margin-bottom:1.5rem}[data-theme=dark] .footer__description{color:var(--color-text-secondary-dark)}.footer__contact-info{display:flex;flex-direction:column;gap:.5rem}.footer__contact-item{display:flex;align-items:center;gap:.5rem;color:hsla(0,0%,100%,.8);font-size:.875rem}[data-theme=dark] .footer__contact-item{color:var(--color-text-secondary-dark)}.footer__contact-icon{width:16px;text-align:center;flex-shrink:0}.footer__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.footer__link{color:hsla(0,0%,100%,.8);text-decoration:none;font-size:.875rem;transition:color .15s ease}[data-theme=dark] .footer__link{color:var(--color-text-secondary-dark)}.footer__link:hover{color:#7fa8b1}.footer__link-item{margin-bottom:.25rem}.footer__newsletter-description{color:hsla(0,0%,100%,.8);margin-bottom:1.5rem;font-size:.875rem}[data-theme=dark] .footer__newsletter-description{color:var(--color-text-secondary-dark)}.footer__newsletter-form{margin-bottom:2rem}.footer__newsletter-input-group{display:flex;align-items:center;gap:0}@media(max-width:767px){.footer__newsletter-input-group{flex-direction:column;gap:.5rem}}.footer__newsletter-input{flex:1 1;padding:.5rem 1rem;border:none;border-radius:12px 0 0 12px;font-size:.875rem}@media(max-width:767px){.footer__newsletter-input{border-radius:12px}}.footer__newsletter-input:focus{outline:2px solid #7fa8b1;outline-offset:2px}.footer__newsletter-input::placeholder{color:#a0aeb6}.footer__newsletter-button{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--border-radius-md);font-family:inherit;text-decoration:none;cursor:pointer;transition:all .3s ease;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.footer__newsletter-button:focus{outline:2px solid var(--color-primary);outline-offset:2px}.footer__newsletter-button:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.footer__newsletter-button{background-color:#7fa8b1;color:var(--color-text-white);border:none;padding:.5rem 1.5rem;border-radius:0 12px 12px 0;font-size:.875rem;font-weight:600;transition:background-color .15s ease}@media(max-width:767px){.footer__newsletter-button{border-radius:12px;width:100%}}.footer__newsletter-button:hover{background-color:#6c7e85}.footer__map{margin-top:1.5rem}.footer__map-title{font-size:1.125rem;font-weight:500;margin-bottom:1rem;color:var(--color-text-white)}[data-theme=dark] .footer__map-title{color:var(--color-text-primary-dark)}.footer__map-container{border-radius:16px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.15);background-color:hsla(0,0%,100%,.1)}[data-theme=dark] .footer__map-container{background-color:var(--color-background-dark);box-shadow:0 4px 12px rgba(0,0,0,.3)}.footer__map-container iframe{display:block;width:100%;max-width:100%;height:280px;border:none}@media(max-width:767px){.footer__map-container iframe{height:220px}}@media(max-width:1023px){.footer__map-container iframe{height:300px}}.footer__hours{background-color:hsla(0,0%,100%,.05);border-radius:16px;padding:1.5rem;margin-bottom:2rem}[data-theme=dark] .footer__hours{background-color:var(--color-background-dark)}.footer__hours-title{font-size:1.125rem;font-weight:600;margin-bottom:1.5rem;color:var(--color-text-white);text-align:center}[data-theme=dark] .footer__hours-title{color:var(--color-text-primary-dark)}.footer__hours-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}@media(max-width:767px){.footer__hours-grid{grid-template-columns:1fr;gap:1rem}}.footer__hours-item{text-align:center}.footer__hours-day{display:block;font-weight:600;color:var(--color-text-white);margin-bottom:.25rem}[data-theme=dark] .footer__hours-day{color:var(--color-text-primary-dark)}.footer__hours-time{display:block;color:hsla(0,0%,100%,.8);font-size:.875rem}[data-theme=dark] .footer__hours-time{color:var(--color-text-secondary-dark)}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.1)}[data-theme=dark] .footer__bottom{border-color:var(--color-border-dark)}@media(max-width:767px){.footer__bottom{flex-direction:column;gap:1rem;text-align:center}.footer__bottom-left,.footer__bottom-right{width:100%}}.footer__copyright{color:hsla(0,0%,100%,.6);font-size:.875rem;margin:0}[data-theme=dark] .footer__copyright{color:var(--color-text-secondary-dark)}.footer__made-with{color:hsla(0,0%,100%,.6);font-size:.875rem;margin:0}[data-theme=dark] .footer__made-with{color:var(--color-text-secondary-dark)}.footer__heart{color:#e53e3e;animation:heartbeat 1.5s ease-in-out infinite}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.footer--compact .footer__main{grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem;text-align:center}.footer--compact .footer__hours,.footer--compact .footer__section:not(.footer__section--brand){display:none}:root{--color-primary:#7fa8b1;--color-primary-rgb:127,168,177;--color-primary-light:#94b7be;--color-primary-dark:#6c8f99;--color-secondary:#8ba3ac;--color-secondary-rgb:139,163,172;--color-secondary-light:#9bb0b7;--color-secondary-dark:#6c7e85;--color-accent:#6c63ff;--color-accent-rgb:108,99,255;--color-blue-gray:#8ba3ac;--color-warm-beige:#d9c3a8;--color-muted-teal:#7fa8b1;--color-charcoal-blue:#2f4352;--color-ivory:#f5ede3;--color-soft-dusty-blue:#8cafb6;--color-cream:#e8e5dd;--color-background:var(--color-ivory);--color-surface:var(--color-cream);--color-surface-light:#fff;--color-text-primary:var(--color-charcoal-blue);--color-text-secondary:#6c757d;--color-text-muted:#adb5bd;--color-text-white:#fff;--color-border:#e9ecef;--color-border-light:#f1f3f4;--color-border-dark:#dee2e6;--color-success:#28a745;--color-success-rgb:40,167,69;--color-warning:#ffc107;--color-warning-rgb:255,193,7;--color-error:#dc3545;--color-error-rgb:220,53,69;--color-info:#17a2b8;--color-info-rgb:23,162,184;--color-background-dark:#2f4352;--color-surface-dark:#1e2832;--color-text-primary-dark:#e8e5dd;--color-text-secondary-dark:#a0a0a0;--color-text-muted-dark:#8a8a8a;--color-border-dark:#3a4a55;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--border-radius-sm:0.25rem;--border-radius-md:0.5rem;--border-radius-lg:0.75rem;--border-radius-xl:1rem;--border-radius-2xl:1.5rem;--border-radius-full:9999px;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);--shadow-2xl:0 25px 50px -12px rgba(0,0,0,.25);--shadow-inner:inset 0 2px 4px 0 rgba(0,0,0,.06);--card-padding:var(--space-6);--card-radius:var(--border-radius-lg);--card-image-radius:var(--border-radius-md)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes bounceIn{0%{transform:scale(.3);opacity:0}50%{transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1);opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.layout{min-height:100vh;display:flex;flex-direction:column;background-color:#f5ede3}[data-theme=dark] .layout{background-color:var(--color-background-dark)}.layout__main{flex:1 1;display:flex;flex-direction:column}.page-container{max-width:1320px;margin:0 auto;padding:0 1rem}@media(max-width:767px){.page-container{padding:0 .5rem}}.section{padding:5rem 0}@media(max-width:767px){.section{padding:2rem 0}}.section--small{padding:2rem 0}@media(max-width:767px){.section--small{padding:1.5rem 0}}.section--large{padding:6rem 0}@media(max-width:767px){.section--large{padding:5rem 0}}.hero{background:linear-gradient(135deg,#7fa8b1,#6c7e85);color:var(--color-text-white);text-align:center;padding:6rem 0}@media(max-width:767px){.hero{padding:4rem 0}}.hero__title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem}@media(max-width:767px){.hero__title{font-size:2.5rem}}.hero__subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.9}@media(max-width:767px){.hero__subtitle{font-size:1.125rem}}.hero__description{font-size:1.125rem;margin-bottom:5rem;max-width:600px;margin-left:auto;margin-right:auto;opacity:.8}@media(max-width:767px){.hero__description{font-size:1rem}}.hero__actions{display:flex;align-items:center;justify-content:center;gap:1rem}@media(max-width:767px){.hero__actions{flex-direction:column;align-items:stretch}}.content-section{background-color:var(--color-surface);border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.1);padding:2rem;margin-bottom:1.5rem}@media(max-width:767px){.content-section{padding:1.5rem}}[data-theme=dark] .content-section{background-color:var(--color-surface-dark)}.content-section__header{text-align:center;margin-bottom:2rem}@media(max-width:767px){.content-section__header{margin-bottom:1.5rem}}.content-section__title{font-size:6rem;font-weight:700;color:#2f4352;margin-bottom:1rem}@media(max-width:767px){.content-section__title{font-size:1.5rem}}[data-theme=dark] .content-section__title{color:var(--color-text-primary-dark)}.content-section__subtitle{font-size:1.125rem;color:#8cafb6;margin:0}[data-theme=dark] .content-section__subtitle{color:var(--color-text-secondary-dark)}.content-section__body--centered{text-align:center}.grid{display:grid;grid-gap:1.5rem;gap:1.5rem}.grid--1{grid-template-columns:1fr}.grid--2{grid-template-columns:repeat(2,1fr)}@media(max-width:767px){.grid--2{grid-template-columns:1fr}}.grid--3{grid-template-columns:repeat(3,1fr)}@media(max-width:1023px){.grid--3{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.grid--3{grid-template-columns:1fr}}.grid--4{grid-template-columns:repeat(4,1fr)}@media(min-width:1440px){.grid--4{grid-template-columns:repeat(3,1fr)}}@media(max-width:1023px){.grid--4{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.grid--4{grid-template-columns:1fr}}.grid--auto{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}@media(max-width:767px){.grid--auto{grid-template-columns:1fr}}.features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}@media(max-width:767px){.features__grid{gap:1.5rem}}.features__item{text-align:center;padding:1.5rem}.features__item-icon{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#7fa8b1,#6c7e85);border-radius:50%;font-size:2rem;color:var(--color-text-white)}.features__item-title{font-size:1.25rem;font-weight:600;color:#2f4352;margin-bottom:1rem}[data-theme=dark] .features__item-title{color:var(--color-text-primary-dark)}.features__item-description{color:#8cafb6;line-height:1.75}[data-theme=dark] .features__item-description{color:var(--color-text-secondary-dark)}.steps__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem;position:relative}@media(max-width:767px){.steps__grid{gap:1.5rem}}.steps__grid:before{content:"";position:absolute;top:40px;left:10%;right:10%;height:2px;background:linear-gradient(90deg,#7fa8b1,#6c7e85);z-index:0}@media(max-width:767px){.steps__grid:before{display:none}}.steps__item{text-align:center;position:relative;z-index:1}.steps__item-number{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background-color:var(--color-surface);border:4px solid #7fa8b1;border-radius:50%;font-size:1.25rem;font-weight:700;color:#7fa8b1}[data-theme=dark] .steps__item-number{background-color:var(--color-surface-dark)}.steps__item-title{font-size:1.125rem;font-weight:600;color:#2f4352;margin-bottom:.5rem}[data-theme=dark] .steps__item-title{color:var(--color-text-primary-dark)}.steps__item-description{color:#8cafb6}[data-theme=dark] .steps__item-description{color:var(--color-text-secondary-dark)}.loading{display:flex;align-items:center;justify-content:center;padding:5rem}.loading__spinner{width:40px;height:40px;border:4px solid #e9ecef;border-top-color:#7fa8b1;border-radius:50%;animation:spin 1s linear infinite}.loading__text{margin-top:1rem;color:#8cafb6}[data-theme=dark] .loading__text{color:var(--color-text-secondary-dark)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem;text-align:center}.empty-state__icon{font-size:4rem;color:#a0aeb6;margin-bottom:1.5rem}[data-theme=dark] .empty-state__icon{color:var(--color-text-secondary-dark)}.empty-state__title{font-size:1.25rem;font-weight:600;color:#2f4352;margin-bottom:.5rem}[data-theme=dark] .empty-state__title{color:var(--color-text-primary-dark)}.empty-state__description{color:#8cafb6;margin-bottom:1.5rem;max-width:400px}[data-theme=dark] .empty-state__description{color:var(--color-text-secondary-dark)}.empty-state__actions{display:flex;align-items:center;justify-content:center;gap:.5rem}@media(min-width:1024px){.mobile-only{display:none!important}}@media(max-width:767px){.desktop-only,.tablet-up{display:none!important}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}