*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;min-height:100%}body{font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#f3f4f6;color:#111827;overflow-x:hidden}#root{display:block;min-height:100vh;width:100%}img,svg,video,canvas{display:block;max-width:100%}.fade-in-up{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.home-container.loaded .fade-in-up{opacity:1;transform:translateY(0)}.fade-in-up.fade-in-on-load.animate-in,.fade-in-on-load.animate-in{opacity:1!important;transform:translateY(0)!important}.home-container.loaded .fade-in-up.fade-in-on-load{opacity:1;transform:translateY(0)}.delay-1{transition-delay:.2s}.delay-2{transition-delay:.4s}.delay-3{transition-delay:.6s}.delay-4{transition-delay:.8s}.fade-in-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .5s ease-out,transform .5s ease-out}.fade-in-on-scroll.animate-in{opacity:1;transform:translateY(0)}.fade-in-on-scroll:nth-child(1){transition-delay:0s}.fade-in-on-scroll:nth-child(2){transition-delay:.1s}.fade-in-on-scroll:nth-child(3){transition-delay:.2s}.fade-in-on-scroll:nth-child(4){transition-delay:.3s}.section{padding:clamp(2.5rem,6vw,4rem) clamp(1rem,3vw,1.5rem);max-width:1200px;margin:0 auto}.section-alt{background:#eff6ff}.section-header{text-align:center}.section-header h2{font-size:clamp(1.5rem,4vw,1.8rem);margin-bottom:.75rem;color:#0f172a;text-wrap:balance}.section-header p{color:#6b7280;max-width:32rem;margin:0 auto;font-size:clamp(.9rem,2.5vw,.95rem);padding:15px 0}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.75rem}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.75rem}.card{background-color:#f9fafb;border-radius:1.25rem;padding:1.6rem 1.5rem;border:1px solid #e5e7eb;box-shadow:0 12px 25px #94a3b840}.card h3{font-size:1.1rem;margin-bottom:.6rem;color:#111827}.card p{font-size:.9rem;color:#4b5563;line-height:1.6;overflow-wrap:anywhere}.btn{border-radius:999px;padding:.8rem 1.8rem;font-size:.95rem;font-weight:600;border:1px solid transparent;cursor:pointer;transition:background .2s ease,transform .15s ease,box-shadow .15s ease,border-color .15s ease,color .15s ease}.btn-primary{background:linear-gradient(to right,#38bdf8,#6366f1);color:#f9fafb;box-shadow:0 15px 40px #38bdf859}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 45px #38bdf873}.btn-secondary{background:#fff;color:#111827;border-color:#d1d5db}.btn-secondary:hover{border-color:#111827;background:#e5e7eb}.btn-full{width:100%;justify-content:center;display:inline-flex;align-items:center}.link{display:inline-flex;margin-top:.75rem;font-size:.85rem;color:#38bdf8;text-decoration:none}.link:hover{text-decoration:underline}@media(max-width:768px){.grid-2,.grid-3{grid-template-columns:minmax(0,1fr)}.btn{width:100%;justify-content:center}}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fff!important;border-bottom:1px solid rgba(229,231,235,.9)}.header-inner{max-width:1200px;margin:0 auto;padding:.9rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;background-color:#fff!important}.brand{display:flex;align-items:center;gap:.7rem;cursor:pointer;text-decoration:none}.brand-mark{width:2.4rem;height:2.4rem;border-radius:.9rem;display:flex;align-items:center;justify-content:center}.brand-logo{width:4.5rem;height:4.5rem;object-fit:contain;border-radius:10px}.brand-text{display:flex;flex-direction:column}.brand-name{font-weight:700;font-size:1.25rem;color:#0f172a;letter-spacing:.02em;line-height:1.2}.brand-tagline{font-size:.8rem;color:#6b7280}.nav-links{display:flex;align-items:center;gap:.6rem}.header-actions{display:flex;align-items:center;gap:.75rem;margin-left:auto}.nav-link{border:none;background:transparent;padding:.4rem .7rem;border-radius:999px;font-size:.95rem;color:#1f2937;cursor:pointer;text-decoration:none;transition:background .15s ease,color .15s ease,transform .1s ease;font-family:inherit;font-weight:500}.nav-link:hover{background:#e5e7eb;color:#111827;transform:translateY(-1px);text-decoration:none}.nav-link.active{background:#1d4ed8;color:#fff}.language-selector{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem;border-radius:999px;border:1px solid #d1d5db;background:#fff}.language-option{display:inline-flex;align-items:center;gap:.35rem;border:none;border-radius:999px;padding:.45rem .7rem;background:transparent;color:#4b5563;cursor:pointer;font-family:inherit;font-size:.9rem;font-weight:600;transition:background .15s ease,color .15s ease}.language-option:hover{background:#e5e7eb;color:#111827}.language-option.active{background:#111827;color:#f9fafb}.language-flag-img{width:1.6rem;height:1.15rem;object-fit:cover;border-radius:2px;display:block}.language-code{line-height:1}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:1.75rem;height:1.25rem;background:transparent;border:none;cursor:pointer;padding:0;flex-shrink:0}.hamburger span{display:block;width:100%;height:2px;background:#374151;border-radius:2px;transition:transform .25s ease,opacity .25s ease;transform-origin:center}.hamburger.open span:nth-child(1){transform:translateY(.575rem) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.open span:nth-child(3){transform:translateY(-.575rem) rotate(-45deg)}.mobile-menu{display:flex;flex-direction:column;background:#f9fafbf7;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid rgba(229,231,235,.9);padding:.5rem 1.25rem 1rem;gap:.25rem}.mobile-nav-link{display:block;width:100%;text-align:left;background:transparent;border:none;font-family:inherit;font-size:1rem;color:#374151;padding:.75rem .5rem;border-radius:.5rem;cursor:pointer;text-decoration:none;transition:background .15s ease,color .15s ease}.mobile-nav-link:hover{background:#f3f4f6;color:#111827;text-decoration:none}@media(max-width:960px){.header-inner{padding-inline:1.25rem}.nav-links{display:none}.header-actions{gap:.6rem}.hamburger{display:flex}}.mobile-language-selector{margin:.35rem 0 .5rem;width:fit-content}@media(max-width:600px){.header-inner{padding-inline:1rem}.brand{gap:.5rem;min-width:0}.brand-logo{width:3rem;height:3rem}.brand-name{font-size:.92rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:12.5rem}.brand-tagline{display:none}.mobile-menu{padding-inline:1rem}.language-option{padding:.32rem .5rem;font-size:.74rem}}.site-footer{border-top:1px solid #e5e7eb;background:#fff;margin-top:3rem}.footer-inner{max-width:1200px;margin:0 auto;padding:1.75rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1.25rem}.footer-main{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.footer-brand{display:flex;align-items:center;gap:.8rem}.footer-logo-wrap{width:4.5rem;height:4.5rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center}.footer-logo{width:4.5rem;height:4.5rem;object-fit:contain;border-radius:10px}.footer-text{display:flex;flex-direction:column}.footer-name{font-weight:600;font-size:.95rem;color:#0f172a}.footer-tagline{font-size:.8rem;color:#6b7280}.footer-links{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.85rem}.footer-links a{color:#374151;text-decoration:none;padding:.3rem .75rem;border:1px solid #d1d5db;border-radius:999px;background:transparent;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.footer-links a:hover{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.footer-social-icons{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;justify-content:flex-end}.footer-social-icon-link{width:2rem;height:2rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .15s ease,background .15s ease,box-shadow .15s ease}.footer-social-icon-link:hover{transform:translateY(-2px);background:#1e40af;box-shadow:0 6px 14px #1d4ed866}.footer-social-icon-link img{width:1.1rem;height:1.1rem;object-fit:contain}.footer-bottom{font-size:.8rem;color:#6b7280}@media(max-width:768px){.footer-inner{padding-inline:1.25rem}.footer-social-icons{justify-content:flex-start}}.section-card-icon{display:block;height:160px;object-fit:contain;margin:0 auto 1rem}.grid-3 .card p{text-align:justify}@media(max-width:768px){.section-card-icon{height:120px}}.values-badges-container{position:relative;width:100%;z-index:10;margin-top:2rem;pointer-events:none}.values-badges{display:grid;grid-template-columns:repeat(7,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;pointer-events:auto}.value-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;background:#fff;border-radius:1.25rem;padding:1.5rem 1.25rem;box-shadow:0 12px 30px #00000026;border:1px solid #e5e7eb;transition:transform .3s ease,box-shadow .3s ease;width:100%}.value-badge:hover{transform:translateY(-8px);box-shadow:0 16px 40px #0003}.value-icon{width:48px;height:48px;object-fit:contain;display:block}.nosotros-banner{transition-delay:.05s;width:50%;margin:0 anchor-size;margin:0 auto 50px;padding:0}.value-label{font-size:.875rem;font-weight:600;color:#0f172a;text-align:center;line-height:1.2}@media(max-width:960px){.values-badges{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:768px){.values-badges{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;padding:0 .25rem}.value-badge{padding:.875rem .5rem;gap:.5rem}.value-icon{width:36px;height:36px}.value-label{font-size:.7rem}}.home-container{width:100%;min-height:100vh;background:#f9fafb;color:#111827}.hero{position:relative;width:100%;aspect-ratio:16 / 9;background-size:cover;background-position:center center;background-repeat:no-repeat;background-attachment:scroll;padding:0;display:flex;align-items:flex-end;overflow:hidden}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.15) 0%,rgba(255,255,255,.05) 20%,transparent 40%,rgba(0,0,0,.1) 100%);z-index:1}.hero-content{position:relative;z-index:2;max-width:1700px;width:100%;padding:0 1.5rem clamp(1.5rem,3vw,3rem);margin-bottom:150px}.hero-content h1{font-size:clamp(1.95rem,3.2vw,2.6rem);font-weight:700;line-height:1.1;color:#fff;margin-bottom:1rem;text-shadow:0 4px 8px rgba(0,0,0,.5),0 2px 4px rgba(0,0,0,.3);max-width:20ch;text-wrap:balance;text-transform:uppercase}.hero-subtitle{font-size:1.1rem;color:#fff;margin-bottom:1.75rem;max-width:32rem;text-shadow:0 3px 6px rgba(0,0,0,.5),0 1px 2px rgba(0,0,0,.3);font-weight:500}.hero-ctas{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:0}.hero-badges{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.8rem}.hero-badges span{padding:.5rem 1.1rem;border-radius:999px;border:1px solid rgba(255,255,255,.3);background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#0f172a;font-weight:500;box-shadow:0 4px 12px #00000026}.online-sales{display:grid;grid-template-columns:minmax(0,1fr)}.tag-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.9rem}.tag{font-size:.8rem;padding:.35rem .9rem;border-radius:999px;border:1px solid rgba(59,130,246,.6);color:#1d4ed8;background:#eff6ff}.social-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}.social-card{display:flex;align-items:center;gap:.9rem;padding:1rem 1.1rem;border-radius:1.25rem;border:1px solid rgba(148,163,184,.6);background:#fff;color:inherit;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.social-card:hover{transform:translateY(-2px);box-shadow:0 16px 30px #94a3b859;border-color:#3b82f6e6}.icon-circle{width:2.3rem;height:2.3rem;border-radius:999px;background:#1d4ed8;display:flex;align-items:center;justify-content:center;flex-shrink:0}.icon-circle img{width:1.4rem;height:1.4rem;object-fit:contain}.social-card h3{margin:0;font-size:.95rem}.social-card p{margin:0;font-size:.8rem;color:#6b7280}.hero-layout{margin-top:0}.section-social-top{background:#fff}.social-title-large{font-size:clamp(1.5rem,4vw,1.8rem)!important;font-weight:800;letter-spacing:.02em}@media(max-width:960px){.hero{aspect-ratio:unset;min-height:60vw;background-attachment:scroll;background-size:cover;background-position:center center;padding:0;align-items:flex-end}.hero-content h1{font-size:clamp(1.8rem,5vw,2.5rem);margin-bottom:.75rem;line-height:1.2}.hero-subtitle{font-size:.95rem;margin-bottom:1.5rem;max-width:100%;line-height:1.4}.hero-layout{gap:.75rem}.hero-ctas .btn{padding:.65rem 1rem;font-size:.86rem;min-width:9rem}.social-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1100px)and (min-width:961px){.social-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:768px){.hero{aspect-ratio:unset;min-height:56.25vw;height:auto;padding:0;background-attachment:scroll;background-size:cover;background-position:center center;overflow:hidden;align-items:flex-end;justify-content:flex-start}.hero-content{padding:0 .85rem 1rem;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;width:100%;max-width:100%;margin-top:0}.hero-layout{flex-direction:column;align-items:flex-start;gap:.65rem}.hero-content h1{font-size:clamp(1.5rem,6vw,2rem);margin-bottom:.75rem;line-height:1.2}.hero-subtitle{font-size:.9rem;margin-bottom:0;max-width:100%;line-height:1.4}.hero-ctas{flex-direction:row;align-items:stretch;gap:.5rem;margin-bottom:0;width:auto}.hero-ctas .btn{padding:.58rem .85rem;font-size:.8rem;min-width:auto}.hero-badges{flex-direction:column;gap:.5rem;width:100%}.hero-badges span{font-size:.7rem;padding:.4rem .85rem;text-align:center;display:block;width:100%}.social-grid{grid-template-columns:minmax(0,1fr)}.social-card{border-radius:1rem;align-items:flex-start}}.chips-grid{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.chip{font-size:.85rem;padding:.5rem 1.1rem;border-radius:999px;background:#eff6ff;border:1px solid rgba(37,99,235,.4);color:#1d4ed8;cursor:pointer;transition:all .3s ease;-webkit-user-select:none;user-select:none}.chip:hover{background:#dbeafe;border-color:#2563eb99;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb33}.chip.active{background:linear-gradient(to right,#38bdf8,#6366f1);color:#fff;border-color:transparent;font-weight:600;box-shadow:0 6px 16px #38bdf859;transform:translateY(-2px)}.chip.active:hover{box-shadow:0 8px 20px #38bdf873}.components-showcase{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.5fr);gap:1.75rem;align-items:center;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:1.25rem;border:1px solid #e5e7eb;box-shadow:0 12px 25px #94a3b840;animation:fadeInContent .5s ease-in-out}.components-showcase--stacked{grid-template-columns:minmax(0,1fr)}.components-showcase--stacked .components-image{max-height:300px}.components-showcase--stacked .components-image img{height:300px;object-fit:cover}@keyframes fadeInContent{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.components-image{border-radius:1rem;overflow:hidden;box-shadow:0 8px 20px #94a3b833;transition:transform .3s ease,box-shadow .3s ease}.components-image:hover{transform:translateY(-4px);box-shadow:0 12px 30px #94a3b859}.components-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.components-image:hover img{transform:scale(1.05)}.components-content h3{font-size:1.3rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.components-content p{font-size:.95rem;color:#4b5563;line-height:1.6;margin:0}@media(max-width:768px){.components-showcase{grid-template-columns:minmax(0,1fr);gap:1.5rem}.components-image{min-height:250px}}#equipos .section-header h2{font-size:clamp(1.5rem,4vw,1.8rem);font-weight:800}.carousel-wrapper{margin-top:2rem;position:relative;padding:0 3rem}.thermography-slide{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;padding:0 .5rem}.thermography-item{position:relative;overflow:hidden;border-radius:1rem;box-shadow:0 8px 20px #94a3b840;transition:transform .3s ease,box-shadow .3s ease;background:#fff}.thermography-item:hover{transform:translateY(-4px);box-shadow:0 12px 30px #94a3b859}.thermography-label{position:absolute;top:.75rem;left:.75rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.4rem .9rem;border-radius:999px;font-size:.75rem;font-weight:600;color:#0f172a;z-index:2;box-shadow:0 2px 8px #0000001a}.thermography-item img{width:100%;height:100%;display:block;aspect-ratio:4 / 3;transition:transform .3s ease}.thermography-item:hover img{transform:scale(1.03)}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #e5e7eb;border-radius:50%;width:2.5rem;height:2.5rem;font-size:1.5rem;line-height:1;color:#0f172a;cursor:pointer;box-shadow:0 4px 12px #00000026;transition:background .3s ease,transform .3s ease;display:flex;align-items:center;justify-content:center;z-index:3}.carousel-btn:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.carousel-prev{left:.5rem}.carousel-next{right:.5rem}.carousel-indicators{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.carousel-indicator{width:.75rem;height:.75rem;border-radius:50%;background:#d1d5db;border:none;cursor:pointer;transition:background .3s ease;padding:0}.carousel-indicator.active{background:#3b82f6}@media(max-width:768px){.carousel-wrapper{padding:0 2.5rem}.thermography-slide{grid-template-columns:minmax(0,1fr);gap:1rem}.carousel-btn{width:2rem;height:2rem}.carousel-prev{left:.25rem}.carousel-next{right:.25rem}.thermography-label{font-size:.68rem;padding:.35rem .7rem}}#servicios .section-header h2{font-size:clamp(1.5rem,4vw,1.8rem);font-weight:800}.gallery-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:.5rem;text-align:center}.gallery-subtitle{text-align:center;color:#6b7280;font-size:.95rem;margin-bottom:2rem}.servicios-cta{text-align:center;margin:2rem 0 1rem}.services-airtable-btn{display:inline-block;padding:.65rem 1.6rem;background:#1d4ed8;color:#fff;border:none;border-radius:999px;font-size:.95rem;font-weight:600;font-family:inherit;cursor:pointer;text-decoration:none;transition:background .15s ease,transform .1s ease}.services-airtable-btn:hover,.services-airtable-btn:focus{background:#1e40af;transform:translateY(-1px);color:#fff;text-decoration:none}@media(max-width:960px){.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}.projects-grid{display:grid;grid-template-columns:minmax(0,1.1fr);gap:1.75rem}.project-card{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,2fr);gap:1.25rem;align-items:stretch}.project-image{position:relative;overflow:hidden;border-radius:1rem;min-height:250px;box-shadow:0 8px 20px #94a3b840;transition:transform .3s ease,box-shadow .3s ease}.project-image:hover{transform:translateY(-4px);box-shadow:0 12px 30px #94a3b859}.project-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.project-image:hover img{transform:scale(1.05)}.project-content ul{padding-left:1.1rem;margin:.75rem 0 0;font-size:.9rem;color:#4b5563}.projects-cta{text-align:center;margin-top:2rem}.projects-airtable-btn{display:inline-block;margin:.5rem 0;padding:.65rem 1.6rem;background:#1d4ed8;color:#fff;border:none;border-radius:999px;font-size:.95rem;font-weight:600;font-family:inherit;cursor:pointer;text-decoration:none;transition:background .15s ease,transform .1s ease}.projects-airtable-btn:hover,.projects-airtable-btn:focus{background:#1e40af;transform:translateY(-1px);color:#fff;text-decoration:none}@media(max-width:960px){.project-card{grid-template-columns:minmax(0,1fr)}}.contact-main-title{font-size:clamp(1.5rem,4vw,1.8rem)!important;font-weight:800;letter-spacing:.03em}.contact-info-cards{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.5rem}.contact-info-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;background:#e7eaf4;border:1px solid #e5e7eb;border-radius:.75rem;padding:2rem 2.25rem 1.5rem;min-width:200px;flex:1;max-width:260px;box-shadow:0 2px 8px #0000000f;text-align:center;position:relative;text-decoration:none;color:inherit;cursor:pointer;transition:box-shadow .2s ease,transform .2s ease}.contact-info-card:hover{box-shadow:0 6px 20px #0000001f;transform:translateY(-2px);border-color:#3b5bdb}.contact-info-card:hover span{text-decoration:underline;color:#3b5bdb}.contact-info-icon{width:90px;height:140px;object-fit:contain;margin-bottom:.25rem}.contact-info-card strong{font-size:.95rem;font-weight:700;color:#111827}.contact-info-card span{font-size:.78rem;color:#6b7280}.contact-social-row{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:2.5rem}.contact-social-chip{display:flex;align-items:center;gap:.55rem;padding:.55rem 1rem .55rem .6rem;border-radius:999px;border:1px solid rgba(148,163,184,.5);background:#fff;text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.contact-social-chip:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1d4ed826;border-color:#1d4ed880}.contact-social-icon{width:1.8rem;height:1.8rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-social-icon img{width:1rem;height:1rem;object-fit:contain}.contact-social-text{display:flex;flex-direction:column;line-height:1.2}.contact-social-name{font-size:.78rem;font-weight:700;color:#111827}.contact-social-handle{font-size:.7rem;color:#6b7280}.contact-form-centered{max-width:700px;margin:0 auto}.quote-form{display:flex;flex-direction:column;gap:.85rem;margin-top:.5rem}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.quote-form input,.quote-form select,.quote-form textarea{border-radius:.75rem;border:1px solid #d1d5db;background:#fff;padding:.65rem .8rem;font-size:.9rem;color:#111827;outline:none;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;font-family:inherit}.quote-form input::placeholder,.quote-form textarea::placeholder{color:#6b7280}.quote-form select{color:#6b7280}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:#38bdf8;box-shadow:0 0 0 1px #38bdf866;background:#eff6ff}.quote-form textarea{resize:vertical;min-height:110px}@media(max-width:768px){.contact-info-cards{flex-direction:column;align-items:center}.contact-info-card{max-width:100%;width:100%}.form-row{grid-template-columns:minmax(0,1fr)}.contact-form-centered{max-width:100%}.contact-social-chip{padding:.45rem .85rem .45rem .5rem}.contact-social-handle{display:none}}.blog-banner{width:100%;max-height:380px;overflow:hidden;border-radius:1rem;margin-bottom:2.5rem}.blog-banner-img{width:100%;height:100%;max-height:380px;object-fit:cover;display:block}.blog-banner-desc{text-align:center;color:#555;font-size:1rem;line-height:1.6;max-width:780px;margin:-1rem auto 2rem}.blog-card-full{width:100%;max-width:680px;margin:0 auto;box-sizing:border-box;background:linear-gradient(135deg,#f0f7ff,#fff);border:1px solid #c7d9f5;border-left:5px solid #1d4ed8}.blog-checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.1rem}.blog-checklist li{font-size:1.08rem;font-weight:600;color:#1e293b;line-height:1.5;display:flex;align-items:flex-start;gap:.65rem}.blog-check-icon{color:#1d4ed8;font-size:1.1rem;flex-shrink:0;margin-top:.1rem}#blog .section-header h2{font-size:clamp(1.5rem,4vw,1.8rem);font-weight:800}.blog-airtable-btn{display:inline-block;margin:1rem auto 0;padding:.65rem 1.6rem;background:#1d4ed8;color:#fff;border:none;border-radius:999px;font-size:.95rem;font-weight:600;font-family:inherit;cursor:pointer;text-decoration:none;transition:background .15s ease,transform .1s ease}.blog-airtable-btn:hover{background:#1e40af;transform:translateY(-1px);color:#fff;text-decoration:none}.venta-section{min-height:60vh;display:flex;flex-direction:column;justify-content:center}.store-buttons-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;max-width:860px;margin:0 auto}.store-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2.5rem 1.5rem;border-radius:1.5rem;text-decoration:none;border:2px solid transparent;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;cursor:pointer}.store-btn:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001f}.store-btn__logo-img{width:3.5rem;height:3.5rem;object-fit:contain}.store-btn__logo-img--wide{width:auto;height:3rem;max-width:10rem}.store-btn__label{font-size:1.05rem;font-weight:700;letter-spacing:.02em;color:#fff}.store-btn--inventory{background:#1d4ed8;border-color:#1e40af;box-shadow:0 8px 24px #1d4ed84d}.store-btn--inventory:hover{background:#1e40af;box-shadow:0 20px 40px #1d4ed866}.store-btn--ebay{background:#fff;border-color:#e5e7eb;box-shadow:0 8px 24px #0000000f}.store-btn--ebay:hover{border-color:#3867d6;box-shadow:0 20px 40px #3867d626}.store-btn--ml{background:#ffe600;border-color:#e6cf00;box-shadow:0 8px 24px #ffe60066}.store-btn--ml:hover{background:#f5dc00;box-shadow:0 20px 40px #ffe60080}@media(max-width:960px)and (min-width:601px){.store-buttons-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.store-buttons-grid{grid-template-columns:minmax(0,1fr);max-width:340px}.store-btn{padding:1.75rem 1.25rem}}.app-wrapper{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;padding-top:4.25rem}@media(max-width:768px){.main-content{padding-top:4rem}}
