*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}.App{overflow-x:hidden;width:100%}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section{padding:80px 0}.section-title{color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.section-subtitle{color:#5a6c7d;font-size:1.2rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.gradient-bg{background:linear-gradient(135deg,#2c3e50,#34495e 50%,#4a5568)}.card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.card:hover{box-shadow:0 8px 16px #00000026;transform:translateY(-5px)}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:12px 32px;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#4a5568,#5a6c7d);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#34495e,#4a5568);box-shadow:0 4px 12px #4a556866;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #4a5568;color:#4a5568}.btn-secondary:hover{background:#4a5568;color:#fff}@media (max-width:768px){.section{padding:60px 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2c3e50f2;box-shadow:0 2px 10px #0000001a;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header-content{justify-content:space-between;padding:1rem 0}.header-content,.header-right{align-items:center;display:flex}.header-right{gap:1rem}.logo-container,.logo-container a{align-items:center;display:flex;gap:.75rem}.logo-container a{color:#fff;text-decoration:none;transition:opacity .3s ease}.logo-container a:hover{opacity:.9}.logo-image{background:#0000;filter:drop-shadow(0 2px 4px rgba(0,0,0,.15));height:60px;object-fit:contain;transition:transform .3s ease;width:60px}.logo-container a:hover .logo-image{transform:scale(1.05)}.logo{align-items:center;background:linear-gradient(135deg,#5a6c7d,#6b7c8d);border-radius:12px;box-shadow:0 4px 12px #5a6c7d4d;display:flex;height:50px;justify-content:center;transition:transform .3s ease;width:50px}.logo:hover{transform:scale(1.05)}.logo-text{color:#fff;font-size:1.5rem;font-weight:700;letter-spacing:1px}.logo-company{color:#fff;font-size:1.25rem;font-weight:600}.nav{align-items:center;display:flex}.nav-list{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-list li a{color:#ffffffe6;font-size:1rem;font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:color .3s ease}.nav-list li a:after{background:#5a6c7d;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-list li a:hover{color:#fff}.nav-list li a:hover:after{width:100%}.menu-toggle{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:.5rem;z-index:1001}.menu-toggle span{background:#fff;border-radius:3px;height:3px;transition:all .3s ease;width:25px}.menu-toggle.active span:first-child{transform:rotate(45deg) translate(8px,8px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media (max-width:768px){.menu-toggle{display:flex}.nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2c3e50fa;left:0;max-height:0;overflow:hidden;position:fixed;right:0;top:70px;transition:max-height .3s ease}.nav-open{box-shadow:0 4px 10px #0003;max-height:400px}.nav-list{flex-direction:column;gap:1.5rem;padding:2rem}.nav-list li a{border-bottom:1px solid #ffffff1a;font-size:1.1rem;padding:.75rem 0}.nav-list li:last-child a{border-bottom:none}}.language-switcher{margin-right:1rem;position:relative}.language-button{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.5rem 1rem;transition:all .3s ease}.language-button:hover{background:#fff3;border-color:#ffffff4d}.language-code{font-size:.9rem}.language-arrow{font-size:.7rem;transition:transform .3s ease}.language-switcher:has(.language-dropdown) .language-arrow{transform:rotate(180deg)}.language-overlay{bottom:0;left:0;position:fixed;right:0;top:0;z-index:999}.language-dropdown{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:180px;overflow:hidden;position:absolute;right:0;top:calc(100% + .5rem);z-index:1000}.language-option{align-items:center;background:#fff;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:.75rem 1rem;text-align:left;transition:background .2s ease;width:100%}.language-option:hover{background:#f5f5f5}.language-option.active{background:#f8f9ff;color:#2c3e50;font-weight:600}.language-label{color:#2c3e50;font-weight:600;margin-right:.5rem}.language-name{color:#666;font-size:.9rem}.language-option.active .language-name{color:#2c3e50}@media (max-width:768px){.language-switcher{margin-right:.5rem}.language-button{font-size:.85rem;padding:.4rem .8rem}.language-dropdown{min-width:160px;right:0}}.hero{align-items:center;background:linear-gradient(135deg,#2c3e50,#34495e 50%,#4a5568);color:#fff;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding-top:80px;position:relative;text-align:center}.hero:before{background:radial-gradient(circle at 20% 50%,#4a55684d 0,#0000 50%),radial-gradient(circle at 80% 80%,#5a6c7d4d 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.hero-content{animation:fadeInUp 1s ease-out;max-width:800px;padding:0 20px;position:relative;z-index:2}.hero-title{font-size:4rem;font-weight:700;margin-bottom:1.5rem;text-shadow:2px 2px 4px #0003}.hero-subtitle{font-size:1.5rem;font-weight:300;margin-bottom:2.5rem;opacity:.95}.hero-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.hero-buttons .btn-secondary{background:#ffffff14;border:2px solid #fffc;color:#fff}.hero-buttons .btn-secondary:hover{background:#fff;border-color:#fff;color:#2c3e50}.hero-overlay{background:linear-gradient(0deg,#ffffff1a,#0000);bottom:0;height:100px;left:0;position:absolute;right:0;z-index:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-buttons{align-items:center;flex-direction:column}.hero-buttons .btn{max-width:300px;width:100%}}.disclaimer{background:#f5f5f5;padding:60px 0}.disclaimer-content{background:#fff;border-left:4px solid #ff9800;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:2.5rem}.disclaimer-title{color:#ff9800;font-size:1.8rem;font-weight:700;margin-bottom:1.5rem}.disclaimer-content p{color:#555;line-height:1.8;margin-bottom:1rem}.disclaimer-content p:last-child{margin-bottom:0}@media (max-width:768px){.disclaimer-content{padding:1.5rem}.disclaimer-title{font-size:1.5rem}}.chi-siamo{background:#fff}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:3rem}.feature-card{background:linear-gradient(135deg,#f8f9ff,#fff);border:1px solid #e3e8ff;border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{border-color:#5a6c7d;box-shadow:0 8px 24px #4a556826;transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{color:#2c3e50;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.feature-description{color:#666;line-height:1.6}.chi-siamo-mission{background:linear-gradient(135deg,#f8f9ff,#fff);border-left:4px solid #4a5568;border-radius:12px;color:#555;font-size:1.2rem;line-height:1.8;margin:3rem auto 0;max-width:900px;padding:2rem;text-align:center}@media (max-width:768px){.features-grid{grid-template-columns:1fr}.chi-siamo-mission{font-size:1rem;padding:1.5rem}}.perche-nasce{color:#fff}.reasons-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.reason-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;padding:2.5rem;transition:all .3s ease}.reason-card:hover{background:#ffffff26;box-shadow:0 12px 32px #0003;transform:translateY(-5px)}.reason-number{color:#ffffff4d;font-size:3rem;font-weight:700;line-height:1;margin-bottom:1rem}.reason-title{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.reason-description{color:#ffffffe6;font-size:1rem;line-height:1.7}@media (max-width:768px){.reasons-grid{gap:2rem;grid-template-columns:1fr}.reason-card{padding:2rem}}.aree-attivita{background:#f8f9ff}.aree-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.area-card{padding:3rem 2rem;text-align:center}.area-icon{font-size:4rem;margin-bottom:1.5rem}.area-title{color:#2c3e50;font-size:1.8rem;font-weight:600;margin-bottom:1rem}.area-description{color:#666;font-size:1.05rem;line-height:1.7}@media (max-width:768px){.aree-grid{grid-template-columns:1fr}.area-card{padding:2rem 1.5rem}}.import-attivita{background:radial-gradient(circle at 10% 5%,#c59d5f1f,#0000 28%),linear-gradient(180deg,#f6f7f8,#eef2f5)}.import-premium-panel{grid-gap:1.5rem;background:linear-gradient(135deg,#1f2d3a,#2c3e50 58%,#8a6a35 140%);border-radius:20px;box-shadow:0 22px 50px #1f2d3a2e;color:#fff;display:grid;gap:1.5rem;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);margin-bottom:2rem;overflow:hidden;padding:2rem;position:relative}.import-premium-panel:after{background:#c59d5f2e;border-radius:50%;content:"";height:220px;position:absolute;right:-90px;top:-90px;width:220px}.import-premium-copy,.import-stats{position:relative;z-index:1}.import-eyebrow{color:#d8b46a;display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.12em;margin-bottom:.75rem;text-transform:uppercase}.import-premium-copy h3{font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.08;margin:0 0 .85rem}.import-premium-copy p{color:#ffffffdb;line-height:1.7;margin:0;max-width:720px}.import-cta-row{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.4rem}.import-secondary-btn{border-color:#ffffffbf;color:#fff}.import-secondary-btn:hover{background:#fff;color:#2c3e50}.import-stats{grid-gap:.85rem;display:grid;gap:.85rem}.import-stat{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff17;border:1px solid #ffffff24;border-radius:14px;padding:1rem}.import-stat strong{color:#fff;display:block;font-size:1.2rem;margin-bottom:.25rem}.import-stat span{color:#ffffffc7;font-size:.92rem;line-height:1.45}.import-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.import-card{border:1px solid #2c3e5014;box-shadow:0 12px 30px #2c3e5014;padding:2rem 1.5rem}.import-icon{font-size:2rem;margin-bottom:.75rem}.import-title{color:#2c3e50;font-size:1.2rem;margin-bottom:.7rem}.import-description{color:#5a6c7d;font-size:.98rem;line-height:1.6}.product-showcase{background:#ffffffc7;border:1px solid #2c3e5014;border-radius:20px;box-shadow:0 16px 40px #2c3e5014;margin-top:2rem;padding:1.5rem}.product-showcase-header{margin-bottom:1.2rem;max-width:760px}.product-showcase-header h3{color:#2c3e50;font-size:clamp(1.5rem,2.5vw,2rem);margin:0 0 .5rem}.product-showcase-header p{color:#5a6c7d;line-height:1.6;margin:0}.product-showcase-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.product-showcase-card{background:#111820;border-radius:16px;box-shadow:0 12px 28px #1118201f;min-height:260px;overflow:hidden;position:relative}.product-showcase-card:after{background:linear-gradient(180deg,#0000 35%,#111820e0);content:"";inset:0;position:absolute}.product-showcase-card img{display:block;height:100%;min-height:260px;object-fit:cover;transition:transform .35s ease;width:100%}.product-showcase-card:hover img{transform:scale(1.04)}.product-showcase-card div{bottom:1rem;left:1rem;position:absolute;right:1rem;z-index:1}.product-showcase-card span{color:#f4d48b;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.08em;margin-bottom:.35rem;text-transform:uppercase}.product-showcase-card h4{color:#fff;font-size:1.05rem;line-height:1.25;margin:0}.import-bottom{background:#ffffffbf;border:1px solid #2c3e5014;border-radius:10px;margin-top:2rem;padding:1.2rem 1.4rem}.import-compliance,.import-note{color:#34495e;line-height:1.6;margin:0}.import-channels{color:#34495e;line-height:1.7;margin:1rem 0;padding-left:1.2rem}.tartufo-highlight{grid-gap:1.7rem;align-items:center;background:#111820;border-radius:20px;box-shadow:0 18px 46px #1118202e;color:#fff;display:grid;gap:1.7rem;grid-template-columns:minmax(240px,.55fr) minmax(0,1.45fr);margin-top:2rem;padding:1.4rem}.tartufo-image-wrap{align-self:stretch;background:#000;border-radius:16px;min-height:280px;overflow:hidden}.tartufo-image{display:block;height:100%;min-height:280px;object-fit:cover;width:100%}.tartufo-text h3{color:#fff;font-size:clamp(1.6rem,2.5vw,2.2rem);margin:0 0 .5rem}.tartufo-text p{color:#ffffffc7;line-height:1.6;margin:0}.truffle-products-grid{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));margin-top:1.25rem}.truffle-product-card{background:#ffffff12;border:1px solid #ffffff1f;border-radius:14px;padding:.95rem}.truffle-product-card h4{color:#f4d48b;font-size:1rem;margin:0 0 .35rem}.truffle-product-card p{font-size:.92rem}.market-badges{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.1rem}.market-badges span{align-items:center;background:#d8b46a1f;border:1px solid #d8b46a47;border-radius:999px;color:#f6e6bd;display:inline-flex;font-size:.88rem;padding:.35rem .7rem}.truffle-gallery{margin-top:1.4rem}.truffle-gallery-header h4{color:#f6e6bd;font-size:1.05rem;margin:0}.truffle-gallery-header p{color:#ffffffb8;font-size:.92rem;margin:.3rem 0 0}.truffle-gallery-grid{grid-gap:.65rem;display:grid;gap:.65rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:.85rem}.truffle-gallery-item{background:#ffffff0a;border:1px solid #ffffff29;border-radius:10px;margin:0;overflow:hidden}.truffle-gallery-item img{display:block;height:100%;min-height:105px;object-fit:cover;width:100%}.catalogo-wrapper{background:#ffffffb8;border:1px solid #2c3e5014;border-radius:18px;box-shadow:0 14px 36px #2c3e5014;margin-top:2rem;padding:1.5rem}.catalogo-title{color:#2c3e50;font-size:1.4rem;margin:0 0 1rem}.catalogo-controls{display:flex;flex-direction:column;gap:.9rem;margin-bottom:1rem}.catalogo-topbar{align-items:center;display:flex;flex-wrap:wrap;gap:.8rem}.catalogo-search{background:#fff;border:1px solid #2c3e5033;border-radius:8px;color:#2c3e50;max-width:440px;padding:.65rem .8rem;width:100%}.catalogo-search:focus{border-color:#5a6c7d;box-shadow:0 0 0 3px #5a6c7d26;outline:none}.catalogo-sort-wrapper{align-items:center;color:#34495e;display:inline-flex;font-size:.9rem;gap:.45rem}.catalogo-sort{background:#fff;border:1px solid #2c3e5033;border-radius:8px;color:#34495e;padding:.45rem .65rem}.catalogo-filters{display:flex;flex-wrap:wrap;gap:.55rem}.catalogo-filter{background:#fff;border:1px solid #2c3e5033;border-radius:999px;color:#34495e;cursor:pointer;font-size:.9rem;padding:.35rem .75rem}.catalogo-filter.active,.catalogo-filter:hover{background:#4a5568;border-color:#4a5568;color:#fff}.catalogo-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.catalogo-card{border:1px solid #2c3e5014;display:flex;flex-direction:column;overflow:hidden;padding:0}.catalogo-thumb{background:linear-gradient(135deg,#f7f8fa,#e8edf2);border-bottom:1px solid #2c3e5014;height:150px;overflow:hidden}.catalogo-thumb img{display:block;height:100%;object-fit:cover;object-position:center;transition:transform .35s ease;width:100%}.catalogo-card:hover .catalogo-thumb img{transform:scale(1.04)}.catalogo-card-body{display:flex;flex:1 1;flex-direction:column;gap:.65rem;padding:1rem 1rem 0}.catalogo-item-title{color:#34495e;line-height:1.4;margin:0;min-height:2.8em}.catalogo-meta{align-items:center;color:#5a6c7d;display:flex;font-size:.9rem;gap:.4rem}.catalogo-file-icon{line-height:1}.catalogo-card .btn{margin:0 1rem 1rem;width:-webkit-fit-content;width:fit-content}.catalogo-empty{color:#5a6c7d;margin:1rem 0 0}.catalogo-count{color:#5a6c7d;font-size:.92rem;margin:.25rem 0 0}@media (max-width:768px){.import-premium-panel{grid-template-columns:1fr;padding:1.4rem}.import-card{padding:1.5rem 1.2rem}.import-bottom{padding:1rem}.tartufo-highlight{grid-template-columns:1fr;padding:1rem}.truffle-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalogo-search{max-width:100%}.catalogo-sort-wrapper{justify-content:space-between;width:100%}.catalogo-sort{flex:1 1;max-width:220px}}.approccio{color:#fff}.principi-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:3rem}.principio-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;padding:2.5rem;text-align:center;transition:all .3s ease}.principio-card:hover{background:#ffffff26;box-shadow:0 12px 32px #0003;transform:translateY(-5px)}.principio-icon{font-size:3.5rem;margin-bottom:1.5rem}.principio-title{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.principio-description{color:#ffffffe6;font-size:1rem;line-height:1.7}.approccio-quote{background:#ffffff0d;border-left:4px solid #ffffff80;border-radius:8px;color:#fffffff2;font-size:1.5rem;font-style:italic;margin:3rem auto;max-width:800px;padding:2rem;text-align:center}.approccio-text{color:#ffffffe6;font-size:1.1rem;line-height:1.8;margin:0 auto;max-width:700px;text-align:center}@media (max-width:768px){.principi-grid{grid-template-columns:1fr}.approccio-quote{font-size:1.2rem;padding:1.5rem}}.valore-comunita{background:#fff}.valori-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:3rem}.valore-card{padding:2.5rem 2rem;text-align:center}.valore-icon{font-size:3.5rem;margin-bottom:1.5rem}.valore-title{color:#2c3e50;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.valore-description{color:#666;line-height:1.7}.valore-mission{background:linear-gradient(135deg,#f8f9ff,#fff);border-radius:12px;border-top:4px solid #4a5568;color:#2c3e50;font-size:1.3rem;font-weight:600;margin:3rem auto 0;max-width:800px;padding:2rem;text-align:center}@media (max-width:768px){.valori-grid{grid-template-columns:1fr}.valore-mission{font-size:1.1rem;padding:1.5rem}}.come-saperne-di-piu{background:#f8f9ff}.come-saperne-intro,.come-saperne-text{color:#555;font-size:1.1rem;line-height:1.8;margin:0 auto 1.5rem;max-width:800px;text-align:center}.info-cards{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:3rem 0}.info-card{padding:3rem 2rem;text-align:center}.info-icon{font-size:3.5rem;margin-bottom:1.5rem}.info-title{color:#2c3e50;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.info-description{color:#666;line-height:1.7}.documentazione-links{list-style:none;margin:1.25rem 0 0;padding:0;text-align:left}.documentazione-links li{background:#f3f6fa;border:1px solid #2c3e5014;border-radius:8px;margin-bottom:.65rem;padding:.75rem .9rem}.documentazione-links a,.documentazione-links span{color:#34495e;font-size:.95rem;text-decoration:none}.documentazione-links a:hover{color:#2c3e50;text-decoration:underline}.documentazione-links span{color:#8a96a3}.disclaimer-final{background:#fff;border-left:4px solid #ff9800;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-top:3rem;padding:2.5rem}.disclaimer-final-title{color:#ff9800;font-size:1.8rem;font-weight:700;margin-bottom:1.5rem}.disclaimer-final-content h4{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.disclaimer-final-content p{color:#555;line-height:1.8;margin-bottom:1rem}.disclaimer-list{list-style:none;margin-top:1.5rem;padding:0}.disclaimer-list li{color:#555;line-height:1.6;padding:.75rem 0 .75rem 2rem;position:relative}.disclaimer-list li:before{color:#4a5568;content:"✓";font-size:1.2rem;font-weight:700;left:0;position:absolute}@media (max-width:768px){.info-cards{grid-template-columns:1fr}.disclaimer-final{padding:1.5rem}}.footer{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:3rem 0 1.5rem}.footer-content{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h3,.footer-section h4{color:#fff;margin-bottom:1rem}.footer-title{font-size:1.5rem;font-weight:700}.footer-subtitle{font-size:1.1rem;font-weight:600}.footer-text{color:#fffc;line-height:1.6}.footer-text-small{color:#ffffffb3;font-size:.9rem;line-height:1.6}.footer-corporate{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:1rem}.footer-corporate .footer-text-small{margin:0 0 .45rem}.footer-corporate-note{color:#ffffff94;margin-top:.75rem}.footer-document-links{border-top:1px solid #ffffff1a;list-style:none;margin:.85rem 0 0;padding:.85rem 0 0}.footer-document-links li{background:#ffffff0d;border-radius:8px;margin-bottom:.55rem;padding:.45rem .55rem}.footer-document-links a,.footer-document-links span{color:#ffffffd1;font-size:.9rem;text-decoration:none}.footer-document-links a:hover{color:#fff;text-decoration:underline}.footer-document-links span{color:#ffffff7a}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#fffc;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff;text-decoration:underline}.footer-bottom{border-top:1px solid #fff3;color:#ffffffb3;font-size:.9rem;padding-top:1.5rem;text-align:center}@media (max-width:768px){.footer-content{gap:2rem;grid-template-columns:1fr}}
/*# sourceMappingURL=main.afb3709d.css.map*/