:root{--bg-main:#0b0f19;--bg-surface:#131c2e;--bg-card:#182338;--bg-card-hover:#1e2c46;--bg-glass:rgba(19, 28, 46, 0.92);--border-subtle:rgba(255, 255, 255, 0.14);--border-strong:rgba(255, 255, 255, 0.25);--border-focus:#ff7700;--text-main:#f8fafc;--text-muted:#cbd5e1;--text-inverse:#0f172a;--color-primary:#ff7700;--color-primary-hover:#e06800;--color-primary-glow:rgba(255, 119, 0, 0.35);--color-accent:#00d2ff;--color-accent-glow:rgba(0, 210, 255, 0.25);--color-success:#10b981;--color-gold:#fbbf24;--gradient-primary:linear-gradient(135deg, #ff7700 0%, #ffa000 100%);--gradient-metallic:linear-gradient(135deg, #182338 0%, #0b0f19 100%);--gradient-glow:linear-gradient(135deg, rgba(255,119,0,0.2) 0%, rgba(0,210,255,0.2) 100%);--gradient-text:linear-gradient(135deg, #ffffff 40%, #ffa000 100%);--font-family-sans:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;--font-size-base:100%;--container-max:1240px;--radius-sm:8px;--radius-md:14px;--radius-lg:24px;--radius-full:9999px;--shadow-sm:0 4px 6px -1px rgba(0, 0, 0, 0.4);--shadow-md:0 10px 30px -5px rgba(0, 0, 0, 0.6);--shadow-glow:0 0 35px var(--color-primary-glow);--transition-fast:0.15s cubic-bezier(0.4, 0, 0.2, 1);--transition-normal:0.3s cubic-bezier(0.4, 0, 0.2, 1)}[data-theme=light]{--bg-main:#f8fafc;--bg-surface:#ffffff;--bg-card:#ffffff;--bg-card-hover:#f1f5f9;--bg-glass:rgba(255, 255, 255, 0.95);--border-subtle:rgba(15, 23, 42, 0.16);--border-strong:rgba(15, 23, 42, 0.28);--text-main:#0f172a;--text-muted:#334155;--text-inverse:#ffffff;--color-primary:#c2410c;--color-primary-hover:#9a3412;--color-primary-glow:rgba(194, 65, 12, 0.25);--color-gold:#d97706;--gradient-text:linear-gradient(135deg, #0f172a 30%, #c2410c 100%);--shadow-md:0 10px 25px -5px rgba(15, 23, 42, 0.12)}[data-theme=dark]{--bg-main:#0b0f19;--bg-surface:#131c2e;--bg-card:#182338;--bg-card-hover:#1e2c46;--bg-glass:rgba(19, 28, 46, 0.92);--border-subtle:rgba(255, 255, 255, 0.14);--border-strong:rgba(255, 255, 255, 0.25);--text-main:#f8fafc;--text-muted:#cbd5e1;--text-inverse:#0f172a;--color-primary:#ff7700;--color-primary-hover:#e06800;--color-primary-glow:rgba(255, 119, 0, 0.35);--color-gold:#fbbf24;--gradient-text:linear-gradient(135deg, #ffffff 40%, #ffa000 100%);--shadow-md:0 10px 25px -5px rgba(0, 0, 0, 0.4)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:var(--font-size-base);scroll-behavior:smooth;-webkit-text-size-adjust:100%}html[data-font-size=small]{font-size:87.5%}html[data-font-size=normal]{font-size:100%}html[data-font-size=large]{font-size:125%}body{font-family:var(--font-family-sans);background-color:var(--bg-main);color:var(--text-main);line-height:1.7;overflow-x:hidden;overflow-wrap:break-word;word-break:break-word;min-height:100vh;display:flex;flex-direction:column}main{flex:1}.skip-link{position:absolute;top:-100%;left:1rem;padding:.75rem 1.5rem;background:var(--color-primary);color:#fff;font-weight:700;font-size:1rem;border-radius:var(--radius-md);z-index:10000;transition:top .2s ease}.skip-link:focus{top:1rem;outline:3px solid var(--border-focus);outline-offset:2px}a{color:inherit;text-decoration:none;transition:color var(--transition-fast)}img,svg{max-width:100%;height:auto;display:block}.lightbox-trigger{cursor:zoom-in}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}[hidden]{display:none!important}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:100%;max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem;overflow-wrap:break-word}.section{padding-top:5rem;padding-bottom:5rem;position:relative}.section-header{margin-bottom:3.5rem}.section-header.center{text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.section-tag{display:inline-flex;align-items:center;font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#ffb700;margin-bottom:1.25rem;background:rgba(255,183,0,.1);border:1px solid rgba(255,183,0,.35);border-radius:100px;padding:.55rem 1.25rem;line-height:1.4;backdrop-filter:blur(8px)}.section-title{font-size:clamp(2.2rem,4.5vw,3rem);font-weight:900;line-height:1.2;letter-spacing:-.02em;margin-bottom:1.25rem;color:var(--text-main)}.section-subtitle{font-size:1.2rem;color:var(--text-muted);font-weight:400}.gradient-text{background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.9rem 1.85rem;border-radius:var(--radius-md);font-weight:800;font-size:1.05rem;cursor:pointer;border:none;transition:all var(--transition-normal);white-space:nowrap;box-shadow:var(--shadow-sm)}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 20px var(--color-primary-glow)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(255,119,0,.5)}.btn-secondary{background:var(--bg-surface);color:var(--text-main);border:2px solid var(--border-strong)}.btn-secondary:hover{background:var(--bg-card-hover);border-color:var(--color-primary);transform:translateY(-2px)}.btn-call{background:linear-gradient(135deg,#10b981 0%,#047857 100%);color:#fff;box-shadow:0 4px 20px rgba(16,185,129,.35)}.btn-call:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(16,185,129,.5)}.btn-lg{padding:1.15rem 2.4rem;font-size:1.15rem;border-radius:var(--radius-md)}.btn-block{width:100%}header{position:sticky;top:0;z-index:1000;background:var(--bg-glass);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-subtle);transition:background var(--transition-normal)}.nav-container{display:flex;align-items:center;justify-content:space-between;min-height:4.75rem;gap:1rem;overflow:hidden}.nav-logo{display:flex;align-items:center;gap:.75rem;font-size:1.4rem;font-weight:900;letter-spacing:-.03em}.logo-badge{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:var(--radius-sm);background:var(--gradient-primary);color:#fff;font-size:1.3rem;box-shadow:0 0 15px var(--color-primary-glow)}.logo-text span{color:var(--color-primary)}.desktop-nav{display:flex;align-items:center;gap:2rem;list-style:none}.desktop-nav a{font-weight:700;font-size:1rem;color:var(--text-muted);position:relative;padding:.5rem 0}.desktop-nav a:hover,.desktop-nav a.active{color:var(--text-main)}.desktop-nav a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:3px;background:var(--color-primary);transition:width var(--transition-normal);border-radius:2px}.desktop-nav a:hover::after,.desktop-nav a.active::after{width:100%}.nav-actions{display:flex;align-items:center;gap:1rem}.nav-hamburger{display:none;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer;min-width:44px;min-height:44px;padding:.5rem;background:0 0;border:1px solid transparent;border-radius:var(--radius-sm);color:var(--text-main)}.nav-hamburger span{width:26px;height:3px;background:var(--text-main);border-radius:2px;transition:transform var(--transition-normal)}.mobile-nav-drawer{display:none;position:fixed;top:4.75rem;left:0;width:100%;height:calc(100vh - 4.75rem);background:var(--bg-main);padding:2rem 1.5rem;flex-direction:column;justify-content:space-between;z-index:999;border-top:1px solid var(--border-subtle)}.mobile-nav-extra{display:flex;flex-direction:column;gap:.75rem}.mobile-nav-open{overflow:hidden}.mobile-nav-links{list-style:none;display:flex;flex-direction:column;gap:1.25rem}.mobile-nav-links a{font-size:1.25rem;font-weight:800;color:var(--text-main);display:block}.btn-mobile-call{display:none;padding:.55rem .95rem;font-size:.9rem;border-radius:var(--radius-sm);white-space:nowrap}@media(max-width:1200px){.desktop-nav{display:none}.btn-desktop-call{display:none}.btn-mobile-call{display:inline-flex;align-items:center}.nav-hamburger{display:flex}.mobile-nav-drawer:not([hidden]){display:flex}}.hero-agency{padding-top:5rem;padding-bottom:6rem;position:relative;background:var(--gradient-metallic);overflow:hidden;border-bottom:1px solid var(--border-subtle)}.hero-agency::before{content:'';position:absolute;top:-20%;right:-10%;width:650px;height:650px;border-radius:50%;background:radial-gradient(circle,var(--color-primary-glow) 0%,transparent 70%);pointer-events:none}.hero-page{padding-block:5rem}.hero-background-image,.hero-page::after{position:absolute;inset:0;width:100%;height:100%}.hero-background-image{z-index:0;object-fit:cover}.hero-page::after{content:'';z-index:0;background:linear-gradient(135deg,rgba(11,15,25,.93) 0%,rgba(19,28,46,.86) 100%)}.hero-page::before,.hero-page #particle-canvas{z-index:1}.hero-page>.container{z-index:2}.page-grid-with-intro{padding-top:2rem}.page-grid-without-intro{padding-top:5rem}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:4rem;align-items:center;overflow:hidden}.hero-content h1{font-size:clamp(2.5rem,5.5vw,3.8rem);font-weight:900;line-height:1.15;letter-spacing:-.03em;margin-bottom:1.5rem;color:var(--text-main)}.hero-description{font-size:1.25rem;color:var(--text-muted);margin-bottom:2.25rem;max-width:640px;font-weight:400}.hero-actions{display:flex;flex-wrap:wrap;gap:1.25rem;margin-bottom:2.5rem}.hero-features-bar{display:flex;flex-wrap:wrap;gap:1.75rem;padding-top:1.75rem;border-top:1px solid var(--border-subtle)}.hero-feat-item{display:flex;align-items:center;gap:.6rem;font-size:1rem;font-weight:600;color:var(--text-main)}.hero-feat-icon{width:1.8rem;height:1.8rem;border-radius:50%;background:rgba(16,185,129,.25);color:var(--color-success);display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:900}.hero-form-card{background:var(--bg-card);border:2px solid var(--border-strong);border-radius:var(--radius-lg);padding:2.5rem;box-shadow:var(--shadow-md);position:relative}.form-card-header{margin-bottom:1.75rem}.form-card-header h3{font-size:1.5rem;font-weight:900;margin-bottom:.5rem;color:var(--text-main)}.form-card-header p{font-size:.95rem;color:var(--text-muted)}.form-group{margin-bottom:1.4rem}.form-group label{display:block;font-size:.9rem;font-weight:700;margin-bottom:.5rem;color:var(--text-main)}.form-control{width:100%;padding:.95rem 1.1rem;border-radius:var(--radius-sm);background:var(--bg-surface);border:2px solid var(--border-subtle);color:var(--text-main);outline:none;font-weight:500;transition:border-color var(--transition-fast)}.form-control:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-glow)}.trust-bar{background:var(--bg-surface);border-bottom:1px solid var(--border-subtle);padding:1.75rem 0}.trust-flex{display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;gap:1.5rem 2rem;overflow:hidden}.trust-item{display:flex;align-items:center;gap:1rem}.trust-badge-stars{color:var(--color-gold);font-size:1.3rem;letter-spacing:2px}.trust-number{font-size:clamp(1.1rem,2.5vw,1.6rem);font-weight:900;line-height:1.2;color:var(--text-main);white-space:nowrap}.trust-text{font-size:.9rem;color:var(--text-muted);font-weight:500}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2.25rem}.service-card{background:var(--bg-card);border:2px solid var(--border-subtle);border-radius:var(--radius-lg);padding:2.25rem;transition:all var(--transition-normal);display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.service-card:hover{background:var(--bg-card-hover);border-color:var(--color-primary);transform:translateY(-6px);box-shadow:var(--shadow-md)}.service-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:var(--gradient-primary);opacity:0;transition:opacity var(--transition-normal)}.service-card:hover::before{opacity:1}.service-header-row,.step-header-row{display:flex;align-items:center;gap:1.15rem;margin-bottom:1.15rem}.service-icon-box{width:3.5rem;height:3.5rem;border-radius:var(--radius-md);background:var(--bg-surface);border:2px solid var(--border-subtle);display:flex;align-items:center;justify-content:center;font-size:1.65rem;flex-shrink:0;margin-bottom:0;box-shadow:var(--shadow-sm)}.service-header-row h3,.service-card h3{font-size:1.45rem;font-weight:900;margin-bottom:0;color:var(--text-main);line-height:1.3}.service-card p{color:var(--text-muted);font-size:1.05rem;line-height:1.65;margin-bottom:1.5rem;font-weight:400}.service-bullets{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-bottom:2rem}.service-bullets li{font-size:.95rem;color:var(--text-main);font-weight:500;display:flex;align-items:center;gap:.6rem}.service-bullets li::before{content:'✓';color:var(--color-primary);font-weight:900}.service-link{font-weight:700;font-size:1.05rem;color:var(--color-primary);display:inline-flex;align-items:center;gap:.5rem;transition:gap var(--transition-fast)}.service-card:hover .service-link{gap:.85rem}.cities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(200px,100%),1fr));gap:1.15rem}.city-badge{background:var(--bg-card);border:2px solid var(--border-subtle);border-radius:var(--radius-md);padding:1.15rem 1.35rem;display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:1.05rem;color:var(--text-main);transition:all var(--transition-normal)}.city-badge:hover{border-color:var(--color-primary);background:var(--bg-card-hover);transform:translateY(-4px);box-shadow:var(--shadow-sm)}.city-arrow{color:var(--color-primary);font-size:1.2rem;font-weight:900;transition:transform var(--transition-fast)}.city-badge:hover .city-arrow{transform:translateX(5px)}.reviews-slider-wrap{position:relative;overflow:hidden}.reviews-slider{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:.5rem 0 1.5rem;scrollbar-width:none}.reviews-slider::-webkit-scrollbar{display:none}.review-card-slide{flex:0 0 calc(33.333% - 1rem);min-width:300px;scroll-snap-align:start;background:var(--bg-card);border:2px solid var(--border-subtle);border-radius:var(--radius-lg);padding:2rem;display:flex;flex-direction:column;justify-content:space-between;transition:border-color var(--transition-normal),transform var(--transition-normal)}.review-card-slide:hover{border-color:var(--color-gold);transform:translateY(-4px)}.review-text{font-style:italic;color:var(--text-muted);font-size:1rem;line-height:1.7;margin-bottom:1.5rem;font-weight:400;flex:1}.review-meta{display:flex;align-items:center;gap:.75rem}.review-avatar{width:44px;height:44px;border-radius:50%;background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff;font-size:1.1rem;flex-shrink:0}.review-name{font-weight:700;color:var(--text-main);font-size:1rem}.review-date{font-size:.82rem;color:var(--text-muted);font-weight:500}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:52px;height:52px;border-radius:50%;border:2px solid var(--border-strong);background:var(--bg-surface);backdrop-filter:blur(8px);color:var(--text-main);font-size:1.6rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition-normal);box-shadow:var(--shadow-md)}.slider-btn:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary);box-shadow:0 0 20px var(--color-primary-glow);transform:translateY(-50%)scale(1.1)}.slider-btn svg{width:22px;height:22px}.slider-btn-prev{left:-12px}.slider-btn-next{right:-12px}@media(max-width:992px){.review-card-slide{flex:0 0 calc(50% - .75rem)}.slider-btn-prev{left:4px}.slider-btn-next{right:4px}}@media(max-width:640px){.review-card-slide{flex:0 0 85%}.slider-btn{width:44px;height:44px}.slider-btn svg{width:18px;height:18px}}.content-body{font-size:1.15rem;line-height:1.85;color:var(--text-main);font-weight:400}.content-body h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:900;margin-top:3rem;margin-bottom:1.25rem;color:var(--text-main);border-bottom:2px solid var(--border-subtle);padding-bottom:.5rem}.content-body h3{font-size:clamp(1.3rem,2.5vw,1.6rem);font-weight:800;margin-top:2.25rem;margin-bottom:1rem;color:var(--text-main)}.content-body p{margin-bottom:1.5rem;color:var(--text-main);font-weight:400}.content-body ul,.content-body ol{margin-bottom:2rem;padding-left:1.75rem}.content-body li{margin-bottom:.75rem;color:var(--text-main);font-weight:400}.content-body strong,.content-body b{font-weight:700;color:var(--text-main)}.content-body a{color:var(--color-primary);font-weight:700;text-decoration:underline;text-underline-offset:3px}.content-body a:hover{color:var(--color-primary-hover)}.content-body table{width:100%;border-collapse:separate;border-spacing:0;margin-top:2rem;margin-bottom:2.5rem;background:var(--bg-card);border:2px solid var(--border-strong);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-md)}.content-body th,.content-body td{padding:1.1rem 1.4rem;text-align:left;vertical-align:top;border-bottom:1px solid var(--border-subtle);line-height:1.6}.content-body th{background:var(--bg-surface);color:var(--color-primary);font-weight:900;font-size:1.05rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--border-strong)}.content-body tr:last-child td{border-bottom:none}.content-body tr:nth-child(even) td{background:rgba(255,255,255,3%)}.content-body td:first-child{font-weight:700;color:var(--text-main);width:32%}.content-body td:last-child{color:var(--text-muted);font-weight:400}footer{background:var(--bg-surface);border-top:2px solid var(--border-subtle);padding-top:4.5rem;padding-bottom:2.5rem;margin-top:auto}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:3rem;margin-bottom:4rem}.footer-brand p{color:var(--text-muted);font-size:1rem;margin-top:1rem;max-width:340px;font-weight:400}.footer-col h2,.footer-col h3{font-size:1.2rem;font-weight:900;margin-bottom:1.5rem;color:var(--text-main)}.footer-logo-wrap{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.site-logo-image,.footer-logo-img{width:auto;max-width:44px;object-fit:contain}.site-logo-image{height:42px}.footer-logo-img{height:40px}.footer-logo-text{color:var(--text-main);font-size:1.2rem;font-style:normal;font-weight:900;letter-spacing:-.03em}.footer-logo-text span,.footer-address a{color:var(--color-primary)}.footer-address{margin-top:.75rem;color:var(--text-main);font-style:normal;font-weight:700}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.85rem}.footer-links a{color:var(--text-muted);font-size:.98rem;font-weight:500}.footer-links a:hover{color:var(--text-main)}.footer-bottom{padding-top:2.25rem;border-top:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.75rem;font-size:.95rem;color:var(--text-muted);font-weight:500}.accessibility-controls{display:flex;align-items:center;gap:1.25rem}.a11y-group{display:flex;align-items:center;gap:.35rem;background:var(--bg-main);padding:.3rem;border-radius:var(--radius-sm);border:1px solid var(--border-strong)}.a11y-btn{background:0 0;border:none;padding:.4rem .75rem;border-radius:4px;cursor:pointer;font-size:.9rem;font-weight:800;color:var(--text-muted);transition:all var(--transition-fast);min-width:44px;min-height:44px}.a11y-btn:hover,.a11y-btn[aria-pressed=true]{background:var(--bg-surface);color:var(--text-main);box-shadow:var(--shadow-sm)}.font-size-small{font-size:.78rem}.font-size-large{font-size:1.1rem}html,body{overflow-x:hidden!important;max-width:100vw}@media(max-width:1024px){.hero-grid{grid-template-columns:1fr;gap:2.5rem}.footer-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.trust-flex{justify-content:center;flex-wrap:wrap;gap:1.5rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.steps-grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:640px){.container{padding-left:1rem;padding-right:1rem}.section{padding-top:2.5rem;padding-bottom:2.5rem}.section-header{margin-bottom:2rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn,.btn-lg{width:100%;text-align:center;justify-content:center;padding:.95rem 1.15rem;font-size:1.05rem;white-space:normal;word-break:break-word}.hero-form-card,.glass-cta,.step-card,.service-card,.legal-address-box{padding:1.25rem!important;border-radius:var(--radius-md)!important}.hero-form-card h3{font-size:1.3rem!important}.cities-grid{grid-template-columns:1fr;gap:.85rem}.city-badge{padding:.95rem 1.1rem;font-size:.95rem}.city-badge span:first-child{word-break:break-word;overflow-wrap:break-word}.content-body{font-size:1.05rem;line-height:1.7}.content-body table{display:block;width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.content-body th,.content-body td{padding:.75rem .85rem;font-size:.92rem}.trust-item{flex:1 1 100%;min-width:0;text-align:center}.trust-number{font-size:1.1rem}.nav-logo .logo-text{font-size:1.05rem}.footer-bottom{flex-direction:column;align-items:center;text-align:center;gap:1.25rem}.accessibility-controls{flex-wrap:wrap;justify-content:center}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes pulse-glow{0%,100%{opacity:.85}50%{opacity:1}}@keyframes shimmer{0%{transform:translateX(-100%)skewX(-25deg)}100%{transform:translateX(350%)skewX(-25deg)}}@keyframes gradient-shift{0%,100%{opacity:.95}50%{opacity:1}}@keyframes fade-in-up{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-left{from{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}@keyframes fade-in-right{from{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}@keyframes scale-in{from{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes border-glow{0%,100%{border-color:var(--border-subtle)}50%{border-color:rgba(255,119,0,.4)}}@keyframes spin-slow{from{transform:rotate(0)}to{transform:rotate(360deg)}}#particle-canvas{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.hero-agency{position:relative}.hero-agency>.container{position:relative;z-index:1}.reveal-up,.reveal-left,.reveal-right,.reveal-scale,.reveal-fade{opacity:1!important;transform:none!important}.logo-badge{animation:float 4s ease-in-out infinite;will-change:transform}.gradient-text{background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.service-card{transition:all .4s cubic-bezier(.22,1,.36,1)}.service-card:hover{transform:translateY(-10px)scale(1.015);box-shadow:0 20px 60px -15px rgba(255,119,0,.25),0 0 0 1px rgba(255,119,0,.15)}.service-card:hover img{transform:scale(1.08)}.service-card img{transition:transform .6s cubic-bezier(.22,1,.36,1)}.city-badge{transition:all .35s cubic-bezier(.22,1,.36,1)}.city-badge:hover{transform:translateY(-6px)scale(1.03);box-shadow:0 12px 40px -8px rgba(255,119,0,.2);border-color:var(--color-primary)}.step-card{background:var(--bg-card);padding:2.5rem;border-radius:var(--radius-lg);border:2px solid var(--border-subtle);position:relative;overflow:hidden;transition:all .4s cubic-bezier(.22,1,.36,1)}.step-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:var(--gradient-primary);transform:scaleX(0);transform-origin:left;transition:transform .5s cubic-bezier(.22,1,.36,1)}.step-card:hover::before{transform:scaleX(1)}.step-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-md);border-color:rgba(255,119,0,.3)}.step-number{font-size:3.2rem;font-weight:900;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1;margin-bottom:1.25rem}.btn-call{position:relative;overflow:hidden}.btn-call::after{content:'';position:absolute;top:-50%;left:-60%;width:40%;height:200%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);will-change:transform;animation:shimmer 3s ease-in-out infinite}.btn-primary{position:relative;overflow:hidden}.btn-primary::after{content:'';position:absolute;top:-50%;left:-60%;width:40%;height:200%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);will-change:transform;animation:shimmer 4s ease-in-out infinite}.glass-cta{background:rgba(15,23,42,.88)!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.18)!important;border-radius:var(--radius-lg);padding:2.5rem;box-shadow:0 25px 60px -20px rgba(0,0,0,.5);color:#f8fafc!important}.glass-cta .section-tag{color:#fa0!important;background:rgba(255,170,0,.12)!important;border:1px solid rgba(255,170,0,.4)!important;padding:.55rem 1.25rem!important;border-radius:100px!important;display:inline-flex!important;align-items:center!important;line-height:1.4!important}.glass-cta h2,.glass-cta h3{color:#fff!important}.glass-cta p{color:#cbd5e1!important}[data-theme=light] .glass-cta{background:rgba(15,23,42,.88)!important;border-color:rgba(255,255,255,.18)!important}[data-theme=light] .glass-cta .section-tag{color:#fa0!important}[data-theme=light] .glass-cta h2,[data-theme=light] .glass-cta h3{color:#fff!important}[data-theme=light] .glass-cta p{color:#cbd5e1!important}.gradient-bg-animated{background:linear-gradient(135deg,#0b0f19 0%,#182338 50%,#131c2e 100%)}[data-theme=light] .gradient-bg-animated{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 50%,#f1f5f9 100%)}.review-card{transition:all .4s cubic-bezier(.22,1,.36,1)}.review-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px -10px rgba(0,0,0,.4);border-color:var(--color-gold)}.hero-form-card{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);animation:fade-in-up .8s ease-out .3s both}.hero-content .section-tag{animation:fade-in-up .6s ease-out .1s both}.hero-content h1{animation:fade-in-up .7s ease-out .2s both}.hero-content .hero-description{animation:fade-in-up .7s ease-out .3s both}.hero-content .hero-actions{animation:fade-in-up .7s ease-out .4s both}.hero-content .hero-features-bar{animation:fade-in-up .7s ease-out .5s both}.form-control:focus{border-color:var(--color-primary);box-shadow:0 0 0 4px var(--color-primary-glow),0 0 20px rgba(255,119,0,.15)}.progress-ring{position:fixed;bottom:2rem;right:2rem;z-index:999;width:50px;height:50px;opacity:0;transform:scale(.8);transition:all .3s ease;pointer-events:none}.progress-ring.visible{opacity:1;transform:scale(1);pointer-events:auto}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal-up,.reveal-left,.reveal-right,.reveal-scale,.reveal-fade{opacity:1;transform:none}}:where(a,button,input,select,textarea,summary):focus-visible{outline:3px solid var(--border-focus);outline-offset:3px}.form-alert{margin-bottom:1.5rem;padding:1rem 1.25rem;border:1px solid;border-radius:var(--radius-md);font-size:.95rem;font-weight:700}.form-alert-success{color:#065f46;background:rgba(16,185,129,.15);border-color:#10b981}.form-alert-error{color:#991b1b;background:rgba(239,68,68,.15);border-color:#ef4444}.youtube-nocookie-wrapper{margin-block:2rem}.youtube-nocookie-consent{position:relative;display:grid;min-height:20rem;overflow:hidden;border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--bg-surface)}.youtube-preview{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.youtube-nocookie-overlay{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;text-align:center;background:rgba(11,15,25,.82);color:#fff}.youtube-play-btn{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border:0;border-radius:var(--radius-full);background:var(--color-primary);color:#fff;cursor:pointer}.youtube-nocookie-iframe{width:100%;min-height:30rem;border:0}.error-page{display:flex;align-items:center;min-height:60vh;text-align:center}.error-page-content,.error-actions{display:flex;align-items:center;justify-content:center}.error-page-content{flex-direction:column}.error-code{margin-bottom:1.5rem;color:var(--color-primary);font-size:clamp(3.5rem,12vw,6rem);font-weight:900;line-height:1}.error-description{max-width:32rem;margin:1rem auto 2.5rem;color:var(--text-muted);line-height:1.6}.error-actions{flex-wrap:wrap;gap:1rem}[data-theme=light] .nav-logo img,[data-theme=light] .footer-brand img,[data-theme=light] .footer-logo-img{filter:brightness(0)saturate(100%)invert(14%)sepia(35%)saturate(2371%)hue-rotate(200deg)brightness(97%)contrast(97%)!important}[data-theme=light] .nav-hamburger span{background:#0f172a!important}[data-theme=light] .mobile-nav-drawer{background:#fff!important;border-top-color:#e2e8f0!important}[data-theme=light] .mobile-nav-links a{color:#0f172a!important}.hero-agency,.hero-agency .hero-content,.hero-agency .hero-description,.hero-agency .hero-feat-item{color:#f8fafc}.hero-agency h1,.hero-agency h1.gradient-text,.hero-agency .gradient-text{color:#fff!important;background:linear-gradient(135deg,#ffffff 45%,#ffb700 100%)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important}.hero-agency .hero-description{color:#cbd5e1!important}.hero-agency .hero-feat-item{color:#fff!important}.hero-agency .hero-features-bar{border-top-color:rgba(255,255,255,.18)!important}.hero-agency .section-tag{background:rgba(255,183,0,.12)!important;border:1px solid rgba(255,183,0,.4)!important;color:#ffb700!important;padding:.55rem 1.25rem!important;border-radius:100px!important;display:inline-flex!important;align-items:center!important;line-height:1.4!important}[data-theme=light] .service-card,[data-theme=light] .step-card,[data-theme=light] .city-badge,[data-theme=light] .review-card-slide{background:#fff;border-color:rgba(15,23,42,.14);box-shadow:0 4px 16px rgba(15,23,42,5%)}[data-theme=light] .service-card:hover,[data-theme=light] .step-card:hover,[data-theme=light] .city-badge:hover,[data-theme=light] .review-card-slide:hover{background:#fff;border-color:var(--color-primary);box-shadow:0 12px 32px rgba(15,23,42,.1)}[data-theme=light] .service-card p,[data-theme=light] .step-card p,[data-theme=light] .review-text{color:#334155}[data-theme=light] .service-card h3,[data-theme=light] .step-card h3,[data-theme=light] .city-badge span,[data-theme=light] .review-name{color:#0f172a}[data-theme=light] .section-title{color:#0f172a}[data-theme=light] .section-subtitle{color:#334155}[data-theme=light] .section-tag{background:rgba(154,52,18,.12)!important;border:1px solid rgba(154,52,18,.35)!important;color:#9a3412!important;padding:.55rem 1.25rem!important;border-radius:100px!important;display:inline-flex!important;align-items:center!important;line-height:1.4!important;font-weight:800!important}[data-theme=light] .hero-form-card{background:#fff;border-color:rgba(15,23,42,.18);box-shadow:0 20px 40px rgba(15,23,42,.15)}[data-theme=light] .form-card-header h3{color:#0f172a}[data-theme=light] .form-card-header p{color:#475569}[data-theme=light] .form-group label{color:#0f172a}[data-theme=light] .form-control{background:#f8fafc;border-color:#cbd5e1;color:#0f172a}[data-theme=light] .form-control::placeholder{color:#64748b;opacity:1}[data-theme=light] .trust-bar{background:#fff;border-bottom-color:rgba(15,23,42,.1)}[data-theme=light] .trust-number{color:#0f172a}[data-theme=light] .trust-text{color:#475569}[data-theme=light] .slider-btn{background:#fff;border-color:rgba(15,23,42,.2);color:#0f172a;box-shadow:0 4px 14px rgba(15,23,42,.12)}[data-theme=light] .slider-btn:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}[data-theme=light] .content-body{color:#0f172a}[data-theme=light] .content-body h1,[data-theme=light] .content-body h2,[data-theme=light] .content-body h3,[data-theme=light] .content-body h4{color:#0f172a;border-bottom-color:#e2e8f0}[data-theme=light] .content-body p,[data-theme=light] .content-body li{color:#1e293b}[data-theme=light] .content-body strong,[data-theme=light] .content-body b{color:#0f172a}[data-theme=light] .content-body table th{background:#f1f5f9;color:#0f172a;border-bottom-color:#cbd5e1}[data-theme=light] .content-body table td{border-bottom-color:#e2e8f0;color:#1e293b}[data-theme=light] .content-body table tr:nth-child(even){background:#f8fafc}[data-theme=light] footer{background:#f1f5f9;border-top-color:#e2e8f0}[data-theme=light] .footer-col h2,[data-theme=light] .footer-col h3{color:#0f172a}[data-theme=light] .footer-links a{color:#1e293b}[data-theme=light] .footer-links a:hover{color:var(--color-primary)}[data-theme=light] .footer-bottom{border-top-color:#e2e8f0;color:#1e293b!important}.region-badge-1{background:rgba(255,119,0,.15);border:1px solid rgba(255,119,0,.3);color:var(--color-primary)}[data-theme=light] .region-badge-1{background:rgba(234,88,12,.12);border-color:rgba(234,88,12,.3);color:#c2410c}.region-badge-2{background:rgba(0,210,255,.15);border:1px solid rgba(0,210,255,.3);color:var(--color-accent)}[data-theme=light] .region-badge-2{background:rgba(2,132,199,.12);border-color:rgba(2,132,199,.3);color:#0284c7}.region-badge-3{background:rgba(16,185,129,.15);border:1px solid rgba(16,185,129,.3);color:var(--color-success)}[data-theme=light] .region-badge-3{background:rgba(5,150,105,.12);border-color:rgba(5,150,105,.3);color:#047857}.region-badge-4{background:rgba(139,92,246,.15);border:1px solid rgba(139,92,246,.3);color:#a78bfa}[data-theme=light] .region-badge-4{background:rgba(109,40,217,.12);border-color:rgba(109,40,217,.3);color:#6d28d9}.u-style-00ee5a7a1b{background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:var(--radius-lg);padding:1.5rem 2.5rem;text-align:center;min-width:180px}.u-style-012327219a{font-size:.95rem;font-weight:800;color:var(--color-primary);display:inline-flex;align-items:center;gap:.4rem;margin-bottom:1.25rem}.u-style-0147f407ed{display:flex;align-items:flex-start;gap:.6rem;font-size:.85rem;color:var(--text-muted);cursor:pointer}.u-style-08acb3f9ea{font-size:.9rem;color:var(--text-main)}.u-style-0dc8cc6234{margin-top:.5rem}.u-style-0f9dc362eb{color:var(--text-muted);font-size:1rem;margin-bottom:2rem}.u-style-1302a9b1ed{font-size:.9rem;color:var(--text-muted);line-height:1.6;max-width:220px;margin:0 auto}.u-style-196298b010{font-size:.9rem;font-weight:700;color:rgba(255,255,255,.9);margin-top:.35rem}.u-style-1afd9668f0{text-align:center;max-width:800px;margin:0 auto}.u-style-1bd4b9f576{margin-bottom:1.25rem}.u-style-1c94268b35{background:var(--gradient-primary);border-radius:var(--radius-lg);padding:1.5rem 2.5rem;text-align:center;min-width:180px}.u-style-1ce4b596d1{padding-bottom:2rem}.u-style-1d0ce11e63{position:absolute;top:12px;left:12px;z-index:2}.u-style-1ec2c4523d{font-size:clamp(2.2rem,5vw,3.4rem);font-weight:900;color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.6);margin-bottom:1rem}.u-style-1ed248075a{width:100%;height:210px;object-fit:cover}.u-style-20c2750e6d{position:relative;z-index:1;max-width:960px}.u-style-21783662f3{margin-bottom:1.5rem;background:var(--bg-body);padding:1.25rem;border-radius:var(--radius-md);border:2px dashed var(--border-subtle)}.u-style-23f4eac80d{background:linear-gradient(135deg,#00d2ff 0%,#0099cc 100%);border-radius:var(--radius-lg);padding:1.5rem 2.5rem;text-align:center;min-width:180px}.u-style-29199cba3b{position:absolute;top:-30px;right:-30px;width:120px;height:120px;background:radial-gradient(circle,rgba(255,119,0,.15) 0%,transparent 70%);border-radius:50%}.u-style-2b9dc75405{font-size:2rem}.u-style-2e2f610656{text-align:center;padding:1.75rem 1.25rem}.u-style-33ab3775bb{margin-bottom:.75rem;color:var(--text-muted);font-size:.95rem}.u-style-34647769c3{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:2.5rem 0 3.5rem}.u-style-381733655d{color:var(--text-muted);font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem}.u-style-42ecd1d1ec{font-size:2.5rem;margin-bottom:1rem}.u-style-44954c76f7{display:inline-block;margin-top:.75rem;color:var(--color-primary);font-weight:700;font-size:1rem;text-decoration:underline;text-underline-offset:3px}.u-style-49edd21e4b{display:block;font-weight:800;font-size:.9rem;margin-bottom:.5rem;color:var(--text-main)}.u-style-4a14616f15{max-width:700px;margin:0 auto}.u-style-4a466668db{width:100%;height:100%;object-fit:cover}.u-style-4b7a15c633{background:linear-gradient(135deg,var(--bg-card) 0%,rgba(139,92,246,8%) 100%);border:2px solid rgba(139,92,246,.3);border-radius:var(--radius-lg);padding:2rem;position:relative;overflow:hidden;transition:transform .3s ease,border-color .3s ease}.u-style-4e778fff5a{font-size:clamp(2.2rem,5vw,3.4rem);font-weight:900;color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.6);margin-bottom:1rem;animation:fade-in-up .7s ease-out both}.u-style-4e86928e53{background:linear-gradient(135deg,rgba(11,15,25,.93) 0%,rgba(19,28,46,.88) 100%),url(/images/hero_industrial_scrap.webp)50%/cover no-repeat;text-align:center}.u-style-5050ab53ab{font-size:1.2rem;font-weight:800;margin-bottom:.5rem}.u-style-523fbe0334{color:#cbd5e1;font-size:1.15rem;margin-bottom:2rem;line-height:1.7}.u-style-5510a775d3{max-width:960px;position:relative;z-index:1}.u-style-5a7c4a0965{font-size:1.2rem;font-weight:800;margin-bottom:.6rem}.u-style-5af5d09088{background:linear-gradient(135deg,#8b5cf6 0%,#6d28d9 100%);border-radius:var(--radius-lg);padding:1.5rem 2.5rem;text-align:center;min-width:180px}.u-style-5b5ae448dc{position:absolute;top:-30px;right:-30px;width:120px;height:120px;background:radial-gradient(circle,rgba(0,210,255,.15) 0%,transparent 70%);border-radius:50%}.u-style-5c83963b2d{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:4rem}.u-style-5c970cc66d{background:linear-gradient(135deg,rgba(11,15,25,.92) 0%,rgba(19,28,46,.85) 100%),url(/images/hero_industrial_scrap.webp)50%/cover no-repeat;min-height:92vh;display:flex;align-items:center}.u-style-60d84b0ac4{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:900;margin-bottom:1.25rem;color:#fff}.u-style-6a69e2d79b{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.u-style-6d3fa033fc{text-align:center;padding:2rem 1.5rem}.u-style-6fc6aece08{border-radius:var(--radius-md);overflow:hidden;margin-bottom:1.25rem}.u-style-72babfbb0c{position:absolute;top:-30px;right:-30px;width:120px;height:120px;background:radial-gradient(circle,rgba(139,92,246,.15) 0%,transparent 70%);border-radius:50%}.u-style-72ede8523c{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1.25rem}.u-style-7469dc3d74{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:1.25rem}.u-style-79f30391e0{text-align:center;margin-bottom:3.5rem}.u-style-7c79203784{height:42px;width:auto;max-width:44px;display:block;object-fit:contain}.u-style-7c9053fc9c{font-size:1.2rem;color:#cbd5e1;max-width:760px;margin:0 auto;line-height:1.65}.u-style-7cd2667a44{font-size:1.25rem;font-weight:900;color:var(--text-main);margin-bottom:.5rem}.u-style-7e62f46c6d{position:relative;z-index:1}.u-style-7ecde2a99b{height:40px;width:auto;max-width:44px;display:block;object-fit:contain}.u-style-818e4206d1{font-size:clamp(2.4rem,5vw,3.6rem);font-weight:900;line-height:1.15;color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.6);margin-bottom:1.25rem;animation:fade-in-up .7s ease-out both}.u-style-826f89f017{display:flex;justify-content:space-between;gap:.5rem}.u-style-8356b0c4ec{font-size:2rem;margin-bottom:.5rem}.u-style-8372bbb6b2{width:100%;padding:.85rem 1rem;border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:var(--bg-body);color:var(--text-main);font-size:1rem}.u-style-83b373923e{color:var(--color-primary);text-decoration:underline}.u-style-850ada3659{font-size:.95rem;color:var(--text-muted);margin-bottom:1.25rem}.u-style-871a5357b6{margin-top:.75rem;font-weight:700;color:var(--text-main)}.u-style-878d9dbb34{font-size:1.1rem;font-weight:900;color:var(--color-primary);text-decoration:none}.u-style-89c9274aad{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem;align-items:start}.u-style-93ee9b9c7e{font-size:2.2rem;margin-bottom:.75rem}.u-style-94891d18e8{font-size:clamp(1.75rem,4vw,2.8rem);font-weight:900;color:#fff;margin-bottom:1.25rem}.u-style-9656c9d67e{display:none!important}.u-style-971e16123c{margin-bottom:1.75rem}.u-style-9800663797{color:var(--text-muted);max-width:500px;margin:0 auto 2.5rem;line-height:1.6}.u-style-9b9a400be0{background:linear-gradient(135deg,var(--bg-card) 0%,rgba(16,185,129,8%) 100%);border:2px solid rgba(16,185,129,.3);border-radius:var(--radius-lg);padding:2rem;position:relative;overflow:hidden;transition:transform .3s ease,border-color .3s ease}.u-style-9c66b042ee{display:inline-flex;align-items:center;gap:.5rem;border-radius:100px;padding:.4rem 1rem;font-size:.85rem;font-weight:700}.u-style-9e0fc9f3f8{font-size:1.8rem;font-weight:900;margin-bottom:.75rem;color:#fff}.u-style-9f084a33d5{font-size:1.2rem;color:#cbd5e1;margin-bottom:2.5rem}.u-style-9f3b6ccf8d{color:#fff;margin-bottom:1rem}.u-style-a0047c9127{font-size:.95rem;font-weight:800;color:var(--color-primary)}.u-style-a14c1e5d88{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:2.5rem;margin-bottom:2rem;box-shadow:var(--shadow-md)}.u-style-a1646f4aaf{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.u-style-a6b107ae6a{background:linear-gradient(135deg,rgba(11,15,25,.88) 0%,rgba(19,28,46,.82) 100%),url(/images/section_recycling_process.webp)50%/cover no-repeat;padding:5rem 0}.u-style-a73d73d83f{background:linear-gradient(135deg,rgba(11,15,25,.93) 0%,rgba(19,28,46,.88) 100%),url(/images/section_recycling_process.webp)50%/cover no-repeat;text-align:center}.u-style-aa03cbdc5b{font-size:.98rem;color:var(--text-muted);line-height:1.6;margin-bottom:1.25rem}.u-style-ad126027b3{font-size:1.25rem;color:#cbd5e1;font-weight:400;line-height:1.65;max-width:820px;animation:fade-in-up .7s ease-out .15s both}.u-style-addf3ad2eb{font-weight:900;font-size:1.2rem;letter-spacing:-.03em;color:var(--text-main)}.u-style-b12d0387af{text-align:center;margin-top:2.5rem}.u-style-b17a51304e{display:flex;flex-direction:column;gap:.75rem}.u-style-b1ee377b56{font-size:1.8rem;font-weight:900;margin-bottom:.5rem;color:var(--text-main)}.u-style-b273033ce3{font-size:5rem;line-height:1;margin-bottom:1.5rem}.u-style-b2cc10453f{background:linear-gradient(135deg,var(--bg-card) 0%,rgba(255,119,0,8%) 100%);border:2px solid rgba(255,119,0,.3);border-radius:var(--radius-lg);padding:2rem;position:relative;overflow:hidden;transition:transform .3s ease,border-color .3s ease}.u-style-b376a02303{display:none;padding:1rem 1.25rem;border-radius:var(--radius-md);margin-bottom:1.5rem;font-weight:700;font-size:.95rem}.u-style-b50a829ffe{font-size:1.35rem;font-weight:900;color:var(--text-main);margin-bottom:.75rem}.u-style-b52608060a{width:100%;justify-content:center}.u-style-b5c8b9245c{background:var(--bg-surface);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle)}.u-style-b5df173cf0{font-size:2.5rem;font-weight:900;color:#fff;line-height:1}.u-style-b6a068a600{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.u-style-b78eaa22ef{font-size:1.15rem;font-weight:800;color:var(--text-main);margin-bottom:.75rem}.u-style-ba5fdcde80{display:flex;align-items:center;justify-content:center;min-height:60vh;text-align:center}.u-style-bd15accedc{background:linear-gradient(135deg,rgba(11,15,25,.93) 0%,rgba(19,28,46,.86) 100%),url(/images/hero_industrial_scrap.webp)50%/cover no-repeat;padding-top:5rem;padding-bottom:4rem;border-bottom:1px solid var(--border-subtle);position:relative;overflow:hidden}.u-style-be28311739{color:var(--text-muted);font-size:1rem;margin-top:.75rem}.u-style-bfa9f816b4{border-top:1px solid var(--border-subtle)}.u-style-bfff450637{border-radius:var(--radius-md);overflow:hidden;margin-bottom:1.5rem;position:relative;height:210px;background:var(--bg-surface)}.u-style-c012e829cc{font-size:1rem;font-weight:800;color:var(--color-primary);text-decoration:none}.u-style-c07e0cf475{margin-bottom:.75rem;display:inline-flex;align-items:center;gap:.75rem}.u-style-c4976e7bbe{color:#ef4444}.u-style-c4d1f69e17{font-size:1.35rem;font-weight:800;margin-bottom:0}.u-style-cb503bb6e3{padding:2.5rem;border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid var(--border-subtle);box-shadow:var(--shadow-lg)}.u-style-cbed4018ad{margin-top:.2rem;accent-color:var(--color-primary)}.u-style-cd58979b35{font-size:.95rem;color:var(--text-muted);line-height:1.6}.u-style-cdf238d6bd{color:var(--color-gold);font-size:1.2rem;margin-bottom:.6rem}.u-style-d1cb2ae588{width:100%;min-height:180px;padding:.85rem 1rem;border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:var(--bg-body);color:var(--text-main);font-size:1rem;resize:vertical}.u-style-d862e7b74f{display:block;font-size:1rem;font-weight:800;color:var(--text-main);margin-bottom:.35rem}.u-style-d8fdb1b552{position:absolute;top:-30px;right:-30px;width:120px;height:120px;background:radial-gradient(circle,rgba(16,185,129,.15) 0%,transparent 70%);border-radius:50%}.u-style-dd9f1e55ce{display:block;font-weight:800;font-size:.95rem;margin-bottom:.35rem;color:var(--text-main)}.u-style-df9aaf6195{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem;animation:fade-in-up .7s ease-out .3s both}.u-style-dfdb7cf6b9{font-size:1.2rem;color:#cbd5e1;max-width:700px;margin:0 auto;animation:fade-in-up .7s ease-out .15s both}.u-style-dff4a904ab{color:var(--color-primary);font-weight:700}.u-style-e13af07ce1{margin-top:4.5rem;text-align:center}.u-style-e2246649aa{color:var(--color-primary)}.u-style-e46c2270b7{font-size:1.5rem;font-weight:900;margin-bottom:1rem;color:var(--text-main)}.u-style-e548524939{background:linear-gradient(135deg,rgba(234,88,12,.1) 0%,rgba(255,119,0,5%) 100%);border:1px solid rgba(234,88,12,.3);border-radius:var(--radius-lg);padding:2rem;text-align:center}.u-style-e6f2ac1e2f{font-weight:800;color:var(--color-primary);display:inline-flex;align-items:center;gap:.35rem;font-size:.95rem}.u-style-e784c602b4{font-size:.95rem;color:var(--text-muted);line-height:1.7;margin-bottom:1.25rem}.u-style-ecc115fb3f{font-size:1.15rem;color:#cbd5e1;margin-bottom:1.75rem}.u-style-efe5db67eb{background:var(--bg-body);padding:1.25rem;border-radius:var(--radius-md);border-left:4px solid var(--color-primary);margin-bottom:1.5rem}.u-style-f064a9cff5{width:2.8rem;height:2.8rem;font-size:1.3rem;margin-bottom:0;background:var(--bg-glass);backdrop-filter:blur(8px);border-color:rgba(255,255,255,.2)}.u-style-f146bff8ff{color:#cbd5e1;font-size:1.15rem;margin-bottom:2.5rem;line-height:1.7}.u-style-f20182a080{color:var(--color-primary)}.u-style-f2892a2e8a{display:none}.u-style-f6af0859ba{width:100%;justify-content:center;font-size:1.1rem;padding:1rem}.u-style-f6e9b42130{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:4rem}.u-style-f762951ac0{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem;animation:fade-in-up .7s ease-out .3s both}.u-style-f8a00b503a{background:linear-gradient(135deg,var(--bg-card) 0%,rgba(0,210,255,8%) 100%);border:2px solid rgba(0,210,255,.3);border-radius:var(--radius-lg);padding:2rem;position:relative;overflow:hidden;transition:transform .3s ease,border-color .3s ease}.u-style-fb169ede72{font-size:1.35rem;font-weight:800;margin-bottom:.75rem;color:var(--text-main)}.u-style-fd1bbfad7c{background:linear-gradient(135deg,rgba(11,15,25,.93) 0%,rgba(19,28,46,.86) 100%),url(/images/hero_industrial_scrap.webp)50%/cover no-repeat;padding-top:5rem;padding-bottom:4.5rem;border-bottom:1px solid var(--border-subtle);position:relative;overflow:hidden}.u-style-fd9f6e7d33{max-width:920px}.u-style-fe1e0074ff{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2.25rem}.u-style-feb9b060a9{display:block;font-size:.85rem;color:var(--text-muted);margin-bottom:.75rem}