.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#e9fc87,#bcb4ff);padding:2rem}.login-form{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:3rem;box-shadow:0 8px 32px #0000001a;width:100%;max-width:400px}.login-form h2{margin:0 0 2rem;text-align:center;color:#2c3e50;font-size:1.75rem}.login-error{background:#fee;color:#c33;padding:.75rem;border-radius:8px;margin-bottom:1rem;text-align:center;font-size:.9rem}.login-form input{width:100%;padding:.875rem 1rem;margin-bottom:1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.login-form input:focus{outline:none;border-color:#bcb4ff}.login-form input:disabled{background:#f5f5f5;cursor:not-allowed}.login-form button{width:100%;padding:.875rem;background:linear-gradient(135deg,#e9fc87,#bcb4ff);color:#2c3e50;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.login-form button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.login-form button:disabled{opacity:.6;cursor:not-allowed}.admin-panel{padding:3rem;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;min-height:calc(100vh - 6rem);margin:2rem;box-shadow:0 8px 32px #0000001a}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(0,0,0,.1)}.admin-header h2{margin:0;color:#2c3e50;font-size:2rem}.admin-header-actions{display:flex;gap:1rem}.refresh-button,.logout-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;background:#fffc;color:#2c3e50}.refresh-button:hover:not(:disabled){background:#e9fc87cc;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.logout-button:hover{background:#ffc8c8cc;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.refresh-button:disabled{opacity:.6;cursor:not-allowed}.spinning{animation:spin 1s linear infinite}.admin-error{background:#fee;color:#c33;padding:1rem;border-radius:8px;margin-bottom:1.5rem;text-align:center}.admin-loading{text-align:center;padding:3rem;font-size:1.2rem;color:#2c3e50}.admin-content{width:100%}.transactions-summary{margin-bottom:1.5rem;padding:1rem;background:#ffffff80;border-radius:8px}.transactions-summary p{margin:0;color:#2c3e50;font-size:1.1rem}.table-container{overflow-x:auto;background:#ffffffb3;border-radius:12px;box-shadow:0 2px 8px #0000000d}.transactions-table{width:100%;border-collapse:collapse;min-width:800px}.transactions-table th{background:#bcb4ff4d;padding:1rem;text-align:left;font-weight:600;color:#2c3e50;border-bottom:2px solid rgba(188,180,255,.5);position:sticky;top:0;z-index:10}.transactions-table td{padding:1rem;border-bottom:1px solid rgba(0,0,0,.05);color:#2c3e50}.transactions-table tbody tr:hover{background:#e9fc8733}.transactions-table tbody tr:last-child td{border-bottom:none}.transaction-id{font-family:monospace;font-size:.9rem;color:#666}.transaction-amount{display:flex;align-items:center;gap:.25rem;font-weight:600;color:#27ae60}.transactions-table td{display:flex;align-items:center;gap:.5rem}.transactions-table th:first-child,.transactions-table td:first-child{display:table-cell}.transactions-table th:nth-child(2),.transactions-table td:nth-child(2){display:flex;align-items:center;gap:.5rem}.transactions-table th:nth-child(4),.transactions-table td:nth-child(4){display:flex;align-items:center;gap:.25rem}.status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600;text-transform:uppercase}.status-success,.status-completed,.status-succeeded{background:#27ae6033;color:#27ae60}.status-pending{background:#f1c40f33;color:#f39c12}.status-failed,.status-cancelled{background:#e74c3c33;color:#e74c3c}.no-transactions{text-align:center;padding:3rem;color:#999;font-style:italic}@media (max-width: 768px){.admin-panel{padding:1.5rem;margin:1rem}.admin-header{flex-direction:column;gap:1rem;align-items:flex-start}.admin-header-actions{width:100%;flex-direction:column}.refresh-button,.logout-button{width:100%;justify-content:center}}.announcement-bar{position:sticky;top:0;width:100%;z-index:1010;display:flex;align-items:center;justify-content:center;padding:.375rem 1rem;min-height:32px;overflow:hidden;box-shadow:0 2px 12px #4d7a5e33}.announcement-bar__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:linear-gradient(135deg,#4d7a5e,#456a54,#4d7a5e,#586,#4d7a5e);background-size:300% 300%;animation:aurora-gradient 8s ease infinite}@keyframes aurora-gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.announcement-bar__noise{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;opacity:.08;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='120' height='120' filter='url(%23n)' opacity='0.35'/></svg>");pointer-events:none}.announcement-bar__link{display:inline-flex;align-items:center;gap:.5rem;background:transparent;border:none;color:#fff;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;text-decoration:none;padding:.25rem .5rem;border-radius:.25rem;position:relative;z-index:1;overflow:hidden}.announcement-bar__link:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff1a;opacity:0;transition:opacity .3s ease;border-radius:.375rem}.announcement-bar__link:hover:before{opacity:1}.announcement-bar__text{position:relative;display:inline-block;z-index:1}.announcement-bar__text-shimmer{position:relative;display:inline-block;background:linear-gradient(110deg,#ffffffb3,#fff 45%,#fff 55%,#ffffffb3);background-size:250% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer-text 3s linear infinite;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}@keyframes shimmer-text{0%{background-position:-200% 0}to{background-position:200% 0}}.announcement-bar__arrow{display:inline-block;font-size:.875rem;font-weight:600;z-index:1;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.announcement-bar__link:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.3) 50%,transparent 70%);transform:rotate(45deg);animation:shine-sweep 4s infinite;pointer-events:none}@keyframes shine-sweep{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}50%{transform:translate(100%) translateY(100%) rotate(45deg)}to{transform:translate(-100%) translateY(-100%) rotate(45deg)}}@media (min-width: 768px){.announcement-bar{min-height:36px;padding:.5rem 1.5rem}.announcement-bar__link{font-size:.75rem;gap:.625rem;padding:.375rem .75rem}.announcement-bar__arrow{font-size:.9375rem}}@media (prefers-reduced-motion: reduce){.announcement-bar__background,.announcement-bar__text-shimmer,.announcement-bar__link:after,.announcement-bar__arrow{animation:none!important}.announcement-bar__text-shimmer{background:#fff;-webkit-text-fill-color:white;background-clip:unset;-webkit-background-clip:unset}}.announcement-bar__link:focus-visible{outline:2px solid white;outline-offset:3px;border-radius:.5rem}.cart-icon-button{position:relative;background:transparent;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:inherit;transition:color .2s}.cart-icon-button:hover{color:#2c5530}.cart-badge{position:absolute;top:-2px;right:-2px;background:#dc3545;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;border:2px solid white}.navbar{position:sticky;top:32px;width:100%;background:#ffffffb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 12px #0000000d;z-index:1000;transition:all .4s cubic-bezier(.4,0,.2,1)}@media (min-width: 768px){.navbar{top:36px}}.navbar--scrolled{background:#ffffffd9;box-shadow:0 4px 16px #00000014}.navbar-inner{max-width:1200px;margin:0 auto;padding:.75rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.logo{display:flex;align-items:center;flex-shrink:0}.logo a{display:flex;align-items:center;text-decoration:none;transition:opacity .25s ease}.logo a:hover{opacity:.8}.logo-image{height:40px;width:auto;display:block}.nav-links{display:flex;align-items:center;gap:2.5rem;list-style:none;margin:0;padding:0}.nav-links a{color:var(--color-text-dark);font-weight:500;font-size:.9375rem;letter-spacing:.02em;text-decoration:none;transition:color .25s ease;position:relative;padding:.5rem 0}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--color-green-dark);transition:width .25s ease}.nav-links a:hover{color:var(--color-green-dark)}.nav-links a:hover:after{width:100%}.nav-dropdown-wrapper{position:relative}.nav-dropdown-trigger{display:inline-flex;align-items:center;gap:.4rem;color:var(--color-text-dark);font-weight:500;font-size:.9375rem;letter-spacing:.02em;text-decoration:none;transition:color .25s ease;position:relative;padding:.5rem 0;background:transparent;border:none;cursor:pointer}.nav-dropdown-trigger:hover{color:var(--color-green-dark)}.nav-dropdown-chevron{color:var(--color-text-dark);transition:transform .25s ease;flex-shrink:0}.nav-dropdown-chevron--open{transform:rotate(180deg)}.nav-dropdown-trigger:hover .nav-dropdown-chevron{color:var(--color-green-dark)}.nav-dropdown{position:absolute;top:calc(100% + .5rem);left:0;min-width:200px;background:#fff;border-radius:.75rem;box-shadow:0 4px 20px #00000026;border:1px solid rgba(0,0,0,.1);padding:.5rem;z-index:1000;overflow:hidden}.nav-dropdown-item{display:block;width:100%;padding:.625rem .75rem;background:transparent;border:none;border-radius:.5rem;color:var(--color-text-dark);font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s ease;text-align:left;cursor:pointer}.nav-dropdown-item:hover{background:#67a67b1a;color:var(--color-green-dark)}.mobile-menu-submenu{display:flex;flex-direction:column;gap:.5rem}.mobile-menu-submenu-items{display:flex;flex-direction:column;gap:.5rem;padding-left:1rem}.mobile-menu-submenu-item{color:var(--color-text-dark);font-weight:500;font-size:1rem;text-decoration:none;padding:.5rem 0;border-bottom:1px solid rgba(0,0,0,.05);transition:color .25s ease}.mobile-menu-submenu-item:hover{color:var(--color-green-dark)}.nav-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.lang-selector-wrapper{position:relative}.lang-switch{display:inline-flex;align-items:center;gap:.5rem;background:transparent;border:1px solid rgba(0,0,0,.1);border-radius:9999px;padding:.5rem .875rem;color:var(--color-text-dark);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .25s ease;white-space:nowrap}.lang-switch:hover{background:#67a67b1a;border-color:var(--color-green-dark);color:var(--color-green-dark)}.lang-switch:focus{outline:none;box-shadow:0 0 0 3px #67a67b26}.lang-switch__icon{color:var(--color-green-dark);flex-shrink:0;display:none}.lang-switch__flag{font-size:1.125rem;line-height:1}.lang-switch__label{font-weight:500}.lang-switch__chevron{color:var(--color-text-dark);transition:transform .25s ease;flex-shrink:0}.lang-switch__chevron--open{transform:rotate(180deg)}.lang-switch:hover .lang-switch__chevron{color:var(--color-green-dark)}@media (max-width: 768px){.lang-switch{padding:.625rem 1rem;gap:.625rem;border:2px solid rgba(103,166,123,.2);background:#67a67b0d}.lang-switch__icon{display:block}.lang-switch__flag{font-size:1.25rem}.lang-switch__label{font-weight:600;font-size:.9375rem}.lang-switch__chevron{font-size:1rem}.lang-dropdown{right:0;left:auto;min-width:160px;box-shadow:0 6px 24px #0003}.lang-dropdown__item{padding:.75rem 1rem;font-size:.9375rem}.lang-dropdown__flag{font-size:1.375rem}}@media (max-width: 480px){.lang-switch{padding:.75rem 1rem;gap:.5rem}.lang-switch__icon{width:18px;height:18px}.lang-switch__flag{font-size:1.375rem}.lang-switch__label{font-size:1rem}}.lang-dropdown{position:absolute;top:calc(100% + .5rem);right:0;min-width:140px;background:#fff;border-radius:.75rem;box-shadow:0 4px 20px #00000026;border:1px solid rgba(0,0,0,.1);padding:.5rem;z-index:1000;overflow:hidden}.lang-dropdown__item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.625rem .75rem;background:transparent;border:none;border-radius:.5rem;color:var(--color-text-dark);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:left;position:relative}.lang-dropdown__item:hover{background:#67a67b1a;color:var(--color-green-dark)}.lang-dropdown__item--active{background:#67a67b26;color:var(--color-green-dark);font-weight:600}.lang-dropdown__flag{font-size:1.25rem;line-height:1;flex-shrink:0}.lang-dropdown__label{flex:1}.lang-dropdown__check{color:var(--color-green-dark);font-weight:700;font-size:1rem;flex-shrink:0}.btn-buy{display:inline-flex;align-items:center;gap:.4rem;background:var(--color-green-dark);color:#fff;padding:.6rem 1.2rem;border-radius:9999px;text-decoration:none;font-weight:500;font-size:.9375rem;transition:all .25s ease;border:none;cursor:pointer}.btn-buy:hover{background:var(--color-green-light);color:var(--color-text-dark);transform:scale(1.03);box-shadow:0 4px 12px #67a67b4d}.btn-buy:focus{outline:none;box-shadow:0 0 0 3px #67a67b4d}.btn-buy:active{transform:scale(.98)}.mobile-menu-toggle{display:none;align-items:center;justify-content:center;background:transparent;border:none;color:var(--color-text-dark);cursor:pointer;padding:.5rem;transition:color .25s ease;border-radius:.375rem}.mobile-menu-toggle:hover{color:var(--color-green-dark);background:#67a67b1a}.mobile-menu-toggle:focus{outline:none;box-shadow:0 0 0 3px #67a67b26}.mobile-menu{position:fixed;top:0;right:0;width:280px;height:100vh;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:-4px 0 24px #00000026;z-index:1001;padding:5rem 2rem 2rem;overflow-y:auto}.mobile-menu-nav{display:flex;flex-direction:column;gap:1.5rem}.mobile-menu-link{color:var(--color-text-dark);font-weight:500;font-size:1.125rem;text-decoration:none;padding:.75rem 0;border-bottom:1px solid rgba(0,0,0,.05);transition:color .25s ease;display:flex;align-items:center;gap:.75rem}.mobile-menu-link:hover{color:var(--color-green-dark)}.mobile-menu-link--buy{background:var(--color-green-dark);color:#fff;padding:1rem 1.5rem;border-radius:.75rem;border:none;margin-top:1rem;justify-content:center}.mobile-menu-link--buy:hover{background:var(--color-green-light);color:var(--color-text-dark)}@media (max-width: 900px){.navbar-inner{padding:.75rem 1.25rem;gap:1rem}.logo-image{height:36px}.nav-links{display:none}.mobile-menu-toggle{display:flex}.btn-buy,.lang-switch span{display:none}.lang-switch{padding:.5rem;min-width:40px;justify-content:center}.nav-actions{gap:.75rem}}@media (max-width: 600px){.navbar-inner{padding:.625rem .875rem;gap:.75rem}.logo-image{height:30px}.nav-actions{gap:.5rem}.lang-switch{padding:.4rem;min-width:36px}.lang-switch svg{width:16px;height:16px}.mobile-menu-toggle{padding:.4rem}.mobile-menu-toggle svg{width:20px;height:20px}.mobile-menu{width:100%}}@media (max-width: 400px){.navbar-inner{padding:.5rem .75rem;gap:.5rem}.logo-image{height:28px}.nav-actions{gap:.375rem}}@media (prefers-reduced-motion: reduce){.navbar,.nav-links a,.btn-buy,.lang-switch,.mobile-menu-toggle{transition:none}.btn-buy:hover{transform:none}}.nav-links a:focus-visible,.btn-buy:focus-visible,.lang-switch:focus-visible,.mobile-menu-toggle:focus-visible,.mobile-menu-link:focus-visible{outline:2px solid var(--color-green-dark);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.footer{background:linear-gradient(180deg,#fff,#f8fbf9 10%,#e8f2ec);color:#2b2b2b;padding:var(--spacing-3xl) var(--spacing-lg);padding-top:var(--spacing-2xl);margin-top:0;position:relative;overflow:hidden}.footer__container{max-width:1400px;margin:0 auto;width:100%}.footer__top{display:grid;grid-template-columns:1fr 2fr;gap:var(--spacing-3xl);margin-bottom:var(--spacing-3xl);padding-bottom:var(--spacing-3xl);border-bottom:1px solid rgba(0,0,0,.08)}.footer__branding{display:flex;flex-direction:column;gap:var(--spacing-lg)}.footer__logo{width:120px;height:auto;-o-object-fit:contain;object-fit:contain;cursor:pointer}.footer__description{font-size:.95rem;line-height:1.6;color:#000000a6;margin:0;max-width:300px}.footer__navigation{display:flex;justify-content:flex-end}.footer__nav{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--spacing-2xl);width:100%;max-width:600px}.footer__nav-column{display:flex;flex-direction:column;gap:var(--spacing-md)}.footer__nav-title{font-size:1rem;font-weight:600;color:#2b2b2b;margin:0 0 var(--spacing-sm) 0;text-transform:uppercase;letter-spacing:.5px}.footer__nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--spacing-sm)}.footer__nav-link{color:#000000a6;text-decoration:none;font-size:.95rem;transition:all var(--transition-normal);display:inline-block;position:relative}.footer__nav-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:var(--color-green-dark);transition:width var(--transition-normal)}.footer__nav-link:hover{color:var(--color-green-dark);transform:translate(4px)}.footer__nav-link:hover:after{width:100%}.footer__middle{display:flex;flex-direction:column;gap:var(--spacing-xl);margin-bottom:var(--spacing-3xl);padding-bottom:var(--spacing-3xl);border-bottom:1px solid rgba(0,0,0,.08);align-items:center;text-align:center}.footer__social{display:flex;flex-direction:column;gap:var(--spacing-md);align-items:center}.footer__social-title{font-size:1rem;font-weight:600;color:#2b2b2b;margin:0;text-transform:uppercase;letter-spacing:.5px}.footer__social-icons{display:flex;gap:var(--spacing-lg);align-items:center}.footer__social-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:transparent;color:var(--color-green-dark);font-size:1.5rem;text-decoration:none;transition:all var(--transition-normal);border:2px solid var(--color-green-dark)}.footer__social-icon:hover{background-color:var(--color-green-dark);color:#fff;border-color:var(--color-green-dark);box-shadow:0 4px 12px #67a67b4d}.footer__contact{display:flex;justify-content:center}.footer__contact-text{font-size:.95rem;color:#000000a6;margin:0;line-height:1.6}.footer__contact-link{color:var(--color-green-dark);text-decoration:none;transition:all var(--transition-normal);position:relative}.footer__contact-link:hover{color:var(--color-green-light);text-decoration:underline}.footer__bottom{display:flex;flex-direction:column;gap:var(--spacing-lg)}.footer__divider{height:1px;background:#0000001a;width:100%}.footer__bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--spacing-md)}.footer__copyright{font-size:.9rem;color:#000000a6;margin:0}.footer__language-selector{display:flex;align-items:center;gap:var(--spacing-sm)}.footer__lang-btn{background:none;border:none;color:#000000a6;font-size:.9rem;font-weight:500;cursor:pointer;padding:var(--spacing-xs) var(--spacing-sm);border-radius:var(--border-radius-sm);transition:all var(--transition-normal);font-family:var(--font-primary)}.footer__lang-btn:hover{color:var(--color-green-dark);background-color:#67a67b1a}.footer__lang-btn--active{color:var(--color-green-dark);font-weight:600;background-color:#67a67b26}.footer__lang-separator{color:#0000004d;font-size:.9rem}@media (max-width: 1024px){.footer__top{grid-template-columns:1fr;gap:var(--spacing-2xl)}.footer__navigation{justify-content:flex-start}.footer__nav{max-width:100%}}@media (max-width: 768px){.footer{padding:var(--spacing-xl) var(--spacing-md);padding-top:var(--spacing-xl)}.footer__top{gap:var(--spacing-xl);margin-bottom:var(--spacing-2xl);padding-bottom:var(--spacing-2xl)}.footer__branding{align-items:center;text-align:center}.footer__description{max-width:100%}.footer__nav{grid-template-columns:1fr;gap:var(--spacing-xl)}.footer__nav-column{align-items:center;text-align:center}.footer__middle{gap:var(--spacing-lg);margin-bottom:var(--spacing-2xl);padding-bottom:var(--spacing-2xl)}.footer__social-icons{gap:var(--spacing-md)}.footer__social-icon{width:40px;height:40px;font-size:1.3rem}.footer__contact-text{font-size:.85rem;text-align:center}.footer__bottom-content{flex-direction:column;text-align:center;gap:var(--spacing-md)}.footer__copyright{font-size:.85rem}}@media (max-width: 480px){.footer{padding:var(--spacing-lg) var(--spacing-sm);padding-top:var(--spacing-lg)}.footer__logo{width:100px}.footer__description,.footer__nav-title,.footer__nav-link{font-size:.9rem}.footer__social-icon{width:36px;height:36px;font-size:1.2rem}.footer__contact-text{font-size:.8rem;display:flex;flex-direction:column;gap:var(--spacing-xs)}.footer__contact-link{display:block}}@media (prefers-reduced-motion: reduce){.footer__nav-link,.footer__social-icon,.footer__contact-link,.footer__lang-btn{transition:none}.footer__nav-link:hover{transform:none}}.drop{display:inline-flex;position:relative;vertical-align:middle;flex-shrink:0;overflow:visible;align-items:center;justify-content:center;margin:0 -.15em!important;padding:0!important;border:0;outline:0}.drop__svg{width:100%;height:100%;display:inline-block;margin:0;padding:0;filter:drop-shadow(0 3px 6px rgba(0,0,0,.25));transition:transform .3s ease,filter .3s ease;overflow:visible;vertical-align:middle}@media screen and (max-width: 768px){@supports (-webkit-touch-callout: none){.drop__svg{filter:none!important}.drop{position:relative;display:inline-flex!important;vertical-align:middle!important}}}@supports (-webkit-touch-callout: none){@media (min-width: 769px){.drop{display:inline-flex;vertical-align:middle}.drop__svg{display:inline-block;vertical-align:middle}}}.drop:hover .drop__svg{transform:scale(1.05);filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.drop__video,.drop__image{display:block;background:#000;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.drop--small{width:2.5rem;height:3rem}.drop--medium{width:clamp(4.5rem,11vw,9rem);height:clamp(5.4rem,13.2vw,10.8rem)}.drop--large{width:clamp(5.5rem,14vw,11rem);height:clamp(6.6rem,16.8vw,13.2rem)}@media (max-width: 768px){.drop--small{width:2rem;height:2.4rem}.drop--medium{width:clamp(3.5rem,12vw,6rem);height:clamp(4.2rem,14.4vw,7.2rem)}.drop--large{width:clamp(3.5rem,14vw,6rem);height:clamp(4.2rem,16.8vw,7.2rem)}}.greensap-veil-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:1;display:block;min-width:100%;min-height:100%;mix-blend-mode:normal;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;image-rendering:auto}@media (max-width: 768px){.greensap-veil-canvas{opacity:.95;image-rendering:auto}}@media (prefers-reduced-motion: reduce){.greensap-veil-canvas{opacity:.8;animation:none}}.hero-slide1{position:relative;width:100%;height:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-slide1__background{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:0;overflow:hidden}.hero-slide1__veil{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse 80% 50% at 50% 0%,rgba(103,166,123,.08) 0%,transparent 50%),radial-gradient(ellipse 80% 50% at 50% 100%,rgba(103,166,123,.05) 0%,transparent 50%);z-index:1;pointer-events:none}.hero-slide1__gradient{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#f0f7f2,#e8f5eb,#f5faf7);z-index:-1;pointer-events:none}.hero-slide1__noise{position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.02'/%3E%3C/svg%3E");opacity:.2;z-index:2;pointer-events:none}.hero-slide1__container{position:relative;z-index:10;width:100%;max-width:1400px;padding:clamp(1.5rem,4vw,3rem);margin:0 auto;display:flex;align-items:center;justify-content:center;min-height:100vh}.hero-slide1__content{width:100%;max-width:900px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(2rem,5vw,4rem)}.hero-slide1__brand{font-family:AvenirNextLTPro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(3.5rem,12vw,8rem);font-weight:400;color:#1a1a1a;margin:0;line-height:1;letter-spacing:-.03em;display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:nowrap;white-space:nowrap}@supports (-webkit-touch-callout: none){.hero-slide1__brand{align-items:center;transform:translateZ(0)}}.hero-slide1__brand-text{display:inline-block;margin:0;padding:0;line-height:1;vertical-align:middle}.hero-slide1__brand-drop{display:inline-flex!important;align-items:center!important;justify-content:center!important;vertical-align:middle!important;margin:0!important;padding:0!important;line-height:1!important;flex-shrink:0;position:relative;transform:translateY(.02em)}@supports (-webkit-touch-callout: none){.hero-slide1__brand-drop{transform:none!important;align-self:center;display:flex!important;-webkit-transform:translateZ(0)}}@media screen and (max-width: 768px){@supports (-webkit-touch-callout: none){.hero-slide1__brand-drop{transform:none!important;display:flex!important;align-self:center;transform:translateZ(0)}}}.hero-slide1__brand-drop .drop{margin:0!important}.hero-slide1__brand-drop .drop--large{width:clamp(6rem,15vw,12rem);height:clamp(7.2rem,18vw,14.4rem)}@media (max-width: 768px){.hero-slide1__brand-drop .drop--large{width:clamp(5.5rem,18vw,9rem);height:clamp(6.6rem,21.6vw,10.8rem)}}.hero-slide1__brand>*{margin:0!important;padding:0!important}.hero-slide1__brand>*+*{margin-left:0!important}.hero-slide1__message{display:flex;flex-direction:column;gap:.25rem;max-width:100%;text-align:center}.hero-slide1__message-line1{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(1.25rem,3.5vw,2.5rem);font-weight:400;color:#1a1a1abf;margin:0;line-height:1.2;text-transform:uppercase;letter-spacing:.1em}.hero-slide1__message-line2{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(2rem,6vw,4.5rem);font-weight:700;color:#1a1a1a;margin:0;line-height:1.1;text-transform:uppercase;letter-spacing:.05em}.hero-slide1__countries{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;margin-top:auto}.hero-slide1__countries-flags-wrapper{width:100%;overflow:hidden;position:relative;mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%)}.hero-slide1__countries-flags{display:flex;gap:clamp(.75rem,2vw,1.5rem);align-items:center;width:-moz-fit-content;width:fit-content;animation:scrollFlags 40s linear infinite;will-change:transform}.hero-slide1__country-flag{display:flex;align-items:center;justify-content:center;flex-shrink:0;opacity:.8;transition:opacity .2s ease,transform .2s ease}.hero-slide1__country-flag:hover{opacity:1;transform:scale(1.1)}.hero-slide1__trust-wrapper{position:relative;margin-top:.5rem}.hero-slide1__trust-button{background:transparent;border:none;font-family:HKNova,sans-serif;font-size:clamp(.75rem,1.5vw,.875rem);font-weight:500;color:#1a1a1a99;cursor:pointer;padding:.5rem 1rem;border-radius:20px;transition:all .2s ease;text-transform:uppercase;letter-spacing:.05em}.hero-slide1__trust-button:hover{color:#1a1a1a;background:#67a67b1a}.hero-slide1__trust-button:focus-visible{outline:2px solid rgba(103,166,123,.5);outline-offset:2px}.hero-slide1__countries-popover{position:absolute;top:calc(100% + .75rem);left:50%;transform:translate(-50%);min-width:280px;max-width:90vw;background:#fffffffa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.08);border-radius:16px;box-shadow:0 8px 32px #0000001f;padding:1rem;z-index:1000}.hero-slide1__countries-popover-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.hero-slide1__country-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:8px;transition:background .2s ease}.hero-slide1__country-item:hover{background:#67a67b14}.hero-slide1__country-name{font-family:HKNova,sans-serif;font-size:.875rem;font-weight:500;color:#1a1a1a}.hero-slide1__buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center;width:100%;margin:0 auto;margin-bottom:4rem}.hero-slide1__button{padding:.875rem 2rem;font-family:HKNova,sans-serif;font-size:clamp(.875rem,1.5vw,1rem);font-weight:500;border:none;border-radius:50px;cursor:pointer;transition:all .2s ease}.hero-slide1__button--pill{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(77,122,94,.3);color:#1a1a1a}.hero-slide1__button--pill:hover{background:#fff;border-color:#4d7a5e80;box-shadow:0 4px 12px #4d7a5e33}.hero-slide1__button--primary{background:linear-gradient(135deg,#9ac453,#6db87c);color:#fff;box-shadow:0 4px 16px #9ac45359;border:none}.hero-slide1__button--primary:hover{background:linear-gradient(135deg,#8ab443,#5da86c);box-shadow:0 6px 24px #9ac45373;transform:translateY(-1px)}.hero-slide1__button--secondary{background:transparent;color:#000000b8;border:1px solid rgba(0,0,0,.1)}.hero-slide1__button--secondary:hover{color:#000000e6;border-color:#0003}.hero-slide1__button:focus-visible{outline:2px solid rgba(103,166,123,.5);outline-offset:2px}.hero-slide1__benefits{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;width:100%}.hero-slide1__benefit{padding:.5rem 1rem;background:#67a67b14;border:1px solid rgba(103,166,123,.15);border-radius:50px;font-family:HKNova,sans-serif;font-size:clamp(.8rem,1.2vw,.9rem);font-weight:500;color:#1a1a1a;transition:all .2s ease}.hero-slide1__benefit:hover{background:#67a67b1f;border-color:#67a67b40}.hero-slide1__countries-flags-wrapper:hover .hero-slide1__countries-flags{animation-play-state:paused}@media (max-width: 1024px) and (min-width: 769px){.hero-slide1__container{padding:clamp(1.5rem,3vw,2.5rem)}.hero-slide1__content{gap:clamp(2rem,4vw,3rem);max-width:800px}.hero-slide1__brand{font-size:clamp(4rem,10vw,7rem)}.hero-slide1__message-line1{font-size:clamp(1rem,2.5vw,2rem)}.hero-slide1__message-line2{font-size:clamp(2rem,5vw,3.5rem)}.hero-slide1__buttons{gap:.875rem;flex-wrap:wrap;margin-bottom:3.5rem}.hero-slide1__button{padding:.75rem 1.75rem;font-size:clamp(.875rem,1.2vw,.95rem)}}@media (max-width: 768px){.hero-slide1__container{padding:clamp(1rem,3vw,2rem);min-height:100vh}.hero-slide1__content{gap:clamp(1.5rem,4vw,3rem)}.hero-slide1__brand{font-size:clamp(3.5rem,14vw,6.5rem);line-height:1;white-space:normal;flex-wrap:wrap;justify-content:center}.hero-slide1__message{gap:.15rem}.hero-slide1__message-line1{font-size:clamp(.875rem,3vw,1.5rem);line-height:1.3}.hero-slide1__message-line2{font-size:clamp(1.5rem,5vw,3rem);line-height:1.2}.hero-slide1__countries{gap:.75rem;margin-top:1rem}.hero-slide1__countries-flags{gap:.75rem}.hero-slide1__country-flag{opacity:.9}.hero-slide1__buttons{gap:.75rem;flex-direction:column;width:100%;margin-bottom:5rem}.hero-slide1__button{width:100%;max-width:300px;padding:.875rem 1.5rem}.hero-slide1__benefits{gap:.5rem}}@media (max-width: 480px){.hero-slide1__container{padding:1rem .75rem}.hero-slide1__content{gap:1.25rem}.hero-slide1__brand{font-size:clamp(2.5rem,12vw,5rem)}.hero-slide1__message-line1{font-size:clamp(.75rem,2.5vw,1.25rem)}.hero-slide1__message-line2{font-size:clamp(1.25rem,4.5vw,2.5rem)}.hero-slide1__buttons{margin-bottom:4.5rem}.hero-slide1__button{padding:.75rem 1.25rem;font-size:.875rem}}@media (prefers-reduced-motion: reduce){.hero-slide1__countries-flags-wrapper{mask-image:none;-webkit-mask-image:none}.hero-slide1__countries-flags{animation:none;will-change:auto;justify-content:center;flex-wrap:wrap}.hero-slide1__button,.hero-slide1__benefit{transition:none}.hero-slide1__scroll-arrow{animation:none}}.hero-slide1__scroll-arrow{position:absolute;bottom:5rem;left:50%;transform:translate(-50%);background:transparent;border:none;cursor:pointer;padding:.75rem;display:flex;align-items:center;justify-content:center;z-index:20;color:#1a1a1a99;transition:color .3s ease}.hero-slide1__scroll-arrow:hover{color:#9ac453cc}.hero-slide1__scroll-arrow:focus-visible{outline:2px solid rgba(154,196,83,.5);outline-offset:4px;border-radius:50%}.hero-slide1__scroll-arrow-icon{font-size:1.5rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}@media (max-width: 768px){.hero-slide1__scroll-arrow{bottom:4.5rem;padding:.5rem}.hero-slide1__scroll-arrow-icon{font-size:1.25rem}}@font-face{font-family:HKNova;src:url(/fonts/HKNova-Medium.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:HKNova;src:url(/fonts/HKNova-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:HKNova;src:url(/fonts/HKNova-Medium.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Karu;src:url(/fonts/Karu%20Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:AvenirNextLTPro;src:url(/fonts/AvenirNextLTPro-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}.hero{position:relative;width:100%;min-height:100vh;height:100vh;margin:0;padding:0;overflow-x:clip;overflow-y:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10}.hero__slider-wrapper{position:relative;width:100%;height:100%;flex:1;display:flex;align-items:center;justify-content:center;z-index:2}.hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hero__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#e8f5eb,#d4e8db,#f0f7f2),radial-gradient(circle at 70% 50%,rgba(103,166,123,.15) 0%,transparent 60%);z-index:0}.hero__noise{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.02'/%3E%3C/svg%3E");opacity:.018;z-index:1;pointer-events:none}.hero__container{position:relative;z-index:2;display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;width:100%;max-width:1400px;padding:3rem 2rem;align-items:center;margin:0 auto;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Inter,Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:geometricPrecision}.hero__container--research{grid-template-columns:1fr;justify-items:end;padding-right:clamp(1rem,5vw,4.5rem)}.hero__text--research{max-width:560px;text-align:right;align-items:flex-end;gap:1.1rem}.hero__research-panel{background:#ffffff73;border:1px solid rgba(0,0,0,.06);border-radius:24px;padding:clamp(1rem,2.4vw,1.75rem);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 18px 50px #00000014;position:relative;z-index:2}.hero__text{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start;text-align:left}.hero__title{font-size:clamp(2.5rem,5vw,4.8rem);font-weight:700;line-height:1.05;letter-spacing:-.04em;color:#1a1a1a;margin:0;max-width:22ch;text-wrap:balance;overflow-wrap:normal;text-transform:none;text-shadow:0 1px 0 rgba(255,255,255,.35)}.hero__description{font-size:clamp(1.125rem,2vw,1.375rem);font-weight:400;line-height:1.5;color:#000000c2;margin:0;max-width:48ch}.hero__chips{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.25rem}.hero__chip{display:inline-flex;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#000000ad;background:#fff9;border:1px solid rgba(0,0,0,.08);border-radius:50px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .2s ease}.hero__chip:hover{background:#fffc;border-color:#00000026}.hero__cta-group{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:.5rem}.hero__cta--primary{display:inline-flex;align-items:center;gap:.75rem;background:#4d7a5e;color:#fff;padding:.95rem 1.65rem;font-size:1.125rem;font-weight:700;border-radius:50px;box-shadow:0 4px 16px #4d7a5e59;transition:all .3s cubic-bezier(.4,0,.2,1);min-width:-moz-fit-content;min-width:fit-content;position:relative;overflow:hidden}.hero__cta--primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.hero__cta--primary:hover:before{left:100%}.hero__cta--primary:hover{background:#456a54;box-shadow:0 6px 24px #4d7a5e73;transform:translateY(-2px)}.hero__cta--primary:active{transform:translateY(0);box-shadow:0 2px 8px #4d7a5e4d}.hero__cta--primary:focus-visible{outline:3px solid #4d7a5e;outline-offset:3px}.hero__cta--secondary{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#000000b8;padding:.95rem 0;font-size:1rem;font-weight:600;line-height:1;border:none;border-radius:999px;text-decoration:none;transition:color .3s ease,transform .2s ease;cursor:pointer;position:relative}.hero__cta--secondary:after{content:"";position:absolute;bottom:.75rem;left:0;width:0;height:1px;background:#0006;transition:width .3s ease}.hero__cta--secondary:hover{color:#000000e6;transform:translateY(-1px)}.hero__cta--secondary:hover:after{width:100%}.hero__cta--secondary:focus-visible{outline:2px solid rgba(77,122,94,.35);outline-offset:3px}.hero__cta-icon{width:1em;height:1em;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;transition:transform .3s ease;vertical-align:middle}.hero__cta--secondary:hover .hero__cta-icon{transform:translate(2px)}.hero__cta:hover .hero__cta-icon{transform:translate(4px)}.hero__trust-signal{position:relative;display:inline-flex;align-items:center;gap:.5rem;margin-top:.5rem;padding:.5rem .75rem;font-size:.875rem;color:#0009;cursor:pointer;border-radius:8px;transition:background .2s ease}.hero__trust-signal:hover{background:#00000008}.hero__trust-label{font-weight:400}.hero__trust-count{font-weight:600;color:#4d7a5e}.hero__countries-popover{position:absolute;bottom:100%;left:0;margin-bottom:.75rem;padding:1rem;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:12px;box-shadow:0 8px 24px #0000001f;z-index:10;min-width:280px}.hero__countries-popover-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.hero__country-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem;border-radius:8px;transition:background .2s ease}.hero__country-item:hover{background:#00000008}.hero__country-name{font-size:.75rem;color:#000000b3;text-align:center;line-height:1.2}.hero__product{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:400px;padding:2rem}.hero__product-image{position:relative;z-index:2;width:100%;max-width:500px;height:auto;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 24px 48px rgba(0,0,0,.18))}.hero__product-glow{position:absolute;top:-8%;right:-8%;bottom:-8%;left:-8%;border-radius:999px;z-index:1;background:radial-gradient(62% 58% at 58% 42%,#67a67b24,#67a67b14 26%,#67a67b00 70%);filter:blur(52px);transform:translateZ(0);pointer-events:none}.hero__slide--new{position:relative;background:linear-gradient(135deg,#e8f5eb,#d4e8db,#f0f7f2),radial-gradient(circle at 20% 30%,rgba(103,166,123,.12) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(103,166,123,.08) 0%,transparent 50%);display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:100vh;overflow:hidden}.hero__slide--new:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.02'/%3E%3C/svg%3E");pointer-events:none;z-index:1;opacity:.4}.hero__slide--new:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,transparent 0%,rgba(0,0,0,.03) 100%);pointer-events:none;z-index:1}.hero__new-container{position:relative;z-index:2;width:100%;max-width:1400px;padding:clamp(2rem,4vw,4rem) clamp(1.5rem,3vw,3rem);margin:0 auto;display:flex;align-items:center;justify-content:center}.hero__new-card{position:relative;z-index:2;width:100%;max-width:960px;padding:clamp(2rem,4vw,3.5rem);background:#ffffffbf;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);border-radius:24px;box-shadow:0 8px 32px #00000014;display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(1rem,2vw,1.5rem)}.hero__new-brand{font-family:AvenirNextLTPro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:400;color:#1a1a1a;margin:0;line-height:1.1;letter-spacing:-.02em;display:flex;align-items:baseline;justify-content:center;gap:0!important;flex-wrap:nowrap}.hero__new-brand-drop{margin:0!important;padding:0!important;flex-shrink:0;overflow:visible;display:inline-flex;align-items:center;justify-content:center;vertical-align:baseline;transform:translateY(.05em)}.hero__new-brand>span{display:inline-block;padding:0!important;margin:0!important;white-space:nowrap;line-height:1;letter-spacing:-.5px}.hero__new-brand .drop{padding:0!important;margin:0!important;display:inline-flex!important;vertical-align:baseline!important}.hero__new-brand>*{margin-left:0!important;margin-right:0!important}.hero__new-brand>*+*{margin-left:0!important}.hero__new-message{display:flex;flex-direction:column;gap:.5rem;max-width:100%;text-align:center;align-items:center}.hero__new-line1{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:clamp(.95rem,1.8vw,1.25rem);font-weight:400;color:#1a1a1ab3;margin:0;line-height:1.5;letter-spacing:.01em;text-transform:none;white-space:normal}.hero__new-line2{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:600;color:#1a1a1a;margin:0;line-height:1.3;letter-spacing:-.01em;text-transform:none;white-space:normal}.hero__new-pills-wrapper{position:relative;width:100%}.hero__new-pills{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;width:100%}.hero__new-pill-wrapper{position:relative}.hero__new-pill{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.5rem;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(103,166,123,.2);border-radius:50px;font-family:HKNova,sans-serif;font-size:clamp(.875rem,1.2vw,1rem);font-weight:500;color:#1a1a1a;cursor:pointer;transition:all .2s ease;outline:none}.hero__new-pill:hover{background:#fff;border-color:#67a67b66;box-shadow:0 4px 12px #67a67b26}.hero__new-pill:focus-visible{outline:2px solid rgba(103,166,123,.5);outline-offset:2px}.hero__new-pill:active{transform:scale(.98)}.hero__new-countries-popover{position:absolute;top:calc(100% + .75rem);left:50%;transform:translate(-50%);min-width:280px;max-width:90vw;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);border-radius:16px;box-shadow:0 8px 32px #0000001f;padding:1rem;z-index:1000}.hero__new-countries-popover-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.hero__new-country-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:8px;transition:background .2s ease}.hero__new-country-item:hover{background:#67a67b14}.hero__new-country-name{font-family:HKNova,sans-serif;font-size:.875rem;font-weight:500;color:#1a1a1a}.hero__new-benefits{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;width:100%}.hero__benefit-chip{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;background:#67a67b14;border:1px solid rgba(103,166,123,.15);border-radius:50px;transition:all .2s ease}.hero__benefit-chip:hover{background:#67a67b1f;border-color:#67a67b40}.hero__benefit-text{font-family:HKNova,sans-serif;font-size:clamp(.8rem,1.1vw,.9rem);font-weight:500;color:#1a1a1a;line-height:1.4;text-wrap:balance}.hero__new-countries{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem;align-items:flex-start;width:100%;overflow:hidden}.hero__countries-label{font-family:HKNova,sans-serif;font-size:clamp(.85rem,1.2vw,.95rem);font-weight:600;color:#2d2d2d;text-transform:uppercase;letter-spacing:.05em}.hero__countries-flags-wrapper{width:100%;overflow:hidden;position:relative;mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%)}.hero__countries-flags{display:flex;gap:.75rem;align-items:center;width:-moz-fit-content;width:fit-content}.hero__countries-flags--queue{animation:scrollFlags 30s linear infinite;will-change:transform}@keyframes scrollFlags{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion: reduce){.hero__countries-flags-wrapper{mask-image:none;-webkit-mask-image:none}.hero__countries-flags--queue{animation:none;will-change:auto}.hero__countries-flags{justify-content:center;flex-wrap:wrap;gap:.5rem}.hero__new-pill,.hero__cta{transition:none}.hero__cta-icon{animation:none!important}}.hero__country-flag-item{display:flex;align-items:center;justify-content:center;padding:.25rem;border-radius:4px;transition:transform .2s ease,filter .2s ease;flex-shrink:0}.hero__country-flag-item:hover{transform:scale(1.05);filter:brightness(1.1)}.hero__country-flag-item:focus-visible{outline:2px solid rgba(103,166,123,.5);outline-offset:2px;border-radius:4px}.hero__countries-flags-wrapper:hover .hero__countries-flags--queue{animation-play-state:paused}.hero__slide--research{position:relative;display:flex;flex-direction:column}.hero__slide-bg-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:left center;object-position:left center;z-index:0}.hero__slide-image-mobile{display:none}.hero__slide--video{position:relative;width:100%;height:100%;overflow:hidden;min-height:100vh;background:linear-gradient(145deg,#67a67b,#fffffff2 70%,#fff);display:flex;align-items:center;justify-content:center}.hero__video-fallback-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0;transition:opacity .5s ease;opacity:1}.hero__video-fallback-bg--hidden{opacity:0;pointer-events:none}.hero__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;z-index:1;background:transparent;transform:translateZ(0);-webkit-transform:translateZ(0);will-change:auto;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.hero__video-fallback{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:1;background:transparent}.hero__video-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;background:transparent;border:none;cursor:pointer;padding:0;transition:transform .2s ease,opacity .2s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent;min-width:64px;min-height:64px;display:flex;align-items:center;justify-content:center}.hero__video-play-button:hover{transform:translate(-50%,-50%) scale(1.1)}.hero__video-play-button:active{transform:translate(-50%,-50%) scale(.95)}.hero__video-play-button:focus-visible{outline:3px solid rgba(255,255,255,.8);outline-offset:4px;border-radius:50%}.hero__video-play-button svg{display:block;filter:drop-shadow(0 4px 12px rgba(0,0,0,.4));transform:translateZ(0);-webkit-transform:translateZ(0)}.hero__slide-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(60% 80% at 78% 50%,#ffffffb8,#fff0 60%),linear-gradient(90deg,#fff0,#ffffff8c 52%,#ffffffd9);z-index:1}.hero__eyebrow{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:#00000085;margin:0 0 .35rem}.hero__title--research{color:#1a1a1a;max-width:16ch;text-align:right}.hero__description--research{color:#000c;max-width:50ch;text-align:right}.hero__cta--secondary-small{font-size:.95rem;font-weight:600;opacity:.85;padding:.95rem 0;display:inline-flex;align-items:center;gap:8px}.hero__research-dropdown-wrapper{position:relative;display:inline-block}.hero__cta-chevron{width:1em;height:1em;flex-shrink:0;transition:transform .25s ease;margin-left:.5rem}.hero__cta-chevron--open{transform:rotate(180deg)}.hero__research-dropdown{position:absolute;top:calc(100% + .5rem);left:0;min-width:220px;background:#fff;border-radius:.75rem;box-shadow:0 4px 20px #00000026;border:1px solid rgba(0,0,0,.1);padding:.5rem;z-index:1000;overflow:hidden}.hero__research-dropdown-item{display:block;width:100%;padding:.625rem .75rem;background:transparent;border:none;border-radius:.5rem;color:var(--color-text-dark, #1a1a1a);font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s ease;text-align:left;cursor:pointer}.hero__research-dropdown-item:hover{background:#67a67b1a;color:var(--color-green-dark, #67A67B)}.hero__research-dropdown-item:focus-visible{outline:2px solid var(--color-green-dark, #67A67B);outline-offset:2px}.hero__slider-nav{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:30;padding:.5rem;background:#ffffffb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:50px}.hero__slider-nav--inside-panel{display:none}.hero__slider-dot{width:10px;height:10px;border-radius:50%;border:none;background:#0000004d;cursor:pointer;transition:all .3s ease;padding:0}.hero__slider-dot:hover{background:#00000080;transform:scale(1.2)}.hero__slider-dot--active{background:#4d7a5e;width:24px;border-radius:6px}.hero__slider-dot:focus-visible{outline:2px solid #4d7a5e;outline-offset:2px}@media (max-width: 1024px){.hero{height:auto;min-height:100vh}.hero__new-container{padding:clamp(2rem,3.5vw,3rem) clamp(1.5rem,2.5vw,2.5rem)}.hero__new-card{padding:clamp(2rem,3vw,2.5rem);gap:1rem}.hero__new-brand{font-size:clamp(2.5rem,5vw,4rem)}.hero__new-pills{gap:.6rem}.hero__new-countries-popover-grid{grid-template-columns:repeat(2,1fr)}.hero__container{grid-template-columns:1fr;gap:3rem;padding:2.5rem 2rem}.hero__container--research{grid-template-columns:1fr;justify-items:center}.hero__text{align-items:center;text-align:center;gap:1.25rem}.hero__text--research{text-align:center;align-items:center;max-width:100%}.hero__research-panel{width:100%;max-width:560px}.hero__title{max-width:100%}.hero__title--research{text-align:center;max-width:100%}.hero__description{max-width:60ch}.hero__description--research{text-align:center;max-width:100%}.hero__chips{justify-content:center}.hero__cta-group{justify-content:center;flex-direction:column;width:100%;gap:.75rem;margin-bottom:.5rem}.hero__cta--primary,.hero__cta--secondary{width:100%;justify-content:center}.hero__research-dropdown-wrapper{width:100%}.hero__research-dropdown{left:50%;transform:translate(-50%);min-width:calc(100% - 2rem);max-width:300px}.hero__trust-signal{justify-content:center}.hero__countries-popover{left:50%;transform:translate(-50%)}.hero__product{min-height:350px;order:-1;padding:1.5rem}.hero__product-image{max-width:400px}.hero__slider-nav{bottom:1.5rem}.hero__slide--new .hero__slider-nav{bottom:5rem}}@media (max-width: 768px){.hero{height:100vh;min-height:100vh;padding:0}.hero__slide--new{padding:0}.hero__new-container{padding:1.5rem 1rem}.hero__new-card{padding:clamp(1.5rem,3vw,2rem);gap:1rem;border-radius:20px}.hero__new-brand{font-size:clamp(2rem,7vw,3.5rem)}.hero__new-pills{gap:.5rem;flex-wrap:wrap}.hero__new-pill{padding:.55rem 1.25rem;font-size:.875rem}.hero__new-pills-wrapper{position:relative}.hero__new-countries-popover{left:50%;right:auto;min-width:260px;max-width:calc(100vw - 2rem);transform:translate(-50%)}.hero__new-countries-popover-grid{grid-template-columns:1fr}.hero__new-benefits{gap:.4rem}.hero__benefit-chip{padding:.4rem .85rem}.hero__cta-group{width:100%;flex-direction:column;gap:.75rem}.hero__cta--primary{width:100%;max-width:100%}.hero__benefit-text{font-size:clamp(.8rem,2vw,.95rem);white-space:normal;text-align:center}.hero__new-countries{align-items:center;margin-top:1.25rem}.hero__countries-flags-wrapper{width:100%;max-width:100%}.hero__countries-flags{gap:.5rem}.hero__container{padding:1.5rem 1rem;gap:2rem}.hero__container--research{padding:2rem 1rem}.hero__text{gap:1rem}.hero__text--research{text-align:center;align-items:center}.hero__title{font-size:clamp(2rem,8vw,3rem);max-width:100%;line-height:1.08}.hero__title--research{text-align:center;max-width:100%}.hero__description{font-size:clamp(1rem,3vw,1.125rem);max-width:100%}.hero__description--research{text-align:center;max-width:100%}.hero__eyebrow{font-size:.75rem;text-align:center}.hero__chips{gap:.5rem}.hero__chip{font-size:.8125rem;padding:.375rem .75rem}.hero__cta-group{width:100%;gap:.625rem;margin-bottom:.25rem}.hero__cta--primary{font-size:1rem;padding:.875rem 1.75rem}.hero__cta--secondary{font-size:.9375rem;padding:.875rem 0}.hero__product{min-height:300px;padding:1rem}.hero__product-image{max-width:280px}.hero__slide-bg-image{-o-object-position:center center;object-position:center center}.hero__slide-overlay{background:radial-gradient(60% 80% at 50% 50%,#ffffffb8,#fff0 60%),linear-gradient(180deg,#fff0,#ffffff8c,#ffffffd9)}.hero__research-panel{width:100%;max-width:100%;padding:1.25rem}.hero__countries-popover{min-width:240px;left:50%;transform:translate(-50%)}.hero__countries-popover-grid{grid-template-columns:repeat(2,1fr)}.hero__slider-nav{bottom:1rem;padding:.375rem}.hero__slide--new .hero__slider-nav{bottom:7.5rem}.hero__slide--new{padding-bottom:1rem}.hero__slider-dot{width:8px;height:8px}.hero__slider-dot--active{width:20px}.hero__slide--research{display:grid;grid-template-rows:46vh auto;position:relative}.hero__slide--research .hero__slide-bg-image,.hero__slide--research .hero__slide-overlay{display:none}.hero__slide-image-mobile{display:block;position:relative;height:46vh;width:100%;overflow:hidden;z-index:0}.hero__slide-image-mobile-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:20% 20%;object-position:20% 20%}.hero__container--research{justify-items:center;padding:0 1rem 1.125rem;margin-top:-1.125rem;position:relative;z-index:1}.hero__research-panel{width:min(560px,100%);background:#ffffffc7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.06);border-radius:24px;padding:1.125rem 1rem}.hero__text--research{text-align:center;align-items:center;gap:.875rem}.hero__eyebrow{font-size:.6875rem;margin-bottom:.25rem}.hero__title--research{font-size:clamp(1.5rem,6vw,2rem);line-height:1.15;max-width:100%;text-align:center}.hero__description--research{font-size:clamp(.875rem,2.5vw,1rem);line-height:1.4;max-width:100%;text-align:center;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hero__cta-group{flex-direction:column;width:100%;gap:.75rem}.hero__cta--primary{width:100%}.hero__cta--secondary{width:100%;text-align:center;justify-content:center}.hero__container--research .hero__research-panel{position:relative;padding-bottom:2.5rem}.hero__slider-nav--inside-panel{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);z-index:100;margin-top:.75rem}.hero__slider-nav--research{display:none}.hero__slider-nav--inside-panel{display:flex}.hero__slide--video{min-height:100vh;min-height:100dvh;position:relative;overflow:hidden;touch-action:none;-webkit-overflow-scrolling:touch}.hero__video,.hero__video-fallback{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center center;object-position:center center;transform:translateZ(0);-webkit-transform:translateZ(0);margin:auto}@media (orientation: portrait){.hero__video,.hero__video-fallback{-o-object-fit:contain;object-fit:contain;-o-object-position:center center;object-position:center center;width:100%;height:100%;max-width:100%;max-height:100%;margin:auto}}@media (orientation: landscape){.hero__slide--video{min-height:100vh;min-height:100dvh}.hero__video,.hero__video-fallback{-o-object-fit:contain;object-fit:contain;-o-object-position:center center;object-position:center center;width:100%;height:100%;max-width:100%;max-height:100%;margin:auto}}.hero__video-fallback-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-size:contain;background-position:center center;background-repeat:no-repeat;max-width:100%;max-height:100%;margin:auto}.hero__video-play-button{min-width:72px;min-height:72px;padding:8px;z-index:3}.hero__video-play-button svg{width:72px;height:72px;filter:drop-shadow(0 6px 16px rgba(0,0,0,.5));transform:translateZ(0);-webkit-transform:translateZ(0)}}@media (max-width: 360px){.hero__video-play-button{min-width:64px;min-height:64px}.hero__video-play-button svg{width:64px;height:64px}.hero__slide--new .hero__slider-nav{bottom:6.5rem}.hero__slider-nav{padding:.25rem;gap:.5rem}.hero__slider-dot{width:7px;height:7px}.hero__slider-dot--active{width:18px}}@media (prefers-reduced-motion: reduce){.hero__product-image,.hero__product-glow{animation:none}.hero__cta{transition:none}.hero__cta:hover{transform:none}.hero__cta-icon{transition:none}.hero__cta:hover .hero__cta-icon{transform:none}.hero__slide{filter:none!important}}.video-section{position:relative;width:100%;min-height:100vh;overflow:hidden;background:#000;display:flex;align-items:center;justify-content:center;z-index:1}.video-section__container{position:relative;width:100%;height:100%;min-height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.video-section__fallback-bg{display:none}.video-section__fallback-bg--hidden{opacity:0;pointer-events:none}.video-section__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;z-index:1;background:transparent;transform:translateZ(0);-webkit-transform:translateZ(0);will-change:auto;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.video-section__fallback{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:1;background:transparent}.video-section__play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;background:transparent;border:none;cursor:pointer;padding:0;transition:transform .2s ease,opacity .2s ease}.video-section__play-button:hover{transform:translate(-50%,-50%) scale(1.1)}.video-section__play-button:active{transform:translate(-50%,-50%) scale(.95)}.video-section__play-button:focus-visible{outline:3px solid rgba(255,255,255,.8);outline-offset:4px;border-radius:50%}.video-section__play-button svg{display:block;filter:drop-shadow(0 4px 12px rgba(0,0,0,.4));transform:translateZ(0);-webkit-transform:translateZ(0)}@media (max-width: 768px){.video-section{min-height:auto;height:auto;position:relative;overflow:hidden;touch-action:none;-webkit-overflow-scrolling:touch}.video-section__container{min-height:auto;height:auto;display:flex;align-items:center;justify-content:center}.video-section__video,.video-section__fallback{position:relative;width:100%;height:auto;max-height:100vh;max-height:100dvh;-o-object-fit:contain;object-fit:contain;-o-object-position:center center;object-position:center center;transform:translateZ(0);-webkit-transform:translateZ(0)}@media (orientation: portrait){.video-section__video,.video-section__fallback{-o-object-fit:contain;object-fit:contain;-o-object-position:center center;object-position:center center;width:100%;height:auto;max-height:100vh;max-height:100dvh}}@media (orientation: landscape){.video-section__video,.video-section__fallback{-o-object-fit:contain;object-fit:contain;-o-object-position:center center;object-position:center center;width:100%;height:auto;max-height:100vh;max-height:100dvh}}.video-section__fallback-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-size:contain;background-position:center center;background-repeat:no-repeat;max-width:100%;max-height:100%;margin:auto}.video-section__play-button{min-width:72px;min-height:72px;padding:8px;z-index:3}.video-section__play-button svg{width:72px;height:72px;filter:drop-shadow(0 6px 16px rgba(0,0,0,.5));transform:translateZ(0);-webkit-transform:translateZ(0)}}@media (max-width: 360px){.video-section__play-button{min-width:64px;min-height:64px}.video-section__play-button svg{width:64px;height:64px}}@media (prefers-reduced-motion: reduce){.video-section__video{animation:none}}.add-to-cart-button{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#2c5530,#1e3a21);color:#fff;border:none;border-radius:9999px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .4s ease,box-shadow .4s ease;box-shadow:0 4px 16px #2c55304d;position:relative;overflow:hidden;width:100%}.add-to-cart-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .8s ease;pointer-events:none;opacity:0}.add-to-cart-button:hover:not(:disabled){background:linear-gradient(135deg,#1e3a21,#2c5530);box-shadow:0 6px 30px #2c553066}.add-to-cart-button:hover:not(:disabled):before{left:100%;opacity:1}.add-to-cart-button:disabled{opacity:.7;cursor:not-allowed}.add-to-cart-button--adding{background:linear-gradient(135deg,#1e3a21,#2c5530)}.add-to-cart-button--success{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 6px 30px #10b98166}.add-to-cart-button svg{flex-shrink:0}.add-to-cart-button span{white-space:nowrap}.product-section{padding:4rem 0;background:linear-gradient(180deg,#fff,#f8f9fa,#fff);position:relative;overflow:hidden}.product-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,rgba(44,85,48,.03) 0%,transparent 50%);pointer-events:none}.product-section__content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:1100px;margin:0 auto;padding:0 2rem}.product-section__image-wrapper{position:relative;display:flex;justify-content:center;align-items:center}.product-section__image-container{position:relative;width:100%;max-width:450px;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.product-section__image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(44,85,48,.15));z-index:2;position:relative}.product-section__image-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:radial-gradient(circle,rgba(44,85,48,.1) 0%,transparent 70%);border-radius:50%;z-index:1;animation:pulse 3s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.1)}}.product-section__info{display:flex;flex-direction:column;gap:1rem}.product-section__title{font-size:2.75rem;font-weight:700;background:linear-gradient(135deg,#2c5530,#1e3a21);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 .5rem;line-height:1.1;letter-spacing:-.02em}.product-section__subtitle{font-size:1.25rem;font-weight:500;color:#666;margin:0 0 .75rem;line-height:1.4}.product-section__description{font-size:1rem;line-height:1.6;color:#555;margin:0 0 1rem;max-width:550px}.product-section__features{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1.5rem;margin:.75rem 0;padding:.75rem 0;flex-wrap:wrap}.product-section__feature{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#444;font-weight:500}.product-section__feature-icon{color:#2c5530;flex-shrink:0}.product-section__trust-badge-overlay{position:absolute;top:1rem;left:1rem;right:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem .75rem;background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:9999px;box-shadow:0 4px 12px #0000001a;z-index:3}.product-section__trust-stars{display:flex;gap:2px;align-items:center}.product-section__trust-text-overlay{font-size:.8rem;color:#333;font-weight:600;white-space:nowrap;text-align:center;line-height:1.3}@media (max-width: 640px){.product-section__trust-badge-overlay{flex-wrap:wrap;padding:.4rem .6rem;gap:.35rem;top:.5rem;left:.5rem;right:.5rem}.product-section__trust-stars{gap:1px}.product-section__trust-stars svg{width:12px;height:12px}.product-section__trust-text-overlay{font-size:.7rem;white-space:normal;line-height:1.2}}@media (max-width: 480px){.product-section__trust-badge-overlay{padding:.35rem .5rem;gap:.3rem}.product-section__trust-text-overlay{font-size:.65rem}.product-section__trust-stars svg{width:11px;height:11px}}.product-section__purchase{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.product-section__price-row{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.product-section__price{display:flex;flex-direction:column;gap:.25rem}.product-section__price-label{font-size:.8rem;color:#666;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.product-section__price-value{font-size:2.25rem;font-weight:700;color:#2c5530;line-height:1}.product-section__shipping-info{font-size:.85rem;color:#10b981;font-weight:500;white-space:nowrap}.product-section__buy-button{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#2c5530,#1e3a21);color:#fff;border:none;border-radius:9999px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .4s ease,box-shadow .4s ease;box-shadow:0 4px 16px #2c55304d;position:relative;overflow:hidden}.product-section__buy-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .8s ease;pointer-events:none;opacity:0}.product-section__buy-button:hover:not(:disabled){background:linear-gradient(135deg,#1e3a21,#2c5530);box-shadow:0 6px 30px #2c553066}.product-section__buy-button:hover:not(:disabled):before{left:100%;opacity:1}.product-section__buy-button:disabled{opacity:.7;cursor:not-allowed}.product-section__buy-button--adding{background:linear-gradient(135deg,#1e3a21,#2c5530)}.product-section__buy-button--success{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 6px 30px #10b98166}.product-section__buy-button svg{flex-shrink:0}@media (max-width: 968px){.product-section{padding:3rem 0}.product-section__content{grid-template-columns:1fr;gap:2rem;text-align:center}.product-section__image-container{max-width:350px;margin:0 auto}.product-section__title{font-size:2.25rem}.product-section__subtitle{font-size:1.1rem}.product-section__description{font-size:.95rem}.product-section__features{justify-content:center}.product-section__price-row{flex-direction:column;align-items:center;gap:.5rem}.product-section__purchase{align-items:center}}@media (max-width: 640px){.product-section{padding:2.5rem 0}.product-section__content{padding:0 1rem;gap:1.5rem}.product-section__title{font-size:1.75rem}.product-section__subtitle{font-size:1rem}.product-section__price-value{font-size:1.75rem}.product-section__features{flex-direction:column;gap:.75rem;align-items:center}.product-section__buy-button{width:100%;padding:.875rem 1.5rem}.product-section__trust-badge-overlay{top:.5rem;left:.5rem;right:.5rem;padding:.4rem .6rem;flex-wrap:wrap;gap:.35rem}.product-section__trust-stars{gap:1px}.product-section__trust-stars svg{width:12px;height:12px}.product-section__trust-text-overlay{font-size:.7rem;white-space:normal;line-height:1.2;text-align:center}}@media (max-width: 480px){.product-section__trust-badge-overlay{padding:.35rem .5rem;gap:.3rem;top:.4rem;left:.4rem;right:.4rem}.product-section__trust-text-overlay{font-size:.65rem;line-height:1.15}.product-section__trust-stars svg{width:11px;height:11px}}.about{background-color:#f9faf9;padding-block:6rem;padding-inline:2rem;position:relative}.about__content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.about__text{display:flex;flex-direction:column;gap:var(--spacing-xl)}.about__title{font-size:2.5rem;font-weight:700;color:var(--color-green-dark);margin:0;letter-spacing:.05em;line-height:1.1;text-transform:uppercase}.about__description{font-size:1.125rem;line-height:1.6;color:var(--color-text);margin:0;max-width:60ch}.about__description strong{font-weight:700;color:var(--color-text-dark)}.about__certifications{display:flex;justify-content:flex-start;margin-top:var(--spacing-md);transition:transform var(--transition-normal)}.about__certifications-image{max-width:100%;height:auto;width:auto;max-height:125px;-o-object-fit:contain;object-fit:contain;transition:transform var(--transition-normal)}.about__certifications:hover .about__certifications-image{transform:scale(1.05)}.about__visual{display:flex;justify-content:center;align-items:center}.about__visual-image{max-width:100%;height:auto;width:100%;max-width:500px;filter:drop-shadow(0 20px 40px rgba(103,166,123,.2));animation:shadowPulse 4s ease-in-out infinite;will-change:filter}@keyframes shadowPulse{0%,to{filter:drop-shadow(0 20px 40px rgba(103,166,123,.2))}50%{filter:drop-shadow(0 25px 50px rgba(103,166,123,.3))}}.about__visual-image:hover{animation:none;filter:drop-shadow(0 30px 60px rgba(103,166,123,.35))}@media (max-width: 1024px){.about{padding:4rem 2rem}.about__content{gap:3rem}.about__title{font-size:2.25rem}.about__description{font-size:1rem}.about__certifications-image{max-height:110px}}@media (max-width: 768px){.about{padding:4rem 1.5rem}.about__content{grid-template-columns:1fr;gap:3rem}.about__text{align-items:center;text-align:center}.about__title{font-size:2rem}.about__description{text-align:left;max-width:none}.about__certifications{justify-content:center}.about__certifications-image{max-height:100px}}@media (max-width: 480px){.about{padding:3rem 1rem}.about__title{font-size:1.75rem;line-height:1.2}.about__description{font-size:.95rem}.about__certifications-image{max-height:80px}}@media (prefers-reduced-motion: reduce){.about__certifications,.about__certifications-image{transition:none}.about__certifications:hover .about__certifications-image{transform:none}.about__visual-image{animation:none}}@media (prefers-contrast: high){.about__title{color:var(--color-text-dark)}}.composition-section{background:#f9faf9;padding-block:6rem}.composition__header{text-align:center;margin-bottom:var(--spacing-3xl)}.composition__title{font-size:2.5rem;font-weight:700;color:var(--color-green-dark);margin:0 0 var(--spacing-lg) 0;letter-spacing:.05em;line-height:1.1;text-transform:uppercase}.composition__subtitle{font-size:1.25rem;line-height:1.6;color:var(--color-text);max-width:70ch;margin:0 auto;opacity:.9}.composition__herbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;padding-top:2rem}.composition__herb-card{background:#fff9;border:1px solid rgba(255,255,255,.25);border-radius:16px;box-shadow:0 4px 20px #0000000d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:2rem;transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.composition__herb-card:hover{transform:translateY(-4px);box-shadow:0 6px 24px #00000014}.composition__herb-image-wrapper{width:200px;height:200px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;border:2px solid var(--color-green-light);overflow:hidden;background:#fff;padding:8px;transition:transform .25s ease,border-color .25s ease}.composition__herb-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.composition__herb-card:hover .composition__herb-image-wrapper{border-color:var(--color-green-dark)}.composition__herb-content{display:flex;flex-direction:column;gap:var(--spacing-sm);width:100%;text-align:center}.composition__herb-name{font-size:1.25rem;font-weight:700;color:var(--color-green-dark);margin:0 0 var(--spacing-sm) 0;text-transform:uppercase;letter-spacing:.05em;text-align:center}.composition__herb-separator{width:100%;height:1px;background:#0000001a;margin:var(--spacing-sm) 0}.composition__herb-scientific-label{font-size:.875rem;color:var(--color-text);margin:0;opacity:.7;font-weight:500;text-transform:none;text-align:center}.composition__herb-scientific{font-size:1rem;color:var(--color-text);margin:.25rem 0 var(--spacing-md) 0;font-style:italic;opacity:.8;font-weight:400;text-align:center}.composition__herb-description{font-size:.95rem;line-height:1.6;color:var(--color-text);margin:0;opacity:.85;text-align:justify;text-justify:inter-word;-webkit-hyphens:auto;hyphens:auto}@media (min-width: 1024px){.composition__herbs{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px) and (max-width: 1023px){.composition-section{padding:var(--spacing-2xl) 0}.composition__header{margin-bottom:var(--spacing-2xl)}.composition__title{font-size:2.25rem}.composition__subtitle{font-size:1.125rem}.composition__herbs{grid-template-columns:repeat(2,1fr);gap:var(--spacing-lg)}.composition__herb-card{padding:var(--spacing-lg)}.composition__herb-image-wrapper{width:180px;height:180px;margin-bottom:var(--spacing-lg)}.composition__herb-name{font-size:1.125rem}.composition__herb-scientific{font-size:.95rem}.composition__herb-description{font-size:.9rem;text-align:justify}}@media (max-width: 767px){.composition-section{padding:var(--spacing-xl) 0}.composition-section .container{padding-left:2rem;padding-right:2rem}.composition__header{margin-bottom:var(--spacing-xl)}.composition__title{font-size:2rem}.composition__subtitle{font-size:1rem}.composition__herbs{grid-template-columns:1fr;gap:var(--spacing-md);padding-top:var(--spacing-lg)}.composition__herb-card{padding:var(--spacing-md)}.composition__herb-image-wrapper{width:160px;height:160px;margin-bottom:var(--spacing-md)}.composition__herb-name{font-size:1rem}.composition__herb-scientific{font-size:.875rem}.composition__herb-description{font-size:.85rem;text-align:left}}@media (max-width: 480px){.composition-section{padding:var(--spacing-lg) 0}.composition__title{font-size:1.75rem;line-height:1.2}.composition__subtitle{font-size:.95rem}.composition__herb-card{padding:var(--spacing-sm) var(--spacing-md)}.composition__herb-image-wrapper{width:140px;height:140px;margin-bottom:var(--spacing-sm)}.composition__herb-name{font-size:.95rem}.composition__herb-scientific{font-size:.8rem}.composition__herb-description{font-size:.8rem;line-height:1.4;text-align:left}}@media (prefers-reduced-motion: reduce){.composition__herb-card,.composition__herb-image-wrapper{transition:none}.composition__herb-card:hover{transform:none}.composition__herb-image-wrapper{transition:none}}@media (prefers-contrast: high){.composition__herb-card{border-width:2px;border-color:var(--color-green-dark);background:#ffffffe6}.composition__herb-name{color:var(--color-text-dark)}.composition__herb-image-wrapper{border-width:3px;border-color:var(--color-green-dark)}.composition__herb-card:hover .composition__herb-image-wrapper{border-color:var(--color-green-dark)}}.testimonials{background-color:var(--color-bg);padding:6rem 0;margin:6rem 0}.testimonials .container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-md)}@media (min-width: 768px){.testimonials .container{padding:0 var(--spacing-xl)}}.testimonials__title{text-align:center;font-size:2.5rem;font-weight:600;color:var(--color-green-dark);margin:0 0 var(--spacing-lg) 0;letter-spacing:.02em;line-height:1.1}.testimonials__subtitle{text-align:center;font-size:1.125rem;line-height:1.6;color:var(--color-text-muted);margin:0 0 var(--spacing-3xl) 0;max-width:700px;margin-left:auto;margin-right:auto}.testimonials__carousel-container{position:relative;display:flex;align-items:center;gap:var(--spacing-lg);margin-bottom:var(--spacing-2xl)}.testimonials__nav-button{background:#fffc;border:1px solid rgba(255,255,255,.3);border-radius:50%;width:56px;height:56px;display:flex;align-items:center;justify-content:center;color:var(--color-green-dark);cursor:pointer;transition:all .3s ease;flex-shrink:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #0000001a;z-index:2}.testimonials__nav-button:hover{background:#fffffff2;transform:scale(1.1);box-shadow:0 6px 16px #00000026}.testimonials__nav-button:active{transform:scale(.95)}.testimonials__nav-button:focus{outline:3px solid var(--color-green-light);outline-offset:2px}.testimonials__nav-button svg{font-size:1.25rem}.testimonials__carousel{flex:1;position:relative;min-height:400px;display:flex;align-items:center;justify-content:center}.testimonials__slide{width:100%;display:flex;align-items:center;justify-content:center}.testimonial-card{background:#ffffffb3;border:1px solid rgba(255,255,255,.4);border-radius:24px;box-shadow:0 8px 32px #00000014;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:3rem;width:100%;max-width:900px;margin:0 auto;transition:all .3s ease}.testimonial-card__content{display:flex;flex-direction:column;gap:2rem;text-align:center}.testimonial-header{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.avatar{width:120px;height:120px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:4px solid rgba(103,166,123,.2);box-shadow:0 4px 16px #0000001a}.testimonial-header__info{display:flex;flex-direction:column;gap:.5rem}.testimonial-header__name{font-size:1.75rem;font-weight:600;color:var(--color-text-dark);margin:0;letter-spacing:.01em}.testimonial-header__role{font-size:1.125rem;color:var(--color-text-muted);margin:0;line-height:1.4;font-weight:400}.quote-container{margin-top:1rem;position:relative;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.quote-icon{flex-shrink:0;opacity:.6;color:var(--color-green-dark)}.quote-icon svg{width:32px;height:32px}.quote{font-style:italic;line-height:1.8;color:var(--color-text-dark);margin:0;font-size:1.25rem;max-width:700px;font-weight:400}.testimonials__indicators{display:flex;justify-content:center;gap:var(--spacing-sm);margin-top:var(--spacing-2xl)}.testimonials__indicator{width:12px;height:12px;border-radius:50%;border:2px solid var(--color-green-dark);background-color:transparent;cursor:pointer;transition:all .3s ease;padding:0}.testimonials__indicator:hover{background-color:#67a67b4d;transform:scale(1.2)}.testimonials__indicator--active{background-color:var(--color-green-dark);width:32px;border-radius:6px}.testimonials__indicator:focus{outline:2px solid var(--color-green-light);outline-offset:2px}@media (min-width: 768px) and (max-width: 1199px){.testimonials__title{font-size:2.25rem}.testimonials__subtitle{font-size:1.0625rem}.testimonial-card{padding:2.5rem}.avatar{width:100px;height:100px}.testimonial-header__name{font-size:1.5rem}.testimonial-header__role{font-size:1rem}.quote{font-size:1.125rem}.quote-icon svg{width:28px;height:28px}}@media (max-width: 767px){.testimonials{padding:4rem 0;margin:4rem 0}.testimonials__title{font-size:2rem}.testimonials__subtitle{font-size:1rem;margin-bottom:var(--spacing-2xl)}.testimonials__carousel-container{gap:var(--spacing-md)}.testimonials__nav-button{width:48px;height:48px}.testimonials__nav-button svg{font-size:1rem}.testimonials__carousel{min-height:350px}.testimonial-card{padding:2rem 1.5rem;border-radius:20px}.testimonial-card__content{gap:1.5rem}.avatar{width:80px;height:80px;border-width:3px}.testimonial-header{gap:1rem}.testimonial-header__name{font-size:1.25rem}.testimonial-header__role{font-size:.9375rem}.quote-container{gap:1rem}.quote-icon svg{width:24px;height:24px}.quote{font-size:1rem;line-height:1.6}.testimonials__indicators{margin-top:var(--spacing-xl)}}@media (prefers-reduced-motion: reduce){.testimonial-card,.testimonials__nav-button{transition:none}.testimonials__nav-button:hover{transform:none}.testimonials__indicator{transition:none}.testimonials__indicator:hover{transform:none}}@media (prefers-contrast: high){.testimonial-card{border-width:2px;border-color:var(--color-green-dark)}.testimonial-header__name,.quote{color:var(--color-text-dark)}.testimonials__nav-button{border-width:2px;border-color:var(--color-green-dark)}}.studies{background:linear-gradient(180deg,#fff,#f8f9fa);padding-block:6rem;position:relative;overflow:hidden}.studies:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(103,166,123,.04) 0%,transparent 60%);pointer-events:none}.studies .container{max-width:1400px;margin:0 auto}.studies__content{display:grid;grid-template-columns:1.1fr .9fr;gap:4rem;align-items:center;min-height:600px}.studies__image-wrapper{position:relative;display:flex;align-items:center;justify-content:center;height:100%}.studies__image-container{position:relative;width:100%;height:100%;max-height:650px;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #0000001f,0 8px 24px #00000014;background:var(--color-bg)}.studies__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block;transition:transform .6s cubic-bezier(.4,0,.2,1)}.studies__image-container:hover .studies__image{transform:scale(1.05)}.studies__image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(103,166,123,.05) 0%,transparent 40%,transparent 60%,rgba(168,203,176,.03) 100%);pointer-events:none;z-index:1}.studies__image-glow{position:absolute;top:-20%;left:-20%;width:140%;height:140%;background:radial-gradient(circle,rgba(103,166,123,.15) 0%,transparent 70%);filter:blur(40px);z-index:0;pointer-events:none;opacity:.6;animation:pulseGlow 4s ease-in-out infinite}@keyframes pulseGlow{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}.studies__text{display:flex;flex-direction:column;gap:1.5rem;position:relative;z-index:2}.studies__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:var(--color-green-dark);color:var(--color-text-light);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;border-radius:50px;width:-moz-fit-content;width:fit-content;box-shadow:0 4px 12px #67a67b40}.studies__badge svg{flex-shrink:0}.studies__title{font-size:clamp(2.5rem,5vw,3.75rem);font-weight:700;color:var(--color-green-dark);line-height:1.1;letter-spacing:-.02em;margin:.5rem 0 0}.studies__description{font-size:1.125rem;line-height:1.8;color:var(--color-text);margin:0;opacity:.9}.studies__highlight{margin:1rem 0;padding:1.5rem;background:#ffffffb3;border:1px solid rgba(103,166,123,.15);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 16px #0000000a}.studies__highlight-text{font-size:1rem;line-height:1.7;color:var(--color-text);margin:0;font-style:italic;opacity:.85}.studies__cta-wrapper{width:-moz-fit-content;width:fit-content;margin-top:.5rem}.studies__cta{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:var(--color-green-dark);color:var(--color-text-light);font-size:1rem;font-weight:600;text-decoration:none;border-radius:12px;box-shadow:0 4px 16px #67a67b4d,0 2px 8px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.studies__cta:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.studies__cta:hover:before{left:100%}.studies__cta:hover{background:#5a9170;box-shadow:0 6px 20px #67a67b66,0 4px 12px #00000026}.studies__cta:focus{outline:3px solid var(--color-green-light);outline-offset:3px}.studies__cta svg{flex-shrink:0;transition:transform .3s ease}.studies__cta:hover svg{transform:translate(4px)}@media (min-width: 1400px){.studies__content{gap:5rem}}@media (max-width: 1199px){.studies__content{grid-template-columns:1fr 1fr;gap:3rem}.studies__image-container{max-height:550px}}@media (max-width: 968px){.studies{padding-block:var(--spacing-3xl)}.studies__content{grid-template-columns:1fr;gap:var(--spacing-3xl);min-height:auto}.studies__image-wrapper{order:2}.studies__text{order:1}.studies__image-container{max-height:450px}.studies__title{font-size:clamp(2rem,6vw,2.75rem)}.studies__description{font-size:1rem}}@media (max-width: 767px){.studies{padding-block:var(--spacing-2xl)}.studies__content{gap:var(--spacing-2xl)}.studies__image-container{max-height:400px;border-radius:16px}.studies__badge{font-size:.75rem;padding:.5rem 1rem}.studies__badge svg{width:14px;height:14px}.studies__title{font-size:2rem;margin-top:.25rem}.studies__description{font-size:.9375rem;line-height:1.7}.studies__highlight{padding:1.25rem}.studies__highlight-text{font-size:.9375rem}.studies__cta{padding:.875rem 1.75rem;font-size:.9375rem;width:100%;justify-content:center}}@media (max-width: 480px){.studies__image-container{max-height:350px}.studies__title{font-size:1.75rem}.studies__description{font-size:.875rem}.studies__cta{padding:.75rem 1.5rem;font-size:.875rem}}@media (prefers-reduced-motion: reduce){.studies__image{transition:none}.studies__image-container:hover .studies__image{transform:none}.studies__image-glow{animation:none}.studies__cta{transition:none}.studies__cta:before{display:none}}@media (prefers-contrast: high){.studies__image-container{border:2px solid var(--color-green-dark)}.studies__highlight{border-width:2px;border-color:var(--color-green-dark)}.studies__cta{border:2px solid var(--color-text-light)}}.contact{background:linear-gradient(180deg,#fff,#f8f9fa);padding-block:6rem;position:relative;overflow:hidden}.contact:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 50%,rgba(103,166,123,.04) 0%,transparent 60%);pointer-events:none}.contact .container{max-width:1200px;margin:0 auto}.contact__content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.contact__text{display:flex;flex-direction:column;gap:var(--spacing-xl)}.contact__title{font-size:2.5rem;font-weight:700;color:var(--color-green-dark);margin:0;letter-spacing:.05em;line-height:1.1;text-transform:uppercase}.contact__description{font-size:1.125rem;line-height:1.6;color:var(--color-text);margin:0;max-width:55ch}.contact__actions{display:flex;gap:var(--spacing-md);flex-wrap:wrap;margin-top:var(--spacing-sm)}.contact__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:9999px;font-weight:600;font-size:1rem;text-decoration:none;transition:all var(--transition-normal);cursor:pointer;border:2px solid transparent}.contact__btn--primary{background:var(--color-green-dark);color:#fff;border-color:var(--color-green-dark)}.contact__btn--primary:hover{background:transparent;color:var(--color-green-dark);box-shadow:0 8px 24px #67a67b33}.contact__btn--secondary{background:#fffc;color:var(--color-text-dark);border-color:#67a67b33;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact__btn--secondary:hover{background:#fff;border-color:var(--color-green-dark);box-shadow:0 8px 24px #0000001a}.contact__btn:focus{outline:3px solid var(--color-green-dark);outline-offset:3px}.contact__document{display:flex;justify-content:center;align-items:center;height:100%}.contact__document-wrapper{position:relative;width:100%;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #0000001f,0 8px 24px #00000014;background:var(--color-bg);transition:transform .6s cubic-bezier(.4,0,.2,1)}.contact__document-wrapper:hover{transform:translateY(-4px);box-shadow:0 24px 72px #00000026,0 12px 32px #0000001a}.contact__document-image{width:100%;height:auto;display:block;-o-object-fit:contain;object-fit:contain}@media (max-width: 1024px){.contact{padding:4rem 2rem}.contact__content{gap:3rem}.contact__title{font-size:2.25rem}.contact__description{font-size:1rem}}@media (max-width: 768px){.contact{padding:4rem 1.5rem}.contact__content{grid-template-columns:1fr;gap:3rem}.contact__text{align-items:center;text-align:center}.contact__title{font-size:2rem}.contact__description{text-align:left;max-width:none}.contact__actions{justify-content:center;flex-direction:column;width:100%}.contact__btn{width:100%;justify-content:center;max-width:300px}}@media (max-width: 480px){.contact{padding:3rem 1rem}.contact__title{font-size:1.75rem;line-height:1.2}.contact__description{font-size:.95rem}.contact__btn{padding:.75rem 1.5rem;font-size:.9375rem}}@media (prefers-reduced-motion: reduce){.contact__btn,.contact__document-wrapper{transition:none}.contact__document-wrapper:hover{transform:none}}@media (prefers-contrast: high){.contact__title{color:var(--color-text-dark)}.contact__btn{border-width:3px}}@media print{.contact{background:#fff;padding:2rem}.contact__content{grid-template-columns:1fr;gap:1rem}.contact__btn{border:1px solid #000;background:#fff;color:#000}.contact__document-wrapper{box-shadow:none}}.paypal-standard-form-container{width:100%;max-width:600px;margin:0 auto}.paypal-standard-form{background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:2rem;border-radius:24px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.3)}.form-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(44,85,48,.1)}.form-header h3{margin:0;font-size:1.5rem;font-weight:700;color:#2c5530}.form-summary{background:#2c55300d;padding:1rem;border-radius:12px;margin-bottom:1.5rem}.summary-row{display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:600}.summary-row .amount{color:#2c5530;font-size:1.5rem}.processing-indicator{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem;margin:1rem 0;background:#2c55300d;border-radius:12px;color:#2c5530;font-weight:500}.processing-indicator .spinner{animation:spin 1s linear infinite}.processing-indicator svg:not(.spinner){color:#10b981}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.paypal-buttons-wrapper{margin:1.5rem 0;min-height:50px}.paypal-buttons-wrapper :global([data-funding-source=paypal]){border-radius:9999px!important}.paypal-buttons-wrapper :global([data-funding-source=card]){border-radius:9999px!important}.message{padding:1rem;border-radius:12px;margin:1rem 0;font-weight:500;text-align:center}.message.error{background:linear-gradient(135deg,#fee,#fdd);border:2px solid #fcc;color:#c33}.message.success{background:linear-gradient(135deg,#efe,#dfd);border:2px solid #cfc;color:#3c3}.payment-info{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;font-size:.85rem;color:#666;text-align:center}.payment-info svg{color:#10b981;flex-shrink:0}.paypal-error{padding:1.5rem;background:linear-gradient(135deg,#fee,#fdd);border:2px solid #fcc;border-radius:16px;color:#c33;text-align:center}.paypal-error p{margin:0;font-weight:600}@media (max-width: 640px){.paypal-standard-form{padding:1.5rem}.form-header h3{font-size:1.25rem}}.payment-success{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative}.payment-success__container{position:relative;text-align:center;max-width:600px;width:100%;z-index:2}.payment-success__icon-wrapper{display:flex;justify-content:center;margin-bottom:2rem}.payment-success__icon{color:#10b981;filter:drop-shadow(0 4px 12px rgba(16,185,129,.3));animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.9}}.payment-success__title{font-size:2.5rem;font-weight:700;color:#2c5530;margin:0 0 1rem;line-height:1.2}.payment-success__message{font-size:1.1rem;color:#666;line-height:1.6;margin:0 0 1rem}.payment-success__countdown{font-size:.95rem;color:#999;font-style:italic;margin:0 0 2rem}.payment-success__actions{display:flex;justify-content:center;gap:1rem}.payment-success__button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#2c5530,#1e3a21);color:#fff;border:none;border-radius:9999px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #2c55304d}.payment-success__button:hover{background:linear-gradient(135deg,#1e3a21,#2c5530);box-shadow:0 6px 30px #2c553066}.payment-success__decoration{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.05;z-index:1;pointer-events:none}@media (max-width: 640px){.payment-success__title{font-size:2rem}.payment-success__message{font-size:1rem}.payment-success__button{width:100%;justify-content:center}}.cart{max-width:800px;margin:0 auto;padding:2rem}.cart-empty{text-align:center;padding:4rem 2rem}.cart-empty h2{margin-bottom:1rem}.cart-empty p{color:#666;font-size:1.1rem}.cart h2{margin-bottom:2rem;font-size:2rem;color:#2c5530}.cart-items{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.cart-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#f9f9f9;border-radius:8px;border:1px solid #e0e0e0}.cart-item-image{width:80px;height:80px;-o-object-fit:cover;object-fit:cover;border-radius:4px}.cart-item-details{flex:1}.cart-item-details h3{margin:0 0 .5rem;font-size:1.1rem;color:#333}.cart-item-price{color:#666;font-size:.9rem}.cart-item-controls{display:flex;align-items:center;gap:1rem}.quantity-controls{display:flex;align-items:center;gap:.5rem;border:1px solid #ddd;border-radius:4px;padding:.25rem}.quantity-btn{background:transparent;border:none;cursor:pointer;padding:.25rem .5rem;display:flex;align-items:center;justify-content:center;color:#2c5530;transition:background-color .2s}.quantity-btn:hover{background:#f0f0f0}.quantity-value{min-width:2rem;text-align:center;font-weight:600}.cart-item-subtotal{font-weight:600;color:#2c5530;min-width:80px;text-align:right}.remove-btn{background:transparent;border:none;cursor:pointer;padding:.5rem;color:#dc3545;display:flex;align-items:center;justify-content:center;transition:color .2s}.remove-btn:hover{color:#c82333}.cart-footer{border-top:2px solid #e0e0e0;padding-top:1.5rem}.cart-summary{margin-bottom:1.5rem}.cart-summary-row{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:1rem}.cart-total{font-size:1.5rem;font-weight:700;color:#2c5530;margin-top:1rem;padding-top:1rem;border-top:1px solid #ddd}.checkout-btn{width:100%;padding:1rem 2rem;background:#2c5530;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .2s}.checkout-btn:hover{background:#1e3a21}.checkout-btn:active{transform:scale(.98)}@media (max-width: 768px){.cart{padding:1rem}.cart-item{flex-direction:column;align-items:flex-start}.cart-item-controls{width:100%;justify-content:space-between}.cart-item-image{width:100%;height:200px}}.checkout-container{max-width:1200px;margin:0 auto;padding:2rem;position:relative;min-height:60vh}.checkout-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(44,85,48,.03) 0%,transparent 70%);pointer-events:none;z-index:0}.checkout-back{margin-bottom:2rem}.back-to-home-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#ffffffe6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(44,85,48,.2);border-radius:9999px;font-size:1rem;color:#2c5530;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.back-to-home-btn:hover{background:#2c5530;color:#fff;border-color:#2c5530;box-shadow:0 4px 12px #2c55304d;transform:translateY(-2px)}.checkout-empty,.checkout-success{text-align:center;padding:4rem 2rem}.checkout-success h2{color:#2c5530;margin-bottom:1rem}.checkout-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.checkout-payment-section{background:#fffc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:2.5rem;border-radius:24px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.3);position:relative;z-index:1}.checkout-payment-section h2{margin-bottom:2rem;font-size:2rem;color:#2c5530}.payment-method-selection{text-align:center}.payment-method-selection__title{margin-bottom:2rem;font-size:1.2rem;font-weight:600;color:#333;letter-spacing:-.01em}.payment-method-buttons{display:flex;flex-direction:column;gap:1rem}.payment-method-btn{width:100%;padding:1.25rem 2rem;background:#ffffffe6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:2px solid rgba(44,85,48,.2);border-radius:9999px;font-size:1.1rem;font-weight:600;color:#2c5530;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 4px 16px #2c55301a}.payment-method-btn:hover{background:linear-gradient(135deg,#2c5530,#1e3a21);color:#fff;border-color:#2c5530;box-shadow:0 6px 24px #2c55304d;transform:translateY(-2px)}.payment-method-btn:active{transform:translateY(0)}.back-button{display:inline-flex;align-items:center;gap:.5rem;background:transparent;border:none;color:#2c5530;cursor:pointer;padding:.5rem 1rem;margin-bottom:1.5rem;font-size:.95rem;font-weight:500;border-radius:9999px;transition:all .2s ease}.back-button:hover{color:#1e3a21;background:#2c55301a}.paypal-payment{margin-top:1rem}.payment-error{margin-top:1.5rem;padding:1.25rem;background:linear-gradient(135deg,#fee,#fdd);border:2px solid #fcc;border-radius:16px;color:#c33;text-align:center;box-shadow:0 4px 16px #cc33331a;animation:shake .5s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.payment-error:before{content:"⚠️";display:block;font-size:2rem;margin-bottom:.5rem}.payment-error p{margin:0 0 1rem;font-weight:600;font-size:1rem}.retry-button{margin-top:1rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#2c5530,#1e3a21);color:#fff;border:none;border-radius:9999px;cursor:pointer;font-weight:600;transition:all .3s ease;box-shadow:0 4px 16px #2c55304d}.retry-button:hover{background:linear-gradient(135deg,#1e3a21,#2c5530);box-shadow:0 6px 24px #2c553066;transform:translateY(-2px)}@media (max-width: 968px){.checkout-content{grid-template-columns:1fr}.checkout-container{padding:1rem}}.cart-sidebar__backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:9998}.cart-sidebar{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:420px;background:#fff;box-shadow:-4px 0 24px #00000026;z-index:9999;display:flex;flex-direction:column;overflow:hidden}.cart-sidebar__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#2c5530,#1e3a21);color:#fff}.cart-sidebar__header-content{display:flex;align-items:center;gap:.75rem}.cart-sidebar__header-content h2{margin:0;font-size:1.5rem;font-weight:700}.cart-sidebar__count-badge{background:#fff3;color:#fff;padding:.25rem .5rem;border-radius:9999px;font-size:.875rem;font-weight:600}.cart-sidebar__close-btn{background:#ffffff1a;border:none;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.cart-sidebar__close-btn:hover{background:#fff3;transform:rotate(90deg)}.cart-sidebar__content{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column}.cart-sidebar__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;color:#6b7280}.cart-sidebar__empty p{margin:1rem 0;font-size:1.1rem}.cart-sidebar__continue-btn{margin-top:1rem;padding:.75rem 1.5rem;background:#2c5530;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.cart-sidebar__continue-btn:hover{background:#1e3a21}.cart-sidebar__items{flex:1;display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.cart-sidebar__item{display:flex;gap:1rem;padding:1rem;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}.cart-sidebar__item-image{width:80px;height:80px;-o-object-fit:contain;object-fit:contain;border-radius:8px;background:#fff;padding:.5rem}.cart-sidebar__item-details{flex:1;display:flex;flex-direction:column;gap:.5rem}.cart-sidebar__item-details h3{margin:0;font-size:1rem;font-weight:600;color:#111827}.cart-sidebar__item-price{font-size:.875rem;color:#6b7280}.cart-sidebar__item-controls{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.cart-sidebar__quantity-controls{display:flex;align-items:center;gap:.5rem;border:1px solid #d1d5db;border-radius:6px;padding:.25rem}.cart-sidebar__quantity-btn{background:transparent;border:none;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#2c5530;border-radius:4px;transition:all .2s}.cart-sidebar__quantity-btn:hover{background:#e5e7eb}.cart-sidebar__quantity-value{min-width:24px;text-align:center;font-weight:600;font-size:.875rem}.cart-sidebar__remove-btn{background:transparent;border:none;color:#dc2626;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.cart-sidebar__remove-btn:hover{color:#b91c1c;transform:scale(1.1)}.cart-sidebar__item-subtotal{font-weight:700;color:#2c5530;font-size:1.1rem;align-self:flex-start}.cart-sidebar__footer{border-top:2px solid #e5e7eb;padding-top:1.5rem;background:#fff;margin-top:auto}.cart-sidebar__summary{margin-bottom:1.5rem}.cart-sidebar__summary-row{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.95rem;color:#4b5563}.cart-sidebar__total{font-size:1.25rem;font-weight:700;color:#111827;padding-top:.75rem;border-top:1px solid #e5e7eb;margin-top:.5rem}.cart-sidebar__checkout-btn{width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#2c5530,#1e3a21);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s;box-shadow:0 4px 12px #2c55304d}.cart-sidebar__checkout-btn:hover{background:linear-gradient(135deg,#1e3a21,#2c5530);box-shadow:0 6px 20px #2c553066;transform:translateY(-2px)}.cart-sidebar__checkout-btn:active{transform:translateY(0)}@media (max-width: 640px){.cart-sidebar{max-width:100%}}.star-border-container{display:inline-block;position:relative;border-radius:20px;overflow:hidden;animation:subtle-pulse 3s ease-in-out infinite}.border-gradient-bottom{position:absolute;width:300%;height:50%;opacity:.85;bottom:-12px;right:-250%;border-radius:50%;animation:star-movement-bottom linear infinite alternate;z-index:0;filter:blur(2px)}.border-gradient-top{position:absolute;opacity:.85;width:300%;height:50%;top:-12px;left:-250%;border-radius:50%;animation:star-movement-top linear infinite alternate;z-index:0;filter:blur(2px)}.inner-content{position:relative;border:1.5px solid rgba(37,211,102,.4);background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#1f2937;font-size:.8125rem;text-align:center;padding:.5rem .875rem;border-radius:20px;z-index:1;font-weight:500;letter-spacing:-.01em;line-height:1.2;white-space:nowrap;font-family:var(--font-primary, "Inter", sans-serif);box-shadow:0 2px 12px #25d36633,0 0 0 1px #25d36626 inset;transition:all .3s ease}@keyframes star-movement-bottom{0%{transform:translate(0);opacity:.9}50%{opacity:1}to{transform:translate(-100%);opacity:.5}}@keyframes star-movement-top{0%{transform:translate(0);opacity:.9}50%{opacity:1}to{transform:translate(100%);opacity:.5}}@keyframes subtle-pulse{0%,to{filter:brightness(1)}50%{filter:brightness(1.05)}}@media (prefers-reduced-motion: reduce){.star-border-container,.border-gradient-bottom,.border-gradient-top{animation:none}}.whatsapp-floating-container{position:fixed;bottom:2rem;left:2rem;z-index:1015;display:flex;flex-direction:row;align-items:center;gap:.75rem;pointer-events:none}.whatsapp-floating-button{display:flex;align-items:center;justify-content:center;width:56px;height:56px;padding:0;background:#25d366;color:#fff;border:none;border-radius:50%;cursor:pointer;box-sizing:border-box;overflow:visible;box-shadow:0 2px 12px #25d36659;transition:all .2s ease;position:relative;pointer-events:auto}.whatsapp-floating-button:hover{box-shadow:0 4px 20px #25d36680;transform:translateY(-2px)}.whatsapp-floating-button__icon{font-size:28px;z-index:2;position:relative;display:flex;align-items:center;justify-content:center}.whatsapp-floating-text-wrapper{display:flex;align-items:center;pointer-events:auto}.whatsapp-floating-button__shadow{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;background:#25d366;opacity:.4;z-index:1;animation:pulse-shadow 2.5s ease-in-out infinite}@keyframes pulse-shadow{0%,to{transform:scale(1);opacity:.4}50%{transform:scale(1.2);opacity:.15}}@media (max-width: 768px){.whatsapp-floating-container{bottom:max(1rem,env(safe-area-inset-bottom,1rem));left:max(1rem,env(safe-area-inset-left,1rem));gap:.625rem}.whatsapp-floating-button{width:52px;height:52px}.whatsapp-floating-button__icon{font-size:26px}.whatsapp-floating-text-wrapper .inner-content{font-size:.75rem;padding:.4375rem .75rem}}@media (max-width: 480px){.whatsapp-floating-container{bottom:max(.875rem,env(safe-area-inset-bottom,.875rem));left:max(.875rem,env(safe-area-inset-left,.875rem));gap:.5rem}.whatsapp-floating-button{width:48px;height:48px}.whatsapp-floating-button__icon{font-size:24px}.whatsapp-floating-text-wrapper .inner-content{font-size:.6875rem;padding:.375rem .625rem}}@media (prefers-reduced-motion: reduce){.whatsapp-floating-button__shadow{animation:none}}.research-process{min-height:100vh;background:linear-gradient(180deg,#fff,#f8f9fa)}.research-process__hero{background:linear-gradient(135deg,var(--color-green-dark) 0%,#5a9170 100%);padding-block:4rem 3rem;position:relative;overflow:hidden}.research-process__hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,rgba(255,255,255,.1) 0%,transparent 50%);pointer-events:none}.research-process__hero-content{position:relative;z-index:2}.research-process__back{margin-bottom:2rem}.research-process__back-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-text-light);text-decoration:none;font-weight:500;font-size:.9375rem;transition:all .3s ease;padding:.5rem 0;opacity:.9}.research-process__back-link:hover{opacity:1;transform:translate(-4px)}.research-process__back-link svg{transition:transform .3s ease}.research-process__back-link:hover svg{transform:translate(-4px)}.research-process__title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:var(--color-text-light);line-height:1.1;letter-spacing:-.02em;margin:0;text-transform:uppercase}.research-process__content{padding-block:4rem}.research-process__layout{display:grid;grid-template-columns:.35fr .65fr;gap:4rem;align-items:start}.research-process__image-column{position:sticky;top:2rem}.research-process__image-wrapper{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #00000026,0 8px 24px #0000001a;background:var(--color-bg)}.research-process__image{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}.research-process__image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 0%,transparent 60%,rgba(103,166,123,.05) 100%);pointer-events:none}.research-process__text-column{display:flex;flex-direction:column;gap:3rem}.research-process__section{background:#fffc;border:1px solid rgba(103,166,123,.1);border-radius:20px;padding:2.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0000000d;transition:all .3s ease}.research-process__section:hover{box-shadow:0 8px 30px #00000014;transform:translateY(-2px)}.research-process__section--vdac{background:linear-gradient(135deg,#67a67b0d,#ffffffe6);border-color:#67a67b33}.research-process__section-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(103,166,123,.2)}.research-process__section-number{font-size:2.5rem;font-weight:700;color:var(--color-green-dark);opacity:.3;line-height:1;min-width:60px}.research-process__section-title{font-size:1.75rem;font-weight:700;color:var(--color-green-dark);margin:0;line-height:1.3;letter-spacing:-.01em;flex:1}.research-process__text{font-size:1.0625rem;line-height:1.9;color:var(--color-text)}.research-process__text p{margin:0 0 1.5rem}.research-process__text p:last-child{margin-bottom:0}.research-process__text p strong{font-weight:600;color:var(--color-text-dark)}.research-process__highlight{background:linear-gradient(135deg,#67a67b1a,#a8cbb00d);border-left:4px solid var(--color-green-dark);padding:1.5rem 1.75rem;border-radius:12px;margin-top:1.5rem!important;box-shadow:0 2px 8px #0000000a}.research-process__highlight-label{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-green-dark);margin:0 0 .75rem;opacity:.8}.research-process__highlight p:last-child{margin:0;font-weight:500;color:var(--color-text);line-height:1.7}.research-process__conclusion{background:linear-gradient(135deg,#67a67b26,#a8cbb01a);border:2px solid rgba(103,166,123,.3);padding:2rem;border-radius:16px;margin-top:1.5rem!important;box-shadow:0 4px 12px #67a67b26}.research-process__conclusion-label{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-green-dark);margin:0 0 1rem;opacity:.9}.research-process__conclusion p:last-child{margin:0;font-weight:600;color:var(--color-green-dark);font-size:1.125rem;line-height:1.7}@media (min-width: 1400px){.research-process__layout{gap:5rem}.research-process__section{padding:3rem}}@media (max-width: 1199px){.research-process__layout{grid-template-columns:.4fr .6fr;gap:3rem}}@media (max-width: 968px){.research-process__hero{padding-block:3rem 2rem}.research-process__content{padding-block:3rem}.research-process__layout{grid-template-columns:1fr;gap:3rem}.research-process__image-column{position:static;max-width:400px;margin:0 auto}.research-process__text-column{gap:2.5rem}.research-process__section{padding:2rem}.research-process__section-header{flex-direction:column;align-items:flex-start;gap:.75rem}.research-process__section-number{font-size:2rem}.research-process__section-title{font-size:1.5rem}.research-process__text{font-size:1rem}}@media (max-width: 767px){.research-process__hero{padding-block:3.5rem 1.5rem}.research-process__back{margin-bottom:1.5rem}.research-process__title{font-size:clamp(1.75rem,6vw,2rem);line-height:1.2}.research-process__content{padding-block:2.5rem}.research-process__layout{gap:2.5rem}.research-process__image-column{max-width:100%}.research-process__text-column{gap:2rem}.research-process__section{padding:1.5rem;border-radius:16px}.research-process__section-header{margin-bottom:1.25rem;padding-bottom:.75rem;flex-direction:row;align-items:center}.research-process__section-number{font-size:1.75rem;min-width:50px}.research-process__section-title{font-size:1.375rem}.research-process__text{font-size:.9375rem;line-height:1.8}.research-process__text p{margin-bottom:1.25rem}.research-process__highlight{padding:1rem 1.25rem;font-size:.9375rem;margin-top:1rem!important}.research-process__highlight-label{font-size:.8125rem;margin-bottom:.5rem}.research-process__conclusion{padding:1.25rem 1.5rem;margin-top:1rem!important}.research-process__conclusion-label{font-size:.8125rem;margin-bottom:.75rem}.research-process__conclusion p:last-child{font-size:1rem}}@media (max-width: 480px){.research-process__hero{padding-block:3rem 1.25rem}.research-process__back{margin-bottom:1.25rem}.research-process__back-link{font-size:.875rem;padding:.4rem 0}.research-process__title{font-size:clamp(1.5rem,7vw,1.75rem);letter-spacing:-.01em}.research-process__content{padding-block:2rem}.research-process__layout{gap:2rem}.research-process__text-column{gap:1.5rem}.research-process__section{padding:1.25rem;border-radius:12px}.research-process__section-header{margin-bottom:1rem;padding-bottom:.75rem;flex-direction:row;gap:.5rem}.research-process__section-number{font-size:1.5rem;min-width:45px}.research-process__section-title{font-size:1.25rem}.research-process__text{font-size:.875rem;line-height:1.7}.research-process__text p{margin-bottom:1rem}.research-process__highlight{padding:.875rem 1rem;margin-top:.75rem!important;border-radius:8px}.research-process__highlight-label{font-size:.75rem;margin-bottom:.5rem}.research-process__highlight p:last-child{font-size:.875rem}.research-process__conclusion{padding:1rem 1.25rem;margin-top:.75rem!important;border-radius:12px}.research-process__conclusion-label{font-size:.75rem;margin-bottom:.75rem}.research-process__conclusion p:last-child{font-size:.9375rem}}@media (max-width: 768px){.research-process .container{padding-left:1rem;padding-right:1rem}}@media (max-width: 480px){.research-process .container{padding-left:.75rem;padding-right:.75rem}}@media (prefers-reduced-motion: reduce){.research-process__section{transition:none}.research-process__section:hover{transform:none}.research-process__back-link{transition:none}.research-process__back-link:hover{transform:none}}@media (prefers-contrast: high){.research-process__section{border-width:2px;border-color:var(--color-green-dark)}.research-process__highlight{border-left-width:6px}.research-process__conclusion{border-width:2px}}.scientific-research{min-height:100vh;background:linear-gradient(180deg,#fff,#f8f9fa)}.scientific-research__hero{background:linear-gradient(135deg,var(--color-green-dark) 0%,#5a9170 100%);padding-block:4rem 3rem;position:relative;overflow:hidden}.scientific-research__hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,rgba(255,255,255,.1) 0%,transparent 50%);pointer-events:none}.scientific-research__hero-content{position:relative;z-index:2}.scientific-research__back{margin-bottom:2rem}.scientific-research__back-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-text-light);text-decoration:none;font-weight:500;font-size:.9375rem;transition:all .3s ease;padding:.5rem 0;opacity:.9}.scientific-research__back-link:hover{opacity:1;transform:translate(-4px)}.scientific-research__back-link svg{transition:transform .3s ease}.scientific-research__back-link:hover svg{transform:translate(-4px)}.scientific-research__title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:var(--color-text-light);line-height:1.1;letter-spacing:-.02em;margin:0;text-transform:uppercase}.scientific-research__content{padding-block:4rem}.scientific-research__layout{display:grid;grid-template-columns:.35fr .65fr;gap:4rem;align-items:start}.scientific-research__image-column{position:sticky;top:2rem}.scientific-research__image-wrapper{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #00000026,0 8px 24px #0000001a;background:var(--color-bg)}.scientific-research__image{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}.scientific-research__image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 0%,transparent 60%,rgba(103,166,123,.05) 100%);pointer-events:none}.scientific-research__text-column{display:flex;flex-direction:column;gap:3rem}.scientific-research__section{background:#fffc;border:1px solid rgba(103,166,123,.1);border-radius:20px;padding:2.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0000000d;transition:all .3s ease}.scientific-research__section:hover{box-shadow:0 8px 30px #00000014;transform:translateY(-2px)}.scientific-research__section--conclusions{background:linear-gradient(135deg,#67a67b0d,#ffffffe6);border-color:#67a67b33}.scientific-research__section-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(103,166,123,.2)}.scientific-research__section-title{font-size:1.75rem;font-weight:700;color:var(--color-green-dark);margin:0;line-height:1.3;letter-spacing:-.01em}.scientific-research__section-subtitle{font-size:1.5rem;font-weight:700;color:var(--color-green-dark);margin:0;line-height:1.3;letter-spacing:-.01em}.scientific-research__text{font-size:1.0625rem;line-height:1.9;color:var(--color-text)}.scientific-research__text p{margin:0 0 1.5rem}.scientific-research__text p:last-child{margin-bottom:0}.scientific-research__text p strong{font-weight:600;color:var(--color-text-dark)}.scientific-research__accordion{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.scientific-research__accordion-item{background:#ffffffe6;border:1px solid rgba(103,166,123,.15);border-radius:12px;overflow:hidden;transition:all .3s ease}.scientific-research__accordion-item:hover{border-color:#67a67b4d;box-shadow:0 2px 8px #0000000d}.scientific-research__accordion-item[open]{border-color:#67a67b66;box-shadow:0 4px 12px #00000014}.scientific-research__accordion-header{padding:1.25rem 1.5rem;font-size:1.125rem;font-weight:600;color:var(--color-green-dark);cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.scientific-research__accordion-header::-webkit-details-marker{display:none}.scientific-research__accordion-header:after{content:"+";font-size:1.5rem;font-weight:300;color:var(--color-green-dark);transition:transform .3s ease}.scientific-research__accordion-item[open] .scientific-research__accordion-header:after{content:"−";transform:rotate(180deg)}.scientific-research__accordion-header:hover{background:#67a67b0d}.scientific-research__accordion-content{padding:0 1.5rem 1.5rem;font-size:1rem;line-height:1.8;color:var(--color-text)}.scientific-research__accordion-content p{margin:0 0 1rem}.scientific-research__accordion-content p:last-child{margin-bottom:0}.scientific-research__accordion-content ul{margin:1rem 0;padding-left:1.5rem;list-style-type:disc}.scientific-research__accordion-content li{margin-bottom:.5rem;line-height:1.7}.scientific-research__note{background:linear-gradient(135deg,#67a67b1a,#a8cbb00d);border-left:4px solid var(--color-green-dark);padding:1rem 1.25rem;border-radius:8px;margin-top:1rem}.scientific-research__note p{margin:0;font-size:.9375rem;line-height:1.6}.scientific-research__table-wrapper{margin:1.5rem 0;overflow-x:auto;overflow-y:hidden;border-radius:8px;box-shadow:0 2px 8px #0000000d;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#62ad80 #f1f1f1}.scientific-research__table-wrapper::-webkit-scrollbar{height:8px}.scientific-research__table-wrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.scientific-research__table-wrapper::-webkit-scrollbar-thumb{background:#62ad80;border-radius:4px}.scientific-research__table-wrapper::-webkit-scrollbar-thumb:hover{background:#4a8a66}.scientific-research__table{width:100%;border-collapse:collapse;border:1px solid rgba(0,0,0,.1);background-color:#ddedd3;font-size:.9375rem;min-width:100%}.scientific-research__table td{padding:.75rem .5rem;border:1px solid rgba(0,0,0,.1);text-align:center;vertical-align:middle}.scientific-research__table td p{margin:0;line-height:1.5}.scientific-research__table-header{background-color:#999!important;color:#fff;font-weight:600}.scientific-research__table-header p{color:#fff;font-weight:600}.scientific-research__table-header p strong{color:#fff}.scientific-research__table tr:nth-child(2n){background-color:#ffffff4d}.scientific-research__table tr:hover{background-color:#ffffff80}.scientific-research__table--viability{font-size:.875rem}.scientific-research__table--viability td{padding:.5rem .375rem;white-space:nowrap}@media (max-width: 1199px){.scientific-research__layout{grid-template-columns:.4fr .6fr;gap:3rem}}@media (max-width: 968px){.scientific-research__hero{padding-block:3rem 2rem}.scientific-research__content{padding-block:3rem}.scientific-research__layout{grid-template-columns:1fr;gap:2.5rem}.scientific-research__image-column{position:static;max-width:100%;margin:0;order:-1}.scientific-research__image-wrapper{border-radius:16px}.scientific-research__text-column{gap:2rem;width:100%}.scientific-research__section{padding:1.75rem;border-radius:16px}.scientific-research__section-title{font-size:1.5rem}.scientific-research__section-subtitle{font-size:1.25rem}.scientific-research__text{font-size:1rem;line-height:1.8}}@media (max-width: 767px){.scientific-research__hero{padding-block:2.5rem 1.25rem}.scientific-research__back{margin-bottom:1.25rem}.scientific-research__back-link{font-size:.875rem}.scientific-research__title{font-size:clamp(1.5rem,6vw,1.75rem);line-height:1.2}.scientific-research__content{padding-block:2rem}.scientific-research__layout{display:flex;flex-direction:column;gap:2rem}.scientific-research__image-column{order:-1;width:100%;max-width:100%;margin:0}.scientific-research__image-wrapper{border-radius:12px;width:100%}.scientific-research__image{width:100%;height:auto;max-height:300px;-o-object-fit:cover;object-fit:cover}.scientific-research__text-column{width:100%;gap:1.5rem}.scientific-research__section{padding:1.25rem;border-radius:12px;width:100%;box-sizing:border-box}.scientific-research__section-header{margin-bottom:1rem;padding-bottom:.75rem}.scientific-research__section-title{font-size:clamp(1.25rem,4vw,1.375rem);line-height:1.3}.scientific-research__section-subtitle{font-size:clamp(1.125rem,3.5vw,1.25rem);line-height:1.3}.scientific-research__text{font-size:clamp(.875rem,2.5vw,.9375rem);line-height:1.7;word-wrap:break-word;overflow-wrap:break-word}.scientific-research__text p{margin-bottom:1rem}.scientific-research__accordion{gap:.75rem;margin-top:1rem}.scientific-research__accordion-item{border-radius:10px}.scientific-research__accordion-header{padding:.875rem 1rem;font-size:clamp(.875rem,2.5vw,.9375rem);line-height:1.4}.scientific-research__accordion-header:after{font-size:1.25rem;margin-left:.5rem;flex-shrink:0}.scientific-research__accordion-content{padding:0 1rem 1rem;font-size:clamp(.8125rem,2.5vw,.875rem);line-height:1.7}.scientific-research__accordion-content p{margin-bottom:.75rem}.scientific-research__accordion-content ul{margin:.75rem 0;padding-left:1.125rem}.scientific-research__accordion-content li{margin-bottom:.5rem;font-size:clamp(.8125rem,2.5vw,.875rem);line-height:1.6}.scientific-research__table-wrapper{margin:1rem -1.25rem;border-radius:0;-webkit-overflow-scrolling:touch;width:calc(100% + 2.5rem)}.scientific-research__table{min-width:600px;font-size:.75rem}.scientific-research__table td{padding:.5rem .375rem}.scientific-research__table td p{font-size:.75rem;line-height:1.4}.scientific-research__table-header,.scientific-research__table-header p{font-size:.75rem}.scientific-research__table--viability{min-width:650px;font-size:.6875rem}.scientific-research__table--viability td{padding:.375rem .25rem}.scientific-research__table--viability td p{font-size:.6875rem;line-height:1.3}.scientific-research__table--viability .scientific-research__table-header,.scientific-research__table--viability .scientific-research__table-header p{font-size:.6875rem}.scientific-research__note{padding:.75rem 1rem;margin-top:.75rem;border-radius:6px;border-left-width:3px}.scientific-research__note p{font-size:clamp(.8125rem,2.5vw,.875rem);line-height:1.6}}@media (max-width: 480px){.scientific-research__hero{padding-block:2rem 1rem}.scientific-research__back{margin-bottom:1rem}.scientific-research__back-link{font-size:.8125rem;padding:.35rem 0}.scientific-research__title{font-size:clamp(1.375rem,7vw,1.5rem);letter-spacing:-.01em}.scientific-research__content{padding-block:1.5rem}.scientific-research__layout{gap:1.5rem}.scientific-research__image-column{width:100%}.scientific-research__image-wrapper{border-radius:10px}.scientific-research__image{max-height:250px}.scientific-research__text-column{gap:1.25rem}.scientific-research__section{padding:1rem;border-radius:10px}.scientific-research__section-header{margin-bottom:.875rem;padding-bottom:.625rem}.scientific-research__section-title{font-size:clamp(1.125rem,4vw,1.25rem)}.scientific-research__section-subtitle{font-size:clamp(1rem,3.5vw,1.125rem)}.scientific-research__text{font-size:clamp(.8125rem,2.5vw,.875rem);line-height:1.7}.scientific-research__text p{margin-bottom:.875rem}.scientific-research__text p strong{font-size:clamp(.875rem,2.5vw,.9375rem)}.scientific-research__accordion{gap:.625rem;margin-top:.875rem}.scientific-research__accordion-header{padding:.75rem .875rem;font-size:clamp(.8125rem,2.5vw,.875rem)}.scientific-research__accordion-header:after{font-size:1.125rem}.scientific-research__accordion-content{padding:0 .875rem .875rem;font-size:clamp(.75rem,2.5vw,.8125rem)}.scientific-research__accordion-content p{margin-bottom:.625rem}.scientific-research__accordion-content ul{margin:.625rem 0;padding-left:1rem}.scientific-research__accordion-content li{margin-bottom:.375rem;font-size:clamp(.75rem,2.5vw,.8125rem)}.scientific-research__table-wrapper{margin:.875rem -1rem;width:calc(100% + 2rem)}.scientific-research__table{font-size:.6875rem;min-width:500px}.scientific-research__table td{padding:.375rem .25rem}.scientific-research__table td p{font-size:.6875rem;line-height:1.3}.scientific-research__table-header,.scientific-research__table-header p{font-size:.6875rem}.scientific-research__table--viability{font-size:.625rem;min-width:550px}.scientific-research__table--viability td{padding:.25rem .1875rem}.scientific-research__table--viability td p{font-size:.625rem;line-height:1.2}.scientific-research__table--viability .scientific-research__table-header,.scientific-research__table--viability .scientific-research__table-header p{font-size:.625rem}.scientific-research__note{padding:.625rem .875rem;margin-top:.625rem;border-radius:6px}.scientific-research__note p{font-size:clamp(.75rem,2.5vw,.8125rem)}}@media (max-width: 768px){.scientific-research .container{padding-left:1rem;padding-right:1rem}.scientific-research__section .scientific-research__table-wrapper{margin-left:-1rem;margin-right:-1rem}}@media (max-width: 480px){.scientific-research .container{padding-left:.75rem;padding-right:.75rem}.scientific-research__section .scientific-research__table-wrapper{margin-left:-.75rem;margin-right:-.75rem}}@media (prefers-reduced-motion: reduce){.scientific-research__section{transition:none}.scientific-research__section:hover{transform:none}.scientific-research__back-link{transition:none}.scientific-research__back-link:hover{transform:none}}.veterinary-medicine{min-height:100vh;background:#fff}.veterinary-medicine__hero{background:linear-gradient(135deg,#62ad80,#68ac84);padding:8rem 0 4rem;color:#fff;position:relative;overflow:hidden}.veterinary-medicine__hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.veterinary-medicine__hero-content{position:relative;z-index:1}.veterinary-medicine__back{margin-bottom:2rem}.veterinary-medicine__back-link{display:inline-flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-size:1rem;transition:all .3s ease;padding:.5rem 1rem;border-radius:8px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.veterinary-medicine__back-link:hover{background:#fff3;transform:translate(-4px)}.veterinary-medicine__title{font-size:3.5rem;font-weight:200;line-height:1.2;margin:0;text-transform:uppercase;letter-spacing:.05em}.veterinary-medicine__content{padding:4rem 0}.veterinary-medicine__layout{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:start}.veterinary-medicine__image-column{position:sticky;top:2rem}.veterinary-medicine__image-wrapper{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #00000026}.veterinary-medicine__image{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}.veterinary-medicine__image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#62ad801a,#62ad804d);pointer-events:none}.veterinary-medicine__text-column{display:flex;flex-direction:column;gap:2rem}.veterinary-medicine__section{background:#fff}.veterinary-medicine__text{font-size:1.125rem;line-height:1.8;color:#333}.veterinary-medicine__text p{margin-bottom:1.5rem}.veterinary-medicine__text p:last-child{margin-bottom:0}.veterinary-medicine__text strong{color:#62ad80;font-weight:600}@media (max-width: 1024px){.veterinary-medicine__layout{grid-template-columns:1fr;gap:3rem}.veterinary-medicine__image-column{position:static}.veterinary-medicine__title{font-size:2.5rem}}@media (max-width: 768px){.veterinary-medicine__hero{padding:4rem 0 2rem}.veterinary-medicine__back{margin-bottom:1.5rem}.veterinary-medicine__title{font-size:clamp(1.75rem,6vw,2rem);line-height:1.2}.veterinary-medicine__content{padding:2.5rem 0}.veterinary-medicine__layout{gap:2.5rem}.veterinary-medicine__image-column{max-width:100%}.veterinary-medicine__text-column{gap:1.5rem}.veterinary-medicine__text{font-size:1rem;line-height:1.7}.veterinary-medicine__text p{margin-bottom:1.25rem}}@media (max-width: 480px){.veterinary-medicine__hero{padding:3.5rem 0 1.5rem}.veterinary-medicine__back{margin-bottom:1.25rem}.veterinary-medicine__back-link{font-size:.875rem;padding:.4rem .75rem}.veterinary-medicine__title{font-size:clamp(1.5rem,7vw,1.75rem);letter-spacing:.03em}.veterinary-medicine__content{padding:2rem 0}.veterinary-medicine__layout{gap:2rem}.veterinary-medicine__text-column{gap:1.25rem}.veterinary-medicine__text{font-size:.9375rem;line-height:1.7}.veterinary-medicine__text p{margin-bottom:1rem}.veterinary-medicine__image-wrapper{border-radius:12px}}@media (max-width: 768px){.veterinary-medicine .container{padding-left:1rem;padding-right:1rem}}@media (max-width: 480px){.veterinary-medicine .container{padding-left:.75rem;padding-right:.75rem}}.properties-page{min-height:100vh;background:linear-gradient(180deg,#fff,#f8f9fa)}.properties-page__hero{background:linear-gradient(135deg,var(--color-green-dark) 0%,#5a9170 100%);padding-block:4rem 3rem;position:relative;overflow:hidden}.properties-page__hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,rgba(255,255,255,.1) 0%,transparent 50%);pointer-events:none}.properties-page__hero-content{position:relative;z-index:2}.properties-page__back{margin-bottom:2rem}.properties-page__back-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-text-light);text-decoration:none;font-weight:500;font-size:.9375rem;transition:all .3s ease;padding:.5rem 0;opacity:.9}.properties-page__back-link:hover{opacity:1;transform:translate(-4px)}.properties-page__back-link svg{transition:transform .3s ease}.properties-page__back-link:hover svg{transform:translate(-4px)}.properties-page__title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:var(--color-text-light);line-height:1.1;letter-spacing:-.02em;margin:0;text-transform:uppercase}.properties-page__content{padding-block:4rem}.properties-page__layout{display:grid;grid-template-columns:.35fr .65fr;gap:4rem;align-items:start}.properties-page__image-column{position:sticky;top:2rem;display:flex;flex-direction:column;gap:2rem}.properties-page__image-wrapper{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #00000026,0 8px 24px #0000001a;background:var(--color-bg)}.properties-page__image{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}.properties-page__image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 0%,transparent 60%,rgba(103,166,123,.05) 100%);pointer-events:none}.properties-page__icons{display:flex;justify-content:center;align-items:center}.properties-page__icons-image{max-width:100%;height:auto}.properties-page__text-column{display:flex;flex-direction:column;gap:3rem}.properties-page__section{background:#fffc;border:1px solid rgba(103,166,123,.1);border-radius:20px;padding:2.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0000000d;transition:all .3s ease}.properties-page__section:hover{box-shadow:0 8px 30px #00000014;transform:translateY(-2px)}.properties-page__section-full{padding-block:3rem;background:#ffffff80}.properties-page__section-title{font-size:1.75rem;font-weight:700;color:var(--color-green-dark);margin:0 0 1rem;line-height:1.3;letter-spacing:-.01em}.properties-page__separator{height:2px;background:#67a67b33;margin-bottom:2rem;width:100px}.properties-page__text{font-size:1.0625rem;line-height:1.9;color:var(--color-text)}.properties-page__text p{margin:0 0 1.5rem}.properties-page__text p:last-child{margin-bottom:0}.properties-page__text p strong{font-weight:600;color:var(--color-text-dark)}.properties-page__list{margin:1.5rem 0;padding-left:1.5rem;list-style-type:disc}.properties-page__list li{margin-bottom:1rem;line-height:1.7}.properties-page__list:last-child{margin-bottom:0}@media (max-width: 1199px){.properties-page__layout{grid-template-columns:.4fr .6fr;gap:3rem}}@media (max-width: 968px){.properties-page__hero{padding-block:3rem 2rem}.properties-page__content{padding-block:3rem}.properties-page__layout{grid-template-columns:1fr;gap:3rem}.properties-page__image-column{position:static;max-width:400px;margin:0 auto}.properties-page__text-column{gap:2.5rem}.properties-page__section{padding:2rem}.properties-page__section-title{font-size:1.5rem}.properties-page__text{font-size:1rem}}@media (max-width: 767px){.properties-page__hero{padding-block:3.5rem 1.5rem}.properties-page__back{margin-bottom:1.5rem}.properties-page__title{font-size:clamp(1.75rem,6vw,2rem);line-height:1.2}.properties-page__content{padding-block:2.5rem}.properties-page__layout{gap:2.5rem}.properties-page__image-column{max-width:100%}.properties-page__text-column{gap:2rem}.properties-page__section{padding:1.5rem;border-radius:16px}.properties-page__section-title{font-size:1.375rem}.properties-page__text{font-size:.9375rem;line-height:1.8}.properties-page__list{margin:1rem 0;padding-left:1.25rem}.properties-page__list li{margin-bottom:.75rem}}@media (max-width: 480px){.properties-page__hero{padding-block:3rem 1.25rem}.properties-page__back{margin-bottom:1.25rem}.properties-page__back-link{font-size:.875rem;padding:.4rem 0}.properties-page__title{font-size:clamp(1.5rem,7vw,1.75rem);letter-spacing:-.01em}.properties-page__content{padding-block:2rem}.properties-page__layout{gap:2rem}.properties-page__text-column{gap:1.5rem}.properties-page__section{padding:1.25rem;border-radius:12px}.properties-page__section-title{font-size:1.25rem}.properties-page__text{font-size:.875rem;line-height:1.7}.properties-page__text p{margin-bottom:1rem}.properties-page__list{margin:.75rem 0;padding-left:1rem}.properties-page__list li{margin-bottom:.5rem;font-size:.875rem}}@media (max-width: 768px){.properties-page .container{padding-left:1rem;padding-right:1rem}}@media (max-width: 480px){.properties-page .container{padding-left:.75rem;padding-right:.75rem}}@media (prefers-reduced-motion: reduce){.properties-page__section{transition:none}.properties-page__section:hover{transform:none}.properties-page__back-link{transition:none}.properties-page__back-link:hover{transform:none}}.treatment-stages-page{min-height:100vh;background:linear-gradient(180deg,#fff,#f8f9fa)}.treatment-stages-page__hero{background:linear-gradient(135deg,var(--color-green-dark) 0%,#5a9170 100%);padding-block:4rem 3rem;position:relative;overflow:hidden}.treatment-stages-page__hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,rgba(255,255,255,.1) 0%,transparent 50%);pointer-events:none}.treatment-stages-page__hero-content{position:relative;z-index:2}.treatment-stages-page__back{margin-bottom:2rem}.treatment-stages-page__back-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-text-light);text-decoration:none;font-weight:500;font-size:.9375rem;transition:all .3s ease;padding:.5rem 0;opacity:.9}.treatment-stages-page__back-link:hover{opacity:1;transform:translate(-4px)}.treatment-stages-page__back-link svg{transition:transform .3s ease}.treatment-stages-page__back-link:hover svg{transform:translate(-4px)}.treatment-stages-page__title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:var(--color-text-light);line-height:1.1;letter-spacing:-.02em;margin:0;text-transform:uppercase}.treatment-stages-page__image-section{padding-block:3rem 2rem}.treatment-stages-page__image-wrapper{display:flex;justify-content:center;align-items:center;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #0000001a;background:var(--color-bg);max-width:800px;margin:0 auto}.treatment-stages-page__image{width:100%;height:auto;display:block;-o-object-fit:contain;object-fit:contain}.treatment-stages-page__content{padding-block:2rem 4rem}.treatment-stages-page__intro{font-size:1.0625rem;line-height:1.9;color:var(--color-text);margin-bottom:2.5rem}.treatment-stages-page__intro p{margin:0}.treatment-stages-page__stages-list{margin:0 0 3rem;padding-left:1.5rem;list-style-type:decimal;counter-reset:item}.treatment-stages-page__stage-item{margin-bottom:2rem;font-size:1.0625rem;line-height:1.9;color:var(--color-text);padding-left:.5rem}.treatment-stages-page__stage-item:last-child{margin-bottom:0}.treatment-stages-page__stage-item strong{font-weight:600;color:var(--color-green-dark);display:block;margin-bottom:.5rem}.treatment-stages-page__sub-list{margin:1rem 0 0 1.5rem;padding-left:1.5rem;list-style-type:lower-alpha}.treatment-stages-page__sub-list li{margin-bottom:.75rem;line-height:1.7}.treatment-stages-page__sub-list li:last-child{margin-bottom:0}.treatment-stages-page__quote-section{margin-top:3rem;padding-top:2rem;border-top:2px solid rgba(103,166,123,.2)}.treatment-stages-page__quote-intro{font-size:1.0625rem;line-height:1.9;color:var(--color-text);margin-bottom:1.5rem}.treatment-stages-page__quote{background:linear-gradient(135deg,#67a67b1a,#a8cbb00d);border-left:4px solid var(--color-green-dark);padding:2rem 2.5rem;border-radius:16px;margin:0;box-shadow:0 4px 20px #0000000d}.treatment-stages-page__quote p{font-size:1.0625rem;line-height:1.9;color:var(--color-text);margin:0 0 1rem;font-style:italic}.treatment-stages-page__quote p:last-child{margin-bottom:0}@media (max-width: 968px){.treatment-stages-page__hero{padding-block:3rem 2rem}.treatment-stages-page__image-section{padding-block:2rem 1.5rem}.treatment-stages-page__content{padding-block:1.5rem 3rem}.treatment-stages-page__intro{font-size:1rem;margin-bottom:2rem}.treatment-stages-page__stages-list{margin-bottom:2.5rem}.treatment-stages-page__stage-item{font-size:1rem;margin-bottom:1.5rem}.treatment-stages-page__quote{padding:1.5rem 2rem}.treatment-stages-page__quote p{font-size:1rem}}@media (max-width: 767px){.treatment-stages-page__hero{padding-block:3.5rem 1.5rem}.treatment-stages-page__back{margin-bottom:1.5rem}.treatment-stages-page__title{font-size:clamp(1.75rem,6vw,2rem);line-height:1.2}.treatment-stages-page__image-section{padding-block:1.5rem 1rem}.treatment-stages-page__image-wrapper{border-radius:12px}.treatment-stages-page__content{padding-block:1.5rem 2.5rem}.treatment-stages-page__intro{font-size:.9375rem;margin-bottom:1.5rem}.treatment-stages-page__stages-list{margin-bottom:2rem;padding-left:1.25rem}.treatment-stages-page__stage-item{font-size:.9375rem;line-height:1.8;margin-bottom:1.25rem;padding-left:.5rem}.treatment-stages-page__sub-list{margin-top:.75rem;margin-left:1rem;padding-left:1.25rem}.treatment-stages-page__sub-list li{font-size:.9375rem;margin-bottom:.5rem}.treatment-stages-page__quote-section{margin-top:2rem;padding-top:1.5rem}.treatment-stages-page__quote-intro{font-size:.9375rem;margin-bottom:1rem}.treatment-stages-page__quote{padding:1.25rem 1.5rem;border-radius:12px}.treatment-stages-page__quote p{font-size:.9375rem;line-height:1.8;margin-bottom:.75rem}}@media (max-width: 480px){.treatment-stages-page__hero{padding-block:3rem 1.25rem}.treatment-stages-page__back{margin-bottom:1.25rem}.treatment-stages-page__back-link{font-size:.875rem;padding:.4rem 0}.treatment-stages-page__title{font-size:clamp(1.5rem,7vw,1.75rem);letter-spacing:-.01em}.treatment-stages-page__image-section{padding-block:1rem}.treatment-stages-page__content{padding-block:1rem 2rem}.treatment-stages-page__intro{font-size:.875rem;margin-bottom:1.25rem}.treatment-stages-page__stages-list{margin-bottom:1.5rem;padding-left:1rem}.treatment-stages-page__stage-item{font-size:.875rem;line-height:1.7;margin-bottom:1rem}.treatment-stages-page__stage-item strong{font-size:.9375rem;margin-bottom:.375rem}.treatment-stages-page__sub-list{margin-top:.5rem;margin-left:.75rem;padding-left:1rem}.treatment-stages-page__sub-list li{font-size:.875rem;margin-bottom:.375rem}.treatment-stages-page__quote-section{margin-top:1.5rem;padding-top:1.25rem}.treatment-stages-page__quote-intro{font-size:.875rem;margin-bottom:.75rem}.treatment-stages-page__quote{padding:1rem 1.25rem;border-radius:8px;border-left-width:3px}.treatment-stages-page__quote p{font-size:.875rem;line-height:1.7;margin-bottom:.5rem}}@media (max-width: 768px){.treatment-stages-page .container{padding-left:1rem;padding-right:1rem}}@media (max-width: 480px){.treatment-stages-page .container{padding-left:.75rem;padding-right:.75rem}}@media (prefers-reduced-motion: reduce){.treatment-stages-page__back-link{transition:none}.treatment-stages-page__back-link:hover{transform:none}}.testimonials-page{min-height:100vh;background:#fff}.testimonials-page__hero{background:linear-gradient(135deg,#62ad80,#4a8a66);padding:8rem 0 4rem;color:#fff}.testimonials-page__hero-content{max-width:1200px;margin:0 auto;padding:0 2rem}.testimonials-page__back{margin-bottom:2rem}.testimonials-page__back-link{display:inline-flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-size:1rem;transition:opacity .3s ease}.testimonials-page__back-link:hover{opacity:.8}.testimonials-page__title{font-size:clamp(2rem,5vw,3.5rem);font-weight:200;line-height:1.2;margin:0;text-transform:uppercase;letter-spacing:.05em}.testimonials-page__patients-section,.testimonials-page__professionals-section{padding:4rem 0;background:#fff}.testimonials-page__patients-section{background:#f6f6f6}.testimonials-page__section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:200;color:#62ad80;margin:0 0 2rem;text-align:center;text-transform:uppercase;letter-spacing:.05em}.testimonials-page__intro{font-size:1.125rem;line-height:1.8;color:#666;margin:0 0 3rem;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.testimonials-page__patients-list{display:flex;flex-direction:column;gap:2rem;max-width:1000px;margin:0 auto}.testimonials-page__testimonial{background:#fff;border-left:4px solid #62AD80;padding:2rem;margin:0;box-shadow:0 2px 8px #0000001a;border-radius:8px}.testimonials-page__testimonial-content{font-size:1rem;line-height:1.8;color:#333}.testimonials-page__testimonial-content p{margin:0 0 1rem}.testimonials-page__testimonial-content p:last-child{margin-bottom:0}.testimonials-page__testimonial-content hr{border:none;border-top:1px solid #e0e0e0;margin:1.5rem 0}.testimonials-page__testimonial-content h6{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:#333}.testimonials-page__professionals-carousel{display:flex;align-items:center;gap:2rem;max-width:900px;margin:0 auto;position:relative}.testimonials-page__carousel-button{background:#62ad80;border:none;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease;flex-shrink:0;z-index:2}.testimonials-page__carousel-button:hover{background:#4a8a66;transform:scale(1.1)}.testimonials-page__carousel-button:active{transform:scale(.95)}.testimonials-page__carousel-button:focus{outline:3px solid #62AD80;outline-offset:2px}.testimonials-page__carousel-container{flex:1;min-height:400px;display:flex;align-items:center;justify-content:center}.testimonials-page__professional-card{width:100%;text-align:center;padding:2rem}.testimonials-page__professional-image{margin-bottom:1.5rem;display:flex;justify-content:center}.testimonials-page__professional-image img{width:150px;height:150px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:4px solid #62AD80}.testimonials-page__professional-name{font-size:1.5rem;font-weight:600;color:#333;margin:0 0 .5rem}.testimonials-page__professional-bio{font-size:1rem;color:#62ad80;margin:0 0 1.5rem;font-weight:400}.testimonials-page__professional-designation,.testimonials-page__professional-location,.testimonials-page__professional-company{display:inline}.testimonials-page__professional-content{font-size:1rem;line-height:1.8;color:#666;max-width:700px;margin:0 auto}.testimonials-page__professional-content p{margin:0}.testimonials-page__carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.testimonials-page__dot{width:12px;height:12px;border-radius:50%;border:none;background:#ccc;cursor:pointer;transition:all .3s ease;padding:0}.testimonials-page__dot:hover{background:#62ad80;transform:scale(1.2)}.testimonials-page__dot--active{background:#62ad80;width:32px;border-radius:6px}@media (max-width: 768px){.testimonials-page__hero{padding:6rem 0 3rem}.testimonials-page__hero-content{padding:0 1.5rem}.testimonials-page__back{margin-bottom:1.5rem}.testimonials-page__title{font-size:clamp(1.75rem,6vw,2.5rem)}.testimonials-page__patients-section,.testimonials-page__professionals-section{padding:3rem 0}.testimonials-page__section-title{font-size:clamp(1.5rem,5vw,2rem);margin-bottom:1.5rem}.testimonials-page__intro{font-size:1rem;line-height:1.7;padding:0 1rem;margin-bottom:2rem}.testimonials-page__patients-list{gap:1.5rem;padding:0 1rem}.testimonials-page__testimonial{padding:1.5rem;border-radius:8px}.testimonials-page__testimonial-content{font-size:.9375rem;line-height:1.7}.testimonials-page__professionals-carousel{flex-direction:column;gap:1rem;padding:0 1rem;position:relative}.testimonials-page__carousel-button{width:40px;height:40px;position:absolute;top:50%;transform:translateY(-50%);z-index:3}.testimonials-page__carousel-button--prev{left:0}.testimonials-page__carousel-button--next{right:0}.testimonials-page__carousel-container{min-height:350px;width:100%;padding:0 3rem}.testimonials-page__professional-card{padding:1rem}.testimonials-page__professional-image img{width:120px;height:120px}.testimonials-page__professional-name{font-size:1.25rem}.testimonials-page__professional-bio{font-size:.9375rem}.testimonials-page__professional-content{font-size:.9375rem;line-height:1.7}.testimonials-page__carousel-dots{margin-top:1.5rem}}@media (max-width: 480px){.testimonials-page__hero{padding:5rem 0 2rem}.testimonials-page__hero-content{padding:0 1rem}.testimonials-page__back{margin-bottom:1.25rem}.testimonials-page__back-link{font-size:.875rem}.testimonials-page__title{font-size:clamp(1.5rem,7vw,1.75rem)}.testimonials-page__patients-section,.testimonials-page__professionals-section{padding:2.5rem 0}.testimonials-page__section-title{font-size:clamp(1.25rem,5vw,1.5rem);margin-bottom:1.25rem}.testimonials-page__intro{font-size:.9375rem;line-height:1.7;padding:0 .75rem;margin-bottom:1.5rem}.testimonials-page__patients-list{gap:1.25rem;padding:0 .75rem}.testimonials-page__testimonial{padding:1rem;border-left-width:3px}.testimonials-page__testimonial-content{font-size:.875rem;line-height:1.7}.testimonials-page__professionals-carousel{padding:0 .75rem}.testimonials-page__carousel-button{width:36px;height:36px}.testimonials-page__carousel-container{padding:0 2.5rem;min-height:320px}.testimonials-page__professional-card{padding:.75rem}.testimonials-page__professional-image img{width:100px;height:100px;border-width:3px}.testimonials-page__professional-name{font-size:1.125rem}.testimonials-page__professional-bio{font-size:.875rem}.testimonials-page__professional-content{font-size:.875rem;line-height:1.7}.testimonials-page__carousel-dots{margin-top:1.25rem}.testimonials-page__dot{width:10px;height:10px}.testimonials-page__dot--active{width:28px}}@media (max-width: 768px){.testimonials-page .container{padding-left:1rem;padding-right:1rem}}@media (max-width: 480px){.testimonials-page .container{padding-left:.75rem;padding-right:.75rem}}.product-action-page{min-height:100vh;background:#fff}.product-action-page__hero{background:linear-gradient(135deg,#62ad80,#4a8a66);padding:8rem 0 4rem;color:#fff}.product-action-page__hero-content{max-width:1200px;margin:0 auto;padding:0 2rem}.product-action-page__back{margin-bottom:2rem}.product-action-page__back-link{display:inline-flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-size:1rem;transition:opacity .3s ease}.product-action-page__back-link:hover{opacity:.8}.product-action-page__title{font-size:clamp(2rem,5vw,3.5rem);font-weight:200;line-height:1.2;margin:0;text-transform:uppercase;letter-spacing:.05em}.product-action-page__intro-section{padding:4rem 0;background:#fff}.product-action-page__intro-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;padding:0 2rem}.product-action-page__intro-column,.product-action-page__studies-column{display:flex;flex-direction:column}.product-action-page__intro-text,.product-action-page__studies-text{font-size:1.125rem;line-height:1.8;color:#000}.product-action-page__intro-text p,.product-action-page__studies-text p{margin:0 0 1rem}.product-action-page__intro-list{list-style:none;padding:0;margin:1rem 0 0}.product-action-page__intro-list li{margin-bottom:.75rem;padding-left:1.5rem;position:relative}.product-action-page__intro-list li:before{content:"•";position:absolute;left:0;color:#62ad80;font-weight:700;font-size:1.5rem;line-height:1}.product-action-page__activities-section{padding:3rem 0;background:#fff}.product-action-page__section-title{font-size:clamp(1.75rem,4vw,2.5rem);color:#62ad80;text-align:center;margin:0 0 2rem;font-weight:900}.product-action-page__text{max-width:1200px;margin:0 auto;padding:0 2rem;font-size:1.125rem;line-height:1.8;color:#000;text-align:justify}.product-action-page__text p{margin:0 0 1.5rem}.product-action-page__methodology-section{padding:3rem 0 6rem;background:#fff}.product-action-page__methodology-title{font-size:clamp(1.25rem,3vw,1.5rem);color:#62ad80;margin:0 0 2rem;font-weight:900;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 2rem}.product-action-page__accordions{max-width:1200px;margin:0 auto;padding:0 2rem}.product-action-page__accordion{border-top:2px solid #62AD80;margin-bottom:0;background:#fff}.product-action-page__accordion-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;background:none;border:none;cursor:pointer;text-align:left;transition:background-color .3s ease}.product-action-page__accordion-header:hover{background-color:#62ad800d}.product-action-page__accordion-title{font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:900;color:#000;margin:0;flex:1}.product-action-page__accordion-icon{margin-left:1rem;flex-shrink:0;transition:transform .3s ease;color:#62ad80}.product-action-page__accordion-icon--open{transform:rotate(180deg)}.product-action-page__accordion-content{overflow:hidden}.product-action-page__accordion-text{padding:0 0 1.5rem}.product-action-page__paragraph{font-size:1.125rem;line-height:1.8;color:#000;text-align:justify;margin:0 0 1rem}.product-action-page__paragraph:last-child{margin-bottom:0}@media (max-width: 768px){.product-action-page__hero{padding:6rem 0 3rem}.product-action-page__hero-content{padding:0 1.5rem}.product-action-page__back{margin-bottom:1.5rem}.product-action-page__title{font-size:clamp(1.75rem,6vw,2.5rem)}.product-action-page__intro-section{padding:3rem 0}.product-action-page__intro-layout{grid-template-columns:1fr;gap:2rem;padding:0 1.5rem}.product-action-page__intro-text,.product-action-page__studies-text{font-size:1rem;line-height:1.7}.product-action-page__activities-section{padding:2rem 0}.product-action-page__section-title{font-size:clamp(1.5rem,4vw,2rem);margin-bottom:1.5rem}.product-action-page__text{padding:0 1.5rem;font-size:1rem;line-height:1.7}.product-action-page__methodology-section{padding:2rem 0 4rem}.product-action-page__methodology-title{padding:0 1.5rem;font-size:clamp(1.125rem,3vw,1.375rem)}.product-action-page__accordions{padding:0 1.5rem}.product-action-page__accordion-header{padding:1.25rem 0}.product-action-page__accordion-title{font-size:1rem}.product-action-page__paragraph{font-size:1rem;line-height:1.7}}@media (max-width: 480px){.product-action-page__hero{padding:5rem 0 2rem}.product-action-page__hero-content{padding:0 1rem}.product-action-page__back{margin-bottom:1.25rem}.product-action-page__back-link{font-size:.875rem}.product-action-page__title{font-size:clamp(1.5rem,7vw,1.75rem)}.product-action-page__intro-section{padding:2.5rem 0}.product-action-page__intro-layout{gap:1.5rem;padding:0 1rem}.product-action-page__intro-text,.product-action-page__studies-text{font-size:.9375rem;line-height:1.7}.product-action-page__activities-section{padding:1.5rem 0}.product-action-page__section-title{font-size:clamp(1.25rem,5vw,1.5rem);margin-bottom:1.25rem}.product-action-page__text{padding:0 1rem;font-size:.9375rem;line-height:1.7}.product-action-page__text p{margin-bottom:1.25rem}.product-action-page__methodology-section{padding:1.5rem 0 3rem}.product-action-page__methodology-title{padding:0 1rem;font-size:clamp(1rem,3vw,1.125rem);margin-bottom:1.5rem}.product-action-page__accordions{padding:0 1rem}.product-action-page__accordion-header{padding:1rem 0}.product-action-page__accordion-title{font-size:.9375rem}.product-action-page__accordion-icon{width:20px;height:20px}.product-action-page__paragraph{font-size:.9375rem;line-height:1.7}}@media (max-width: 768px){.product-action-page .container{padding-left:1rem;padding-right:1rem}}@media (max-width: 480px){.product-action-page .container{padding-left:.75rem;padding-right:.75rem}}.faq-page{min-height:100vh;background:#fff}.faq-page__hero{background:linear-gradient(135deg,#62ad80,#4a8a66);padding:8rem 0 4rem;color:#fff}.faq-page__hero-content{max-width:1200px;margin:0 auto;padding:0 2rem}.faq-page__back{margin-bottom:2rem}.faq-page__back-link{display:inline-flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-size:1rem;transition:opacity .3s ease}.faq-page__back-link:hover{opacity:.8}.faq-page__title{font-size:clamp(2rem,5vw,3.5rem);font-weight:200;line-height:1.2;margin:0;text-transform:uppercase;letter-spacing:.05em}.faq-page__content{padding:4rem 0;background:#fff}.faq-page__basic-section{padding-bottom:2rem}.faq-page__other-section{padding-top:2rem}.faq-page__questions-list{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.faq-page__question-item{margin-bottom:1.5rem}.faq-page__question-text{font-size:1rem;line-height:1.8;color:#333;margin:0 0 .75rem;text-align:justify}.faq-page__question-text strong{font-weight:600;color:#000}.faq-page__answer-text{font-size:1rem;line-height:1.8;color:#333;margin:0;text-align:justify}.faq-page__other-title{font-size:1.5rem;font-weight:600;color:#62ad80;margin:0 0 1rem;text-align:left}.faq-page__separator{width:100%;height:1px;background:#e0e0e0;margin:1rem 0 2rem}.faq-page__collapsible-content{max-height:200px;overflow:hidden;transition:max-height .5s ease,opacity .3s ease;position:relative}.faq-page__collapsible-content--expanded{max-height:10000px}.faq-page__toggle-links{text-align:center;margin-top:2rem}.faq-page__toggle-button{background:transparent;border:none;color:#62ad80;font-size:1rem;font-weight:500;cursor:pointer;padding:.5rem 1rem;transition:opacity .3s ease;text-decoration:underline}.faq-page__toggle-button:hover{opacity:.8}.faq-page__empty{text-align:center;padding:4rem 2rem;color:#666}@media (max-width: 768px){.faq-page__hero{padding:6rem 0 3rem}.faq-page__hero-content{padding:0 1.5rem}.faq-page__back{margin-bottom:1.5rem}.faq-page__title{font-size:clamp(1.75rem,6vw,2.5rem)}.faq-page__content{padding:3rem 0}.faq-page__basic-section{padding-bottom:1.5rem}.faq-page__other-section{padding-top:1.5rem}.faq-page__questions-list{gap:1.25rem;padding:0 1rem}.faq-page__question-item{margin-bottom:1.25rem}.faq-page__question-text,.faq-page__answer-text{font-size:.9375rem;line-height:1.7}.faq-page__question-text{margin-bottom:.625rem}.faq-page__other-title{font-size:clamp(1.25rem,4vw,1.5rem);padding:0 1rem;margin-bottom:.75rem}.faq-page__separator{margin:.75rem 1rem 1.5rem}.faq-page__collapsible-content{padding:0 1rem}.faq-page__toggle-links{margin-top:1.5rem}.faq-page__toggle-button{font-size:.9375rem}}@media (max-width: 480px){.faq-page__hero{padding:5rem 0 2rem}.faq-page__hero-content{padding:0 1rem}.faq-page__back{margin-bottom:1.25rem}.faq-page__back-link{font-size:.875rem}.faq-page__title{font-size:clamp(1.5rem,7vw,1.75rem)}.faq-page__content{padding:2.5rem 0}.faq-page__basic-section{padding-bottom:1.25rem}.faq-page__other-section{padding-top:1.25rem}.faq-page__questions-list{gap:1rem;padding:0 .75rem}.faq-page__question-item{margin-bottom:1rem}.faq-page__question-text,.faq-page__answer-text{font-size:.875rem;line-height:1.7}.faq-page__question-text{margin-bottom:.5rem}.faq-page__other-title{font-size:clamp(1.125rem,4vw,1.25rem);padding:0 .75rem;margin-bottom:.625rem}.faq-page__separator{margin:.625rem .75rem 1.25rem}.faq-page__collapsible-content{padding:0 .75rem}.faq-page__toggle-links{margin-top:1.25rem}.faq-page__toggle-button{font-size:.875rem;padding:.4rem .875rem}}@media (max-width: 768px){.faq-page .container{padding-left:1rem;padding-right:1rem}}@media (max-width: 480px){.faq-page .container{padding-left:.75rem;padding-right:.75rem}}:root{--color-green-dark: #67A67B;--color-green-light: #A8CBB0;--color-text-dark: #000000;--color-text-light: #FFFFFF;--font-primary: "Inter", sans-serif;--color-bg: #FFFFFF;--color-text: #000000;--color-text-muted: #6B7280;--color-bg-secondary: #F8F9FA;--color-border: #E5E7EB;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-3xl: 4rem;--border-radius-sm: .25rem;--border-radius-md: .5rem;--border-radius-lg: .75rem;--border-radius-xl: 1rem;--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);--transition-fast: .15s ease-in-out;--transition-normal: .25s ease-in-out;--transition-slow: .35s ease-in-out}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-primary);margin:0;padding:0;background-color:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}p{margin:0}a{text-decoration:none;color:inherit;transition:color var(--transition-fast)}a:hover{color:var(--color-green-dark)}button{font-family:inherit;border:none;background:none;cursor:pointer;padding:0}ul,ol{margin:0;padding:0;list-style:none}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-md)}@media (min-width: 768px){.container{padding:0 var(--spacing-xl)}}.text-center{text-align:center}.text-green{color:var(--color-green-dark)}.bg-green-light{background-color:var(--color-green-light)}.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}
