*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-primary: #2C3E50;--color-accent: #E67E22;--color-accent-dark: #CA6F1E;--color-on-accent: #1a2b3c;--color-gold: #E67E22;--color-bg: #ffffff;--color-bg-light: #ECF0F1;--color-text: #212529;--color-text-muted: #50606e;--color-border: #dee2e6;--font-sans: "Roboto", "Segoe UI", system-ui, -apple-system, sans-serif;--font-heading: "Montserrat", "Segoe UI", system-ui, -apple-system, sans-serif;--radius: 8px;--shadow: 0 4px 24px rgba(0,0,0,.08);--shadow-lg: 0 8px 40px rgba(0,0,0,.14);--max-width: 1200px}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--font-heading)}h1{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;line-height:1.15;text-wrap:balance}h2{font-size:clamp(1.4rem,3vw,2rem);font-weight:700;line-height:1.25;text-wrap:balance}h3{font-size:clamp(1.1rem,2vw,1.4rem);font-weight:600;line-height:1.3;text-wrap:balance}p{margin-bottom:1rem}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section--light{background:var(--color-bg-light)}.section-title{text-align:center;margin-bottom:.75rem}.section-subtitle{text-align:center;color:var(--color-text-muted);margin-bottom:3rem;font-size:1.1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.75rem;border-radius:var(--radius);font-weight:700;font-size:1rem;letter-spacing:.02em;cursor:pointer;border:2px solid transparent;transition:background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease;text-align:center}.btn-primary{background:var(--color-accent);color:var(--color-on-accent);border-color:var(--color-accent)}.btn-primary:hover{background:var(--color-accent-dark);border-color:var(--color-accent-dark);transform:translateY(-1px);box-shadow:0 4px 16px #e67e2266}.btn-primary:active{transform:scale(.98)}.site-header .btn-primary,.hero .btn-primary,.service-hero .btn-primary,.cta-section .btn-primary{background:#fff;color:var(--color-on-accent);border-color:#fff}.site-header .btn-primary:hover,.hero .btn-primary:hover,.service-hero .btn-primary:hover,.cta-section .btn-primary:hover{background:var(--color-accent);color:#fff;border-color:var(--color-accent);box-shadow:0 4px 16px #e67e2273}.btn-outline{background:transparent;color:#fff;border-color:#ffffffb3}.btn-outline:hover{background:#ffffff1f;border-color:#fff}.btn-lg{padding:1rem 2.25rem;font-size:1.1rem}.site-header{position:sticky;top:0;z-index:100;background:var(--color-primary);box-shadow:0 2px 12px #00000040}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.5rem;max-width:var(--max-width);margin:0 auto;gap:1rem}.logo{display:block;flex-shrink:0}.logo-img{height:48px;width:auto;max-width:240px;display:block}.logo-img--footer{height:44px;max-width:220px;opacity:.92}.nav-links{display:flex;align-items:center;gap:.25rem;list-style:none}.nav-links>li>a{color:#ffffffd9;padding:.5rem .85rem;border-radius:6px;font-size:.9rem;font-weight:500;transition:all .2s}.nav-links>li>a:hover{color:#fff;background:#ffffff1a}.nav-links>li>a.active{color:#fff;background:#ffffff24}.nav-item{position:relative}.nav-dropdown-toggle{display:inline-flex;align-items:center;gap:.35rem;background:none;border:none;cursor:pointer;font-family:inherit;color:#ffffffd9;padding:.5rem .85rem;border-radius:6px;font-size:.9rem;font-weight:500;transition:color .2s,background .2s}.nav-dropdown-toggle:hover,.nav-dropdown-toggle.active{color:#fff;background:#ffffff1a}.nav-caret{transition:transform .2s ease}.nav-dropdown-menu{position:absolute;top:calc(100% + .5rem);left:0;min-width:250px;background:#fff;border-radius:10px;box-shadow:0 12px 40px #0000002e;border:1px solid var(--color-border);padding:.5rem;z-index:120;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease,visibility .18s}.nav-dropdown-menu:before{content:"";position:absolute;top:-.6rem;left:0;right:0;height:.6rem}.nav-dropdown-menu--grid{display:grid;grid-template-columns:1fr 1fr;gap:.1rem;min-width:380px}.nav-dd-item{display:flex;align-items:center;gap:.6rem;padding:.6rem .7rem;border-radius:7px;color:var(--color-text);font-size:.92rem;font-weight:500;transition:background .15s,color .15s}.nav-dd-item:hover{background:var(--color-bg-light);color:var(--color-accent-dark)}.nav-dd-item.active{background:#e67e221a;color:var(--color-accent-dark)}.nav-dd-icon{width:1.4rem;flex-shrink:0;color:var(--color-accent);display:inline-flex;align-items:center;justify-content:center}.nav-dd-pin{color:var(--color-accent);flex-shrink:0}.nav-dd-item--zona{font-size:.88rem;padding:.5rem .6rem}@media (hover: hover) and (pointer: fine){.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown:hover .nav-caret{transform:rotate(180deg)}}.nav-dropdown:focus-within .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown:focus-within .nav-caret{transform:rotate(180deg)}@media (max-width: 1024px){.nav-item{width:100%}.nav-dropdown-toggle{width:100%;justify-content:space-between;font-size:1rem;padding:.75rem 1rem}.nav-dropdown.open .nav-caret{transform:rotate(180deg)}.nav-dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;display:block;min-width:0;padding:0 0 0 .75rem;background:#ffffff0a;border:none;box-shadow:none;border-radius:0;max-height:0;overflow:hidden;transition:max-height .28s ease}.nav-dropdown-menu--grid{grid-template-columns:1fr}.nav-dropdown.open .nav-dropdown-menu{max-height:640px}.nav-dropdown-menu:before{display:none}.nav-dd-item{color:#ffffffd1}.nav-dd-item:hover,.nav-dd-item.active{background:#ffffff14;color:#fff}.nav-dd-pin{color:var(--color-gold)}}.header-ctas{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.tel-link{color:var(--color-gold);font-weight:700;font-size:.95rem;white-space:nowrap;display:inline-flex;align-items:center;gap:.35rem}.tel-link:hover{color:#fff}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.hamburger span{display:block;width:24px;height:2px;background:#fff;margin:5px 0;border-radius:2px;transition:.3s}.hero{background:linear-gradient(135deg,#2c3e50,#1a2b3c 55%,#243342);color:#fff;padding:6rem 0 5rem;position:relative;overflow:hidden}.hero--photo{background-image:url(/images/carpinteria-metalica-murcia-hero.webp);background-size:cover;background-position:center 30%;background-repeat:no-repeat}.hero--photo:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#2c3e50d1,#1a2b3cbf 60%,#243342a6);z-index:0}.hero--photo .container{position:relative;z-index:1}.hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative}.hero--photo .hero-inner{grid-template-columns:1fr;max-width:720px}.hero h1{margin-bottom:1.25rem}.hero-accent{color:var(--color-gold)}.hero-desc{font-size:1.1rem;color:#fffc;margin-bottom:1.75rem}.hero-trust{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.hero-trust-item{display:flex;align-items:center;gap:.4rem;font-size:.9rem;color:#ffffffbf}.hero-trust-item svg{color:var(--color-gold);flex-shrink:0}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}.hero-image-box{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:16px;aspect-ratio:4/3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#ffffff80;font-size:.9rem}.hero-image-icon{font-size:3.5rem}.stats-bar{background:var(--color-accent);color:#fff;padding:1.5rem 0}.stats-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;text-align:center}.stat-number{font-size:2rem;font-weight:800;display:block}.stat-label{font-size:.82rem;opacity:.9}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);padding:2rem 1.5rem;transition:transform .25s ease-out,box-shadow .25s ease-out,border-color .25s ease-out;text-align:center}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--color-accent)}.service-icon{color:var(--color-accent);margin-bottom:1rem;display:flex;justify-content:center}.service-card h3{margin-bottom:.6rem}.service-card p{color:var(--color-text-muted);font-size:.92rem;margin-bottom:1rem}.service-link{color:var(--color-accent);font-weight:600;font-size:.9rem}.service-link:hover{text-decoration:underline}.materials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.material-card{display:flex;gap:1.25rem;padding:1.75rem;background:#fff;border-radius:var(--radius);border:1.5px solid var(--color-border);box-shadow:var(--shadow)}.material-icon{color:var(--color-accent);flex-shrink:0;display:flex;align-items:flex-start}.material-card h3{margin-bottom:.4rem}.material-card p{color:var(--color-text-muted);font-size:.9rem;margin:0}.material-tag{display:inline-block;font-size:.75rem;font-weight:600;color:var(--color-accent);background:#e67e221a;padding:.2rem .6rem;border-radius:4px;margin-top:.5rem}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.why-card{text-align:center;padding:2rem 1.25rem}.why-icon{width:64px;height:64px;background:#e67e221f;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-accent);margin:0 auto 1.25rem}.why-card h3{margin-bottom:.5rem}.why-card p{color:var(--color-text-muted);font-size:.92rem;margin:0}.locations-grid{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:2rem}.location-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.1rem;background:#fff;border:1.5px solid var(--color-border);border-radius:2rem;font-size:.9rem;font-weight:500;transition:all .2s;color:var(--color-text)}.location-chip:hover{border-color:var(--color-accent);color:var(--color-accent);background:#e639460d}.location-chip svg{color:var(--color-accent);flex-shrink:0}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.gallery-item{aspect-ratio:4/3;background:var(--color-bg-light);border-radius:var(--radius);overflow:hidden;position:relative;border:1px solid var(--color-border)}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.05)}.gallery-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000a6);color:#fff;font-size:.8rem;padding:1.2rem .75rem .5rem}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.testimonial-card{background:#fff;border-radius:var(--radius);padding:1.75rem;box-shadow:var(--shadow);border-top:3px solid var(--color-accent)}.stars{color:#f59e0b;font-size:1.1rem;margin-bottom:.75rem}.testimonial-text{font-style:italic;color:var(--color-text);margin-bottom:1rem;font-size:.95rem}.testimonial-author{font-weight:700;font-size:.9rem}.testimonial-location{color:var(--color-text-muted);font-size:.82rem}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;position:relative}.process-steps:before{content:"";position:absolute;top:2.25rem;left:12.5%;right:12.5%;height:2px;background:linear-gradient(90deg,var(--color-accent),var(--color-gold));z-index:0}.step{text-align:center;position:relative;z-index:1}.step-number{width:4rem;height:4rem;background:var(--color-accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:800;margin:0 auto 1rem;border:4px solid #fff;box-shadow:0 0 0 3px var(--color-accent)}.step h3{margin-bottom:.4rem;font-size:1rem}.step p{color:var(--color-text-muted);font-size:.85rem;margin:0}.faq-list{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid var(--color-border)}.faq-question{width:100%;background:none;border:none;padding:1.25rem 0;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:1rem;font-weight:600;text-align:left;color:var(--color-text);gap:1rem}.faq-question:hover{color:var(--color-accent)}.faq-icon{font-size:1.25rem;flex-shrink:0;color:var(--color-accent)}.faq-answer{padding:0 0 1.25rem;color:var(--color-text-muted);font-size:.95rem;line-height:1.7}.cta-section{background:linear-gradient(135deg,var(--color-primary),#0f3460);color:#fff;padding:5rem 0;text-align:center}.cta-section h2{margin-bottom:.75rem}.cta-section p{color:#fffc;margin-bottom:2rem;font-size:1.1rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-info{display:flex;gap:2rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}.cta-info-item{display:flex;align-items:center;gap:.5rem;color:#ffffffb3;font-size:.9rem}.site-footer{background:#0d0d1a;color:#ffffffb3;padding:4rem 0 6rem}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.footer-brand .logo-name{font-size:1.2rem;margin-bottom:.5rem}.footer-desc{font-size:.88rem;margin-top:.75rem;line-height:1.6;color:#ffffff8c}.footer-col h3{color:#fff;font-size:.95rem;font-weight:700;margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:.06em}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.6rem}.footer-col a{color:#fff9;font-size:.88rem;transition:color .2s}.footer-col a:hover{color:var(--color-gold)}.footer-contact{display:flex;align-items:center;gap:.5rem}.footer-contact .fc-ic{flex-shrink:0;color:var(--color-gold);display:inline-flex;align-items:center}.footer-contact .fc-email{font-size:.82rem;line-height:1.5;word-break:normal;overflow-wrap:normal}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;font-size:.82rem;color:#fff6;flex-wrap:wrap;gap:.75rem}.breadcrumb{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:#ffffffd9;margin-bottom:1.5rem;flex-wrap:wrap}.breadcrumb a{color:#ffffffb3;transition:color .2s ease}.breadcrumb a:hover{color:var(--color-gold)}.breadcrumb-sep{color:#fff6}.breadcrumb>span:not(.breadcrumb-sep){color:#fff;font-weight:600}.service-hero{background:var(--color-primary);color:#fff;padding:4rem 0 3rem;position:relative;overflow:hidden}.service-hero:before{content:"";position:absolute;inset:0;background:url() center/cover no-repeat;opacity:.18}.service-hero--photo{background-image:var(--hero-bg);background-size:cover;background-position:center}.service-hero--photo:before{background:linear-gradient(135deg,#1a2b3ce0,#243342bd);opacity:1}.service-hero-inner{position:relative;z-index:1}.service-hero h1{color:#fff;margin-bottom:1rem}.service-hero .lead{font-size:1.1rem;color:#ffffffd1;max-width:680px;margin-bottom:2rem}.service-hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}.service-intro{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.service-intro-img{border-radius:var(--radius);overflow:hidden;aspect-ratio:4/3}.service-intro-img img{width:100%;height:100%;object-fit:cover}.service-intro-text h2{margin-bottom:1rem}.service-intro-text p{color:var(--color-text-muted)}.features-list{list-style:none;margin:1.5rem 0;display:flex;flex-direction:column;gap:.65rem}.features-list li{display:flex;align-items:flex-start;gap:.6rem;font-size:.95rem}.features-list li:before{content:"✓";color:var(--color-accent);font-weight:700;flex-shrink:0;margin-top:.05rem}.service-types-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2rem}.service-type-card{background:#fff;border:1.5px solid var(--color-border);border-radius:var(--radius);padding:1.5rem;transition:border-color .2s,box-shadow .2s}.service-type-card:hover{border-color:var(--color-accent);box-shadow:var(--shadow)}.service-type-card .icon{color:var(--color-accent);margin-bottom:.75rem;display:flex}.service-type-card h3{font-size:1rem;margin-bottom:.4rem}.service-type-card p{font-size:.875rem;color:var(--color-text-muted);margin:0}.service-type-card--foto{padding:0;overflow:hidden}.service-type-card--foto .card-foto{aspect-ratio:4/3;overflow:hidden}.service-type-card--foto .card-foto img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.service-type-card--foto:hover .card-foto img{transform:scale(1.05)}.service-type-card--foto p{color:var(--color-text);font-weight:500}@media (max-width: 768px){.service-intro{grid-template-columns:1fr}.service-types-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.service-types-grid{grid-template-columns:1fr}.service-hero-ctas{flex-direction:column}}.service-intro--reverse .service-intro-img{order:2}@media (max-width: 768px){.service-intro--reverse .service-intro-img{order:0}}.contact-grid{display:grid;grid-template-columns:1fr 420px;gap:3rem;align-items:start}.contact-form-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:2.5rem}.contact-form-card h2{margin-bottom:.4rem}.contact-form-card .subtitle{color:var(--color-text-muted);font-size:.92rem;margin-bottom:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1.1rem}.form-group label{font-size:.88rem;font-weight:600;color:var(--color-text)}.form-group input,.form-group select,.form-group textarea{border:1.5px solid var(--color-border);border-radius:6px;padding:.65rem .9rem;font-size:.95rem;font-family:inherit;color:var(--color-text);background:#fff;transition:border-color .2s,box-shadow .2s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #e67e222e}.form-group textarea{resize:vertical;min-height:130px}.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236c757d' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .9rem center;padding-right:2.2rem}.form-privacy{display:flex;align-items:flex-start;gap:.6rem;font-size:.82rem;color:var(--color-text-muted);margin-bottom:1.5rem}.form-privacy input[type=checkbox]{margin-top:.15rem;flex-shrink:0;accent-color:var(--color-accent);width:16px;height:16px}.form-privacy a{color:var(--color-accent);text-decoration:underline}.btn-submit{width:100%;padding:.9rem;font-size:1rem;font-weight:700;letter-spacing:.02em}.form-reassurance{text-align:center;font-size:.82rem;color:var(--color-text-muted);margin-top:.85rem;margin-bottom:0}.rel-services{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.rel-service-chip{display:inline-flex;align-items:center;gap:.55rem;padding:.65rem 1.15rem;background:var(--color-bg-light);border:1.5px solid var(--color-border);border-radius:2rem;font-size:.92rem;font-weight:500;color:var(--color-text);transition:all .2s}.rel-service-chip:hover{border-color:var(--color-accent);color:var(--color-accent)}.rel-service-chip svg{color:var(--color-accent);flex-shrink:0}.form-success{display:none;background:#d1fae5;border:1.5px solid #6ee7b7;border-radius:var(--radius);padding:1.5rem;text-align:center}.form-success h3{color:#065f46;margin-bottom:.4rem}.form-success p{color:#047857;margin:0;font-size:.9rem}.contact-sidebar{display:flex;flex-direction:column;gap:1.25rem}.contact-info-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:1.75rem}.contact-info-card h3{font-size:1rem;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid var(--color-accent)}.contact-detail{display:flex;align-items:flex-start;gap:.75rem;padding:.6rem 0;border-bottom:1px solid var(--color-bg-light)}.contact-detail:last-child{border-bottom:none;padding-bottom:0}.contact-detail-icon{color:var(--color-accent);flex-shrink:0;width:28px;display:flex;justify-content:center}.contact-detail-body{flex:1}.contact-detail-label{font-size:.78rem;color:var(--color-text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:.1rem}.contact-detail-value{font-size:.95rem;font-weight:600;color:var(--color-text)}.contact-detail-value a{color:var(--color-accent)}.contact-detail-value a:hover{text-decoration:underline}.hours-grid{display:grid;grid-template-columns:auto 1fr;gap:.3rem 1rem;font-size:.88rem}.hours-day{color:var(--color-text-muted)}.hours-time{font-weight:600}.map-embed{border-radius:var(--radius);overflow:hidden;aspect-ratio:4/3;background:var(--color-bg-light);border:1.5px solid var(--color-border)}.map-embed iframe{width:100%;height:100%;border:none;display:block}@media (max-width: 900px){.contact-grid{grid-template-columns:1fr}.contact-sidebar{order:-1}}@media (max-width: 600px){.form-row{grid-template-columns:1fr}.contact-form-card{padding:1.5rem}}.legal-content{max-width:820px;margin:0 auto}.legal-content h2{font-size:1.25rem;margin:2rem 0 .75rem}.legal-content h2:first-child{margin-top:0}.legal-content p{color:var(--color-text);line-height:1.7;margin-bottom:1rem}.legal-content ul{margin:0 0 1rem 1.25rem;display:flex;flex-direction:column;gap:.4rem}.legal-content li{line-height:1.6}.legal-content a{color:var(--color-accent);text-decoration:underline}.legal-content strong{color:var(--color-primary)}.legal-updated{margin-top:2rem;font-size:.85rem;color:var(--color-text-muted)}.chat-widget{position:fixed;bottom:1.5rem;right:1.5rem;z-index:999;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;pointer-events:none}.chat-launcher{width:58px;height:58px;border-radius:50%;border:none;cursor:pointer;background:var(--color-accent);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #e67e2273;transition:transform .2s ease,background .2s ease;flex-shrink:0;align-self:flex-end;pointer-events:auto}.chat-launcher:hover{transform:scale(1.08);background:var(--color-accent-dark)}.chat-launcher-close,.chat-widget.open .chat-launcher-open{display:none}.chat-widget.open .chat-launcher-close{display:block}.chat-panel{width:360px;max-width:calc(100vw - 3rem);height:520px;max-height:calc(100vh - 7rem);background:#fff;border-radius:16px;box-shadow:0 12px 48px #00000038;border:1px solid var(--color-border);display:flex;flex-direction:column;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(12px) scale(.98);transform-origin:bottom right;transition:opacity .2s ease,transform .2s ease,visibility .2s;pointer-events:auto}.chat-widget.open .chat-panel{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.chat-header{background:var(--color-primary);color:#fff;padding:.9rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.chat-header-info{display:flex;flex-direction:column;line-height:1.3}.chat-header-title{font-weight:700;font-size:.95rem}.chat-header-status{font-size:.78rem;color:#ffffffb3}.chat-close{background:none;border:none;color:#fffc;cursor:pointer;display:flex;padding:.25rem;border-radius:6px;transition:color .2s,background .2s}.chat-close:hover{color:#fff;background:#ffffff1f}.chat-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.6rem;background:var(--color-bg-light)}.chat-msg{max-width:85%;padding:.6rem .85rem;border-radius:14px;font-size:.9rem;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}.chat-msg--bot{align-self:flex-start;background:#fff;color:var(--color-text);border:1px solid var(--color-border);border-bottom-left-radius:4px}.chat-msg--user{align-self:flex-end;background:var(--color-accent);color:#fff;border-bottom-right-radius:4px}.chat-typing{display:flex;gap:.28rem;align-items:center}.chat-typing span{width:7px;height:7px;border-radius:50%;background:var(--color-text-muted);animation:chatBlink 1.2s infinite both}.chat-typing span:nth-child(2){animation-delay:.2s}.chat-typing span:nth-child(3){animation-delay:.4s}@keyframes chatBlink{0%,80%,to{opacity:.3}40%{opacity:1}}.chat-form{display:flex;gap:.5rem;padding:.65rem;border-top:1px solid var(--color-border);background:#fff}.chat-text{flex:1;min-width:0;border:1.5px solid var(--color-border);border-radius:22px;padding:.6rem .95rem;font-size:.92rem;font-family:inherit;color:var(--color-text);outline:none;transition:border-color .2s}.chat-text:focus{border-color:var(--color-accent)}.chat-send{width:42px;height:42px;border-radius:50%;border:none;background:var(--color-accent);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}.chat-send:hover{background:var(--color-accent-dark)}.chat-foot{font-size:.78rem;text-align:center;color:var(--color-text-muted);padding:0 .65rem .6rem;background:#fff}.chat-foot a{color:var(--color-accent);font-weight:600}@media (max-width: 480px){.chat-widget{bottom:1rem;right:1rem}.chat-panel{height:calc(100vh - 6rem)}}@media (max-width: 1024px){.services-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.nav-links,.header-ctas .btn{display:none}.hamburger{display:block}}@media (max-width: 768px){.hero-inner{grid-template-columns:1fr}.hero-image-box{display:none}.stats-inner{grid-template-columns:repeat(2,1fr)}.services-grid,.materials-grid,.why-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid{grid-template-columns:1fr}.process-steps{grid-template-columns:repeat(2,1fr)}.process-steps:before{display:none}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}}@media (max-width: 480px){.stats-inner{grid-template-columns:repeat(2,1fr)}.gallery-grid,.process-steps{grid-template-columns:1fr}.hero-ctas{flex-direction:column}.cta-buttons{flex-direction:column;align-items:center}.tel-link{display:none}}.hamburger span{transition:transform .25s ease-out,opacity .2s ease-out}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 1024px){.nav-links.mobile-open{display:flex!important;flex-direction:column;align-items:flex-start;position:fixed;top:76px;left:0;right:0;max-height:calc(100vh - 76px);overflow-y:auto;background:var(--color-primary);padding:1rem 1.5rem 1.5rem;gap:.25rem;box-shadow:0 8px 24px #00000040;z-index:98}.nav-links.mobile-open>li>a{padding:.75rem 1rem;font-size:1rem;width:100%}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
