.hero-section{padding:6rem 0 4rem;background:linear-gradient(135deg,var(--color-background) 0%,var(--color-background-alt) 100%);min-height:90vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero-container{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center;position:relative;z-index:2}.hero-badge{display:inline-block;padding:.5rem 1rem;background-color:#0047ab14;color:var(--color-primary);border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:2rem;border:1px solid rgba(0,71,171,.1)}.hero-title{font-size:2.25rem;line-height:1.15;margin-bottom:1.5rem;color:var(--color-text);font-weight:700;letter-spacing:-.03em}.hero-subtitle{font-size:1.125rem;line-height:1.6;color:var(--color-text-muted);margin-bottom:2.5rem;max-width:540px}.hero-cta-group{display:flex;flex-direction:column;gap:1rem}.hero-cta-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero-cta-micro{font-size:.875rem;color:var(--color-text-muted);margin-top:.5rem;font-weight:500}.hero-visual{position:relative;perspective:1000px}.dashboard-mockup{background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);border:1px solid var(--color-border);overflow:hidden;position:relative;transform:rotateY(-5deg) rotateX(5deg);transition:transform .5s ease;height:400px}.dashboard-mockup:hover{transform:rotateY(0) rotateX(0)}.mockup-header{height:3rem;border-bottom:1px solid var(--color-border);display:flex;align-items:center;padding:0 1rem;background:var(--color-background-alt);justify-content:space-between}.dots{display:flex;gap:.375rem}.dot{width:10px;height:10px;border-radius:50%}.dot.red{background-color:#ff5f56}.dot.yellow{background-color:#ffbd2e}.dot.green{background-color:#27c93f}.mockup-logo{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;color:var(--color-text-muted)}.mockup-body{position:relative;height:calc(100% - 3rem);background:#fdfdfd}.system-node{position:absolute;background:#fff;border-radius:var(--radius-lg);padding:.75rem 1.25rem;box-shadow:var(--shadow-md);border:1px solid var(--color-border);display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.875rem;z-index:10}.node-icon{color:var(--color-primary)}.system-node.central{top:50%;left:50%;transform:translate(-50%,-50%);background:var(--color-primary);color:#fff;border:none;padding:1rem 1.5rem}.pulse-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border-radius:var(--radius-lg);background:var(--color-primary);opacity:.3;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;z-index:-1}.system-node.satellite.node-1{top:20%;left:15%}.system-node.satellite.node-2{top:25%;right:10%}.system-node.satellite.node-3{bottom:15%;left:40%}.connection-lines{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.line{fill:none;stroke:var(--color-border);stroke-width:2;stroke-dasharray:6 6;animation:dash 20s linear infinite}.dot-anim{fill:var(--color-accent)}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.5}to{transform:translate(-50%,-50%) scale(1.5);opacity:0}}@keyframes dash{to{stroke-dashoffset:-1000}}@media (min-width: 992px){.hero-container{grid-template-columns:1fr 1fr}.hero-title{font-size:3.25rem}}.problem-header{max-width:800px;margin:0 auto 4rem}.problem-header h2{font-size:2rem;letter-spacing:-.02em}.problem-subtitle{font-size:1.125rem;color:var(--color-text-muted);margin-top:1.5rem;line-height:1.7}.problem-highlight-wrap{margin:3rem 0 5rem}.problem-highlight{display:inline-block;padding:1rem 2rem;background-color:var(--color-primary);color:#fff;border-radius:var(--radius-lg);font-weight:600;font-size:1.25rem;box-shadow:0 10px 25px -5px #0047ab4d}.problem-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.problem-card{background:#fff;border-radius:var(--radius-xl);padding:2.5rem 2rem;box-shadow:var(--shadow-md);border:1px solid var(--color-border);transition:all .3s cubic-bezier(.25,.8,.25,1);position:relative;overflow:hidden}.problem-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background-color:var(--color-accent);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.problem-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-xl);border-color:#ffc7004d}.problem-card:hover:before{transform:scaleX(1)}.problem-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background-color:var(--color-background-alt);color:var(--color-primary);border-radius:var(--radius-lg);margin-bottom:1.5rem;transition:all .3s ease}.problem-card:hover .problem-icon{background-color:var(--color-primary);color:#fff}.problem-card-title{font-size:1.25rem;margin-bottom:.75rem}.problem-card-desc{color:var(--color-text-muted);margin:0;line-height:1.6}.paradigm-shift{text-align:center;margin:0 auto 5rem;padding:0}.paradigm-conclusion-box{font-size:2.5rem;font-weight:800;color:var(--color-text);padding:3rem 0;letter-spacing:-.02em}.highlight-yellow{color:#ffc700}@media (min-width: 768px){.paradigm-conclusion-box{font-size:4rem}}.concrete-section-wrapper{background-color:#0047ab;color:#fff;padding:6rem 0}.concrete-section-wrapper h2{color:#fff}.concrete-section-wrapper .credibility-phrase{color:#ffc700}.concrete-section-wrapper .concrete-header p:last-child{color:#ffffffd9}.concrete-section{max-width:1100px;margin:0 auto}.concrete-header{margin-bottom:4rem}.concrete-header h2{font-size:2rem;letter-spacing:-.02em;line-height:1.3}@media (min-width: 768px){.concrete-header h2{font-size:2.5rem}}.concrete-header p{font-size:1.125rem;color:var(--color-text-muted);margin-top:1.5rem;max-width:800px;margin-left:auto;margin-right:auto}.credibility-phrase{font-size:1.25rem;font-weight:600;color:var(--color-primary);margin-top:.5rem}.concrete-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}@media (min-width: 992px){.concrete-grid{grid-template-columns:repeat(3,1fr)}}.concrete-card{background:#fff;border-radius:var(--radius-xl);padding:2.5rem;border:1px solid var(--color-border);box-shadow:var(--shadow-sm);transition:all .3s ease;display:flex;flex-direction:column}.concrete-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px);border-color:#0047ab33}.cc-icon{width:64px;height:64px;background:var(--color-background-alt);color:var(--color-primary);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.concrete-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--color-text)}.concrete-card p{color:var(--color-text-muted);line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.cc-list{list-style:none;padding:0;margin:0}.cc-list li{position:relative;padding-left:1.25rem;margin-bottom:.5rem;color:var(--color-text);font-weight:500}.cc-list li:before{content:"•";color:var(--color-accent);position:absolute;left:0;font-weight:700}.concrete-result{background:linear-gradient(135deg,#003a91,#002f73);border-radius:var(--radius-2xl);overflow:hidden;box-shadow:0 15px 35px -5px #001e5066;border:1px solid rgba(255,255,255,.1)}.cr-content{padding:4rem 2rem;color:#fff;text-align:center}@media (min-width: 768px){.cr-content{padding:5rem 3rem}}.cr-title{font-size:1.75rem;line-height:1.3;margin-bottom:3rem;font-weight:800;color:#ffc700;text-shadow:0 0 15px rgba(255,199,0,.25),0 0 30px rgba(255,199,0,.1)}@media (min-width: 768px){.cr-title{font-size:2.25rem}}.cr-checklist{display:flex;flex-direction:column;align-items:center;gap:1rem}@media (min-width: 992px){.cr-checklist{flex-direction:row;justify-content:center;gap:2rem}}.cr-item-badge{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background-color:var(--color-accent);color:var(--color-text);font-size:1.125rem;font-weight:800;border-radius:var(--radius-md);text-transform:uppercase;letter-spacing:.05em;box-shadow:0 10px 25px #0003}.cr-check-dark{color:var(--color-text);font-weight:900;font-size:1.25rem}.cr-cta-box{background:#fff;padding:2.5rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media (min-width: 768px){.cr-cta-box{flex-direction:row;justify-content:space-between;text-align:left;padding:2.5rem 4rem}}.cr-cta-box p{margin:0;color:var(--color-text-muted);font-size:1.125rem;line-height:1.6;max-width:600px}@media (min-width: 640px){.problem-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.problem-grid{grid-template-columns:repeat(4,1fr)}}.mockup-section{padding:6rem 0}.condimio-theme{background-color:#fff;border-top:1px solid var(--color-border)}.wms-theme{background-color:#fff}.mockup-header-text{max-width:800px;margin:0 auto 4rem;text-align:center}.projects-main-title h2{font-size:2.25rem;font-weight:800;letter-spacing:-.02em;color:var(--color-text);margin-bottom:2rem}@media (min-width: 768px){.projects-main-title h2{font-size:3.5rem;margin-bottom:4rem}}.mockup-header-text{max-width:800px;margin:0 auto 3rem;text-align:center}.mockup-header-text h2{font-size:1.5rem;font-weight:600;margin:.75rem 0 1.5rem;line-height:1.3}@media (min-width: 768px){.mockup-header-text h2{font-size:2rem}}.badge.condimio-badge,.badge.vaultalent-badge{font-size:.75rem;text-transform:uppercase;font-weight:700;letter-spacing:.05em;padding:.25rem .6rem}.badge.condimio-badge{background-color:#f262471a;color:#f26247;border-color:#f2624733}.badge.vaultalent-badge{background-color:#0047ab1a;color:var(--color-primary);border-color:#0047ab33}.mockup-problem-solution{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem;text-align:left}@media (min-width: 768px){.mockup-problem-solution{grid-template-columns:1fr 1fr}}.ps-box{background:#fff;padding:1.5rem;border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.ps-label{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin-bottom:.5rem;display:block}.ps-box p{margin:0;font-size:1.125rem;color:var(--color-text);font-weight:500}.mockup-results{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;font-weight:600;color:var(--color-text-muted)}.saas-container{background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);border:1px solid var(--color-border);overflow:hidden;display:flex;flex-direction:column;min-height:600px}@media (min-width: 992px){.saas-container{flex-direction:row}}.saas-sidebar{width:100%;background:#fdfdfd;border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:1.5rem;display:flex;flex-direction:column;gap:2rem}@media (min-width: 992px){.saas-sidebar{width:250px;border-bottom:none}}.saas-logo{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.25rem}.saas-nav{display:flex;flex-direction:column;gap:.5rem}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:var(--radius-md);color:var(--color-text-muted);font-weight:500;cursor:pointer;transition:all .2s ease}.nav-item:hover{background:var(--color-background-alt);color:var(--color-text)}.nav-item.active{background:#f262471a;color:#f26247;font-weight:600}.wms-sidebar .nav-item.active{background:#0047ab1a;color:var(--color-primary)}.saas-main{flex:1;display:flex;flex-direction:column;background:#f8f9fc}.saas-topbar{height:4rem;background:#fff;border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-between;padding:0 2rem}.topbar-title{font-weight:600;font-size:1.125rem}.topbar-user{display:flex;align-items:center;gap:.75rem;font-size:.875rem;font-weight:500}.avatar{width:32px;height:32px;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600}.saas-content{padding:2rem;flex:1}.saas-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);display:flex;flex-direction:column}.stat-card.warning{border-left:4px solid #f26247}.stat-value{font-size:2rem;font-weight:700;margin-bottom:.25rem}.stat-label{color:var(--color-text-muted);font-size:.875rem;font-weight:500}.saas-dashboard-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 1024px){.saas-dashboard-grid{grid-template-columns:1fr 1fr}}.chart-panel,.action-panel{background:#fff;padding:1.5rem;border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.mock-chart{display:flex;align-items:flex-end;justify-content:space-between;height:150px;padding-top:1rem}.chart-bar{width:12%;background:#e2e8f0;border-radius:4px 4px 0 0;transition:height .5s ease}.chart-bar.highlight{background:#f26247}.h-60{height:60%}.h-80{height:80%}.h-40{height:40%}.h-100{height:100%}.h-70{height:70%}.h-90{height:90%}.action-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1rem}.action-btn{padding:.75rem;background:#f8f9fc;border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:.875rem;font-weight:500;color:var(--color-text);transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.action-btn:hover{border-color:#f26247;color:#f26247}.action-btn.success{background:#ecfdf5;border-color:#10b981;color:#10b981}.wms-alert{display:flex;align-items:center;gap:.5rem;background:#ecfdf5;color:#10b981;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600}.wms-pipeline{display:flex;align-items:center;justify-content:space-between;background:#fff;padding:2rem;border-radius:var(--radius-lg);border:1px solid var(--color-border);margin-bottom:2rem;box-shadow:var(--shadow-sm);position:relative;overflow-x:auto}.pipeline-step{display:flex;flex-direction:column;align-items:center;gap:.75rem;position:relative;z-index:2;cursor:pointer;min-width:80px}.step-icon{width:48px;height:48px;background:#fff;border:2px solid var(--color-border);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);transition:all .3s ease}.pipeline-step.active .step-icon{border-color:var(--color-primary);background:var(--color-primary);color:#fff;box-shadow:0 0 0 4px #0047ab1a}.step-label{font-size:.875rem;font-weight:600;color:var(--color-text-muted)}.pipeline-step.active .step-label{color:var(--color-primary)}.pipeline-connector{flex:1;height:2px;background:var(--color-border);margin:0 1rem;position:relative;top:-12px;z-index:1}.pipeline-connector.active{background:var(--color-primary)}.wms-details-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 1024px){.wms-details-grid{grid-template-columns:1fr 1fr}}.wms-card{background:#fff;padding:1.5rem;border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.wms-card h3{font-size:1.125rem;margin-bottom:1.5rem}.wms-colli-list{display:flex;flex-direction:column;gap:1rem}.wms-colli-list li{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid var(--color-border);border-radius:var(--radius-md);font-weight:500}.collo-status{margin-left:auto;font-size:.75rem;padding:.25rem .5rem;border-radius:9999px}.collo-status.success{background:#ecfdf5;color:#10b981}.collo-status.pending{background:#fffbeb;color:#f59e0b}.highlight-card{background:linear-gradient(135deg,#0047ab0d,#ffc7000d);border-color:#0047ab33}.wms-action-content{display:flex;gap:1.5rem;align-items:flex-start}.wms-action-icon{width:48px;height:48px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-primary);box-shadow:var(--shadow-sm);flex-shrink:0}.wms-action-content h4{margin-bottom:.5rem}.wms-action-content p{font-size:.875rem;margin-bottom:1.5rem}.wms-btn{width:100%}.method-section{background-color:var(--color-background-alt);padding:8rem 0;overflow:hidden}.method-header{max-width:700px;margin:0 auto 5rem}.method-header h2{font-size:2.5rem}.method-subtitle{font-size:1.25rem;color:var(--color-text-muted);margin-top:1.5rem}.timeline-wrapper{position:relative;max-width:1000px;margin:0 auto}@media (min-width: 992px){.timeline-line{position:absolute;top:50%;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--color-primary) 0%,var(--color-accent) 100%);transform:translateY(-50%);z-index:1;border-radius:2px}.timeline-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;position:relative;z-index:2}.timeline-item{display:flex;flex-direction:column;align-items:center;position:relative}.timeline-item:nth-child(odd){flex-direction:column-reverse}.timeline-item:nth-child(odd) .timeline-card{margin-bottom:3rem}.timeline-item:nth-child(2n) .timeline-card{margin-top:3rem}.timeline-dot{width:20px;height:20px;background:#fff;border:4px solid var(--color-primary);border-radius:50%;position:absolute;top:50%;transform:translateY(-50%)}.timeline-item:nth-child(4) .timeline-dot,.timeline-item:nth-child(5) .timeline-dot{border-color:var(--color-accent)}}@media (max-width: 991px){.timeline-line{position:absolute;top:0;left:30px;width:4px;height:100%;background:linear-gradient(180deg,var(--color-primary) 0%,var(--color-accent) 100%);z-index:1;border-radius:2px}.timeline-grid{display:flex;flex-direction:column;gap:2rem;position:relative;z-index:2}.timeline-item{display:flex;align-items:center;gap:2rem;padding-left:20px}.timeline-dot{width:24px;height:24px;background:#fff;border:4px solid var(--color-primary);border-radius:50%;flex-shrink:0;position:relative;z-index:2}.timeline-card{flex:1}}.timeline-card{background:#fff;padding:1.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--color-border);position:relative;transition:transform .3s ease;width:100%}.timeline-item:hover .timeline-card{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.step-num{position:absolute;top:-10px;right:-10px;width:32px;height:32px;background:var(--color-text);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;box-shadow:var(--shadow-sm)}.step-icon-wrap{color:var(--color-primary);margin-bottom:1rem}.step-title{font-size:1.125rem;margin-bottom:.5rem}.step-desc{font-size:.875rem;color:var(--color-text-muted);margin:0;line-height:1.5}.experience-section{background-color:#fff}.exp-header{max-width:800px;margin:0 auto 4rem}.exp-header h2{font-size:2.25rem}.exp-subtitle{font-size:1.25rem;color:var(--color-text-muted);margin-top:1rem}.exp-timeline{max-width:800px;margin:0 auto;position:relative;padding-left:2rem;border-left:2px solid var(--color-border)}.exp-item{position:relative;margin-bottom:3rem}.exp-item:last-child{margin-bottom:0}.exp-icon{position:absolute;left:-2rem;top:0;transform:translate(-50%);width:40px;height:40px;background:#fff;border:2px solid var(--color-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-primary);z-index:2}.exp-content{background:var(--color-background-alt);padding:2rem;border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);transition:transform .3s ease,box-shadow .3s ease}.exp-content:hover{transform:translate(5px);box-shadow:var(--shadow-md);border-color:#0047ab33}.exp-year{display:inline-block;padding:.25rem .75rem;background:#0047ab1a;color:var(--color-primary);border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.exp-title{font-size:1.25rem;margin-bottom:.5rem}.exp-desc{color:var(--color-text-muted);margin:0;line-height:1.6}.exp-conclusion{max-width:800px;margin:4rem auto 0;text-align:center;font-size:1.25rem;font-weight:600;color:var(--color-primary);padding:2rem;background:#0047ab08;border-radius:var(--radius-lg);border:1px dashed rgba(0,71,171,.2)}@media (min-width: 768px){.exp-timeline{padding-left:3rem}.exp-icon{left:-3rem;width:48px;height:48px}}.founder-section{background-color:var(--color-background-alt);padding:5rem 0}.founder-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;max-width:900px;margin:0 auto}.founder-title{font-size:2rem;margin-bottom:1.5rem}.founder-desc{font-size:1.125rem;line-height:1.6;margin-bottom:1rem}.founder-desc.text-muted{color:var(--color-text-muted)}.founder-card{background:#fff;border-radius:var(--radius-xl);padding:1.5rem;display:flex;align-items:center;gap:1.5rem;box-shadow:var(--shadow-md);border:1px solid var(--color-border)}.founder-photo{width:140px;height:140px;border-radius:50%;overflow:hidden;background-color:var(--color-background-alt);flex-shrink:0;border:4px solid rgba(0,71,171,.1);box-shadow:var(--shadow-md)}.founder-photo img{width:100%;height:100%;object-fit:cover}.founder-info h3{margin:0 0 .25rem;font-size:1.5rem}.founder-role{display:block;color:var(--color-primary);font-weight:600;font-size:1rem;margin-bottom:.25rem}.founder-subrole{display:block;color:var(--color-text-muted);font-weight:500;font-size:.85rem;letter-spacing:.05em}.founder-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-text-muted);font-weight:500}.founder-link:hover{color:#0077b5}@media (min-width: 768px){.founder-grid{grid-template-columns:1fr 1fr;gap:4rem}.founder-info h3{white-space:nowrap}}.vision-section{background-color:var(--color-primary);color:#fff;padding:8rem 0;text-align:center;position:relative;overflow:hidden}.vision-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#ffc7001a,#0047ab00 50%);z-index:1}.vision-content{position:relative;z-index:2;max-width:900px;margin:0 auto}.vision-title{font-size:2.5rem;color:#fff;line-height:1.3;margin-bottom:3rem}.vision-no-shortcuts{display:inline-block;padding:1rem 2.5rem;background-color:var(--color-accent);color:var(--color-text);font-size:1.5rem;font-weight:800;border-radius:var(--radius-md);text-transform:uppercase;letter-spacing:.05em;transform:rotate(-2deg);margin-bottom:4rem;box-shadow:0 10px 25px #0003}.vision-needs{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:3rem;border-radius:var(--radius-xl);margin-bottom:3rem}.vision-needs-title{font-size:1.25rem;color:#fffc;margin-bottom:2rem}.vision-needs-grid{display:flex;flex-direction:column;gap:1.5rem;justify-content:center}@media (min-width: 768px){.vision-needs-grid{flex-direction:row;gap:3rem}}.need-item{display:flex;flex-direction:column;align-items:center;gap:1rem}.need-icon{width:48px;height:48px;background-color:#ffc70033;color:var(--color-accent);border-radius:50%;display:flex;align-items:center;justify-content:center}.need-item span{font-size:1.25rem;font-weight:600}.vision-conclusion{font-size:1.5rem;line-height:1.6;font-weight:500;max-width:800px;margin:0 auto}@media (min-width: 768px){.vision-title{font-size:3.5rem}}.footer-cta-section{background-color:var(--color-background-alt);padding:4rem 0 2rem}.cta-box{background:#fff;border-radius:var(--radius-2xl);padding:4rem 2rem;text-align:center;box-shadow:var(--shadow-xl);border:1px solid var(--color-border);margin-bottom:4rem;position:relative;overflow:hidden}.cta-box:before{content:"";position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,var(--color-primary) 0%,var(--color-accent) 100%)}.cta-content{max-width:800px;margin:0 auto}.cta-content h2{font-size:2.5rem;margin-bottom:1.5rem}.cta-support{font-size:1.25rem;color:var(--color-text-muted);margin-bottom:3rem}.cta-actions{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}.btn-large{padding:1rem 2rem;font-size:1.125rem;width:100%;max-width:400px}.footer-bottom{background-color:#fff;border-top:1px solid var(--color-border);padding:2rem 0}.footer-bottom-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-logo img{filter:grayscale(100%) opacity(.7);transition:all .3s ease}.footer-logo img:hover{filter:grayscale(0%) opacity(1)}.footer-copyright{color:var(--color-text-muted);font-size:.875rem}@media (min-width: 768px){.cta-box{padding:6rem 4rem}.cta-content h2{font-size:3rem}.cta-actions{flex-direction:row;gap:1.5rem}.btn-large{width:auto}.footer-bottom-container{flex-direction:row;justify-content:space-between}}:root{--color-primary: #0047ab;--color-primary-light: #2a6bcc;--color-primary-dark: #003380;--color-accent: #ffc700;--color-accent-hover: #e6b300;--color-background: #ffffff;--color-background-alt: #f8f9fc;--color-text: #1a1f36;--color-text-muted: #4f566b;--color-border: #e2e8f0;--color-condimio: #f26247;--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);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:var(--font-family);color:var(--color-text);background-color:var(--color-background);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700;color:var(--color-text);margin-bottom:1rem}h1{font-size:2.5rem;letter-spacing:-.02em}h2{font-size:2rem;letter-spacing:-.01em}h3{font-size:1.5rem}p{margin-bottom:1rem;color:var(--color-text-muted)}a{color:var(--color-primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-primary-light)}ul{list-style:none}button{font-family:var(--font-family);cursor:pointer;border:none;outline:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-alt{background-color:var(--color-background-alt)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-weight:600;border-radius:var(--radius-md);transition:all .2s ease;font-size:1rem;gap:.5rem}.btn-primary{background-color:var(--color-primary);color:#fff;box-shadow:0 4px 14px #0047ab63}.btn-primary:hover{background-color:var(--color-primary-light);transform:translateY(-2px);color:#fff}.btn-accent{background-color:var(--color-accent);color:var(--color-text)}.btn-accent:hover{background-color:var(--color-accent-hover);transform:translateY(-2px)}.btn-outline{background-color:transparent;color:var(--color-text);border:1px solid var(--color-border)}.btn-outline:hover{background-color:var(--color-background-alt);border-color:var(--color-text-muted)}.text-center{text-align:center}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.text-primary{color:var(--color-primary)}.text-accent{color:var(--color-accent)}.badge{display:inline-block;padding:.25rem .75rem;background-color:var(--color-background-alt);color:var(--color-primary);border-radius:9999px;font-size:.875rem;font-weight:600;border:1px solid var(--color-border)}@media (min-width: 768px){h1{font-size:3.5rem}h2{font-size:2.5rem}.section{padding:8rem 0}}
