@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Bebas+Neue&display=swap";:root{--bg: #e7e9ed;--bg-deep: #121b26;--bg-panel: #f8f9fb;--text-main: #101620;--text-muted: #4f5e70;--accent: #f6be2c;--accent-strong: #ffcb42;--border-soft: #d2d7e1;--shadow-strong: 0 20px 44px rgba(11, 18, 27, .24);--radius-xl: 28px;--radius-lg: 20px}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text-main);font-family:Manrope,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.container{width:min(1200px,calc(100vw - 3rem));margin:0 auto}.state-screen{min-height:100vh;display:grid;place-content:center;gap:1rem;text-align:center}.progress-line{position:fixed;top:0;left:0;right:0;height:4px;z-index:100;background:linear-gradient(90deg,var(--accent),#f2f3f6);box-shadow:0 4px 12px #fabe2c6b}.btn{border:0;border-radius:999px;padding:.85rem 1.4rem;min-height:48px;font-weight:700;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--accent);color:#1a1812;box-shadow:0 10px 28px #f6be2c52}.btn-primary:hover{background:var(--accent-strong)}.btn-secondary{color:#e6ebf1;background:#ffffff1f;border:1px solid rgba(255,255,255,.25)}.hero{position:relative;min-height:min(980px,100vh);overflow:clip;display:grid;align-items:center}.hero-bg{position:absolute;inset:0;width:100%;height:110%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(120deg,#09121aeb,#0c182166),radial-gradient(circle at 80% 25%,rgba(246,190,44,.28),transparent 45%)}.hero-content{position:relative;z-index:2;color:#f4f7fb;padding:9rem 0 4rem;max-width:840px}.hero-company{letter-spacing:.08em;font-size:.82rem;text-transform:uppercase;color:#c4d3e5}.hero h1{margin:.7rem 0 1rem;font-size:clamp(2.4rem,5vw,5rem);line-height:.97;font-family:Bebas Neue,sans-serif;letter-spacing:.03em;text-transform:uppercase}.hero h1,.section-header h2,.production-copy h2,.project-copy h3,.lead-panel h3{text-wrap:balance}.hero-subtitle{margin:0;max-width:54ch;color:#d0dae6}.hero-bottom{margin-top:2.4rem;display:flex;align-items:center;justify-content:space-between;gap:1.2rem;flex-wrap:wrap}.hero-price{font-size:clamp(1.4rem,3vw,2.1rem);color:var(--accent);font-weight:800}.hero-actions{display:flex;gap:.75rem}.surface{padding:clamp(3.4rem,6vw,6rem) 0;background:radial-gradient(circle at 10% 0%,rgba(17,28,40,.08),transparent 55%),var(--bg)}.production-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:2rem;align-items:center}.production-copy h2{font-size:clamp(1.8rem,3vw,3rem);line-height:1.03;margin:.25rem 0 1rem;max-width:20ch}.production-copy p{color:var(--text-muted);max-width:56ch}.check-list{margin-top:1.4rem;display:grid;gap:.85rem}.check-list-item{display:grid;grid-template-columns:2rem 1fr;align-items:start;background:#ffffffa8;border:1px solid var(--border-soft);border-radius:16px;padding:.9rem 1rem}.check-list-item span{color:var(--accent);font-weight:800;font-size:1.2rem}.check-list-item p{margin:0}.production-media{position:relative}.production-media img{width:100%;display:block;border-radius:var(--radius-xl);min-height:450px;object-fit:cover;box-shadow:var(--shadow-strong)}.media-badge{position:absolute;left:1.2rem;bottom:1.2rem;max-width:78%;border-radius:16px;padding:1rem 1.1rem;background:#0f1823d6;color:#f2f6fb;border:1px solid rgba(255,255,255,.16)}.media-badge h3{margin:0 0 .35rem;font-size:1.15rem}.media-badge p{margin:0;color:#d8e2ec;font-size:.94rem}.section-gap{padding:clamp(3rem,5vw,5rem) 0}.section-header{max-width:760px}.section-eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.08em;color:#57667a;font-size:.72rem;font-weight:700}.section-header h2{margin:.4rem 0 .7rem;font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.05}.section-header p{margin:0;color:var(--text-muted)}.service-grid{margin-top:1.6rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.service-card{background:var(--bg-panel);border-radius:var(--radius-lg);overflow:clip;border:1px solid var(--border-soft);box-shadow:0 12px 30px #0a121c17}.service-image-wrap{height:210px;background:linear-gradient(130deg,#161f2c,#263647)}.service-card img,.catalog-card img,.fleet-card img,.project-row img{width:100%;height:100%;object-fit:cover;display:block}.service-card h3,.service-card p{margin:0;padding:0 1rem}.service-card h3{padding-top:1rem}.service-card p{padding-bottom:1rem;padding-top:.45rem;color:var(--text-muted)}.service-image-placeholder,.catalog-image-placeholder,.fleet-image-placeholder,.project-image-placeholder{width:100%;height:100%;background:linear-gradient(120deg,rgba(255,255,255,.12),transparent),linear-gradient(220deg,#1a2736,#303f50)}.section-dark{color:#f0f5fb;background:radial-gradient(circle at 0% 0%,rgba(246,190,44,.16),transparent 34%),linear-gradient(140deg,#0f1722,#152434)}.section-dark .section-eyebrow{color:#acbdcf}.section-dark .section-header p{color:#b7c9db}.catalog-track{margin-top:1.6rem;display:grid;grid-template-columns:repeat(3,minmax(280px,1fr));gap:1rem}.catalog-card{border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.14);background:#162230e0;padding:1rem;display:grid;gap:.6rem}.catalog-image{border-radius:14px;overflow:clip;height:200px}.catalog-standard{margin:0;color:#a8bacf;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}.catalog-card h3{margin:0}.catalog-card p{margin:0;color:#d4dfeb}.catalog-card strong{font-size:1.25rem;color:var(--accent)}.fleet-grid{margin-top:1.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.fleet-card{border-radius:var(--radius-lg);overflow:clip;background:#f2f4f8;border:1px solid var(--border-soft)}.fleet-card img,.fleet-image-placeholder{height:220px}.fleet-copy{padding:1rem}.fleet-copy h3{margin:0 0 .4rem}.fleet-copy p{margin:0;color:var(--text-muted)}.projects-list{margin-top:1.5rem;display:grid;gap:1rem}.project-row{display:grid;grid-template-columns:1fr 1.2fr;gap:1rem;border-radius:var(--radius-xl);border:1px solid var(--border-soft);background:var(--bg-panel);overflow:clip}.project-image,.project-image-placeholder{min-height:260px}.project-copy{padding:1.2rem;display:grid;align-content:center}.project-copy h3{margin:0;font-size:1.5rem}.project-copy p{margin:.8rem 0;color:var(--text-muted)}.project-copy span{font-weight:700}.lead-zone{padding:clamp(3.5rem,6vw,5rem) 0;background:linear-gradient(160deg,#1b2634,#0f1722),radial-gradient(circle at 0% 0%,rgba(246,190,44,.22),transparent 36%)}.lead-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:1rem}.lead-grid-single{grid-template-columns:1fr}.lead-panel{border-radius:var(--radius-xl);background:#f5f8fceb;padding:1.4rem}.lead-panel h3{margin:.35rem 0 .7rem;font-size:clamp(1.4rem,2vw,2rem)}.lead-panel p{color:#3f4d5f;margin:0}.lead-panel-highlight{background:#111a26bd;border:1px solid rgba(255,255,255,.16)}.lead-panel-highlight h3{color:#f1f5fa}.lead-panel-highlight p{color:#bbc7d5}.lead-status-banner{margin:.9rem 0 .2rem;display:flex;align-items:flex-start;gap:.7rem;padding:.8rem .9rem;border-radius:14px;border:1px solid rgba(47,124,68,.22);background:linear-gradient(180deg,#2f7c441f,#2f7c440f);color:#1f5c32}.lead-status-banner p{margin:0;font-size:.92rem;line-height:1.45}.lead-status-icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;border-radius:999px;background:#2f7c4429;color:#1f5c32;font-size:.85rem;font-weight:700;line-height:1}.lead-form{margin-top:1rem;display:grid;gap:.7rem}.lead-form label{display:grid;gap:.35rem;color:inherit;font-size:.92rem}.lead-form input,.lead-form textarea{border:1px solid rgba(78,91,108,.34);border-radius:12px;padding:.68rem .78rem;background:#ffffffe6}.lead-panel-highlight .lead-form input,.lead-panel-highlight .lead-form textarea{background:#ffffff14;border-color:#ffffff42;color:#e7eef7}.lead-row{display:grid;gap:.7rem;grid-template-columns:repeat(2,minmax(0,1fr))}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.form-success,.form-error{margin:0;font-size:.92rem}.form-success{color:#2f7c44}.form-error{color:#b64242}.empty-state{margin-top:1rem;color:var(--text-muted)}.site-footer{padding:1rem 0;background:#0d151f;color:#c7d3e2}.footer-grid{display:grid;grid-template-columns:2fr 1fr;gap:.5rem}.footer-grid h3{margin:0 0 .25rem;color:#f2f7fb;font-family:Bebas Neue,sans-serif;letter-spacing:.03em;font-size:1rem;line-height:1}.footer-grid p{margin:0;font-size:.5rem;line-height:1.3}.footer-grid ul{margin:0;padding:0;list-style:none;display:grid;gap:.2rem}.footer-grid li{font-size:.5rem;line-height:1.3}@media(max-width:1080px){.service-grid,.catalog-track,.fleet-grid{grid-template-columns:repeat(2,1fr)}.production-grid,.lead-grid,.project-row{grid-template-columns:1fr}.project-image,.project-image-placeholder{min-height:240px}}@media(max-width:760px){.container{width:min(1200px,calc(100vw - 1.25rem))}.hero{min-height:min(860px,100svh)}.hero-content{padding-top:6.6rem;padding-bottom:2.8rem}.hero-company{font-size:.74rem}.hero h1{margin-top:.5rem;font-size:clamp(1.68rem,9.8vw,2.75rem);line-height:.92;letter-spacing:.015em;max-width:100%;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}.hero-subtitle{font-size:clamp(.92rem,3.7vw,1rem);line-height:1.42;max-width:38ch;overflow-wrap:anywhere}.section-header h2,.section-header p,.production-copy h2,.production-copy p,.service-card h3,.service-card p,.catalog-card h3,.catalog-card p,.project-copy h3,.project-copy p,.lead-panel h3,.lead-panel p,.footer-grid h3,.footer-grid p,.footer-grid li{overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}.hero-bottom{align-items:flex-start;gap:.9rem}.hero-price{font-size:clamp(1.32rem,7vw,1.75rem)}.hero-actions{width:100%;display:grid;grid-template-columns:1fr}.hero-actions .btn{width:100%}.surface,.section-gap,.lead-zone{padding-top:2.5rem;padding-bottom:2.5rem}.service-grid,.fleet-grid,.lead-row,.footer-grid{grid-template-columns:1fr}.catalog-track{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:minmax(78vw,300px);overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;padding-bottom:.5rem;scrollbar-width:thin;scrollbar-color:rgba(246,190,44,.7) transparent}.catalog-card{scroll-snap-align:start}.service-image-wrap{height:188px}.fleet-card img,.fleet-image-placeholder{height:200px}.project-row{border-radius:18px}.project-image,.project-image-placeholder{min-height:210px}.project-copy{padding:1rem;gap:.2rem}.project-copy h3{font-size:1.3rem}.project-copy p{margin:.55rem 0 .45rem;font-size:.96rem}.lead-panel{padding:1.05rem}.lead-form input,.lead-form textarea{font-size:16px}.production-media img{min-height:250px;border-radius:20px}.media-badge{position:static;margin-top:.7rem;max-width:none;border-radius:14px}.media-badge h3{font-size:1.06rem}.media-badge p{font-size:.9rem}.check-list-item{padding:.8rem .9rem}.footer-grid h3{font-size:.8rem}.site-footer{padding:.8rem 0}}@media(max-width:540px){.container{width:calc(100vw - 1rem)}.hero-content{padding-top:6.1rem;padding-bottom:2.35rem}.hero h1{font-size:clamp(1.42rem,10.2vw,2.15rem);line-height:.9}.hero-subtitle{font-size:.92rem}.hero-price{font-size:clamp(1.18rem,6.6vw,1.5rem)}.catalog-track{grid-auto-columns:minmax(84vw,290px)}.lead-form{gap:.62rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
