:root{--bg:#0a0b0d;--surface:#111318;--surface-2:#171a20;--line:#292d35;--text:#f5f5f2;--muted:#a8abb2;--orange:#ff641e;--amber:#ffb21a;--success:#5fe09a;--radius:20px;--container:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Manrope,Arial,sans-serif;line-height:1.6;font-size:16px}body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E")}a{color:inherit;text-decoration:none}img{max-width:100%}.container{width:min(calc(100% - 40px),var(--container));margin:auto}.site-header{position:fixed;z-index:50;top:0;left:0;right:0;background:rgba(10,11,13,.76);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(18px)}.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:11px;font-family:"Space Grotesk",sans-serif;font-size:1.25rem;font-weight:600}.brand strong{color:var(--orange)}.brand-mark{display:grid;place-items:center;width:40px;height:40px;background:linear-gradient(145deg,var(--orange),#b62c09);clip-path:polygon(25% 7%,75% 7%,100% 50%,75% 93%,25% 93%,0 50%);font-size:.76rem;font-weight:800}.main-nav{display:flex;align-items:center;gap:30px;color:#d8d9dc;font-size:.9rem}.main-nav>a:not(.button):hover{color:var(--orange)}.menu-toggle{display:none;color:#fff;background:none;border:0;font-size:1.5rem}.button{display:inline-flex;justify-content:center;align-items:center;gap:14px;padding:15px 22px;border:0;border-radius:9px;background:var(--orange);color:#fff;font:700 .95rem Manrope,sans-serif;cursor:pointer;box-shadow:0 12px 35px rgba(255,100,30,.22);transition:.2s transform,.2s background}.button:hover{transform:translateY(-2px);background:#ff783f}.button-small{padding:10px 15px;font-size:.82rem}.hero{position:relative;min-height:760px;display:flex;align-items:center;overflow:hidden}.hero-image{position:absolute;inset:0;background:url(../images/hero-marsarte3d.png) center/cover no-repeat}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,6,7,.98) 0%,rgba(5,6,7,.85) 38%,rgba(5,6,7,.25) 70%,rgba(5,6,7,.35) 100%),linear-gradient(0deg,var(--bg),transparent 35%)}.hero-content{position:relative;padding-top:100px}.eyebrow{display:block;color:var(--orange);font-size:.75rem;letter-spacing:.17em;text-transform:uppercase;font-weight:800;margin-bottom:18px}.hero h1,.section-intro h2,.section-heading h2,.material-layout h2,.deadline-layout h2,.faq-layout h2{font-family:"Space Grotesk",sans-serif;line-height:1.02;letter-spacing:-.04em;margin:0}.hero h1{font-size:clamp(3.1rem,7vw,6.2rem);max-width:810px}.hero h1 em{color:transparent;-webkit-text-stroke:1px #f1f1ed;font-style:normal}.hero-content>p{max-width:610px;color:#c8c9cc;font-size:1.18rem;margin:28px 0}.hero-actions{display:flex;align-items:center;gap:28px}.text-link{font-weight:700;border-bottom:1px solid #75777c;padding-bottom:3px}.hero-facts{display:flex;gap:42px;margin-top:70px}.hero-facts div{display:flex;flex-direction:column;border-left:2px solid var(--orange);padding-left:13px}.hero-facts strong{font-family:"Space Grotesk";font-size:1rem}.hero-facts span{font-size:.75rem;color:var(--muted)}.quote-section{padding:120px 0;background:radial-gradient(circle at 10% 20%,rgba(255,100,30,.09),transparent 28%)}.quote-layout{display:grid;grid-template-columns:minmax(230px,.65fr) minmax(550px,1.35fr);gap:70px;align-items:start}.section-intro{position:sticky;top:120px}.section-number{display:block;font-family:"Space Grotesk";font-size:.75rem;color:#686b73;border-bottom:1px solid var(--line);padding-bottom:13px;margin-bottom:45px}.section-intro h2,.material-layout h2,.faq-layout h2{font-size:clamp(2.5rem,5vw,4.1rem)}.section-intro>p,.material-layout>div>p{color:var(--muted);margin:25px 0}.trust-note{display:flex;gap:10px;align-items:center;color:#cbccd0;font-size:.85rem}.trust-note span{color:var(--success)}.quote-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 30px 70px rgba(0,0,0,.3);overflow:hidden}.form-step{padding:32px;border-bottom:1px solid var(--line)}.step-title{display:flex;align-items:center;gap:13px;margin-bottom:25px}.step-title>span{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:rgba(255,100,30,.13);color:var(--orange);font-weight:800}.step-title div{display:flex;flex-direction:column}.step-title strong{font-family:"Space Grotesk";font-size:1.12rem}.step-title small,label small{color:var(--muted);font-size:.73rem}.upload-zone{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px dashed #4c5059;border-radius:14px;background:#0d0f13;cursor:pointer;text-align:center;padding:25px;transition:.2s}.upload-zone:hover,.upload-zone.dragover{border-color:var(--orange);background:rgba(255,100,30,.04)}.upload-zone input{position:absolute;width:1px;height:1px;opacity:0}.upload-icon{display:grid;place-items:center;width:44px;height:44px;border:1px solid #454951;border-radius:50%;color:var(--orange);font-size:1.3rem;margin-bottom:12px}.upload-zone small{color:var(--muted)}.file-selected{color:var(--success);font-size:.82rem;margin-top:8px}.or-divider{display:flex;align-items:center;gap:10px;color:#656871;font-size:.72rem;margin:16px 0}.or-divider:before,.or-divider:after{content:"";height:1px;background:var(--line);flex:1}label{display:flex;flex-direction:column;gap:7px;font-size:.82rem;font-weight:700;color:#dedfe2}input,select,textarea{width:100%;border:1px solid #333740;border-radius:9px;background:#0d0f13;color:var(--text);font:500 .92rem Manrope,sans-serif;padding:12px 13px;outline:0}input:focus,select:focus,textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(255,100,30,.1)}textarea{resize:vertical}.field-hint{font-size:.7rem;color:#777a82;margin:7px 0}.model-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:18px}.model-metrics div{background:#0d0f13;border:1px solid var(--line);border-radius:8px;padding:10px}.model-metrics small{display:block;color:var(--muted);font-size:.68rem}.model-metrics strong{font-size:.82rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.full-width{grid-column:1/-1}input[type=range]{padding:4px 0;accent-color:var(--orange)}output{float:right;color:var(--orange)}.estimate-box{padding:28px 32px;background:linear-gradient(120deg,#21150f,#171317);border-bottom:1px solid var(--line)}.estimate-box>div:first-child{display:flex;justify-content:space-between;gap:20px;align-items:center}.estimate-box>div>span{font-size:.78rem;color:#c9c1bb}.estimate-box strong{font-family:"Space Grotesk";font-size:1.45rem;color:var(--amber);text-align:right}.estimate-details{display:flex;gap:18px;margin-top:14px;flex-wrap:wrap}.estimate-box p{margin:13px 0 0;color:#8f8b89;font-size:.7rem}.check{flex-direction:row;align-items:flex-start;font-weight:500;font-size:.75rem;color:#b4b6bb;margin-top:16px}.check input{width:17px;height:17px;accent-color:var(--orange);flex:0 0 auto;margin-top:2px}.submit-button{width:100%;margin-top:24px}.submit-note{text-align:center;color:var(--muted);font-size:.72rem;margin:9px 0 0}.process-section,.materials-section,.deadline-section,.faq-section{padding:120px 0}.process-section{background:#0d0f12}.section-heading{display:grid;grid-template-columns:150px 1fr}.section-heading .section-number{margin:0;border:0}.section-heading h2{font-size:clamp(2.7rem,5vw,4.6rem)}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:65px;border-top:1px solid var(--line);border-left:1px solid var(--line)}.process-grid article{min-height:230px;padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.process-grid article>span{color:var(--orange);font-size:.7rem}.process-grid h3{font-family:"Space Grotesk";font-size:1.35rem;margin:55px 0 10px}.process-grid p{color:var(--muted);font-size:.86rem;margin:0}.material-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.material-cards{display:grid;grid-template-columns:1fr 1fr;gap:18px}.material-cards article{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:30px;min-height:320px}.material-tag{width:94px;height:94px;border-radius:50%;display:grid;place-items:center;font:bold 1.4rem "Space Grotesk";margin-bottom:65px}.material-tag.pla{background:#ff6422;color:#fff;box-shadow:0 0 50px rgba(255,100,30,.28)}.material-tag.petg{background:#e4e4df;color:#101114}.material-cards h3{font-size:1.2rem}.material-cards p{font-size:.84rem;color:var(--muted)}.deadline-section{background:var(--orange);color:#fff}.deadline-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.deadline-number{font:700 clamp(5rem,13vw,11rem)/.75 "Space Grotesk";letter-spacing:-.1em}.deadline-number span{font:600 .7rem Manrope;letter-spacing:.1em;text-transform:uppercase;display:inline-block;transform:rotate(-90deg);margin:0 -15px}.deadline-number small{display:block;font:600 .78rem Manrope;letter-spacing:.08em;margin:32px 0 0 8px}.deadline-layout .eyebrow{color:#371004}.deadline-layout h2{font-size:clamp(2.4rem,5vw,4rem)}.deadline-layout p{font-size:1.05rem}.deadline-layout small{opacity:.75}.faq-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px}.accordion details{border-top:1px solid var(--line);padding:21px 0}.accordion details:last-child{border-bottom:1px solid var(--line)}.accordion summary{cursor:pointer;font-family:"Space Grotesk";font-size:1.05rem;list-style:none;display:flex;justify-content:space-between}.accordion summary:after{content:"+";color:var(--orange);font-size:1.4rem}.accordion details[open] summary:after{content:"−"}.accordion p{color:var(--muted);font-size:.87rem;max-width:650px}footer{background:#050607;border-top:1px solid var(--line);padding:70px 0 25px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-grid p{max-width:390px;color:var(--muted);font-size:.82rem}.footer-grid>div>strong{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:10px}.footer-grid>div>a:not(.brand){color:var(--muted);font-size:.82rem}.footer-grid>div>a:hover{color:var(--orange)}.footer-bottom{display:flex;justify-content:space-between;color:#686b72;font-size:.7rem;border-top:1px solid #1d2025;margin-top:50px;padding-top:22px}
.simple-page{padding:130px 0 80px;min-height:80vh}.content-card{max-width:850px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:35px;margin:auto}.content-card h1{font-family:"Space Grotesk";font-size:2.6rem;line-height:1.1}.content-card h2{margin-top:30px}.content-card p,.content-card li{color:var(--muted)}.status-pill{display:inline-flex;border-radius:100px;padding:6px 11px;background:rgba(255,100,30,.13);color:var(--orange);font-size:.75rem;font-weight:800}.success-icon{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:rgba(95,224,154,.1);color:var(--success);font-size:2rem}.alert{padding:12px 14px;border-radius:8px;margin-bottom:18px;font-size:.84rem}.alert-error{background:#3a1616;color:#ffb4b4}.lookup-form{display:flex;gap:10px;align-items:end}.lookup-form label{flex:1}
@media(max-width:900px){.main-nav{display:none;position:absolute;top:78px;left:0;right:0;background:#101216;padding:20px;flex-direction:column}.main-nav.open{display:flex}.menu-toggle{display:block}.hero{min-height:700px}.hero-image{background-position:65% center}.hero-shade{background:linear-gradient(90deg,rgba(5,6,7,.96),rgba(5,6,7,.58)),linear-gradient(0deg,var(--bg),transparent 30%)}.quote-layout,.material-layout,.deadline-layout,.faq-layout{grid-template-columns:1fr;gap:45px}.section-intro{position:static}.process-grid{grid-template-columns:repeat(2,1fr)}.section-heading{grid-template-columns:1fr}.section-heading .section-number{margin-bottom:30px}.deadline-number{text-align:center}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}
@media(max-width:600px){.container{width:min(calc(100% - 24px),var(--container))}.hero{min-height:760px}.hero-content{padding-top:115px}.hero h1{font-size:3.25rem}.hero-content>p{font-size:1rem}.hero-actions{align-items:flex-start;flex-direction:column}.hero-facts{gap:20px;flex-wrap:wrap;margin-top:50px}.hero-facts div{min-width:125px}.quote-section,.process-section,.materials-section,.deadline-section,.faq-section{padding:80px 0}.form-step,.estimate-box{padding:24px 18px}.form-grid,.model-metrics,.material-cards,.process-grid{grid-template-columns:1fr}.estimate-box>div:first-child{align-items:flex-start;flex-direction:column}.estimate-box strong{text-align:left}.process-grid article{min-height:180px}.process-grid h3{margin-top:30px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{gap:10px;flex-direction:column}.lookup-form{flex-direction:column;align-items:stretch}.content-card{padding:25px 18px}}
.hero-image{background-image:url(../images/hero-marsarte3d.webp)}
