:root{--color-primary:#e7951b;--color-primary-dark:#c77f16;--color-primary-light:#f5b04a;--color-primary-lightest:#fff5e6;--color-secondary:#2c3e50;--color-secondary-light:#34495e;--color-white:#fff;--color-light-gray:#f8f9fa;--color-gray:#e9ecef;--color-medium-gray:#adb5bd;--color-dark-gray:#6c757d;--color-text:#333;--color-text-light:#666;--color-success:#28a745;--color-error:#dc3545;--color-warning:#ffc107;--color-info:#17a2b8;--font-family-base:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-family-heading:"Segoe UI",Roboto,sans-serif;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.25;--line-height-normal:1.5;--line-height-relaxed:1.75;--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;--border-radius-full:9999px;--border-width-thin:1px;--border-width-medium:2px;--border-width-thick:4px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--shadow-primary:0 4px 6px -1px #e7951b4d;--transition-fast:.15s ease-in-out;--transition-base:.25s ease-in-out;--transition-slow:.35s ease-in-out;--container-max-width:1200px;--card-max-width:800px;--z-index-dropdown:1000;--z-index-sticky:1020;--z-index-fixed:1030;--z-index-modal-backdrop:1040;--z-index-modal:1050;--z-index-popover:1060;--z-index-tooltip:1070}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family-base);font-size:var(--font-size-base);line-height:var(--line-height-normal);color:var(--color-text);min-height:100vh;padding:var(--spacing-lg)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{margin:4rem 0}.header-title{text-align:center;font-weight:var(--font-weight-bold);line-height:var(--line-height-tight);color:var(--color-primary);margin-bottom:1.5rem}.header-subtitle{color:var(--color-text-light);font-weight:var(--font-weight-normal);text-align:center;margin:1.5rem auto}.search-section,.results-section{margin-bottom:var(--spacing-2xl)}.section-title{font-family:var(--font-family-heading);font-size:var(--font-size-2xl);font-weight:var(--font-weight-semibold);color:var(--color-secondary);margin-bottom:var(--spacing-lg);align-items:center;gap:var(--spacing-sm);display:flex}.hidden{display:none!important}.footer{text-align:center;padding:var(--spacing-xl)0;color:var(--color-dark-gray);font-size:var(--font-size-sm);margin-top:var(--spacing-3xl)}@media (max-width:768px){body{padding:var(--spacing-md)}.header-title{font-size:var(--font-size-3xl)}.header-subtitle{font-size:var(--font-size-base)}.section-title{font-size:var(--font-size-xl)}}@media (max-width:480px){body{padding:var(--spacing-sm)}.header-content{padding:var(--spacing-lg)var(--spacing-md)}.header-title{font-size:var(--font-size-2xl)}}.brand-logo{margin-bottom:var(--spacing-md);justify-content:center;align-items:center;display:flex}.brand-logo img{width:auto;max-height:80px}.logo-placeholder-brand{align-items:center;gap:var(--spacing-sm);display:flex}.brand-icon{font-size:var(--font-size-4xl)}.brand-name{font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);color:var(--color-primary)}.company-section{margin-bottom:var(--spacing-xl)}.company-card{background:linear-gradient(135deg,#fff8dc 0%,var(--color-white)100%);border-radius:var(--border-radius-xl);padding:var(--spacing-xl);box-shadow:var(--shadow-lg);border:2px solid var(--color-primary-light)}.company-header{align-items:center;gap:var(--spacing-md);margin-bottom:var(--spacing-lg);padding-bottom:var(--spacing-md);border-bottom:2px solid var(--color-primary-light);display:flex}.company-icon{font-size:var(--font-size-3xl)}.company-title{font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);color:var(--color-secondary);flex:1}.company-badge{background:var(--color-primary);color:var(--color-white);padding:var(--spacing-xs)var(--spacing-lg);border-radius:var(--border-radius-full);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);text-transform:uppercase}.company-content{gap:var(--spacing-2xl);grid-template-columns:2fr 1fr;display:grid}.company-info{gap:var(--spacing-lg);flex-direction:column;display:flex}.company-description{font-size:var(--font-size-base);line-height:var(--line-height-relaxed);color:var(--color-text)}.company-label{align-items:center;gap:var(--spacing-sm);background:var(--color-primary-lightest);border:2px solid var(--color-primary);border-radius:var(--border-radius-lg);padding:var(--spacing-md)var(--spacing-lg);width:fit-content;display:inline-flex}.label-icon{font-size:var(--font-size-xl)}.label-text{font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--color-primary)}.company-contact{background:var(--color-white);border-radius:var(--border-radius-lg);padding:var(--spacing-lg);box-shadow:var(--shadow-sm)}.contact-title{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--color-secondary);margin-bottom:var(--spacing-md)}.contact-info{gap:var(--spacing-md);flex-direction:column;display:flex}.contact-item{align-items:center;gap:var(--spacing-sm);display:flex}.contact-icon{font-size:var(--font-size-lg);text-align:center;width:24px}.contact-text{font-size:var(--font-size-sm);color:var(--color-text)}.search-card,.result-card{background:var(--color-white);border-radius:var(--border-radius-xl);padding:var(--spacing-xl);box-shadow:var(--shadow-md);margin-bottom:var(--spacing-xl);transition:box-shadow var(--transition-base)}.search-card:hover,.result-card:hover{box-shadow:var(--shadow-lg)}.search-method-selector{gap:var(--spacing-md);margin-bottom:var(--spacing-xl);display:flex}.btn-method{padding:var(--spacing-md)var(--spacing-lg);background:var(--color-gray);border:var(--border-width-medium)solid var(--color-gray);border-radius:var(--border-radius-lg);font-size:var(--font-size-base);font-weight:var(--font-weight-medium);color:var(--color-text);cursor:pointer;transition:all var(--transition-base);flex:1}.btn-method:hover{background:var(--color-primary-lightest);border-color:var(--color-primary-light)}.btn-method.active{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-white);font-weight:var(--font-weight-semibold)}.search-input-group{margin-bottom:var(--spacing-lg)}.input-label{font-size:var(--font-size-base);font-weight:var(--font-weight-medium);color:var(--color-secondary);margin-bottom:var(--spacing-sm);display:block}.input-wrapper{gap:var(--spacing-md);display:flex}.input-field,.select-field{padding:var(--spacing-md)var(--spacing-lg);font-size:var(--font-size-base);border:var(--border-width-medium)solid var(--color-gray);border-radius:var(--border-radius-lg);background:var(--color-white);color:var(--color-text);transition:all var(--transition-base);flex:1}.input-field:focus,.select-field:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-lightest);outline:none}.select-field{cursor:pointer}.btn-search,.btn-secondary,.btn-back{padding:var(--spacing-md)var(--spacing-xl);font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);border-radius:var(--border-radius-lg);cursor:pointer;transition:all var(--transition-base);align-items:center;gap:var(--spacing-sm);white-space:nowrap;border:none;display:inline-flex}.btn-search{background:var(--color-primary);color:var(--color-white)}.btn-search:hover{background:var(--color-primary-dark);box-shadow:var(--shadow-primary);transform:translateY(-2px)}.btn-search:active{transform:translateY(0)}.btn-secondary{background:var(--color-light-gray);color:var(--color-text);border:var(--border-width-medium)solid var(--color-gray)}.btn-secondary:hover{background:var(--color-gray)}.btn-back{padding:var(--spacing-sm)var(--spacing-lg);background:var(--color-white);border:var(--border-width-medium)solid var(--color-gray);color:var(--color-text);font-weight:var(--font-weight-medium)}.btn-back:hover{background:var(--color-gray);transform:translate(-4px)}.btn-icon{font-size:var(--font-size-lg)}.error-message{padding:var(--spacing-md)var(--spacing-lg);border:var(--border-width-thin)solid var(--color-error);border-radius:var(--border-radius-lg);color:var(--color-error);align-items:center;gap:var(--spacing-sm);margin-top:var(--spacing-md);background:#ffebee;display:flex}.error-icon{font-size:var(--font-size-xl)}.error-text{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium)}.loading-spinner{text-align:center;padding:var(--spacing-xl)}.spinner{width:50px;height:50px;margin:0 auto var(--spacing-md);border:4px solid var(--color-gray);border-top-color:var(--color-primary);border-radius:var(--border-radius-full);animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading-spinner p{color:var(--color-text-light);font-size:var(--font-size-base)}.info-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.info-item{gap:var(--spacing-xs);flex-direction:column;display:flex}.info-item.full-width{grid-column:1/-1}.info-label{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--color-dark-gray);text-transform:uppercase;letter-spacing:.5px}.dates-container{gap:var(--spacing-lg);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.date-card{background:linear-gradient(135deg,var(--color-primary-lightest)0%,var(--color-white)100%);padding:var(--spacing-xl);border-radius:var(--border-radius-lg);border:var(--border-width-medium)solid var(--color-primary-light);text-align:center;transition:transform var(--transition-base)}.date-card:hover{transform:translateY(-4px)}.date-icon{font-size:var(--font-size-4xl);margin-bottom:var(--spacing-md)}.date-title{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--color-secondary);margin-bottom:var(--spacing-md)}.date-list{gap:var(--spacing-sm);flex-direction:column;display:flex}.date-value{font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);color:var(--color-primary)}.beekeeper-card{background:linear-gradient(135deg,var(--color-white)0%,var(--color-primary-lightest)100%)}.beekeeper-content{gap:var(--spacing-2xl);grid-template-columns:300px 1fr;display:grid}.beekeeper-visual{gap:var(--spacing-lg);flex-direction:column;display:flex}.beekeeper-photo{aspect-ratio:1;border-radius:var(--border-radius-xl);background:var(--color-gray);justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.beekeeper-photo img{object-fit:cover;width:100%;height:100%}.photo-placeholder{background:linear-gradient(135deg,var(--color-primary-lightest)0%,var(--color-gray)100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.logo-placeholder{background:var(--color-light-gray);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.placeholder-icon{color:var(--color-medium-gray);font-size:6rem}.beekeeper-logo{width:100%;padding:var(--spacing-lg);background:var(--color-white);border-radius:var(--border-radius-lg);border:var(--border-width-thin)solid var(--color-gray);justify-content:center;align-items:center;min-height:100px;display:flex}.beekeeper-logo img{object-fit:contain;max-width:100%;max-height:100px}.beekeeper-details{gap:var(--spacing-xl);flex-direction:column;display:flex}.beekeeper-type{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--color-primary);background:var(--color-primary-lightest);padding:var(--spacing-xs)var(--spacing-md);border-radius:var(--border-radius-full);margin-bottom:var(--spacing-sm);text-transform:uppercase;letter-spacing:.5px;display:inline-block}.partner-badge{align-items:center;gap:var(--spacing-xs);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);color:var(--color-white);padding:var(--spacing-xs)var(--spacing-md);border-radius:var(--border-radius-full);margin-bottom:var(--spacing-sm);background:linear-gradient(135deg,gold 0%,orange 100%);display:inline-flex;box-shadow:0 2px 8px #ffa5004d}.beeapic-producer-badge{align-items:center;gap:var(--spacing-xs);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);color:var(--color-white);padding:var(--spacing-xs)var(--spacing-md);border-radius:var(--border-radius-full);margin-bottom:var(--spacing-sm);background:linear-gradient(135deg,#0aff00 0%,#0a8c00 100%);animation:2s ease-in-out infinite pulse-glow-2;display:inline-flex;box-shadow:0 2px 12px #094d014d}@keyframes pulse-glow{0%,to{transform:scale(1);box-shadow:0 2px 12px #f9a82580}50%{transform:scale(1.02);box-shadow:0 4px 20px #f9a825cc}}@keyframes pulse-glow-2{0%,to{transform:scale(1);box-shadow:0 2px 12px #0a8c0080}50%{transform:scale(1.02);box-shadow:0 4px 20px #0aff00cc}}.producer-icon{font-size:var(--font-size-sm);animation:1.5s ease-in-out infinite buzz}@keyframes buzz{0%,to{transform:translate(0)}25%{transform:translate(-2px)}75%{transform:translate(2px)}}.producer-text{font-size:var(--font-size-xs);letter-spacing:.5px}.honey-type-badge{color:var(--color-white);padding:var(--spacing-xs)var(--spacing-md);border-radius:var(--border-radius-full);font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);width:fit-content;display:inline-block;box-shadow:0 2px 6px #d977064d}.honey-type-details{gap:var(--spacing-xs);flex-direction:column;align-items:flex-start;display:flex}.honey-type-description{font-size:var(--font-size-base);color:var(--color-text-light);font-style:italic;line-height:var(--line-height-relaxed)}.honey-icon{font-size:var(--font-size-lg);margin-right:var(--spacing-xs)}.partner-text{font-size:var(--font-size-xs)}.beekeeper-name h3{font-size:var(--font-size-3xl);font-weight:var(--font-weight-bold);color:var(--color-secondary);margin-bottom:var(--spacing-sm)}.commercial-name{font-size:var(--font-size-xl);font-weight:var(--font-weight-medium);color:var(--color-primary);font-style:italic}.beekeeper-info-grid{gap:var(--spacing-lg);flex-direction:column;display:flex}.beekeeper-info-item{gap:var(--spacing-md);align-items:flex-start;display:flex}.info-icon{font-size:var(--font-size-2xl);flex-shrink:0}.info-content{gap:var(--spacing-xs);flex-direction:column;display:flex}.info-small-label{font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);color:var(--color-dark-gray);text-transform:uppercase;letter-spacing:.5px}.info-text{font-size:var(--font-size-base);color:var(--color-text);line-height:var(--line-height-relaxed);white-space:pre-line}.info-link{font-size:var(--font-size-base);color:var(--color-primary);font-weight:var(--font-weight-medium);transition:color var(--transition-base);text-decoration:none}.info-link:hover{color:var(--color-primary-dark);text-decoration:underline}.social-media-section{margin-top:var(--spacing-xl);padding-top:var(--spacing-xl);border-top:var(--border-width-thin)solid var(--color-gray)}.social-title{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--color-secondary);margin-bottom:var(--spacing-md)}.social-links{gap:var(--spacing-md);flex-wrap:wrap;display:flex}.social-link{align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm)var(--spacing-lg);border-radius:var(--border-radius-full);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);transition:all var(--transition-base);text-decoration:none;display:inline-flex}.social-link:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.social-link[data-network=instagram]{border:var(--border-width-medium)solid #e4405f;color:var(--color-white);background:#e4405f}.social-link[data-network=instagram]:hover{background:var(--color-white);border-color:var(--color-gray);color:var(--color-text)}.social-link[data-network=facebook]{color:var(--color-white);background:#1877f2;border-color:#1877f2}.social-link[data-network=facebook]:hover{background:var(--color-white);border-color:var(--color-gray);color:var(--color-text)}.social-link[data-network=tiktok]{color:var(--color-white);background:#000;border-color:#000}.social-link[data-network=tiktok]:hover{background:var(--color-white);border-color:var(--color-gray);color:var(--color-text)}.social-link[data-network=youtube]{color:var(--color-white);background:red;border-color:red}.social-link[data-network=youtube]:hover{background:var(--color-white);border-color:var(--color-gray);color:var(--color-text)}.social-link[data-network=linkedin]{color:var(--color-white);background:#0a66c2;border-color:#0a66c2}.social-link[data-network=linkedin]:hover{background:var(--color-white);border-color:var(--color-gray);color:var(--color-text)}.social-icon{font-size:var(--font-size-xl)}.social-name{white-space:nowrap}.btn-more-info{align-items:center;gap:var(--spacing-sm);padding:var(--spacing-md)var(--spacing-xl);background:var(--color-primary);color:var(--color-white);border-radius:var(--border-radius-lg);font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);cursor:pointer;transition:all var(--transition-base);box-shadow:var(--shadow-md);border:none;text-decoration:none;display:inline-flex}.btn-more-info:hover{background:var(--color-primary-dark);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-more-info .btn-icon{font-size:var(--font-size-lg)}.tracabiliteCard{background:linear-gradient(135deg,#fff8dc 0%,#fff 100%);border:2px solid #f5b04a;border-radius:1rem;margin-bottom:3rem;padding:2.5rem;box-shadow:0 10px 15px -3px #0000001a}.tracabiliteText{line-height:var(--line-height-relaxed);color:var(--color-text);text-align:justify;margin:0}.actions-section{text-align:center;margin-top:var(--spacing-2xl)}@media (max-width:1024px){.company-content{gap:var(--spacing-lg);grid-template-columns:1fr}.beekeeper-content{gap:var(--spacing-xl);grid-template-columns:250px 1fr}}@media (max-width:768px){.company-header{flex-wrap:wrap}.company-badge{text-align:center;width:100%}.search-method-selector,.input-wrapper{flex-direction:column}.btn-search{justify-content:center;width:100%}.dates-container,.beekeeper-content{grid-template-columns:1fr}.beekeeper-visual{max-width:300px;margin:0 auto}.info-grid{grid-template-columns:1fr}.tracabiliteCard{padding:1.5rem}}@media (max-width:480px){.search-card,.result-card{padding:var(--spacing-lg)}.beekeeper-name h3{font-size:var(--font-size-2xl)}.commercial-name{font-size:var(--font-size-lg)}}.back-button-container{margin-bottom:var(--spacing-lg)}.beekeeper-profile{gap:var(--spacing-xl);flex-direction:column;margin-bottom:2rem;display:flex}.profile-header{background:linear-gradient(135deg,var(--color-primary-lightest)0%,var(--color-white)100%);border-radius:var(--border-radius-xl);padding:var(--spacing-2xl);box-shadow:var(--shadow-lg);gap:var(--spacing-2xl);grid-template-columns:300px 1fr;align-items:start;display:grid}.profile-visual{gap:var(--spacing-lg);flex-direction:column;display:flex}.profile-photo{aspect-ratio:1;border-radius:var(--border-radius-xl);background:var(--color-gray);width:100%;box-shadow:var(--shadow-md);justify-content:center;align-items:center;display:flex;overflow:hidden}.profile-photo img{object-fit:cover;width:100%;height:100%}.profile-logo{width:100%;padding:var(--spacing-lg);background:var(--color-white);border-radius:var(--border-radius-lg);border:var(--border-width-thin)solid var(--color-gray);justify-content:center;align-items:center;min-height:100px;display:flex}.profile-logo img{object-fit:contain;max-width:100%;max-height:100px}.profile-info{gap:var(--spacing-md);flex-direction:column;display:flex}.profile-badges{gap:var(--spacing-sm);flex-wrap:wrap;display:flex}.profile-type{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--color-primary);background:var(--color-primary-lightest);padding:var(--spacing-xs)var(--spacing-md);border-radius:var(--border-radius-full);text-transform:uppercase;letter-spacing:.5px;display:inline-block}.partner-badge-profile{align-items:center;gap:var(--spacing-xs);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--color-white);padding:var(--spacing-xs)var(--spacing-md);border-radius:var(--border-radius-full);background:linear-gradient(135deg,gold 0%,orange 100%);display:inline-flex;box-shadow:0 2px 8px #ffa5004d}.partner-icon{font-size:var(--font-size-base)}.profile-name{font-size:var(--font-size-4xl);font-weight:var(--font-weight-bold);color:var(--color-secondary);margin:0}.profile-commercial-name{font-size:var(--font-size-xl);font-weight:var(--font-weight-medium);color:var(--color-primary);margin:0;font-style:italic}.profile-card{background:var(--color-white);border-radius:var(--border-radius-xl);padding:var(--spacing-xl);box-shadow:var(--shadow-md)}.card-title{align-items:center;gap:var(--spacing-sm);font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);color:var(--color-secondary);margin-bottom:var(--spacing-lg);padding-bottom:var(--spacing-md);border-bottom:2px solid var(--color-gray);display:flex}.title-icon{font-size:var(--font-size-2xl)}.bio-content{font-size:var(--font-size-base);line-height:var(--line-height-relaxed);color:var(--color-text)}.bio-content p{margin-bottom:var(--spacing-md)}.bio-content p:last-child{margin-bottom:0}.exploitation-info{gap:var(--spacing-md);flex-direction:column;display:flex}.info-row{padding:var(--spacing-md);background:var(--color-light-gray);border-radius:var(--border-radius-lg);justify-content:space-between;align-items:center;display:flex}.info-label{font-size:var(--font-size-base);font-weight:var(--font-weight-medium);color:var(--color-dark-gray)}.info-value{font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--color-primary)}.photo-gallery{gap:var(--spacing-md);grid-template-columns:repeat(auto-fill,minmax(250px,1fr));display:grid}.gallery-item{aspect-ratio:4/3;border-radius:var(--border-radius-lg);cursor:pointer;transition:transform var(--transition-base);box-shadow:var(--shadow-sm);overflow:hidden}.gallery-item:hover{box-shadow:var(--shadow-md);transform:scale(1.05)}.gallery-item img{object-fit:cover;width:100%;height:100%}.gallery-empty{text-align:center;padding:var(--spacing-2xl);color:var(--color-medium-gray)}.empty-icon{font-size:var(--font-size-4xl);margin-bottom:var(--spacing-md);display:block}.contact-details{gap:var(--spacing-lg);flex-direction:column;display:flex}.contact-detail-item{gap:var(--spacing-md);align-items:flex-start;display:flex}.contact-icon{font-size:var(--font-size-2xl);text-align:center;flex-shrink:0;width:40px}.contact-content{gap:var(--spacing-xs);flex-direction:column;flex:1;display:flex}.contact-label{font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);color:var(--color-dark-gray);text-transform:uppercase;letter-spacing:.5px}.contact-value{font-size:var(--font-size-base);color:var(--color-text);line-height:var(--line-height-relaxed);white-space:pre-line}.contact-link{font-size:var(--font-size-base);color:var(--color-primary);font-weight:var(--font-weight-medium);transition:color var(--transition-base);text-decoration:none}.contact-link:hover{color:var(--color-primary-dark);text-decoration:underline}.social-links-profile{gap:var(--spacing-md);flex-wrap:wrap;display:flex}@media (max-width:1024px){.profile-header{gap:var(--spacing-xl);grid-template-columns:250px 1fr}}@media (max-width:768px){.profile-header{text-align:center;grid-template-columns:1fr}.profile-visual{max-width:300px;margin:0 auto}.profile-badges{justify-content:center}.photo-gallery{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.info-row{align-items:flex-start;gap:var(--spacing-xs);flex-direction:column}}@media (max-width:480px){.profile-card{padding:var(--spacing-lg)}.profile-name{font-size:var(--font-size-2xl)}.profile-commercial-name{font-size:var(--font-size-lg)}.photo-gallery{grid-template-columns:1fr}}.product-content-wrapper{gap:var(--spacing-2xl);margin-top:var(--spacing-xl);grid-template-columns:1fr 1fr;display:grid}.product-info-column,.product-map-column{flex-direction:column;display:flex}.map-section{gap:var(--spacing-md);flex-direction:column;height:100%;display:flex}.map-locations{padding:var(--spacing-md);border:2px solid var(--color-primary-light);border-radius:var(--border-radius-md);font-size:var(--font-size-base);font-weight:var(--font-weight-medium);color:var(--color-secondary);background:linear-gradient(135deg,#f5b04a1a 0%,#fffc 100%)}.map-container-wrapper{flex:1;align-items:stretch;min-height:400px;display:flex}@media (max-width:1024px){.product-content-wrapper{gap:var(--spacing-xl);grid-template-columns:1fr}.map-container-wrapper{min-height:350px}}@media (max-width:768px){.product-content-wrapper{gap:var(--spacing-lg)}.map-container-wrapper{min-height:300px}.map-section{gap:var(--spacing-sm)}}@media (max-width:480px){.map-container-wrapper{min-height:250px}}
.Header-module__KHjLKa__header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border-bottom:1px solid #fef3c7;width:100%;transition:top .3s;position:sticky;top:0;overflow:visible;box-shadow:0 1px 2px #0000000d}body.has-news-banner .Header-module__KHjLKa__header{top:var(--news-banner-height,2.5rem)}@supports ((-webkit-backdrop-filter:blur(12px)) or (backdrop-filter:blur(12px))){.Header-module__KHjLKa__header{background:#fffc}}.Header-module__KHjLKa__headerContainer{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;overflow:visible}.Header-module__KHjLKa__headerContent{justify-content:space-between;align-items:center;gap:1rem;width:100%;height:5rem;display:flex;overflow:visible}.Header-module__KHjLKa__logo{flex-shrink:0;align-items:center;gap:.75rem;min-width:fit-content;text-decoration:none;transition:transform .3s;display:flex}.Header-module__KHjLKa__logo:hover{transform:scale(1.05)}.Header-module__KHjLKa__logoImageWrapper{border-radius:9999px;flex-shrink:0;width:4.5rem;min-width:4.5rem;height:4.5rem;min-height:4.5rem;padding:.25rem;position:relative;overflow:hidden}.Header-module__KHjLKa__logoImage{object-fit:cover;border-radius:9999px;width:100%;height:100%}.Header-module__KHjLKa__logoText{white-space:nowrap;flex-direction:column;display:flex}.Header-module__KHjLKa__logoName{color:#111827;white-space:nowrap;font-size:1.25rem;font-weight:700;transition:color .3s}.Header-module__KHjLKa__logo:hover .Header-module__KHjLKa__logoName{color:var(--color-primary)}.Header-module__KHjLKa__logoSlogan{color:#6b7280;white-space:nowrap;font-size:.75rem}.Header-module__KHjLKa__nav{scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;align-items:center;gap:.2rem;display:none;overflow:visible}.Header-module__KHjLKa__nav::-webkit-scrollbar{display:none}.Header-module__KHjLKa__navLink{color:#374151;white-space:nowrap;border-radius:.5rem;flex-shrink:0;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.Header-module__KHjLKa__navLink:hover{color:var(--color-primary);background:#fffbeb}.Header-module__KHjLKa__navLinkIcon{align-items:center;gap:.5rem;display:flex}.Header-module__KHjLKa__dropdown{z-index:10;flex-shrink:0;position:relative}.Header-module__KHjLKa__dropdownToggle{color:#374151;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:all .3s;display:flex}.Header-module__KHjLKa__dropdownToggle:hover{color:var(--color-primary);background:#fffbeb}.Header-module__KHjLKa__dropdownArrow{margin-left:.25rem;font-size:.625rem;transition:transform .3s}.Header-module__KHjLKa__dropdown:hover .Header-module__KHjLKa__dropdownArrow,.Header-module__KHjLKa__dropdown[data-open=true] .Header-module__KHjLKa__dropdownArrow{transform:rotate(180deg)}.Header-module__KHjLKa__dropdownMenu{opacity:0;visibility:hidden;z-index:1000;pointer-events:none;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;min-width:220px;margin-top:.25rem;transition:all .3s;position:absolute;top:100%;left:0;transform:translateY(-10px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.Header-module__KHjLKa__dropdownMenuOpen{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important}.Header-module__KHjLKa__dropdownItem{color:#374151;white-space:nowrap;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.Header-module__KHjLKa__dropdownItem:first-child{border-radius:.5rem .5rem 0 0}.Header-module__KHjLKa__dropdownItem:last-child{border-radius:0 0 .5rem .5rem}.Header-module__KHjLKa__dropdownItem:hover,.Header-module__KHjLKa__dropdownItemFocus{color:var(--color-primary);background:#fffbeb}.Header-module__KHjLKa__ctaButton{color:#fff;background:var(--color-primary);border-radius:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s;display:none;box-shadow:0 1px 2px #0000000d}.Header-module__KHjLKa__ctaButton:hover{background:var(--color-primary-dark);box-shadow:0 4px 6px -1px #0000001a}.Header-module__KHjLKa__ctaButton:active{transform:scale(.95)}.Header-module__KHjLKa__mobileMenuButton{color:#374151;cursor:pointer;background:0 0;border:none;border-radius:.5rem;padding:.5rem;transition:background .3s;display:block}.Header-module__KHjLKa__mobileMenuButton:hover{background:#f3f4f6}.Header-module__KHjLKa__menuIcon{width:1.5rem;height:1.5rem}.Header-module__KHjLKa__mobileActions{flex-shrink:0;align-items:center;gap:.25rem;margin-left:auto;display:flex}.Header-module__KHjLKa__mobileShopButton{color:#374151;cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.5rem;line-height:1;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.Header-module__KHjLKa__mobileShopButton:hover,.Header-module__KHjLKa__mobileShopButton:active{background:#fffbeb;transform:scale(1.05)}@media (max-width:1024px){.Header-module__KHjLKa__logoSlogan{display:none}}@media (min-width:768px){.Header-module__KHjLKa__nav{display:flex}.Header-module__KHjLKa__mobileMenuButton,.Header-module__KHjLKa__mobileShopButton,.Header-module__KHjLKa__mobileActions{display:none}}@media (min-width:1280px){.Header-module__KHjLKa__ctaButton{display:inline-flex}}@media (max-width:767px){.Header-module__KHjLKa__headerContainer{padding:0 1rem}.Header-module__KHjLKa__headerContent{height:4rem}.Header-module__KHjLKa__logoText,.Header-module__KHjLKa__nav{display:none}}.Header-module__KHjLKa__mobileMenu{-webkit-overflow-scrolling:touch;z-index:2000;pointer-events:auto;background:#fff;border-top:1px solid #e5e7eb;width:100vw;max-width:none;max-height:calc(100vh - 4rem);margin:0 0 0 calc(50% - 50vw);display:block;position:absolute;top:100%;left:50%;overflow-y:auto;transform:translate(-50%);box-shadow:0 4px 6px -1px #0000001a}.Header-module__KHjLKa__mobileMenu::-webkit-scrollbar{width:6px}.Header-module__KHjLKa__mobileMenu::-webkit-scrollbar-track{background:#f3f4f6}.Header-module__KHjLKa__mobileMenu::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.Header-module__KHjLKa__mobileMenu::-webkit-scrollbar-thumb:hover{background:#9ca3af}.Header-module__KHjLKa__mobileNav{flex-direction:column;padding:1rem 0 2rem;display:flex}.Header-module__KHjLKa__mobileNavLink{color:#374151;border-left:3px solid #0000;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background .3s;display:flex}.Header-module__KHjLKa__mobileNavLinkHighlight{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border-left:3px solid #f59e0b;font-weight:600}.Header-module__KHjLKa__mobileNavLinkHighlight:hover{background:linear-gradient(135deg,#fde68a 0%,#fcd34d 100%)}.Header-module__KHjLKa__mobileDropdown{z-index:2100;flex-direction:column;display:flex;position:relative}.Header-module__KHjLKa__mobileDropdownToggle{color:#374151;text-align:left;cursor:pointer;background:0 0;border:none;border-left:3px solid #0000;justify-content:space-between;align-items:center;padding:1rem 1.5rem;font-size:1rem;font-weight:500;transition:background .3s;display:flex}.Header-module__KHjLKa__mobileDropdownMenu{-webkit-overflow-scrolling:touch;background:#f9fafb;flex-direction:column;max-height:60vh;display:flex;overflow-y:auto}.Header-module__KHjLKa__mobileDropdownMenu[hidden]{display:none}.Header-module__KHjLKa__mobileDropdownItem{color:#6b7280;border-left:3px solid #0000;align-items:center;gap:.75rem;padding:.875rem 1.5rem .875rem 3rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.Header-module__KHjLKa__mobileDropdownItem:hover,.Header-module__KHjLKa__mobileDropdownItem:active{color:var(--color-primary);border-left-color:var(--color-primary);background:#fff}@media (min-width:768px){.Header-module__KHjLKa__mobileMenu{display:none}}.Header-module__KHjLKa__adminButton{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 2px 4px #f59e0b4d}.Header-module__KHjLKa__adminButton:hover{background:linear-gradient(135deg,#d97706 0%,#b45309 100%);transform:translateY(-1px);box-shadow:0 4px 8px #f59e0b66}.Header-module__KHjLKa__mobileAdminSection{margin-top:1rem;padding-top:.5rem}.Header-module__KHjLKa__mobileAdminDivider{background:linear-gradient(90deg,#0000,#e5e7eb,#0000);height:1px;margin:0 1rem 1rem}.Header-module__KHjLKa__mobileAdminSubDivider{background:#f3f4f6;height:1px;margin:.5rem 1rem}.Header-module__KHjLKa__mobileAdminLink{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border-radius:.5rem;align-items:center;gap:.75rem;margin:0 1rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 2px 4px #f59e0b4d}.Header-module__KHjLKa__mobileAdminLink:hover,.Header-module__KHjLKa__mobileAdminLink:active{background:linear-gradient(135deg,#d97706 0%,#b45309 100%)}.Header-module__KHjLKa__mobileAdminHeader{color:#f59e0b;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:700;display:flex}.Header-module__KHjLKa__mobileAdminNavItem{color:#374151;border-left:3px solid #0000;align-items:center;gap:.75rem;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.Header-module__KHjLKa__mobileAdminNavItem:hover,.Header-module__KHjLKa__mobileAdminNavItem:active{color:#f59e0b;background:#fffbeb;border-left-color:#f59e0b}.Header-module__KHjLKa__mobileAdminNavItemActive{color:#f59e0b;background:#fffbeb;border-left-color:#f59e0b;font-weight:600}.Header-module__KHjLKa__mobileAdminDropdown{flex-direction:column;display:flex}.Header-module__KHjLKa__mobileAdminDropdownToggle{color:#374151;cursor:pointer;background:0 0;border:none;border-left:3px solid #0000;justify-content:space-between;align-items:center;padding:.875rem 1.5rem;font-size:.9375rem;transition:all .3s;display:flex}.Header-module__KHjLKa__mobileAdminDropdownToggle:hover{color:#f59e0b;background:#fffbeb}.Header-module__KHjLKa__mobileAdminDropdownMenu{background:#fafafa;flex-direction:column;display:flex}.Header-module__KHjLKa__mobileAdminSubItem{color:#4b5563;border-left:3px solid #0000;align-items:center;gap:.75rem;padding:.75rem 1.5rem .75rem 2.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.Header-module__KHjLKa__mobileAdminSubItem:hover,.Header-module__KHjLKa__mobileAdminSubItem:active{color:#f59e0b;background:#fffbeb;border-left-color:#f59e0b}.Header-module__KHjLKa__mobileBackToSite{color:#6b7280;align-items:center;gap:.75rem;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.Header-module__KHjLKa__mobileBackToSite:hover{color:#374151;background:#f9fafb}.Header-module__KHjLKa__mobileUserSection{background:#f9fafb;border-top:1px solid #e5e7eb;margin-top:.5rem;padding:1rem}.Header-module__KHjLKa__mobileUserInfo{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.Header-module__KHjLKa__mobileUserName{color:#374151;font-size:.875rem;font-weight:600}.Header-module__KHjLKa__mobileUserEmail{color:#6b7280;font-size:.75rem}.Header-module__KHjLKa__mobileLogoutButton{color:#dc2626;cursor:pointer;background:#fee2e2;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:.875rem;font-weight:600;transition:all .3s;display:flex}.Header-module__KHjLKa__mobileLogoutButton:hover{background:#fecaca}
.Footer-module__yg9ahW__footer{background:linear-gradient(#f9fafb,#fff);border-top:1px solid #e5e7eb;width:100%}.Footer-module__yg9ahW__footer a{color:inherit;text-decoration:none}.Footer-module__yg9ahW__footerContainer{max-width:1200px;margin:0 auto;padding:0 2rem}.Footer-module__yg9ahW__footerTop{justify-content:space-around;align-items:center;padding:1rem;display:flex}.Footer-module__yg9ahW__footerNavigation{justify-content:space-around;gap:3rem;display:flex}.Footer-module__yg9ahW__footerNavigation li{list-style:none}.Footer-module__yg9ahW__footerContent{padding:3rem 0}.Footer-module__yg9ahW__footerGrid{grid-template-columns:1fr;gap:2rem;display:grid}.Footer-module__yg9ahW__socialIcons a{color:#4b5563;justify-content:center;align-items:center;margin-right:1rem;transition:all .3s;display:inline-flex}.Footer-module__yg9ahW__socialIcons a svg{width:1.5rem;height:1.5rem;font-size:1.5rem}.Footer-module__yg9ahW__socialIcons a .social-icon{width:1.5rem;height:1.5rem;font-size:1.5rem}.Footer-module__yg9ahW__socialIcons a:hover{transform:translateY(-3px)}.Footer-module__yg9ahW__socialIcons a[data-network=facebook]{color:#1877f2}.Footer-module__yg9ahW__socialIcons a[data-network=facebook]:hover{color:#4b5563}.Footer-module__yg9ahW__socialIcons a[data-network=instagram]{color:#e4405f}.Footer-module__yg9ahW__socialIcons a[data-network=instagram]:hover{color:#4b5563}.Footer-module__yg9ahW__socialIcons a[data-network=linkedin]{color:#0a66c2}.Footer-module__yg9ahW__socialIcons a[data-network=linkedin]:hover{color:#4b5563}.Footer-module__yg9ahW__socialIcons a[data-network=youtube]{color:red}.Footer-module__yg9ahW__socialIcons a[data-network=youtube]:hover{color:#4b5563}.Footer-module__yg9ahW__socialIcons a[data-network=tiktok]{color:#000}.Footer-module__yg9ahW__socialIcons a[data-network=tiktok]:hover{color:#4b5563}.Footer-module__yg9ahW__socialIcons{padding-top:1rem}.Footer-module__yg9ahW__aboutSection{grid-column:1/-1}.Footer-module__yg9ahW__aboutHeader{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.Footer-module__yg9ahW__aboutIcon{font-size:1.875rem}.Footer-module__yg9ahW__aboutTitle{color:#111827;font-size:1.5rem;font-weight:700}.Footer-module__yg9ahW__aboutLabel{color:#16a34a;margin-bottom:.75rem;font-size:1.125rem;font-weight:500}.Footer-module__yg9ahW__aboutSlogan{color:var(--color-primary);margin-bottom:1rem;font-size:1rem;font-weight:600}.Footer-module__yg9ahW__aboutDescription{color:#4b5563;max-width:32rem;font-size:.875rem;line-height:1.625}.Footer-module__yg9ahW__navTitle{color:#111827;margin-bottom:1rem;font-size:1.125rem;font-weight:600}.Footer-module__yg9ahW__navList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__yg9ahW__navSubtitle{color:var(--color-primary);margin-top:.5rem;padding:.5rem 0;font-size:.875rem;font-weight:600;display:block}.Footer-module__yg9ahW__navLink{color:#4b5563;align-items:center;gap:.5rem;font-size:.875rem;text-decoration:none;transition:color .3s;display:flex}.Footer-module__yg9ahW__navLink:hover{color:var(--color-primary)}.Footer-module__yg9ahW__navLinkIndent{color:#4b5563;align-items:center;gap:.5rem;padding-left:1rem;font-size:.875rem;text-decoration:none;transition:color .3s;display:flex}.Footer-module__yg9ahW__navLinkIndent:hover{color:var(--color-primary)}.Footer-module__yg9ahW__navLinkIcon{font-size:1rem}.Footer-module__yg9ahW__navLinkText{transition:transform .3s}.Footer-module__yg9ahW__navLink:hover .Footer-module__yg9ahW__navLinkText,.Footer-module__yg9ahW__navLinkIndent:hover .Footer-module__yg9ahW__navLinkText{transform:translate(.25rem)}.Footer-module__yg9ahW__contactTitle{color:#111827;margin-bottom:1rem;font-size:1.125rem;font-weight:600}.Footer-module__yg9ahW__contactList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__yg9ahW__contactItem{color:#4b5563;align-items:flex-start;gap:.5rem;font-size:.875rem;display:flex}.Footer-module__yg9ahW__contactIcon{font-size:1rem}.Footer-module__yg9ahW__contactLink{color:#4b5563;text-decoration:none;transition:color .3s}.Footer-module__yg9ahW__contactLink:hover{color:var(--color-primary)}.Footer-module__yg9ahW__contactAddress{white-space:pre-line;line-height:1.625}.Footer-module__yg9ahW__footerBottom{border-top:1px solid #e5e7eb;padding:1.5rem 0}.Footer-module__yg9ahW__footerBottomContent{flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;display:flex}.Footer-module__yg9ahW__copyright{color:#4b5563;font-size:.875rem}.Footer-module__yg9ahW__madeWith{color:#6b7280;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.Footer-module__yg9ahW__heart{color:#ef4444}.Footer-module__yg9ahW__footerNewsletter{padding:1rem 0}@media (min-width:768px){.Footer-module__yg9ahW__footerContent{padding:4rem 0}.Footer-module__yg9ahW__footerGrid{grid-template-columns:repeat(2,1fr)}.Footer-module__yg9ahW__aboutSection{grid-column:1/-1}.Footer-module__yg9ahW__footerBottomContent{flex-direction:row}}@media (min-width:1024px){.Footer-module__yg9ahW__footerGrid{grid-template-columns:2fr 1fr 1fr}.Footer-module__yg9ahW__aboutSection{grid-column:span 2}}@media (max-width:768px){.Footer-module__yg9ahW__footerTop{text-align:center;flex-direction:column}.Footer-module__yg9ahW__footerNavigation{margin-top:1rem}.Footer-module__yg9ahW__footerNewsletter{width:100%;margin-top:1.5rem}}@media (max-width:480px){.Footer-module__yg9ahW__footerNavigation{flex-direction:column;gap:0;width:100%}.Footer-module__yg9ahW__footerNavigation ul{margin:0}.Footer-module__yg9ahW__footerInfo{width:100%}}
.NewsletterSubscribe-module__JLm1MG__footerContainer{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border-radius:12px;max-width:300px;padding:1rem}.NewsletterSubscribe-module__JLm1MG__title{color:#92400e;margin-top:0;margin-bottom:.5rem;font-size:1.1rem}.NewsletterSubscribe-module__JLm1MG__description{color:#78350f;margin-bottom:1rem;font-size:.9rem}.NewsletterSubscribe-module__JLm1MG__footerForm{gap:.5rem;display:flex}.NewsletterSubscribe-module__JLm1MG__input{color:#1f2937;background:#fff;border:1px solid #fcd34d;border-radius:8px;flex:1;padding:.75rem 1rem;font-size:.9rem}.NewsletterSubscribe-module__JLm1MG__input::placeholder{color:#9ca3af}.NewsletterSubscribe-module__JLm1MG__input:focus{border-color:#f59e0b;outline:none;box-shadow:0 0 0 2px #f59e0b33}.NewsletterSubscribe-module__JLm1MG__button{background:var(--color-secondary,#f59e0b);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.25rem;font-weight:600;transition:background .2s}.NewsletterSubscribe-module__JLm1MG__button:hover{background:var(--color-secondary-dark,#d97706)}.NewsletterSubscribe-module__JLm1MG__button:disabled{opacity:.7;cursor:not-allowed}.NewsletterSubscribe-module__JLm1MG__successMessage{color:#065f46;background:#d1fae5;border-radius:8px;padding:.75rem 1rem;font-size:.9rem}.NewsletterSubscribe-module__JLm1MG__errorMessage{color:#dc2626;margin-top:.5rem;font-size:.85rem}.NewsletterSubscribe-module__JLm1MG__pageContainer{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border-radius:16px;margin:2rem 0;padding:3rem 2rem}.NewsletterSubscribe-module__JLm1MG__pageContent{text-align:center;max-width:600px;margin:0 auto}.NewsletterSubscribe-module__JLm1MG__pageTitle{color:#92400e;margin-bottom:.5rem;font-size:2rem}.NewsletterSubscribe-module__JLm1MG__pageDescription{color:#78350f;margin-bottom:1rem;font-size:1.1rem}.NewsletterSubscribe-module__JLm1MG__benefitsList{text-align:left;max-width:400px;margin:0 auto 2rem;padding:0;list-style:none}.NewsletterSubscribe-module__JLm1MG__benefitsList li{color:#78350f;padding:.5rem 0;font-size:1rem}.NewsletterSubscribe-module__JLm1MG__pageForm{flex-direction:column;gap:1rem;display:flex}.NewsletterSubscribe-module__JLm1MG__formRow{gap:1rem;display:flex}.NewsletterSubscribe-module__JLm1MG__inputLarge{background:#fff;border:2px solid #0000;border-radius:10px;flex:1;padding:1rem 1.25rem;font-size:1rem;transition:border-color .2s}.NewsletterSubscribe-module__JLm1MG__inputLarge:focus{border-color:#f59e0b;outline:none}.NewsletterSubscribe-module__JLm1MG__buttonLarge{color:#fff;cursor:pointer;background:#f59e0b;border:none;border-radius:10px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:background .2s,transform .2s}.NewsletterSubscribe-module__JLm1MG__buttonLarge:hover{background:#d97706;transform:translateY(-2px)}.NewsletterSubscribe-module__JLm1MG__buttonLarge:disabled{opacity:.7;cursor:not-allowed;transform:none}.NewsletterSubscribe-module__JLm1MG__privacy{color:#92400e;margin-top:.5rem;font-size:.85rem}.NewsletterSubscribe-module__JLm1MG__successBox{text-align:left;background:#fff;border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;display:flex}.NewsletterSubscribe-module__JLm1MG__successIcon{font-size:2rem}.NewsletterSubscribe-module__JLm1MG__successBox strong{color:#065f46;margin-bottom:.25rem;display:block}.NewsletterSubscribe-module__JLm1MG__successBox p{color:#047857;margin:0;font-size:.9rem}.NewsletterSubscribe-module__JLm1MG__errorBox{color:#dc2626;background:#fee2e2;border-radius:8px;margin-top:1rem;padding:1rem}@media (max-width:640px){.NewsletterSubscribe-module__JLm1MG__formRow{flex-direction:column}.NewsletterSubscribe-module__JLm1MG__pageTitle{font-size:1.5rem}.NewsletterSubscribe-module__JLm1MG__pageContainer{padding:2rem 1rem}.NewsletterSubscribe-module__JLm1MG__footerContainer{width:100%;max-width:100%}.NewsletterSubscribe-module__JLm1MG__footerForm{flex-direction:column}.NewsletterSubscribe-module__JLm1MG__input{width:100%}.NewsletterSubscribe-module__JLm1MG__button{width:100%;padding:.875rem 1.25rem}.NewsletterSubscribe-module__JLm1MG__title,.NewsletterSubscribe-module__JLm1MG__description,.NewsletterSubscribe-module__JLm1MG__successMessage{text-align:center}}
.CookieConsent-module__3xF28G__overlay{z-index:9999;padding:0 1rem 1rem;transition:transform .3s ease-in-out;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%)}.CookieConsent-module__3xF28G__overlay.CookieConsent-module__3xF28G__visible{transform:translateY(0)}.CookieConsent-module__3xF28G__banner{background:linear-gradient(135deg,#fff 0%,#fff8dc 100%);border:2px solid #f5b04a;border-radius:1rem;flex-direction:column;gap:1.5rem;max-width:1200px;margin:0 auto;padding:2rem;display:flex;box-shadow:0 -10px 30px #0003}.CookieConsent-module__3xF28G__content{align-items:flex-start;gap:1.5rem;display:flex}.CookieConsent-module__3xF28G__icon{flex-shrink:0;font-size:3rem;line-height:1}.CookieConsent-module__3xF28G__text{flex:1}.CookieConsent-module__3xF28G__title{color:var(--color-secondary,#2c3e50);margin:0 0 .75rem;font-size:1.5rem;font-weight:700;line-height:1.3}.CookieConsent-module__3xF28G__description{color:#4a5568;margin:0 0 .75rem;font-size:1rem;line-height:1.6}.CookieConsent-module__3xF28G__description strong{color:var(--color-secondary,#2c3e50);font-weight:600}.CookieConsent-module__3xF28G__moreInfo{color:#718096;margin:0;font-size:.9rem}.CookieConsent-module__3xF28G__link{color:var(--color-primary,#f5b04a);font-weight:600;text-decoration:underline;transition:color .2s}.CookieConsent-module__3xF28G__link:hover{color:var(--color-secondary,#2c3e50)}.CookieConsent-module__3xF28G__actions{flex-wrap:wrap;justify-content:flex-end;gap:1rem;display:flex}.CookieConsent-module__3xF28G__buttonRefuse,.CookieConsent-module__3xF28G__buttonAccept{cursor:pointer;border:2px solid #0000;border-radius:.5rem;min-width:140px;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.CookieConsent-module__3xF28G__buttonRefuse{color:#4a5568;background:#f3f4f6;border-color:#d1d5db}.CookieConsent-module__3xF28G__buttonRefuse:hover{background:#e5e7eb;border-color:#9ca3af;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.CookieConsent-module__3xF28G__buttonAccept{background:var(--color-primary,#f5b04a);color:#fff;border-color:var(--color-primary,#f5b04a)}.CookieConsent-module__3xF28G__buttonAccept:hover{background:var(--color-secondary,#2c3e50);border-color:var(--color-secondary,#2c3e50);transform:translateY(-2px);box-shadow:0 4px 12px #f5b04a4d}@media (max-width:768px){.CookieConsent-module__3xF28G__overlay{padding:0 .5rem .5rem}.CookieConsent-module__3xF28G__banner{gap:1.25rem;padding:1.5rem}.CookieConsent-module__3xF28G__content{text-align:center;flex-direction:column;gap:1rem}.CookieConsent-module__3xF28G__icon{align-self:center;font-size:2.5rem}.CookieConsent-module__3xF28G__title{font-size:1.25rem}.CookieConsent-module__3xF28G__description{text-align:left;font-size:.95rem}.CookieConsent-module__3xF28G__moreInfo{text-align:left;font-size:.85rem}.CookieConsent-module__3xF28G__actions{justify-content:center;width:100%}.CookieConsent-module__3xF28G__buttonRefuse,.CookieConsent-module__3xF28G__buttonAccept{width:40%;min-width:unset}}@media (max-width:480px){.CookieConsent-module__3xF28G__banner{padding:1.25rem}.CookieConsent-module__3xF28G__title{font-size:1.1rem}.CookieConsent-module__3xF28G__description{font-size:.9rem}.CookieConsent-module__3xF28G__icon{font-size:2rem}}
:root{--news-banner-height:2.5rem}@keyframes NewsBanner-module__3JUkxq__slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.NewsBanner-module__3JUkxq__newsBanner{width:100%;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);z-index:1000;padding:.75rem 3rem .75rem 1rem;animation:.5s ease-out NewsBanner-module__3JUkxq__slideDown;position:fixed;top:0;left:0;right:0;overflow:hidden;box-shadow:0 2px 8px #0000001a}.NewsBanner-module__3JUkxq__newsBanner.NewsBanner-module__3JUkxq__info{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%)}.NewsBanner-module__3JUkxq__newsBanner.NewsBanner-module__3JUkxq__warning{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%)}.NewsBanner-module__3JUkxq__newsBanner.NewsBanner-module__3JUkxq__success{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.NewsBanner-module__3JUkxq__newsBanner.NewsBanner-module__3JUkxq__promotion{color:#fff;background:linear-gradient(135deg,#f5b04a 0%,#d4940a 100%)}.NewsBanner-module__3JUkxq__newsContent{width:100%;overflow:hidden}.NewsBanner-module__3JUkxq__newsScroller{white-space:nowrap;will-change:transform;display:flex}.NewsBanner-module__3JUkxq__newsGroup{flex-shrink:0;display:flex}@keyframes NewsBanner-module__3JUkxq__scroll{0%{transform:translate(0)}to{transform:translate(-16.66%)}}.NewsBanner-module__3JUkxq__newsItem{align-items:center;padding:0 2rem;display:inline-flex}.NewsBanner-module__3JUkxq__newsLink{color:inherit;border-bottom:1px solid #0000;text-decoration:none;transition:all .3s}.NewsBanner-module__3JUkxq__newsLink:hover{opacity:.9;border-bottom-color:currentColor}.NewsBanner-module__3JUkxq__separator{opacity:.6;margin:0 1.5rem;font-size:1.2em}.NewsBanner-module__3JUkxq__closeButton{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.2rem;font-weight:700;transition:all .3s;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.NewsBanner-module__3JUkxq__closeButton:hover{background:#ffffff4d;transform:translateY(-50%)scale(1.1)}.NewsBanner-module__3JUkxq__closeButton:active{transform:translateY(-50%)scale(.95)}@media (max-width:768px){.NewsBanner-module__3JUkxq__newsBanner{font-size:var(--font-size-xs)}.NewsBanner-module__3JUkxq__newsItem{padding:0 .5rem}.NewsBanner-module__3JUkxq__separator{margin:0 .75rem}.NewsBanner-module__3JUkxq__closeButton{width:24px;height:24px;font-size:1rem;right:.5rem}}@media (max-width:480px){.NewsBanner-module__3JUkxq__newsItem{padding:0 .25rem}.NewsBanner-module__3JUkxq__separator{margin:0 .5rem}}
:root{--admin-footer-height:auto}.AdminNav-module__eDW9yq__sidebar{background:linear-gradient(180deg,var(--color-primary)0%,var(--color-primary-dark)100%);color:#fff;width:280px;top:0;left:0;bottom:var(--admin-footer-height,80px);height:calc(100vh - var(--admin-footer-height,80px));flex-direction:column;display:flex;overflow:hidden}.AdminNav-module__eDW9yq__sidebarHeader{border-bottom:1px solid #ffffff1a;flex-shrink:0;padding:.5rem 1rem}.AdminNav-module__eDW9yq__sidebarTitle{font-size:1.75rem;font-weight:var(--font-weight-bold);margin:0 0 .5rem}.AdminNav-module__eDW9yq__sidebarSubtitle{opacity:.9;margin:0;font-size:.95rem}.AdminNav-module__eDW9yq__sidebarNav{flex:1;padding:.5rem 0;overflow:hidden auto}.AdminNav-module__eDW9yq__sidebarNav::-webkit-scrollbar{width:6px}.AdminNav-module__eDW9yq__sidebarNav::-webkit-scrollbar-track{background:#ffffff0d}.AdminNav-module__eDW9yq__sidebarNav::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.AdminNav-module__eDW9yq__sidebarNav::-webkit-scrollbar-thumb:hover{background:#ffffff80}.AdminNav-module__eDW9yq__navItem{color:#fff;border-left:4px solid #0000;align-items:center;gap:.75rem;padding:.75rem 1rem;text-decoration:none;transition:all .3s;display:flex}.AdminNav-module__eDW9yq__navItem:hover{background:#ffffff1a;border-left-color:#fff}.AdminNav-module__eDW9yq__navItem.AdminNav-module__eDW9yq__active{font-weight:var(--font-weight-semibold);background:#ffffff26;border-left-color:#fff}.AdminNav-module__eDW9yq__navIcon{font-size:1.5rem}.AdminNav-module__eDW9yq__navSection{border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;margin:.25rem 0}.AdminNav-module__eDW9yq__navSectionToggle{color:#fff;cursor:pointer;width:100%;font-size:inherit;text-align:left;background:0 0;border:none;border-left:4px solid #0000;align-items:center;gap:.75rem;padding:.75rem 1rem;font-family:inherit;transition:all .3s;display:flex}.AdminNav-module__eDW9yq__navSectionToggle:hover{background:#ffffff1a;border-left-color:#ffffff80}.AdminNav-module__eDW9yq__navSectionToggle.AdminNav-module__eDW9yq__active{font-weight:var(--font-weight-semibold);background:#ffffff14;border-left-color:#fff}.AdminNav-module__eDW9yq__navSectionLabel{flex:1}.AdminNav-module__eDW9yq__navSectionArrow{opacity:.7;font-size:.85rem;transition:transform .3s}.AdminNav-module__eDW9yq__navSectionArrow.AdminNav-module__eDW9yq__open{transform:rotate(90deg)}.AdminNav-module__eDW9yq__navSectionItems{background:#00000026}.AdminNav-module__eDW9yq__navSubItem{font-size:.9rem;padding-left:1.75rem!important}.AdminNav-module__eDW9yq__navSubItem .AdminNav-module__eDW9yq__navIcon{font-size:1.15rem}.AdminNav-module__eDW9yq__sidebarFooter{background:#0000001a;border-top:1px solid #ffffff1a;flex-shrink:0;margin-top:auto;padding:.5rem}.AdminNav-module__eDW9yq__userInfo{background:#ffffff0d;border-radius:.5rem;align-items:center;gap:.75rem;margin-bottom:.75rem;padding:.5rem;display:flex}.AdminNav-module__eDW9yq__userIcon{background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;font-size:1.5rem;display:flex}.AdminNav-module__eDW9yq__userDetails{flex:1;min-width:0;overflow:hidden}.AdminNav-module__eDW9yq__userName{font-weight:var(--font-weight-semibold);word-wrap:break-word;overflow-wrap:break-word;margin:0;font-size:.85rem;line-height:1.2}.AdminNav-module__eDW9yq__userEmail{opacity:.8;word-wrap:break-word;overflow-wrap:break-word;margin:.25rem 0 0;font-size:.75rem;line-height:1.2}.AdminNav-module__eDW9yq__logoutButton{color:#fff;cursor:pointer;background:#fff3;border:1px solid #ffffff4d;border-radius:.5rem;width:100%;padding:.65rem;font-size:.85rem;transition:all .3s}.AdminNav-module__eDW9yq__logoutButton:hover{background:#ffffff4d}.AdminNav-module__eDW9yq__menuToggle{display:none!important}body.has-news-banner .AdminNav-module__eDW9yq__menuToggle{top:8rem}.AdminNav-module__eDW9yq__menuToggle:hover{background:linear-gradient(135deg,#d97706 0%,#b45309 100%);transform:scale(1.05)}.AdminNav-module__eDW9yq__menuToggle span{background:#fff;border-radius:2px;width:24px;height:3px;margin:5px 0;transition:all .3s;display:block}.AdminNav-module__eDW9yq__menuToggle.AdminNav-module__eDW9yq__active span:first-child{transform:rotate(45deg)translate(8px,8px)}.AdminNav-module__eDW9yq__menuToggle.AdminNav-module__eDW9yq__active span:nth-child(2){opacity:0}.AdminNav-module__eDW9yq__menuToggle.AdminNav-module__eDW9yq__active span:nth-child(3){transform:rotate(-45deg)translate(7px,-7px)}.AdminNav-module__eDW9yq__overlay{z-index:898;background:#00000080;border:none;margin:0;padding:0;display:none;position:fixed;inset:0}.AdminNav-module__eDW9yq__overlay.AdminNav-module__eDW9yq__show{display:block}@media (max-width:1024px){.AdminNav-module__eDW9yq__sidebar{width:var(--admin-sidebar-width-tablet)}}@media (max-width:768px){.AdminNav-module__eDW9yq__menuToggle{display:block}.AdminNav-module__eDW9yq__sidebar{z-index:899;width:280px;height:100vh;transition:left .3s;position:fixed;top:0;left:-280px;box-shadow:2px 0 10px #0000001a}.AdminNav-module__eDW9yq__sidebar.AdminNav-module__eDW9yq__open{left:0}.AdminNav-module__eDW9yq__sidebarHeader{padding:1rem}.AdminNav-module__eDW9yq__sidebarTitle{font-size:1.5rem}.AdminNav-module__eDW9yq__sidebarSubtitle{font-size:.85rem}.AdminNav-module__eDW9yq__sidebarNav{flex:1;padding:.5rem 0;overflow-y:auto}.AdminNav-module__eDW9yq__navItem{padding:.75rem 1rem;font-size:.9rem}.AdminNav-module__eDW9yq__navIcon{font-size:1.25rem}.AdminNav-module__eDW9yq__sidebarFooter{padding:1rem}.AdminNav-module__eDW9yq__userInfo{gap:.75rem;padding:.5rem}.AdminNav-module__eDW9yq__userIcon{width:36px;min-width:36px;height:36px;font-size:1.25rem}.AdminNav-module__eDW9yq__userName{font-size:.85rem}.AdminNav-module__eDW9yq__userEmail{font-size:.7rem}.AdminNav-module__eDW9yq__logoutButton{padding:.6rem;font-size:.85rem}}
:root{--admin-sidebar-width:280px;--admin-sidebar-width-tablet:240px}.AdminShell-module__83HBMG__loginContainer{flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.AdminShell-module__83HBMG__loadingContainer{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex}.AdminShell-module__83HBMG__loader{border:4px solid #f3f3f3;border-top:4px solid var(--color-primary,#f59e0b);border-radius:50%;width:40px;height:40px;animation:1s linear infinite AdminShell-module__83HBMG__spin}@keyframes AdminShell-module__83HBMG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.AdminShell-module__83HBMG__adminShell{flex:1;width:100%;display:flex}.AdminShell-module__83HBMG__shellMain{flex:1;min-height:0;padding:2rem;overflow-y:auto}@media (max-width:1024px){.AdminShell-module__83HBMG__shellMain{padding:1.5rem}}@media (max-width:768px){.AdminShell-module__83HBMG__adminShell{display:block}.AdminShell-module__83HBMG__shellMain{margin-left:0;padding:4rem 1rem 1rem}}
