.quality-chart-bar-container{display:flex;width:100%;height:40px;border-radius:6px;overflow:hidden;border:1px solid #e0e0e0;margin-top:4px}.quality-chart-segment{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4px;cursor:pointer;transition:all .2s ease;min-width:0;color:#fff;font-size:.75rem;font-weight:600;border:none;outline:none;min-width:30px;text-shadow:1px 1px 2px rgba(0,0,0,.4)}.quality-chart-segment:hover{filter:brightness(1.15);transform:scaleY(1.05)}.quality-chart-segment:focus{z-index:10;box-shadow:0 0 0 3px #3b82f680}.bar-refurbish{background-color:#6c5b7b}.bar-bajo{background-color:#c8437a}.bar-m-bajo,.bar-m-alto{background-color:#f7b711}.bar-alto{background-color:#11f7d4}.segment-label,.segment-count{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quality-chart-axis{display:flex;justify-content:space-between;font-size:.75rem;color:#6b7280;padding:4px 6px;border-top:1px solid #f3f4f6}.axis-label{flex-basis:100px;text-align:right}.axis-label:first-child{text-align:left}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:#f8fafc;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.home-page-container{display:flex;flex-direction:column;width:100%;min-height:100vh;overflow-y:auto}.home-hero-section{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100%;text-align:center;padding:2rem;position:relative;background-color:#f8f9fa;background-image:radial-gradient(circle at center,rgba(0,0,0,.05) 1px,transparent 1px),radial-gradient(circle at center,rgba(0,0,0,.05) 1px,transparent 1px);background-size:30px 30px}.home-hero-title{font-size:clamp(3rem,10vw,6rem);font-weight:800;color:#000;margin:0}.home-hero-subtitle1{font-size:clamp(1.2rem,4vw,1.75rem);color:#333;margin:10px 0}.home-hero-subtitle2{font-size:clamp(1rem,3vw,1.25rem);color:#555;margin:0 0 40px}.home-hero-button{font-size:1.2rem;font-weight:600;padding:12px 30px;border-radius:50px;border:2px solid #0A84FF;background-color:#fff;color:#0a84ff;cursor:pointer;transition:all .3s ease}.home-hero-button:hover{background-color:#0a84ff;color:#fff}.home-section{display:flex;flex-direction:column;max-width:1100px;margin:4rem auto;padding:2rem;gap:2rem;align-items:center;opacity:0;transform:translateY(20px)}.home-section.is-visible{opacity:1;transform:translateY(0);transition:opacity .8s ease-out,transform .8s ease-out}@media(min-width:768px){.home-section{flex-direction:row}.home-section-alternating{flex-direction:row-reverse}}.home-section-content{flex:1}.home-section-content h2{font-size:2.25rem;font-weight:800;color:#1a202c;margin-bottom:1.5rem}.home-section-content p{font-size:1rem;color:#4a5568;line-height:1.6;margin-bottom:1rem}.home-section-content .home-section-quote{font-size:1.1rem;font-weight:600;color:#2d3748;border-left:4px solid #0A84FF;padding-left:1rem;margin:1.5rem 0}.home-section-content.full-width{flex-basis:100%}.home-visual-graphic{flex:1;width:100%;min-height:250px;display:flex;flex-direction:column;justify-content:center;align-items:center}.graphic-label{font-size:.875rem;color:#718096;text-align:center;margin-bottom:.5rem;font-weight:600}.graphic-before{position:relative;height:100px;width:100%;max-width:300px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px #0000000d;margin-bottom:1rem}.graphic-before span{position:absolute;width:10px;height:10px;border-radius:50%;background:#cbd5e0}.graphic-after{display:flex;height:100px;width:100%;max-width:300px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px #0000000d;align-items:flex-end;padding:10px;gap:8px}.graphic-after div{flex-grow:1;border-radius:4px;transition:height .5s ease-out}.value-cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.value-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;box-shadow:0 4px 12px #0000000d;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.value-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000014}.value-card-icon{width:2.5rem;height:2.5rem;color:#0a84ff;margin-bottom:1rem}.value-card h3{font-size:1.25rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.value-card p{font-size:.9rem;color:#4a5568;line-height:1.6;margin:0}.graphic-calendar-header{font-size:1.1rem;font-weight:700;text-align:center;margin-bottom:1rem}.graphic-calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px #0000000d;padding:1rem;width:100%;max-width:350px}.calendar-day-name{font-size:.75rem;font-weight:600;color:#718096;text-align:center}.calendar-day{font-size:.875rem;font-weight:600;height:35px;display:flex;align-items:center;justify-content:center;border-radius:50%}.calendar-day.dim{color:#cbd5e0}.calendar-day.event-high{background-color:#22c55e;color:#fff;box-shadow:0 0 10px #22c55e80}.calendar-day.event-low{background-color:#ef4444;color:#fff;box-shadow:0 0 10px #ef444480}.home-footer{background-color:#fff;color:#4a5568;padding:3rem 1.5rem;text-align:center;margin-top:4rem;border-top:1px solid #e2e8f0}.footer-logos{max-width:90%;width:700px;height:auto;margin:0 auto 1.5rem;display:block}.footer-funding-text{font-size:.75rem;max-width:700px;margin:0 auto 1.5rem;line-height:1.5;color:#4a5568}.footer-links{margin-bottom:1.5rem;display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.footer-links a{color:#2d3748;text-decoration:none;font-size:.875rem;font-weight:600;transition:color .2s ease}.footer-links a:hover{color:#0a84ff}.footer-copyright{font-size:.875rem;color:#718096}@media(max-width:480px){.home-section-content h2{font-size:1.75rem}.home-section-content p,.home-section-quote{font-size:.9rem}.value-card h3{font-size:1.1rem}.footer-logos{width:100%}}
