@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Lora:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;1,400&family=Inter:wght@400;500&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--color-accent-primary: #8A9A5B;--color-accent-hover: #7A6E66;--color-text-heading: #1A1A1A;--color-text-body: #1A1A1A;--color-text-meta: #4A4A4A;--color-main-bg: #FAFAF9;--color-section-bg: #F5F2EE;--color-white: #FFFFFF;--color-border: #EAEAEA;--color-border-light: #F0F0F0;--color-border-hover: #E8E8E8;--color-text-primary: #1A1A1A;--color-text-secondary: #1A1A1A;--color-text-light: #4A4A4A;--color-accent-light: rgba(139, 127, 119, .1);--color-error: #B91C1C;--color-success: #16A34A;--font-heading: "Lora", serif;--font-body: "Inter", sans-serif;--font-cta: "Inter", sans-serif;--font-nav: "Inter", sans-serif;--font-size-sm: clamp(13px, .85vw, 14px);--font-size-base: clamp(15px, 1vw, 16px);--font-size-md: clamp(17px, 1.2vw, 18px);--font-size-lg: clamp(22px, 2vw, 24px);--font-size-xl: clamp(28px, 3vw, 32px);--font-size-2xl: clamp(40px, 4vw, 48px);--font-size-3xl: clamp(52px, 6vw, 64px);--line-height-tight: 1.4;--line-height-base: 1.6;--line-height-relaxed: 1.8;--font-weight-light: 400;--font-weight-normal: 400;--font-weight-medium: 500;--spacing-xs: 8px;--spacing-sm: 12px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-2xl: 48px;--spacing-3xl: 64px;--min-target-size: 44px;--container-max-width: 1200px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--transition-base: all .3s ease;--transition-fast: all .2s ease;--focus-outline: 3px solid var(--color-accent-primary);--focus-offset: 2px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}.skip-to-main{position:absolute;left:-9999px;z-index:999;padding:1em;background:var(--color-accent-primary);color:#fff;text-decoration:none}.skip-to-main:focus{left:50%;transform:translate(-50%);top:0}html{font-size:100%;scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}html{background-color:#fafaf9!important;background:#fafaf9!important}html{overflow-x:hidden!important;max-width:100vw}body{font-family:var(--font-body);font-weight:400;font-size:var(--font-size-base);line-height:var(--line-height-base);color:var(--color-text-body);background-color:#fafaf9!important;background:#fafaf9!important;min-height:100vh;overflow-x:hidden}html.modal-open,body.modal-open{overflow:hidden}iframe[src*="stripe.com"],iframe[src*="plausible.io"]{max-width:calc(100vw - 16px)!important;right:0!important}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:500;line-height:var(--line-height-tight);color:var(--color-text-heading);margin-bottom:var(--spacing-lg);letter-spacing:-.02em}h1{font-size:var(--font-size-2xl);margin-bottom:var(--spacing-xl)}h2{font-size:var(--font-size-xl)}h3{font-size:var(--font-size-lg)}h4{font-size:var(--font-size-md);font-family:var(--font-body);font-weight:600}h5{font-size:var(--font-size-base);font-family:var(--font-body);font-weight:600}h6{font-size:var(--font-size-sm);font-family:var(--font-body);font-weight:600}.quote,.tagline,blockquote{font-family:var(--font-heading);font-size:var(--font-size-lg);font-style:italic;line-height:var(--line-height-base);color:var(--color-text-heading)}p{font-family:var(--font-body);font-size:var(--font-size-base);margin-bottom:var(--spacing-lg);color:var(--color-text-body);line-height:var(--line-height-base)}a{color:#8a9a5b;text-decoration:underline;transition:var(--transition-fast);position:relative}a:hover{color:#7a6e66;text-decoration-thickness:2px}a:focus{outline:var(--focus-outline);outline-offset:var(--focus-offset);border-radius:var(--radius-sm)}a:focus:not(:focus-visible){outline:none}button,.button{min-height:var(--min-target-size);min-width:var(--min-target-size);padding:var(--spacing-sm) var(--spacing-lg);font-family:var(--font-body);font-size:var(--font-size-base);font-weight:400;line-height:1.2;color:var(--color-text-primary);background:var(--color-white);border:2px solid var(--color-border);border-radius:var(--radius-lg);cursor:pointer;transition:var(--transition-fast);display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-sm);text-decoration:none}button:hover,button:focus,.button:focus{outline:var(--focus-outline);outline-offset:var(--focus-offset)}button:disabled,.button:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}button.primary,.button.primary{background:var(--color-accent-primary);color:#fff;border-color:var(--color-accent-primary)}button.primary:hover,.button.primary:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover)}input:not([type=range]):not([type=color]):not([type=checkbox]):not([type=radio]),textarea,select{min-height:var(--min-target-size);padding:var(--spacing-sm) var(--spacing-md);font-family:var(--font-body);font-size:var(--font-size-base);color:var(--color-text-body);background:var(--color-white);border:1px solid #EAEAEA;border-radius:var(--radius-md);width:100%;transition:var(--transition-fast)}input:not([type=range]):not([type=color]):not([type=checkbox]):not([type=radio]):focus,textarea:focus,select:focus{outline:var(--focus-outline);outline-offset:0;border-color:var(--color-accent-primary)}input[type=range]{min-height:unset;height:auto;padding:0;border:none;width:auto}input[type=color]{min-height:unset;padding:0}input[type=checkbox],input[type=radio]{min-height:unset;height:auto;width:auto;padding:0}label{display:block;margin-bottom:var(--spacing-sm);font-family:var(--font-body);font-size:var(--font-size-base);font-weight:400;color:var(--color-text-body)}ul,ol{margin-bottom:var(--spacing-lg);padding-left:var(--spacing-xl)}li{margin-bottom:var(--spacing-sm);line-height:var(--line-height-base)}table{width:100%;border-collapse:collapse;margin-bottom:var(--spacing-lg)}th,td{padding:var(--spacing-md);text-align:left;border-bottom:1px solid var(--color-border)}th{font-weight:var(--font-weight-medium);background:var(--color-section-bg)}.container{max-width:var(--container-max-width);margin:0 auto;padding:0 var(--spacing-lg)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:var(--focus-outline);outline-offset:var(--focus-offset)}@media (prefers-contrast: high){:root{--color-text-heading: #000000;--color-text-body: #2D2D2D;--color-text-meta: #4B4B4B;--color-text-primary: #000000;--color-text-secondary: #2D2D2D;--color-main-bg: #FFFFFF;--color-border: rgba(0, 0, 0, .5)}button,input,textarea,select{border-width:3px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media print{body{font-size:12pt;line-height:1.5;color:#000;background:#fff}a{color:#000;text-decoration:underline}button,.no-print{display:none}}@media (max-width: 768px){h1{font-size:22px}h2{font-size:20px}h3{font-size:18px}}@media (min-width: 769px){@supports (scrollbar-width: auto){*{scrollbar-width:auto;scrollbar-color:var(--color-accent-primary) var(--color-section-bg)}}*::-webkit-scrollbar{width:12px;height:12px}*::-webkit-scrollbar-track{background:var(--color-section-bg)}*::-webkit-scrollbar-thumb{background-color:var(--color-accent-primary);border-radius:6px;border:2px solid var(--color-section-bg)}*::-webkit-scrollbar-thumb:hover{background-color:var(--color-accent-hover)}}@media (max-width: 768px){html,body{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}}.btn-hero{background:#8a9a5b;color:#fff;border:none;font-family:var(--font-body);font-size:var(--font-size-base);font-weight:500;padding:14px 28px;border-radius:12px;transition:all .3s ease;min-height:48px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer}.btn-hero:focus{outline:3px solid #8A9A5B;outline-offset:2px}.btn-secondary{background:#fff;color:#2a2a2a;border:1px solid #F0F0F0;font-family:var(--font-body);font-size:var(--font-size-sm);font-weight:500;padding:12px 20px;border-radius:12px;transition:all .25s ease;min-height:44px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer}.btn-secondary:focus{outline:3px solid #8A9A5B;outline-offset:2px}.alivio-title{font-family:Lora,serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:400;line-height:1.25;letter-spacing:.5px;color:#171717;margin-bottom:2rem}.alivio-subtitle{font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:1.6;color:#525252;margin-bottom:1.5rem}.alivio-section-title{font-family:Lora,serif;font-size:clamp(40px,5.5vw,56px);font-weight:600;line-height:1.2;color:#171717;letter-spacing:-.02em;margin-bottom:1rem}.alivio-section-subtitle{font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:1.7;color:#666;max-width:680px}.alivio-card-title{font-family:Lora,serif;font-size:24px;font-weight:600;color:#171717;margin-bottom:12px}.alivio-card-text{font-family:Inter,sans-serif;font-size:16px;color:#666;line-height:1.7;margin:0}@media (max-width: 768px){.alivio-title{font-size:2rem;line-height:1.3}.alivio-subtitle{font-size:1rem}.alivio-section-title{font-size:28px}.alivio-section-subtitle{font-size:16px}.alivio-card-title{font-size:22px}}@media (max-width: 600px){.alivio-title{font-size:1.875rem;line-height:1.3;margin-bottom:1rem}.alivio-subtitle{font-size:1rem;line-height:1.5;margin-bottom:2rem}}@media (max-width: 480px){.alivio-title{font-size:1.75rem}.alivio-subtitle{font-size:.875rem}.alivio-section-title{font-size:24px}}@media (max-width: 390px){.alivio-title{font-size:1.5rem}}.language-switcher{position:relative;z-index:1000}.language-switcher-button{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#fff;border:2px solid #E8E8E8;border-radius:50px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:#525252;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1)}.language-code{text-transform:uppercase;letter-spacing:.5px}.language-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014,0 2px 6px #0000000a;padding:8px;animation:dropdownFadeIn .2s ease}@keyframes dropdownFadeIn{0%{opacity:0}to{opacity:1}}.language-option{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:transparent;border:none;border-radius:12px;font-family:Inter,sans-serif;text-align:left;cursor:pointer;transition:all .2s ease}.language-option:hover{background:#8a9a5b14}.language-option.active{background:#8a9a5b1f}.language-flag{font-size:24px;line-height:1}.language-info{display:flex;flex-direction:column;gap:2px;flex:1}.language-native-name{font-size:15px;font-weight:600;color:#1a1a1a}.language-name{font-size:13px;color:#737373}.language-checkmark{color:#8a9a5b;font-size:18px;font-weight:700}@media (max-width: 767px){.language-switcher-button{padding:8px 12px;border-width:2px;background:#fff;box-shadow:0 2px 8px #00000014;gap:6px}.language-switcher-button svg{width:20px;height:20px}.language-code{font-size:14px;font-weight:700}.language-dropdown{min-width:200px;right:0;left:auto}.language-option{padding:12px 14px}}@media (max-width: 374px){.language-switcher-button{padding:6px 10px;gap:4px}.language-switcher-button svg{width:18px;height:18px}.language-code{font-size:13px}}.language-switcher-button:focus-visible,.language-option:focus-visible{outline:3px solid #8A9A5B;outline-offset:2px}:root{--header-height-mobile: 56px;--header-height-tablet: 60px;--header-height-desktop: 60px;--header-top-offset: 20px;--menu-spacing: 32px;--text-dark: #525252;--accent-primary: #171717;--shadow-light: 0 1px 2px rgba(0, 0, 0, .05);--shadow-medium: 0 2px 8px rgba(0, 0, 0, .08);--shadow-premium: 0 4px 20px rgba(0, 0, 0, .08)}.site-header{background-color:#ffffffe6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);position:fixed;top:20px;left:20px;right:20px;z-index:1000;height:var(--header-height-desktop);border-radius:16px;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 24px #0000000f;transition:all .3s ease;overflow:visible}@media (max-width: 768px){.site-header{display:none!important}}.site-header.scrolled{top:10px;background-color:#fffffffa;box-shadow:0 8px 32px #0000001f;border:1px solid rgba(0,0,0,.08)}.container{width:100%;height:100%;margin:0;padding:0}.header-main{display:flex;align-items:center;justify-content:space-between;height:100%;position:relative;padding:0 24px;gap:20px}.site-branding{display:flex;align-items:center;flex:0 0 auto;min-width:120px}.site-branding a{display:flex;align-items:center;text-decoration:none;font-size:var(--font-size-lg);font-weight:600;letter-spacing:-.3px;color:#171717;transition:opacity .2s ease}.site-branding a:hover{opacity:.8}.logo-link{display:inline-flex;align-items:center;text-decoration:none;transition:opacity .3s ease}.logo-link:hover{opacity:.8}.header-cta-space{display:flex;align-items:center;gap:12px;flex-wrap:nowrap;flex-shrink:0}.trust-tagline{font-size:var(--font-size-base);color:#8a9a5b;letter-spacing:.08em;font-weight:400;font-family:Lora,serif;font-style:italic;opacity:.7;display:none;animation:fadeIn 1s ease-out .5s both;white-space:nowrap}@media (min-width: 1024px){.trust-tagline{display:block}}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;background:transparent;border:none;padding:0;cursor:pointer;position:relative;border-radius:50%;transition:all .3s cubic-bezier(.4,0,.2,1);width:40px;height:40px}@media (max-width: 767px){.mobile-menu-toggle{display:flex!important;width:44px!important;height:44px!important;min-width:44px!important;max-width:44px!important;flex-grow:0!important;flex-shrink:0!important}.mobile-menu-toggle span{display:block!important;width:20px!important;height:2px!important;background:#8a9a5b!important;margin:0!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;pointer-events:none!important;border-radius:2px!important;position:absolute!important;left:50%!important;transform:translate(-50%)!important}.mobile-menu-toggle span:nth-child(1){top:12px!important}.mobile-menu-toggle span:nth-child(2){top:50%!important;transform:translate(-50%) translateY(-50%)!important}.mobile-menu-toggle span:nth-child(3){bottom:12px!important}.mobile-menu-toggle[aria-expanded=true] span:nth-child(1){transform:rotate(45deg)!important;top:50%!important;left:50%!important;transform-origin:center!important;transform:translate(-50%,-50%) rotate(45deg)!important}.mobile-menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0!important;transform:translate(-50%) translateY(-50%) scale(0)!important}.mobile-menu-toggle[aria-expanded=true] span:nth-child(3){transform:rotate(-45deg)!important;bottom:50%!important;left:50%!important;transform-origin:center!important;transform:translate(-50%,50%) rotate(-45deg)!important}}.mobile-menu-toggle:hover{background-color:#8a9a5b0d}.mobile-menu-toggle:active{transform:scale(.95);background-color:transparent}.mobile-menu-toggle:focus{outline:none;box-shadow:none}.mobile-menu-toggle[aria-expanded=true]{background:#8a9a5b1a}@keyframes menuRotate{0%{transform:rotate(0)}to{transform:rotate(180deg)}}.main-navigation ul{display:flex;list-style:none;margin:0;padding:0;gap:0;align-items:center}.main-navigation a{text-decoration:none;color:#2d2d2d;font-size:.875rem;font-weight:400;font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:-.02em;transition:all .4s cubic-bezier(.4,0,.2,1);padding:10px 20px;display:inline-block;border-radius:24px;position:relative}.main-navigation a:hover{color:#2d2d2d;background-color:#f5f5f299;text-decoration:none}@media (max-width: 767px){.container{padding:0;max-width:100%}.site-header{height:56px;background-color:#fffffffa;padding:0;top:10px;left:10px;right:10px;border-radius:28px;box-shadow:0 8px 24px #8a9a5b26,0 4px 12px #8a9a5b1a;border:1px solid rgba(138,154,91,.2);overflow:visible}.header-main{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:0 16px!important;gap:12px!important}.header-cta-space{display:flex!important;gap:8px!important;align-items:center!important;margin-left:auto!important;order:2}.header-cta-space .user-login-link-header-alivio,.header-cta-space .header-premium-cta-btn-alivio,.header-cta-space .user-menu-container-alivio{display:none!important}.mobile-menu-toggle{flex-shrink:0;width:44px!important;height:44px!important;min-width:44px!important;max-width:44px!important;order:3}.logo-animated{animation:none}.header-main{height:100%;position:relative;display:flex;justify-content:space-between;align-items:center;padding:0 16px}.site-logo{max-width:140px;position:relative;z-index:1001}.main-navigation{position:fixed!important;inset:60px 0 0!important;background-color:#fff!important;transform:translate(calc(-100% - 5px))!important;transition:transform .3s ease!important;z-index:10000!important;overflow-y:auto!important;padding:20px 16px!important;display:block!important;width:100%!important;height:calc(100vh - 60px)!important}.main-navigation.mobile-open{transform:translate(0)!important}.mobile-menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:transparent;z-index:9999}.mobile-menu-overlay.active{display:block}.main-navigation ul{flex-direction:column;gap:0;padding:1.5rem 0}.main-navigation li{border-bottom:1px solid rgba(51,51,51,.06);opacity:0;animation:fadeInUp .5s ease forwards}.main-navigation.mobile-open li:nth-child(1){animation-delay:.1s}.main-navigation.mobile-open li:nth-child(2){animation-delay:.15s}.main-navigation.mobile-open li:nth-child(3){animation-delay:.2s}.main-navigation.mobile-open li:nth-child(4){animation-delay:.25s}.main-navigation.mobile-open li:nth-child(5){animation-delay:.3s}.main-navigation.mobile-open li:nth-child(6){animation-delay:.35s}.main-navigation li:last-child{border-bottom:none}.main-navigation a{display:block;padding:18px 24px;text-align:center;font-size:var(--font-size-base);font-family:Inter,sans-serif;font-weight:400;min-height:52px;display:flex;align-items:center;justify-content:center;letter-spacing:.03em}.main-navigation a:active{background-color:#f5f5f2cc;transform:scale(.98)}}@media (max-width: 374px){.site-header{left:6px;right:6px}.header-main{padding:0 10px!important;gap:8px!important}.header-cta-space{gap:6px!important}.logo-header{max-width:130px}.main-navigation a{font-size:1rem;letter-spacing:.5px}.mobile-menu-toggle{width:36px;height:36px}}@media (min-width: 768px) and (max-width: 1023px){.site-header{height:var(--header-height-tablet);top:15px;left:15px;right:15px}.container{padding:0}.header-main{padding:0 20px;gap:15px}.logo-header{max-width:150px}.main-navigation a{font-size:.813rem!important;padding:6px 10px!important}}@media (min-width: 1024px) and (max-width: 1199px){.main-navigation ul{gap:0}.main-navigation a{padding:8px 10px;font-size:.813rem}}@media (min-width: 1024px){.site-header{height:var(--header-height-desktop)}.header-cta-space{display:flex;gap:16px;align-items:center;flex:0 0 auto;min-width:120px;justify-content:flex-end}.logo-header{max-width:160px}.main-navigation a{position:relative;transition:color .3s ease}.main-navigation a:before{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;background:radial-gradient(circle,rgba(195,214,193,.2) 0%,transparent 70%);transform:translate(-50%,-50%) scale(0);transition:transform .6s cubic-bezier(.4,0,.2,1);border-radius:24px;pointer-events:none}.main-navigation a:hover:before{transform:translate(-50%,-50%) scale(1.2)}}@media (hover: none) and (pointer: coarse){.main-navigation a:before{display:none}.main-navigation a{min-height:44px;display:flex;align-items:center}}@media (prefers-contrast: high){.site-header{border-bottom:2px solid currentColor}.main-navigation a{text-decoration:underline}}@keyframes fadeIn{0%{opacity:0;transform:translate(-10px)}to{opacity:.7;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes headerFadeIn{0%{opacity:0}to{opacity:1}}@media print{.site-header{position:static;box-shadow:none;border-bottom:1px solid #ddd}.mobile-menu-toggle,.trust-tagline{display:none!important}}.has-dropdown{position:relative;display:inline-block}.dropdown-toggle{background:none;border:none;font-family:Inter,sans-serif;font-size:var(--font-size-base);font-weight:400;color:#333;cursor:pointer;padding:10px 16px;display:flex;align-items:center;gap:6px;transition:all .2s ease;letter-spacing:.2px}.dropdown-toggle:hover{color:#7b9e87}.dropdown-toggle:focus{outline:2px solid transparent;outline-offset:2px}.dropdown-toggle:focus-visible{outline:2px solid #7B9E87;border-radius:4px}.dropdown-arrow{transition:transform .2s ease;width:10px;height:10px}.dropdown-toggle[aria-expanded=true] .dropdown-arrow{transform:rotate(180deg)}.dropdown-toggle[aria-expanded=true]{color:#8a9a5b}.dropdown-menu{position:absolute;top:100%;left:50%;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001f;padding:12px;margin-top:16px;opacity:0;visibility:hidden;transform:translate(-50%) translateY(-12px) scale(.95);transition:all .2s cubic-bezier(.4,0,.2,1);z-index:1000;min-width:auto;border:1px solid rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center}.dropdown-menu.active{opacity:1;visibility:visible;transform:translate(-50%) translateY(0) scale(1)}.dropdown-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px;align-items:stretch;justify-content:flex-start;width:100%}.dropdown-list li{border:none!important;animation:none!important;opacity:1!important;display:block!important;width:100%!important}.dropdown-list li:not(:last-child){border-bottom:none}.dropdown-list a{display:flex;align-items:center;justify-content:center;padding:12px 20px;color:#1a1a1a;text-decoration:none;border-radius:10px;transition:all .15s ease;font-size:var(--font-size-sm);font-weight:500;font-family:Inter,sans-serif;white-space:nowrap;position:relative;line-height:1.2;vertical-align:middle;text-align:center}.dropdown-list li:last-child a{padding:12px 26px;margin-left:8px}.dropdown-icon{width:18px;height:18px;flex-shrink:0;color:#6b7280;transition:all .15s ease}.dropdown-list a:before{content:"";position:absolute;left:0;top:50%;width:3px;height:0;background:#8a9a5b;border-radius:0 2px 2px 0;transition:height .2s ease}.dropdown-list a:hover{background:#8b7f770f;color:#8a9a5b}.dropdown-list a:hover .dropdown-icon{color:#8a9a5b;transform:translate(2px)}.dropdown-list a:hover:before{height:24px}.dropdown-list a:active{background:#8b7f771a;transform:scale(.98)}.dropdown-list a:focus{outline:2px solid transparent;outline-offset:-2px}.dropdown-list a:focus-visible{outline:2px solid #7B9E87;background:#7b9e870d}.login-link{background:#8a9a5b;color:#fff!important;padding:8px 24px!important;border-radius:24px;font-weight:500!important;transition:all .3s ease;margin-left:16px}.login-link:hover{background:#7a6e66;box-shadow:0 4px 12px #8b7f774d}@media (max-width: 768px){.has-dropdown{position:static}.dropdown-toggle{width:100%;justify-content:center;padding:18px 24px;font-size:var(--font-size-base)}.dropdown-menu{position:static;transform:none;width:100%;max-width:none;min-width:auto;margin:0;border-radius:0;box-shadow:none;padding:0;display:none}.dropdown-menu.active{display:block;transform:none}.dropdown-list{padding:12px 20px 20px;gap:16px}.dropdown-list a{font-size:var(--font-size-base);padding:14px 24px}.dropdown-list li:last-child a{padding:14px 30px;margin-left:0;margin-top:8px}.dropdown-list a:hover{padding-left:24px}.login-link{margin:16px 24px;display:block;text-align:center;width:calc(100% - 48px)}}@media (hover: hover) and (pointer: fine){.dropdown-menu:focus-within{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}}@media (prefers-contrast: high){.dropdown-menu{border:2px solid currentColor}.dropdown-list a:hover{background:#333;color:#fff}}@media (min-width: 768px){.mobile-menu-toggle,.mobile-menu-overlay{display:none!important}.main-navigation{display:flex!important;align-items:center;justify-content:center;position:relative!important;flex:1 1 auto!important;margin:0!important;padding:0!important;opacity:1!important;visibility:visible!important;background:none!important;height:100%!important;width:auto!important;max-width:none!important;max-height:none!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important;transform:none!important;inset:auto!important}.main-navigation:before{display:none!important}.main-navigation>*{padding:0!important;overflow:visible!important;max-height:none!important}.main-navigation ul{display:flex!important;gap:4px!important;flex-direction:row!important;padding:0!important;background:transparent!important;border-radius:0!important;margin:0!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important;overflow:visible!important}.main-navigation li{border:none!important;opacity:1!important;animation:none!important;width:auto!important;padding:0!important;margin:0!important}.menu-item,.main-navigation a{font-family:Inter,sans-serif!important;font-size:15px!important;font-weight:450!important;color:#525252!important;text-decoration:none!important;display:inline-flex!important;align-items:center!important;padding:6px 12px!important;background:transparent!important;border:none!important;box-shadow:none!important;width:auto!important;height:32px!important;border-radius:16px!important;transition:all .2s ease!important;position:relative!important;text-transform:none!important;letter-spacing:.2px!important;min-height:auto!important;text-align:center!important;justify-content:center!important;white-space:nowrap!important;flex-shrink:0!important}.menu-item span{position:relative;background:transparent!important;width:auto!important;height:auto!important}.dropdown-toggle,.dropdown-toggle.menu-item{display:inline-flex!important;align-items:center!important;gap:8px!important;background:transparent!important;border:none!important;box-shadow:none!important;padding:10px 18px!important;font-size:15px!important;color:var(--text-dark)!important;width:auto!important;height:auto!important;justify-content:flex-start!important;border-bottom:none!important}.dropdown-toggle span{background:transparent!important;width:auto!important;height:auto!important;margin:0!important;display:inline!important;box-shadow:none!important}.dropdown-toggle:after{display:none!important}.main-navigation>ul>li>a:after{display:none!important}.dropdown-arrow{stroke:currentColor!important}.menu-item:hover,.main-navigation a:hover{background:#0000000a!important;color:#171717!important}.menu-item.active,.main-navigation a.active{background:#171717!important;color:#fff!important}.menu-item:before{display:none!important}.has-dropdown{position:relative;display:inline-block}.dropdown-toggle.menu-item{cursor:pointer;background:none!important;border:none!important;padding:6px 16px!important;font-family:Inter,sans-serif!important;font-size:15px!important;font-weight:450!important;color:#525252!important;display:inline-flex!important;align-items:center!important;gap:4px!important;text-decoration:none!important;position:relative!important;text-transform:none!important;letter-spacing:.2px!important;justify-content:center!important;text-align:center!important;height:32px!important;border-radius:16px!important;transition:all .2s ease!important}.dropdown-toggle.menu-item:hover{background:#0000000a!important;color:#171717!important}.dropdown-toggle.menu-item[aria-expanded=true]{background:#0000000f!important;color:#171717!important}.dropdown-arrow{transition:transform .2s ease;width:10px;height:10px;margin-left:2px;stroke:currentColor;flex-shrink:0}.dropdown-toggle[aria-expanded=true] .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%) translateY(-8px);background:#fffffffa;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-radius:16px;box-shadow:0 10px 40px #0000001f,0 2px 10px #0000000f;padding:16px;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000;min-width:auto;border:1px solid rgba(0,0,0,.04);display:flex;align-items:center}.dropdown-menu.active{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.dropdown-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px;align-items:stretch;justify-content:flex-start;width:auto;min-width:200px}.dropdown-list li{border:none!important;animation:none!important;opacity:1!important;width:100%}.dropdown-list a{display:flex;align-items:center;gap:8px;padding:10px 20px;color:#1a1a1a;text-decoration:none;border-radius:10px;transition:all .15s ease;font-size:var(--font-size-sm);font-weight:500;font-family:Inter,sans-serif;line-height:1.4;vertical-align:middle}.dropdown-list .dropdown-icon{width:16px;height:16px;flex-shrink:0;color:#6b7280}.dropdown-list a:hover{background:#8b7f770f;color:#8a9a5b;padding-left:20px}}@media (max-width: 767px){.main-navigation{display:block!important;position:fixed!important;inset:60px 0 0!important;background-color:#fff!important;transform:translate(calc(-100% - 5px))!important;transition:transform .3s ease!important;z-index:10000!important;overflow-y:auto!important;padding:20px 16px!important;opacity:1!important;width:100%!important;height:calc(100vh - 60px)!important}.main-navigation.mobile-open{transform:translate(0)!important}.main-navigation ul{display:flex!important;flex-direction:column!important;list-style:none!important;margin:0!important;padding:0!important;gap:8px!important}.main-navigation li{margin:0!important;padding:0!important;border:none!important;opacity:1!important;animation:none!important;width:100%!important}.menu-item,.main-navigation a,.dropdown-toggle.menu-item{display:flex!important;align-items:center!important;justify-content:center!important;padding:16px 24px!important;font-family:Inter,sans-serif!important;font-size:var(--font-size-base)!important;font-weight:400!important;color:#333!important;text-decoration:none!important;width:100%!important;text-transform:none!important;letter-spacing:normal!important;background:#f8f8f8!important;border:none!important;border-radius:8px!important;gap:8px!important}.main-navigation a:active,.menu-item:active{background:#e0e0e0!important}.dropdown-toggle.menu-item .dropdown-arrow{width:12px!important;height:12px!important}.dropdown-toggle span{color:#333!important;background:transparent!important;width:auto!important;height:auto!important}.dropdown-menu{position:static!important;transform:none!important;width:100%!important;max-width:none!important;min-width:auto!important;margin:8px 0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;padding:0 0 0 20px!important;display:none!important;border:none!important}.dropdown-menu.active{display:block!important;opacity:1!important;visibility:visible!important;transform:none!important}.dropdown-list{display:flex!important;flex-direction:column!important;gap:8px!important;padding:0!important;margin:0!important}.dropdown-list li{border:none!important;margin:0!important;padding:0!important}.dropdown-list a,.dropdown-menu .dropdown-list a{display:inline-flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-start!important;padding:12px 20px!important;background:#fff!important;color:#333!important;border:1px solid #e0e0e0!important;border-radius:8px!important;font-size:var(--font-size-base)!important;text-decoration:none!important;width:100%!important;gap:10px!important;white-space:nowrap!important;min-height:44px!important;box-sizing:border-box!important}.dropdown-list a svg,.dropdown-list .dropdown-icon,.dropdown-menu .dropdown-icon{display:inline-block!important;flex:0 0 20px!important;width:20px!important;height:20px!important;min-width:20px!important;max-width:20px!important;vertical-align:middle!important}.dropdown-list a span,.dropdown-menu a span{display:inline-block!important;flex:1 1 auto!important;text-align:left!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.dropdown-list a:active{background:#f0f0f0!important}}:root{--hh-menu-radius: 14px;--hh-item-radius: 10px;--hh-item-h: 32px;--hh-gap: 2px;--hh-pad-x: 12px;--hh-pad-y: 4px}.dropdown-menu{padding:8px!important;border-radius:var(--hh-menu-radius);box-shadow:0 12px 28px #0000001f;backdrop-filter:saturate(110%) blur(6px)}.dropdown-list{display:flex;flex-direction:column;gap:4px!important;margin:0;padding:0;list-style:none}.dropdown-list li{margin:0}.dropdown-list li>a,.dropdown-list li>a:link,.dropdown-list li>a:visited{display:flex;align-items:center;gap:6px;min-height:36px!important;padding:6px 16px!important;line-height:1.2;border-radius:var(--hh-item-radius);text-decoration:none;color:#525252;font-size:var(--font-size-sm)!important;font-weight:450!important;background:transparent;border:1px solid transparent;transition:background .2s ease,border-color .2s ease,transform .12s ease,box-shadow .2s ease}.dropdown-icon,.dropdown-list li>a svg{width:18px;height:18px;flex-shrink:0;color:#4b4b4b}.dropdown-list li>a:hover{background:#0000000a;border-color:transparent;transform:none;box-shadow:none}.dropdown-list li>a:focus-visible{outline:3px solid rgba(139,127,119,.35);outline-offset:2px}.dropdown-list li.is-active>a,.dropdown-list li>a[aria-current=page]{border-color:#8a9a5b;box-shadow:0 0 0 3px #8b7f771f}.dropdown-toggle .dropdown-arrow{transition:transform .18s ease}.has-dropdown[aria-expanded=true] .dropdown-arrow,.dropdown-toggle[aria-expanded=true] .dropdown-arrow{transform:rotate(180deg)}.dropdown-toggle.menu-item{gap:8px;padding-top:6px;padding-bottom:6px;line-height:1.25}@media (max-width: 1023px){.dropdown-menu{padding:6px 0;box-shadow:none;border-radius:0;background:transparent}.dropdown-list{gap:4px}.dropdown-list li>a{border-radius:12px;height:38px;min-height:unset;padding:4px 12px;background:#fff;border:1px solid #F0F0F0}}@media (prefers-reduced-motion: reduce){.dropdown-list li>a,.dropdown-toggle .dropdown-arrow{transition:none!important}}@media (min-width: 768px){.dropdown-menu .dropdown-list,.has-dropdown .dropdown-list,nav .dropdown-list{flex-direction:row!important;align-items:center!important;gap:12px!important}.dropdown-list li{display:flex!important;align-items:center!important}.dropdown-menu .dropdown-list li>a,.has-dropdown .dropdown-list li>a,nav .dropdown-list li>a{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;line-height:1.4!important;padding:12px 20px!important;height:auto!important;min-height:40px!important}}.reset-journey-link{position:relative;font-weight:600!important}.reset-journey-link:before{content:"";position:absolute;top:-4px;right:-4px;width:8px;height:8px;background:linear-gradient(135deg,#8a9a5b,#9baa6c);border-radius:50%;box-shadow:0 0 8px #8a9a5b66;animation:pulse-badge 2s ease-in-out infinite}@keyframes pulse-badge{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.user-account-link-header-alivio{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#8a9a5b1a;border-radius:50%;color:#8a9a5b;transition:all .2s ease;text-decoration:none}.user-account-link-header-alivio:hover{background:#8a9a5b33;transform:scale(1.05)}.user-login-link-header-alivio{display:flex;align-items:center;padding:8px 16px;background:linear-gradient(145deg,#8a9a5b,#7a8a4f);color:#fff;border-radius:8px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s ease;box-shadow:0 2px 4px #8a9a5b33;white-space:nowrap;flex-shrink:0}.user-login-link-header-alivio:hover{background:linear-gradient(145deg,#9baa6c,#8a9a5b);transform:translateY(-1px);box-shadow:0 4px 8px #8a9a5b4d}.user-menu-container-alivio{position:relative}.user-menu-trigger-alivio{display:flex;align-items:center;gap:4px;padding:8px 12px;background:#8a9a5b1a;border:none;border-radius:20px;color:#8a9a5b;cursor:pointer;transition:all .2s ease;flex-shrink:0}.user-menu-trigger-alivio:hover{background:#8a9a5b33}.user-menu-arrow{transition:transform .2s ease}.user-menu-arrow.open{transform:rotate(180deg)}.user-menu-dropdown-alivio{position:absolute;top:calc(100% + 8px);right:0;min-width:180px;background:#fff;border-radius:12px;box-shadow:0 8px 24px #0000001f;border:1px solid #E5E7EB;padding:8px;z-index:1000;animation:fadeInDown .2s ease}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.user-menu-item-alivio{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;background:transparent;border:none;border-radius:8px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#374151;text-decoration:none;cursor:pointer;transition:all .15s ease}.user-menu-item-alivio:hover{background:#8a9a5b1a;color:#8a9a5b}.user-menu-item-alivio svg{flex-shrink:0;color:#6b7280}.user-menu-item-alivio:hover svg{color:#8a9a5b}.logout-item-alivio{border-top:1px solid #E5E7EB;margin-top:4px;padding-top:12px}.logout-item-alivio:hover{background:#dc26260d;color:#dc2626}.logout-item-alivio:hover svg{color:#dc2626}.header-premium-cta-btn-alivio{display:inline-block;padding:10px 20px;background:linear-gradient(145deg,#8a9a5b,#7a8a4f);color:#fff;font-family:Lora,serif;font-weight:600;font-size:14px;border-radius:10px;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);white-space:nowrap;margin-right:12px;box-shadow:0 1px #9aae6566 inset,0 -1px #6a78494d inset,0 3px 6px #6f7d4f4d,0 6px 12px #6f7d4f33,0 2px 4px #0000001a}.header-premium-cta-btn-alivio:hover{transform:translateY(-2px);background:linear-gradient(145deg,#9baa6c,#8a9a5b);box-shadow:0 1px #9aae6580 inset,0 -1px #6a784966 inset,0 5px 10px #6f7d4f59,0 10px 20px #6f7d4f40,0 3px 6px #0000001f}.header-premium-cta-btn-alivio:active{transform:translateY(0) scale(.98);box-shadow:0 1px #6a784966 inset,0 -1px #5a68394d inset,0 2px 4px #6f7d4f40,0 1px 2px #00000014}@media (max-width: 768px){.user-account-link-header-alivio,.user-login-link-header-alivio{display:none}.header-premium-cta-btn-alivio{padding:8px 16px;font-size:13px;margin-right:8px}}.main-navigation ul{list-style:none;padding:0;margin:0}@media (min-width: 768px){.mobile-menu-toggle,.mobile-menu-overlay{display:none!important}.main-navigation{display:block!important;position:relative!important;visibility:visible!important;opacity:1!important;transform:none!important;width:auto!important;height:auto!important;background:transparent!important;padding:0!important;border:none!important;box-shadow:none!important}.main-navigation ul{display:flex!important;flex-direction:row!important;align-items:center!important;gap:15px!important}.main-navigation a,.main-navigation button{display:inline-flex!important;align-items:center!important;padding:8px 15px!important;background:transparent!important;border:none!important;color:#333!important;text-decoration:none!important;font-size:var(--font-size-base)!important;cursor:pointer!important;border-radius:5px!important}.dropdown-menu{position:absolute!important;top:100%!important;left:0!important;background:#fff!important;border:1px solid #ddd!important;border-radius:5px!important;box-shadow:0 2px 10px #0000001a!important;min-width:200px!important;opacity:0!important;visibility:hidden!important;transform:translateY(-10px)!important;transition:all .2s!important}.dropdown-menu.active{opacity:1!important;visibility:visible!important;transform:translateY(0)!important}.dropdown-list a{display:block!important;padding:10px 15px!important}}@media (max-width: 767px){.main-navigation ul{display:block!important}.main-navigation li{margin:10px 0!important}.main-navigation a,.main-navigation button{display:block!important;width:100%!important;padding:15px!important;background:#f8f8f8!important;border:none!important;border-radius:8px!important;color:#333!important;text-decoration:none!important;font-size:var(--font-size-base)!important;text-align:left!important;cursor:pointer!important}.main-navigation a:active,.main-navigation button:active{background:#e0e0e0!important}.dropdown-toggle{display:flex!important;justify-content:space-between!important;align-items:center!important}.dropdown-toggle span{background:transparent!important;width:auto!important;height:auto!important;margin:0!important}.dropdown-arrow{transition:transform .3s!important}.dropdown-toggle[aria-expanded=true] .dropdown-arrow{transform:rotate(180deg)!important}.dropdown-menu{display:none!important;padding-left:20px!important;margin-top:10px!important}.dropdown-menu.active{display:block!important}.dropdown-list a{background:#fff!important;border:1px solid #e0e0e0!important;margin:5px 0!important}}.mobile-header-unique{position:sticky;top:0;left:0;right:0;z-index:1000;background:#ffffffd9;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(138,154,91,.1);box-shadow:0 1px 3px #00000005;transition:all .3s ease}.mobile-header-content-unique{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;max-width:100%}.mobile-header-left-unique{display:flex;flex-direction:column;gap:.25rem}.mobile-header-logo-unique{text-decoration:none;display:flex;align-items:center;gap:.375rem}.logo-text-unique{font-family:Inter,sans-serif!important;font-size:1.375rem;font-weight:700;letter-spacing:.12em;color:#1a1a1a}.mobile-header-greeting-unique{font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;color:#6b7280;letter-spacing:.01em;opacity:.9}.mobile-header-right-unique{display:flex;align-items:center;gap:.5rem}.mobile-header-streak-unique{display:flex;align-items:center;gap:.25rem;padding:.375rem .625rem;background:linear-gradient(135deg,#8a9a5b1f,#a8dab51f);border:1px solid rgba(138,154,91,.2);border-radius:20px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;color:#8a9a5b}.mobile-header-streak-unique svg{color:#d4a574;animation:sparkle 2s ease-in-out infinite}@keyframes sparkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.mobile-header-icon-btn-unique{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:transparent;border:none;border-radius:12px;color:#4b5563;cursor:pointer;transition:all .2s ease}.mobile-header-icon-btn-unique:hover{background:#8a9a5b14;color:#8a9a5b}.mobile-header-icon-btn-unique:active{transform:scale(.95)}.notification-dot-unique{position:absolute;top:8px;right:8px;width:8px;height:8px;background:linear-gradient(135deg,#e88d8d,#d97070);border-radius:50%;border:2px solid white;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}.mobile-header-menu-btn-unique{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:#ffffffe6;border:1.5px solid rgba(138,154,91,.2);border-radius:14px;color:#1a1a1a;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000000a}.mobile-header-menu-btn-unique:hover{background:#fff;border-color:#8a9a5b4d;box-shadow:0 4px 12px #0000000f}.mobile-header-menu-btn-unique:active{transform:scale(.95)}.mobile-menu-overlay-unique{position:fixed;inset:0;background:#0000;z-index:1001;pointer-events:none;transition:background .3s ease}.mobile-menu-overlay-unique.open{background:#0000004d;pointer-events:auto;backdrop-filter:blur(4px)}.mobile-menu-unique{position:fixed;top:0;right:-100%;width:min(320px,85vw);height:100vh;height:100dvh;background:#fffffffa;backdrop-filter:blur(30px) saturate(200%);-webkit-backdrop-filter:blur(30px) saturate(200%);z-index:1002;display:flex;flex-direction:column;transition:right .35s cubic-bezier(.4,0,.2,1);box-shadow:-8px 0 32px #0000001a}.mobile-menu-unique.open{right:0}.mobile-menu-header-unique{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(138,154,91,.1)}.mobile-menu-title-unique{font-family:Lora,serif!important;font-size:1.25rem;font-weight:600;color:#1a1a1a}.mobile-menu-close-unique{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:#8a9a5b14;border:none;border-radius:12px;color:#6b7280;cursor:pointer;transition:all .2s ease}.mobile-menu-close-unique:hover{background:#8a9a5b26;color:#8a9a5b}.mobile-menu-items-unique{flex:1;padding:1rem;overflow-y:auto;display:flex;flex-direction:column;gap:.375rem}.mobile-menu-item-unique{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;text-decoration:none;border-radius:16px;transition:all .2s ease;background:transparent}.mobile-menu-item-unique:hover{background:#8a9a5b14}.mobile-menu-item-unique.active{background:linear-gradient(135deg,#8a9a5b1f,#a8dab51f);border:1px solid rgba(138,154,91,.15)}.menu-item-icon-unique{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#8a9a5b14;border-radius:10px;color:#6b7280;transition:all .2s ease}.mobile-menu-item-unique:hover .menu-item-icon-unique{background:#8a9a5b1f;color:#8a9a5b}.mobile-menu-item-unique.active .menu-item-icon-unique{background:linear-gradient(135deg,#8a9a5b33,#a8dab533);color:#8a9a5b}.menu-item-label-unique{font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;color:#374151}.mobile-menu-item-unique.active .menu-item-label-unique{color:#8a9a5b;font-weight:600}.mobile-menu-language-unique{padding:1rem 1.5rem;border-top:1px solid rgba(138,154,91,.1)}.language-header-unique{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;color:#6b7280;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:500}.language-flags-unique{display:flex;gap:.5rem}.language-flag-btn-unique{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.625rem 1rem;background:#8a9a5b0f;border:2px solid transparent;border-radius:12px;cursor:pointer;transition:all .2s ease;flex:1}.language-flag-btn-unique:hover{background:#8a9a5b1f}.language-flag-btn-unique.active{background:linear-gradient(135deg,#8a9a5b26,#a8dab526);border-color:#8a9a5b}.flag-emoji-unique{font-size:1.5rem;line-height:1}.flag-code-unique{font-family:Inter,sans-serif;font-size:.6875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.language-flag-btn-unique.active .flag-code-unique{color:#8a9a5b}.mobile-menu-footer-unique{padding:1rem 1.5rem;border-top:1px solid rgba(138,154,91,.1)}.mobile-menu-settings-unique{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;text-decoration:none;background:#8a9a5b0f;border-radius:12px;color:#6b7280;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;transition:all .2s ease}.mobile-menu-settings-unique:hover{background:#8a9a5b1f;color:#8a9a5b}@media (min-width: 769px){.mobile-header-unique,.mobile-menu-overlay-unique,.mobile-menu-unique{display:none}}@media (max-width: 374px){.mobile-header-content-unique{padding:.625rem .75rem}.logo-text-unique{font-size:1.25rem}.mobile-header-greeting-unique{font-size:.6875rem}.mobile-header-streak-unique{padding:.25rem .5rem;font-size:.6875rem}.mobile-header-icon-btn-unique,.mobile-header-menu-btn-unique{width:36px;height:36px}.mobile-header-icon-btn-unique svg,.mobile-header-menu-btn-unique svg{width:18px;height:18px}}@supports (padding-top: env(safe-area-inset-top)){.mobile-header-unique,.mobile-menu-unique{padding-top:env(safe-area-inset-top)}}.hh-footer{background:#fff;color:#525252;font-family:Inter,sans-serif;padding:64px 32px 32px;margin-top:80px}.hh-footer a{color:#171717;text-decoration:none;transition:all .3s ease}.hh-footer a:hover{color:#8a9a5b}.footer-top{display:flex;flex-wrap:wrap;gap:48px;justify-content:space-between;margin-bottom:48px;max-width:1200px;margin-left:auto;margin-right:auto}.footer-brand h2{font-family:Lora,serif;font-weight:400;font-size:1.75rem;margin-bottom:8px;color:#171717}.footer-brand p{font-size:1rem;color:#525252}.footer-links{display:flex;gap:64px;flex-wrap:wrap}.links-group h4,.newsletter-group h4{font-weight:500;font-size:1.125rem;margin-bottom:16px;color:#171717}.links-group ul,.footer-legal{list-style:none;padding:0;margin:0}.links-group ul li{margin-bottom:12px}.links-group ul li a{color:#525252;text-decoration:none;transition:color .2s ease;cursor:pointer;display:inline-block}.links-group ul li a:hover{color:#8a9a5b;text-decoration:underline}.newsletter-group{min-width:300px}.newsletter-group p{margin-bottom:24px;font-size:var(--font-size-base);line-height:22px;color:#6b7280}.newsletter-form{display:flex;flex-direction:column;max-width:360px;gap:12px}.newsletter-form input[type=email]{flex:1;padding:16px 20px;border:2px solid #E8E8E8;border-radius:8px;font-size:var(--font-size-base);line-height:24px;outline:none;background:#fafaf9;font-family:Inter,sans-serif;width:100%;height:52px;transition:all .3s ease;box-sizing:border-box}.newsletter-form input[type=email]::-moz-placeholder{color:#737373;font-size:var(--font-size-base);font-weight:400}.newsletter-form input[type=email]::placeholder{color:#737373;font-size:var(--font-size-base);font-weight:400}.newsletter-form input[type=email]:hover{border-color:#8a9a5b;background:#fff}.newsletter-form input[type=email]:focus{border-color:#8a9a5b;box-shadow:0 0 0 3px #8a9a5b1a;outline:none;background:#fff}.gdpr-consent{display:flex;align-items:flex-start;margin:0}.gdpr-checkbox-label{display:flex;align-items:flex-start;gap:10px;font-size:var(--font-size-sm);color:#525252;line-height:1.5;cursor:pointer;padding:4px 0}.gdpr-checkbox-label input[type=checkbox]{margin-top:2px;cursor:pointer;width:16px;height:16px;flex-shrink:0}.gdpr-checkbox-label a{color:#8a9a5b;text-decoration:underline}.gdpr-checkbox-label a:hover{color:#7a6e66}.error-message{color:#b91c1c;font-size:var(--font-size-sm);margin:-8px 0 0;padding:4px 0;line-height:1.4}.newsletter-title{font-family:var(--font-heading);font-size:var(--font-size-lg);color:var(--color-text-heading);margin-bottom:8px;font-weight:500}.newsletter-subtitle{font-size:var(--font-size-base);color:var(--color-text-body);margin-bottom:20px}.newsletter-form{display:flex;gap:12px;width:100%;max-width:400px;margin-top:16px}.newsletter-input{flex:1!important;border-radius:50px!important;border:1px solid #8A9A5B!important;padding:12px 20px!important;font-size:var(--font-size-base)!important;color:#171717!important;background:#fff!important;transition:all .3s ease!important;font-family:var(--font-body)!important;min-height:auto!important;height:auto!important}.newsletter-input:focus{outline:none!important;border-color:#8a9a5b!important;box-shadow:0 0 0 3px #8b7f771a!important}.newsletter-input::-moz-placeholder{color:#737373!important}.newsletter-input::placeholder{color:#737373!important}.newsletter-button{border-radius:50px!important;background:#8a9a5b!important;padding:12px 24px!important;color:#fff!important;font-size:var(--font-size-base)!important;font-weight:500!important;border:none!important;cursor:pointer!important;font-family:var(--font-body)!important;box-shadow:none!important;min-height:auto!important}.newsletter-button:disabled{opacity:.6!important;cursor:not-allowed!important;transform:none!important}.newsletter-message{margin-top:12px;padding:10px 16px;border-radius:8px;font-size:var(--font-size-sm);line-height:1.4;animation:slideDown .3s ease-out}.newsletter-message-success{background-color:#f0fdf4;color:#166534;border:1px solid #86efac}.newsletter-message-error{background-color:#fef2f2;color:#991b1b;border:1px solid #fca5a5}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.newsletter-privacy{font-size:var(--font-size-sm);color:#8a9a5b;margin-top:12px}.newsletter-privacy a{color:#8a9a5b;text-decoration:underline}.newsletter-privacy a:hover{color:#6f6760}.footer-bottom{border-top:1px solid #EAEAEA;padding-top:24px;display:flex;flex-direction:column;gap:8px;font-size:.875rem;max-width:1200px;margin-left:auto;margin-right:auto}.footer-bottom p{color:#525252;margin:0}.footer-legal{display:flex;gap:16px;flex-wrap:wrap;list-style:none;padding:0;margin:0}.footer-legal li{display:inline}@media (max-width: 768px){.hh-footer{padding:48px 20px 24px}.footer-top,.footer-links{flex-direction:column;gap:32px}.newsletter-form{flex-direction:column;max-width:100%}.newsletter-form input[type=email],.newsletter-form button{border-radius:50px;width:100%}.newsletter-form input[type=email]{margin-bottom:8px}.footer-bottom{padding-top:20px;text-align:center}.footer-legal{justify-content:center;margin-top:12px}}@media (max-width: 480px){.hh-footer{padding:40px 16px 20px}.footer-brand h2{font-size:1.5rem}.links-group h4,.newsletter-group h4{font-size:1rem}.footer-legal{font-size:.8125rem;gap:12px}}@media (max-width: 374px){.hh-footer{padding:24px 8px 12px;margin-top:20px!important;overflow-x:hidden}.footer-top{gap:16px;margin-bottom:24px}.footer-brand,.footer-links,.links-group,.newsletter-group{width:100%;max-width:100%}.footer-brand h2{font-size:1.125rem}.footer-brand p{font-size:.75rem}.links-group h4,.newsletter-group h4{font-size:.875rem;margin-bottom:10px}.links-group ul li{margin-bottom:8px}.links-group ul li a{font-size:.8125rem}.newsletter-group{min-width:auto}.newsletter-group p{font-size:.75rem;margin-bottom:12px}.newsletter-form{max-width:100%;gap:8px}.newsletter-input{padding:10px 16px!important;font-size:.875rem!important}.newsletter-button{padding:10px 20px!important;font-size:.875rem!important}.footer-legal{font-size:.6875rem;gap:6px;flex-wrap:wrap;justify-content:center}.footer-bottom{padding-top:12px}.footer-bottom p{font-size:.6875rem}}.site-footer{background:#f9faf9;color:#2d2d2d;padding:64px 0 32px;margin-top:80px;font-family:Inter,sans-serif;font-weight:400}.footer-content{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;margin-bottom:50px;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 24px}.footer-column h3{color:#5d7660;margin-bottom:24px;font-size:var(--font-size-lg);font-weight:500;font-family:Lora,serif;letter-spacing:.02em;text-transform:uppercase}.footer-tagline{margin-top:24px;line-height:1.6;color:#5d7660;font-size:var(--font-size-lg);font-family:Lora,serif;font-style:italic;font-weight:400;letter-spacing:.01em}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:16px}.footer-column a{color:#4a4a4a;text-decoration:none;transition:color .3s ease;font-size:var(--font-size-base)}.footer-column a:hover{color:#5d7660;text-decoration:underline}.footer-email a{color:#5d7660;font-weight:500;font-size:var(--font-size-base)}.social-links{display:flex;gap:16px;margin-top:24px}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#5d76601a;border-radius:50%;transition:all .3s ease}.social-links a:hover{background:#5d7660;color:#fff}.footer-bottom .footer-links{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.footer-bottom .footer-links a{color:#6b6b6b;text-decoration:none;font-size:var(--font-size-sm);transition:color .3s ease}.footer-bottom .footer-links a:hover{color:#5d7660}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:40px;padding:0 20px}.footer-column{text-align:center}.social-links{justify-content:center}.footer-bottom{flex-direction:column;gap:20px;text-align:center}.footer-bottom .footer-links{justify-content:center}}.hh-footer-minimal{background:transparent;padding:16px 20px 24px;margin-top:40px;text-align:center}.footer-copyright-minimal{font-family:Inter,sans-serif;font-size:.75rem;color:#9ca3af;margin:0}@media (max-width: 768px){.hh-footer-minimal{padding-bottom:80px;margin-top:24px}}@media (max-width: 374px){.hh-footer-minimal{padding:12px 12px 72px;margin-top:16px}.footer-copyright-minimal{font-size:.6875rem}}.cookie-consent-overlay{position:fixed;bottom:0;left:0;right:0;z-index:10000;background:#0000004d;backdrop-filter:blur(4px);padding:20px;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0}to{opacity:1}}.cookie-consent{max-width:600px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0003;overflow:hidden}.cookie-consent-content{padding:24px}.cookie-consent-title{font-size:var(--font-size-lg);font-weight:600;color:#171717;margin:0 0 12px;font-family:Inter,sans-serif}.cookie-consent-text{font-size:var(--font-size-sm);color:#525252;line-height:1.5;margin:0 0 20px;font-family:Inter,sans-serif}.cookie-categories{margin:20px 0;padding:16px;background:#f8f8f8;border-radius:12px}.cookie-category{margin-bottom:16px}.cookie-category:last-child{margin-bottom:0}.category-header{margin-bottom:8px}.category-label{display:flex;align-items:center;gap:10px;cursor:pointer;font-weight:500;color:#171717;font-size:var(--font-size-sm)}.category-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.category-label input[type=checkbox]:disabled{cursor:not-allowed;opacity:.5}.category-name{flex:1}.category-badge{background:#171717;color:#fff;padding:2px 8px;border-radius:4px;font-size:var(--font-size-sm);font-weight:500;text-transform:uppercase;letter-spacing:.5px}.category-description{font-size:var(--font-size-sm);color:#737373;line-height:1.4;margin:0;padding-left:28px}.cookie-consent-actions{display:flex;gap:12px;justify-content:flex-end;flex-wrap:wrap}.cookie-button{padding:10px 20px;border-radius:8px;border:none;font-size:var(--font-size-sm);font-weight:500;font-family:Inter,sans-serif;cursor:pointer;transition:all .2s ease;min-width:100px}.cookie-button-settings{background:transparent;border:2px solid #e0e0e0;color:#525252}.cookie-button-reject{background:#f5f5f5;color:#525252}.cookie-button-accept,.cookie-button-primary{background:#171717;color:#fff}.cookie-button-accept:hover,.cookie-button-secondary{background:transparent;border:1px solid #e0e0e0;color:#525252}.cookie-consent-links{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:16px;padding-top:16px;border-top:1px solid #e0e0e0}.cookie-consent-links a{color:#525252;font-size:var(--font-size-sm);text-decoration:none;transition:color .2s ease}.cookie-consent-links a:hover{color:#171717;text-decoration:underline}.cookie-consent-links span{color:#d0d0d0;font-size:var(--font-size-sm)}@media (max-width: 640px){.cookie-consent-overlay{padding:0}.cookie-consent{max-width:100%;border-radius:16px 16px 0 0}.cookie-consent-content{padding:20px}.cookie-consent-actions{flex-direction:column}.cookie-button{width:100%}.cookie-consent-title{font-size:var(--font-size-md)}.cookie-consent-text{font-size:var(--font-size-sm)}}.cart-preview-overlay{position:fixed;inset:0;background:#0000004d;z-index:999;opacity:0;animation:fadeIn .3s ease forwards}.cart-preview{position:fixed;top:0;right:0;width:420px;height:100vh;background:#fff;box-shadow:-4px 0 24px #0000001a;z-index:1000;transform:translate(100%);animation:slideIn .3s ease forwards;display:flex;flex-direction:column}@keyframes fadeIn{to{opacity:1}}@keyframes slideIn{to{transform:translate(0)}}.preview-header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid #e0e0e0}.preview-header h3{font-family:Lora,serif;font-size:1.5rem;color:#8a9a5b;margin:0}.preview-close{width:36px;height:36px;border:1px solid #e0e0e0;background:transparent;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#666;font-size:24px;font-weight:300;line-height:1;padding:0;transition:all .3s ease}.preview-close:hover{background:#f5f5f5;color:#333;border-color:#ccc;transform:scale(1.1)}.preview-content{flex:1;overflow-y:auto;display:flex;flex-direction:column}.preview-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center}.preview-empty p{font-size:1.125rem;color:#666;margin-bottom:24px}.browse-products-btn{background:#8a9a5b;color:#fff;text-decoration:none;padding:12px 24px;border-radius:25px;font-weight:600;transition:all .3s ease}.preview-items{flex:1;padding:16px;overflow-y:auto}.preview-item{display:flex;gap:12px;padding:16px;background:#fafaf9;border-radius:12px;margin-bottom:12px;opacity:0;transform:translate(20px);animation:itemSlideIn .3s ease forwards;transition:all .3s ease}@keyframes itemSlideIn{to{opacity:1;transform:translate(0)}}.preview-item:hover{background:#f5f5f3}.preview-item-image{width:60px;height:60px;border-radius:8px;overflow:hidden;background:#fff;flex-shrink:0}.preview-item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.preview-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#8a9a5b;opacity:.3}.preview-item-info{flex:1;display:flex;flex-direction:column;gap:8px}.preview-item-info h4{font-size:.875rem;color:#8a9a5b;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.preview-item-details{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.preview-item-quantity{color:#666}.preview-item-price{font-weight:600;color:#333}.preview-item-remove{width:28px;height:28px;border:1px solid #e0e0e0;background:transparent;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#999;font-size:20px;font-weight:300;line-height:1;padding:0;transition:all .3s ease;flex-shrink:0}.preview-item-remove:hover{background:#fee;color:#d32f2f;border-color:#fcc;transform:scale(1.1)}.preview-item-remove:active{transform:scale(.95)}.preview-footer{background:#fff;border-top:1px solid #e0e0e0;padding:24px;box-shadow:0 -4px 16px #0000000d}.preview-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:1.125rem}.preview-total span:first-child{color:#666}.total-amount{font-weight:700;color:#8a9a5b;font-size:1.25rem}.preview-actions{display:flex;gap:12px}.view-cart-btn,.checkout-quick-btn{flex:1;text-align:center;padding:12px 20px;border-radius:25px;font-weight:600;text-decoration:none;transition:all .3s ease;font-size:.875rem}.view-cart-btn{background:#f5f5f5;color:#333;border:1px solid #e0e0e0}.checkout-quick-btn{background:#8a9a5b;color:#fff;border:1px solid #8A9A5B}@media (max-width: 480px){.cart-preview{width:100%}.preview-header{padding:16px}.preview-items,.preview-item{padding:12px}.preview-footer{padding:16px}}.bottom-nav-unique{position:fixed;bottom:0;left:0;right:0;height:64px;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(0,0,0,.05);display:none;justify-content:space-around;align-items:center;padding-bottom:env(safe-area-inset-bottom);z-index:1000;box-shadow:0 -4px 20px #0000000d}@media (max-width: 1023px){.bottom-nav-unique{display:flex}}.bottom-nav-item-unique{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 16px;color:#9ca3af;text-decoration:none;font-family:Inter,sans-serif;font-size:.625rem;font-weight:500;transition:all .2s ease;border-radius:12px;min-width:60px}.bottom-nav-item-unique:hover{color:#6b7280;background:#8a9a5b0d}.bottom-nav-item-unique.active{color:#8a9a5b}.bottom-nav-item-unique.active svg{stroke-width:2}.bottom-nav-item-unique svg{transition:transform .2s ease}.bottom-nav-item-unique:active svg{transform:scale(.9)}@media (max-width: 480px){.bottom-nav-unique{height:60px}.bottom-nav-item-unique{padding:6px 12px;font-size:.5625rem;min-width:50px}.bottom-nav-item-unique svg{width:22px;height:22px}}@media (max-width: 374px){.bottom-nav-unique{height:56px}.bottom-nav-item-unique{padding:4px 8px;font-size:.5rem;gap:2px;min-width:45px}.bottom-nav-item-unique svg{width:20px;height:20px}}.error-boundary-container-alivio{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#fafaf9,#f5f2ee)}.error-boundary-card-alivio{background:#fff;border-radius:32px;padding:4rem 3rem;max-width:600px;width:100%;text-align:center;box-shadow:0 8px 32px #8a9a5b1f,0 2px 8px #0000000a;animation:slideIn-alivio .5s cubic-bezier(.4,0,.2,1)}.error-boundary-icon-alivio{display:inline-flex;align-items:center;justify-content:center;width:120px;height:120px;margin:0 auto 2rem;background:linear-gradient(135deg,#ef44441a,#dc26260d);border-radius:50%;color:#dc2626}.error-boundary-title-alivio{font-family:Lora,serif;font-size:2rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem;line-height:1.3}.error-boundary-message-alivio{font-family:Inter,sans-serif;font-size:1.0625rem;color:#6b7280;line-height:1.6;margin:0 0 2rem}.error-boundary-details-alivio{background:#f9fafb;border:1px solid #E5E7EB;border-radius:12px;padding:1rem;margin:2rem 0;text-align:left}.error-boundary-details-alivio summary{font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;padding:.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.error-boundary-details-alivio summary:hover{color:#1a1a1a}.error-boundary-stack-alivio{font-family:Courier New,monospace;font-size:.75rem;color:#dc2626;background:#fef2f2;padding:1rem;border-radius:8px;margin-top:1rem;overflow-x:auto;white-space:pre-wrap;word-wrap:break-word}.error-boundary-actions-alivio{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.error-boundary-btn-primary-alivio,.error-boundary-btn-secondary-alivio{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border:none;border-radius:12px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1)}.error-boundary-btn-primary-alivio{background:linear-gradient(145deg,#8a9a5b,#7a8a4f);color:#fff;box-shadow:0 1px #9aae6566 inset,0 -1px #6a78494d inset,0 4px 8px #6f7d4f4d}.error-boundary-btn-primary-alivio:hover{transform:translateY(-2px);background:linear-gradient(145deg,#9baa6c,#8a9a5b);box-shadow:0 1px #9aae6580 inset,0 -1px #6a784966 inset,0 6px 12px #6f7d4f59}.error-boundary-btn-secondary-alivio{background:#fff;color:#374151;border:2px solid #E5E7EB}.error-boundary-btn-secondary-alivio:hover{border-color:#8a9a5b;background:#8a9a5b0d;color:#1a1a1a}.error-boundary-btn-primary-alivio:focus,.error-boundary-btn-secondary-alivio:focus{outline:3px solid rgba(138,154,91,.3);outline-offset:4px}@keyframes slideIn-alivio{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 768px){.error-boundary-card-alivio{padding:3rem 2rem}.error-boundary-icon-alivio{width:100px;height:100px}.error-boundary-icon-alivio svg{width:56px;height:56px}.error-boundary-title-alivio{font-size:1.75rem}.error-boundary-actions-alivio{flex-direction:column}.error-boundary-btn-primary-alivio,.error-boundary-btn-secondary-alivio{width:100%;justify-content:center}}@media (max-width: 480px){.error-boundary-container-alivio{padding:1rem}.error-boundary-card-alivio{padding:2.5rem 1.5rem;border-radius:24px}.error-boundary-title-alivio{font-size:1.5rem}.error-boundary-message-alivio{font-size:1rem}}@media (prefers-reduced-motion: reduce){.error-boundary-card-alivio{animation:none}.error-boundary-btn-primary-alivio:hover,.error-boundary-btn-secondary-alivio:hover{transform:none}}:root{--header-height-mobile: 56px;--header-height-tablet: 64px;--header-height-desktop: 72px;--min-touch-target: 44px;--button-padding-mobile: 16px 32px;--button-padding-desktop: 20px 48px;--spacing-xs: clamp(.5rem, 2vw, .75rem);--spacing-sm: clamp(1rem, 3vw, 1.5rem);--spacing-md: clamp(1.5rem, 4vw, 2rem);--spacing-lg: clamp(2rem, 5vw, 3rem);--spacing-xl: clamp(3rem, 7vw, 5rem)}.container{width:100%;max-width:1200px;margin:0 auto;padding-left:var(--spacing-sm);padding-right:var(--spacing-sm)}button,.button,.cta-button,.buy-button,.submit-button,.resource-button,.hero-cta,a[class*=button]{min-height:var(--min-touch-target);min-width:var(--min-touch-target);padding:var(--button-padding-mobile);font-size:var(--font-size-base);touch-action:manipulation;-webkit-tap-highlight-color:transparent}@media (hover: none) and (pointer: coarse){a,button{position:relative}a:before,button:before{content:"";position:absolute;inset:-8px}.kb-bookmark-btn,.kb-complete-badge,button[class*=bookmark],button[class*=absolute]{position:absolute!important}.kb-bookmark-btn:before,.kb-complete-badge:before,button[class*=bookmark]:before{content:none!important;display:none!important}}h1,.hero-title{font-size:var(--text-5xl);line-height:1.1}h2,.section-title{font-size:var(--text-4xl);line-height:1.2}h3{font-size:var(--text-2xl);line-height:1.3}h4{font-size:var(--text-xl);line-height:1.4}p,.body-text{font-size:var(--font-size-base);line-height:1.6}.grid-auto-fit{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:var(--spacing-md)}@media (min-width: 768px){button,.button,.cta-button,.buy-button,.submit-button{padding:var(--button-padding-desktop)}}@media (min-width: 1024px){.container{padding-left:var(--spacing-md);padding-right:var(--spacing-md)}}.mobile-only{display:block}.desktop-only{display:none}@media (min-width: 768px){.mobile-only{display:none}.desktop-only{display:block}}img{max-width:100%;height:auto;display:block}.icon:not([style*="position: absolute"]),svg[class*=icon]:not([class*=input-icon]):not([class*=form-icon]){width:100%;height:100%;max-width:100%;max-height:100%}input,textarea,select{width:100%;min-height:var(--min-touch-target);padding:12px 16px;font-size:var(--font-size-base);border-radius:8px}*{max-width:100vw}@media (prefers-reduced-motion: no-preference){html{scroll-behavior:smooth}}@media (prefers-contrast: high){:root{--primary-blue: #004A7C;--neutral-600: #404040;--neutral-800: #1A1A1A}}:root{--mobile-padding: 16px;--mobile-header-height: 60px;--mobile-button-height: 48px;--mobile-card-padding: 16px;--mobile-section-padding: 40px 0}@media (max-width: 768px){.container{padding:0 var(--mobile-padding)!important;max-width:100%!important}button:not(.back-btn):not([class*=back-btn]):not([class*=nav-back]):not(.close-btn):not([class*=close]):not(.premium-modal-close):not(.mobile-menu-toggle):not(.password-toggle-btn-alivio):not(.sud-number-btn):not(.faq-header-home):not(.viz-btn-primary):not(.viz-btn-secondary):not(.primary-btn):not(.secondary-btn):not(.kb-bookmark-btn):not([class*=bookmark]),.button:not(.back-btn):not([class*=back-btn]):not(.mobile-menu-toggle):not(.password-toggle-btn-alivio):not(.sud-number-btn):not(.kb-bookmark-btn):not([class*=bookmark]),.btn:not(.back-btn):not([class*=back-btn]):not(.mobile-menu-toggle):not(.password-toggle-btn-alivio):not(.sud-number-btn):not(.kb-bookmark-btn):not([class*=bookmark]),a[class*=button]:not(.back-btn):not(.clean-button-primary),a[class*=btn]:not(.back-btn){min-height:var(--mobile-button-height)!important;padding:12px 24px!important;font-size:16px!important;width:100%!important;max-width:100%!important;border-radius:8px!important;touch-action:manipulation}.back-btn,[class*=back-btn],[class*=nav-back]{width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important;max-height:40px!important;padding:.625rem!important;border-radius:50%!important;position:absolute!important}.card,[class*=card]{padding:var(--mobile-card-padding)!important;margin-bottom:16px!important}.grid,[class*=grid]:not(.box-breathing-grid):not(.grounding-game-container):not(.exercises-premium-grid-unique){display:flex!important;flex-direction:column!important;gap:16px!important}.box-breathing-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important}section:not(.kb-stories-section):not(.kb-continue-section):not(.kb-recommended-section):not(.kb-category-section):not(.kb-articles-section):not(.kb-newsletter-section):not([class*=-unique]),.section:not([class*=kb-]):not([class*=-unique]),[class*=section]:not([class*=kb-]):not([class*=-unique]){padding:var(--mobile-section-padding)!important}img{max-width:100%!important;height:auto!important}.desktop-only{display:none!important}input:not([type=checkbox]):not([type=radio]):not(.auth-input-ultra-alivio),textarea,select{width:100%!important;font-size:16px!important;padding:12px!important;border-radius:8px!important}input.auth-input-ultra-alivio{width:100%!important;font-size:16px!important}input[type=checkbox],input[type=radio]{width:auto!important;min-width:auto!important;max-width:none!important;padding:0!important}.modal,.popup,[class*=modal],[class*=popup]{width:calc(100% - 32px)!important;margin:16px!important;max-height:calc(100vh - 32px)!important;overflow-y:auto!important}}@media (max-width: 768px){.site-header{height:var(--mobile-header-height)!important;padding:0!important}.header-main{padding:0 var(--mobile-padding)!important;height:var(--mobile-header-height)!important}.site-branding{flex:1!important}.logo-text{font-size:20px!important}.mobile-menu-toggle{display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;width:44px!important;height:44px!important;padding:10px!important;gap:4px!important}.mobile-menu-toggle span{width:24px!important;height:2px!important;background:#333!important;transition:all .3s ease!important}.mobile-menu-toggle[aria-expanded=true] span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.mobile-menu-toggle[aria-expanded=true] span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.main-navigation{position:fixed!important;top:var(--mobile-header-height)!important;left:0!important;right:0!important;bottom:0!important;background:#fff!important;transform:translate(-100%)!important;transition:transform .3s ease!important;z-index:999!important;overflow-y:auto!important;padding:20px!important}.main-navigation.mobile-open{transform:translate(0)!important}.main-navigation ul{flex-direction:column!important;gap:8px!important;padding:0!important}.main-navigation li{width:100%!important;border-bottom:1px solid #f0f0f0!important}.main-navigation a,.dropdown-toggle{display:block!important;padding:16px!important;font-size:16px!important;width:100%!important;text-align:left!important}.dropdown-menu{position:static!important;width:100%!important;box-shadow:none!important;background:#f9f9f9!important;padding:0!important;margin:0!important}.dropdown-list a{padding-left:32px!important}}@media (max-width: 768px){.hero-section{padding:60px 0 40px!important;min-height:auto!important}.hero-content{padding:0 var(--mobile-padding)!important;text-align:center!important}.hero-title{font-size:28px!important;margin-bottom:16px!important}.hero-subtitle{font-size:16px!important;margin-bottom:24px!important}.hero-buttons{flex-direction:column!important;gap:12px!important;width:100%!important}.hero-button{width:100%!important;padding:14px 24px!important}.features-grid{grid-template-columns:1fr!important;gap:24px!important;padding:0 var(--mobile-padding)!important}.feature-card{padding:20px!important}.services-grid{grid-template-columns:1fr!important;gap:20px!important}.service-card{padding:20px!important}.testimonial-card{padding:20px!important;margin:0 10px!important}}@media (max-width: 768px){.resources-hero{padding:80px 0 40px!important}.resources-grid{grid-template-columns:1fr!important;gap:20px!important}.resource-card{padding:20px!important}.filters-container{flex-direction:column!important;gap:12px!important}.filter-button{width:100%!important}}@media (max-width: 768px){.exercise-container{padding:80px var(--mobile-padding) 40px!important}.exercise-title{font-size:24px!important}.exercise-description{font-size:14px!important}.exercise-controls{flex-direction:column!important;gap:12px!important}.exercise-button{width:100%!important}.animation-track,.bubble-container,.focus-container{width:100%!important;max-width:300px!important;margin:0 auto!important}.emdr-ball,.soap-bubble,.focus-area{width:50px!important;height:50px!important}}@media (max-width: 768px){.products-grid{grid-template-columns:1fr!important;gap:24px!important}.product-card{padding:20px!important}.product-price{font-size:20px!important}}@media (max-width: 768px){.site-footer{padding:40px 0!important}.footer-content{flex-direction:column!important;gap:32px!important;padding:0 var(--mobile-padding)!important}.footer-section{width:100%!important;text-align:center!important}.footer-links{justify-content:center!important}.footer-bottom{flex-direction:column!important;gap:16px!important;text-align:center!important;padding:20px var(--mobile-padding)!important}}@media (max-width: 480px){:root{--mobile-padding: 12px;--mobile-font-large: 22px;--mobile-font-xl: 26px}.hero-title{font-size:24px!important}.hero-subtitle{font-size:14px!important}.card,[class*=card]{padding:12px!important}}@media (hover: none) and (pointer: coarse){a,button,[role=button]{min-height:44px!important;min-width:44px!important}*:hover{transform:none!important}*{-webkit-tap-highlight-color:rgba(0,0,0,.1)}}@media (max-width: 768px) and (orientation: landscape){.site-header{height:50px!important}.hero-section{min-height:auto!important;padding:40px 0!important}.main-navigation{top:50px!important}}@media print{.site-header,.site-footer,.mobile-menu-toggle,button,.no-print{display:none!important}}.app{min-height:100vh;display:flex;flex-direction:column;padding-top:0;background:#acbb78;background:linear-gradient(to bottom,#f7f8f8 0 60vh,#acbb78 80vh 100%)}@media (min-width: 769px){.app{padding-top:calc(var(--header-height-tablet) + 35px)}}@media (min-width: 1024px){.app{padding-top:calc(var(--header-height-desktop) + 40px)}}.main-content{flex:1}.page-title{font-size:3rem;font-weight:600;color:#0f172a;text-align:center;margin-bottom:1rem;line-height:1.2}@media (max-width: 768px){.page-title{font-size:2rem}}.page-loader-unique{display:flex;align-items:center;justify-content:center;min-height:60vh;background:transparent}.loader-spinner-unique{width:40px;height:40px;border:3px solid rgba(138,154,91,.2);border-top-color:#8a9a5b;border-radius:50%;animation:spin-unique .8s linear infinite}@keyframes spin-unique{to{transform:rotate(360deg)}}:root{--ink:#171717;--body:#525252;--meta:#737373;--bg:#FAFAF8;--white:#FFFFFF;--border:#EAEAEA;--clay:#8A9A5B;--clay-hover:#6B7A3F;--clay-active:#5A6935}.btn{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;font-weight:600;line-height:1;text-decoration:none;cursor:pointer;border:1px solid transparent;border-radius:60px;transition:transform .2s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.btn--sm{min-height:40px;padding:8px 18px;font-size:var(--font-size-sm)}.btn--md{min-height:48px;padding:12px 24px;font-size:var(--font-size-base)}.btn--lg{min-height:52px;padding:14px 28px;font-size:var(--font-size-md)}.btn--primary{background:var(--clay);color:#fff;border-color:var(--clay);box-shadow:0 2px 8px #8a9a5b33;position:relative;overflow:hidden}.btn--primary:hover:before{width:300px;height:300px}.btn--primary:active{background:var(--clay-active);transition:all .1s ease}.btn--primary:focus-visible{outline:3px solid rgba(138,154,91,.5);outline-offset:3px}.btn--secondary{background:#fff;color:#1f1f1f;border-color:#efefef;background-image:linear-gradient(180deg,#fff,#fafaf9)}.btn--secondary:active{transform:none;box-shadow:0 6px 14px #0000001f}.btn--outline{background:transparent;color:var(--clay);border-color:var(--clay)}.btn--ghost{background:transparent;color:var(--ink);border-color:transparent}.btn svg,.btn .icon{width:16px;height:16px;flex-shrink:0}.btn:focus-visible{outline:3px solid rgba(139,127,119,.45);outline-offset:3px}.btn--block{width:100%}@media (max-width:767px){.btn--stack-sm{width:100%}}@media (prefers-reduced-motion: reduce){.btn{transition:none!important}}
