@charset "UTF-8";
:root{--navy:#071c31;--orange:#f36b22;--ink:#132238;--muted:#647184;--line:#e4e9ef;--soft:#f3f6f8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Arial,sans-serif;overflow-x:hidden}a{text-decoration:none;color:inherit}.shell{width:min(1180px,calc(100% - 40px));margin:auto}.topbar{height:34px;background:var(--navy);color:#b8c6d4;display:flex;align-items:center;justify-content:space-between;padding:0 max(20px,calc((100vw - 1180px)/2));font-size:12px}.nav{height:82px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:11px;align-items:center;font-weight:800;font-size:19px}.brand>span:last-child>span{color:var(--orange)}.brand-mark{width:40px;height:40px;display:grid;place-items:center;background:var(--orange);color:#fff;border-radius:11px;font-size:24px;transform:rotate(-5deg)}nav{display:flex;gap:29px;font-size:14px;font-weight:600}nav a:hover{color:var(--orange)}.btn{height:48px;padding:0 22px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:14px;border:0;cursor:pointer}.btn-primary{background:var(--orange);color:#fff;box-shadow:0 8px 22px #f36b2233}.hero{height:620px;position:relative;background:var(--navy);overflow:hidden}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,18,33,.98),rgba(3,18,33,.88) 35%,rgba(3,18,33,.08) 78%)}.hero-copy{position:relative;color:#fff;padding-top:95px}.eyebrow,.kicker{font-size:12px;font-weight:800;letter-spacing:2px;color:var(--orange)}.eyebrow{display:flex;align-items:center;gap:10px;color:#efc9b4}.eyebrow span{width:26px;height:2px;background:var(--orange)}h1{font-size:68px;line-height:1.02;letter-spacing:-3px;margin:22px 0 23px;max-width:690px}h1 em{font-style:normal;color:var(--orange)}.hero-copy>p{font-size:18px;line-height:1.65;max-width:580px;color:#c7d2dc}.hero-actions{display:flex;gap:12px;margin:31px 0}.btn-ghost{border:1px solid #ffffff47;color:#fff;background:#ffffff0f}.hero-trust{display:flex;gap:25px;color:#d6dee6;font-size:13px}.hero-trust span{display:flex;gap:7px;align-items:center}.hero-trust svg{width:18px;color:var(--orange)}.stats{border-bottom:1px solid var(--line)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:31px 0}.stats-grid div{display:flex;flex-direction:column;padding-left:34px;border-left:1px solid var(--line)}.stats-grid div:first-child{padding-left:0;border:0}.stats-grid strong{font-size:28px;color:var(--navy)}.stats-grid span{font-size:13px;color:var(--muted);margin-top:4px}.section{padding:100px 0}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:44px}.section-head h2,.production h2,.regions h2,.quote-section h2{font-size:42px;letter-spacing:-1.7px;margin:12px 0 0;color:var(--navy)}.section-head>p{width:420px;color:var(--muted);line-height:1.6;margin:0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product-card{position:relative;border:1px solid var(--line);border-radius:14px;padding:30px;min-height:260px;transition:.25s}.product-card:hover{transform:translateY(-6px);box-shadow:0 24px 45px #0b203315}.product-card>svg{width:34px;height:34px;color:var(--orange);margin:22px 0 18px}.num{position:absolute;right:22px;top:20px;color:#cdd5de;font-size:12px;font-weight:800}.product-card h3{font-size:19px;margin:0 0 10px}.product-card p{font-size:14px;line-height:1.55;color:var(--muted)}.product-card a,.text-link{display:flex;align-items:center;gap:8px;color:var(--orange);font-size:13px;font-weight:800;margin-top:21px}.production{background:var(--soft);padding:100px 0}.production-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:76px;align-items:center}.factory-image{position:relative}.factory-image img{width:100%;height:510px;object-fit:cover;border-radius:4px 42px 4px 4px}.factory-image span{position:absolute;left:20px;bottom:20px;background:#fff;padding:14px 18px;border-radius:8px;display:flex;gap:9px;align-items:center;font-size:13px;font-weight:700}.factory-image svg{color:var(--orange)}.production-copy>p{line-height:1.7;color:var(--muted)}.production ol{list-style:none;padding:7px 0 0;margin:0}.production li{display:flex;gap:17px;padding:16px 0;border-bottom:1px solid #dce3e9}.production li>span{color:var(--orange);font-weight:800;font-size:12px}.production li div{display:flex;flex-direction:column;gap:6px}.production li small{color:var(--muted)}.sector-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:14px;overflow:hidden}.sector-grid a{height:110px;padding:24px;display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:.2s}.sector-grid a:nth-child(3n){border-right:0}.sector-grid a:nth-child(n+4){border-bottom:0}.sector-grid a:hover{background:var(--navy);color:#fff}.sector-grid span{font-size:12px;color:var(--orange)}.regions{background:var(--navy);color:#fff;padding:100px 0}.region-grid{display:grid;grid-template-columns:1fr .8fr;gap:90px;align-items:center}.regions h2{color:#fff;font-size:44px;line-height:1.1}.regions p{color:#afc0cf;line-height:1.7}.region-tags{display:flex;flex-wrap:wrap;gap:8px;margin:26px 0}.region-tags span{display:flex;align-items:center;gap:5px;border:1px solid #ffffff22;border-radius:99px;padding:9px 13px;font-size:12px}.region-tags svg{color:var(--orange)}.seo-card{background:#fff;color:var(--ink);padding:35px;border-radius:16px}.seo-label{font-size:11px;color:var(--orange);font-weight:800;letter-spacing:1.5px}.seo-card h3{font-size:25px;margin:13px 0 22px}.seo-card ul{list-style:none;padding:0}.seo-card li{display:flex;gap:9px;padding:11px 0;border-top:1px solid var(--line);font-size:14px}.seo-card li svg{width:17px;color:var(--orange)}.quote-section{padding:100px 0}.quote-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px}.quote-intro>p{color:var(--muted);line-height:1.7}.mini-benefits{display:flex;flex-direction:column;gap:12px;margin-top:28px}.mini-benefits span{display:flex;gap:9px;align-items:center;font-size:14px}.mini-benefits svg{color:var(--orange);width:20px}.quote-form{background:var(--soft);border:1px solid var(--line);border-radius:18px;padding:30px;display:grid;gap:17px}.form-head{display:flex;align-items:center;gap:12px}.form-head>span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--navy);color:#fff}.form-head>div{display:flex;flex-direction:column}.quote-form label{display:grid;gap:7px;font-size:12px;font-weight:700}.quote-form input,.quote-form select{height:46px;border:1px solid #d9e0e7;border-radius:7px;background:#fff;padding:0 13px;font-size:14px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:13px}.form-submit{width:100%}.success{min-height:390px;place-content:center;text-align:center}.success>svg{width:58px;height:58px;color:#23a36d;margin:auto}.success button{border:0;background:none;color:var(--orange);font-weight:800}footer{background:#041321;color:#aab8c5;padding:70px 0 20px}.footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1.2fr;gap:60px}.light-brand{color:#fff}.footer-grid>div{display:flex;flex-direction:column;gap:12px;font-size:13px}.footer-grid b{color:#fff}.footer-bottom{border-top:1px solid #ffffff17;margin-top:50px;padding-top:20px;display:flex;justify-content:space-between;font-size:11px}
@media(max-width:900px){nav{display:none}.hero{height:650px}h1{font-size:52px}.product-grid{grid-template-columns:repeat(2,1fr)}.production-grid,.region-grid,.quote-grid{grid-template-columns:1fr;gap:45px}.section-head>p{width:45%}.footer-grid{grid-template-columns:2fr 1fr 1fr}}@media(max-width:620px){.shell{width:calc(100% - 28px)}.topbar{display:none}.nav{height:70px}.nav-cta{height:42px;padding:0 12px}.brand{font-size:15px}.hero{height:650px}.hero-copy{padding-top:70px}.hero-copy h1{font-size:42px}.hero-copy>p{font-size:16px}.hero-actions{flex-direction:column}.stats-grid{grid-template-columns:1fr 1fr;gap:22px}.stats-grid div:nth-child(3){padding-left:0;border:0}.section,.production,.regions,.quote-section{padding:72px 0}.section-head{display:block}.section-head h2,.production h2,.regions h2,.quote-section h2{font-size:34px}.section-head>p{width:100%;margin-top:15px}.product-grid,.sector-grid{grid-template-columns:1fr}.sector-grid a{border-right:0!important;border-bottom:1px solid var(--line)!important}.factory-image img{height:360px}.form-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:8px}}
.admin{min-height:100vh;background:#f4f6f9;display:grid;grid-template-columns:250px 1fr}.admin aside{background:var(--navy);color:#aab9c7;padding:28px 18px;display:flex;flex-direction:column;gap:6px}.admin-brand{color:#fff;margin:0 10px 35px}.admin aside>small{font-size:10px;letter-spacing:1.4px;margin:0 12px 10px}.admin aside button{height:46px;border:0;background:transparent;color:inherit;border-radius:8px;display:flex;gap:11px;align-items:center;padding:0 13px;font-weight:600;cursor:pointer;text-align:left}.admin aside button svg{width:19px}.admin aside button.active{background:#ffffff12;color:#fff;border-left:3px solid var(--orange)}.admin .back{margin:auto 12px 0;font-size:13px;color:#fff}.admin main{padding:42px 5vw}.admin header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.admin header small{font-size:10px;color:#8793a2;letter-spacing:1px}.admin header h1{font-size:34px;letter-spacing:-1px;margin:8px 0;color:var(--navy)}.user{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--orange);color:#fff;font-weight:800}.admin-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:20px}.admin-stats div{background:#fff;border:1px solid var(--line);padding:22px;border-radius:12px;display:grid;grid-template-columns:auto 1fr;gap:4px 14px}.admin-stats svg{grid-row:1/3;width:27px;color:var(--orange)}.admin-stats b{font-size:24px}.admin-stats span{font-size:12px;color:var(--muted)}.import-card,.feature-list{background:#fff;border:1px solid var(--line);padding:30px;border-radius:14px;margin-bottom:20px}.iconbox{width:50px;height:50px;display:grid;place-items:center;border-radius:12px;background:#fff2eb;color:var(--orange)}.import-card h2,.feature-list h2{font-size:21px;margin:15px 0 7px}.import-card p{color:var(--muted);font-size:14px}.upload{display:inline-flex;background:var(--orange);color:#fff;padding:13px 18px;border-radius:7px;font-size:13px;font-weight:800;cursor:pointer;margin:12px 12px 0 0}.upload input{display:none}.sample{font-size:13px;color:var(--orange);font-weight:700}.preview{display:grid;gap:7px;margin-top:22px;border-top:1px solid var(--line);padding-top:18px}.preview span{background:var(--soft);padding:9px 12px;border-radius:5px;font-size:13px}.preview button{justify-self:start;background:var(--navy);color:#fff;border:0;padding:12px 16px;border-radius:7px;font-weight:700;margin-top:8px}.notice{color:#16885d!important;font-weight:700}.feature-list>div{display:grid;grid-template-columns:1fr 1fr;gap:12px;font-size:13px;color:#506071}.simple-page{max-width:1000px;margin:auto;padding:55px 24px}.simple-page>.brand{margin-bottom:80px}.simple-page h1{color:var(--navy);font-size:52px;margin:15px 0}.simple-page>p{color:var(--muted);font-size:18px}.cities{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:40px 0}.cities a{border:1px solid var(--line);border-radius:12px;padding:22px;display:grid;grid-template-columns:auto 1fr;gap:10px}.cities svg{color:var(--orange);width:20px}.cities small{grid-column:2;color:var(--muted)}
@media(max-width:750px){.admin{grid-template-columns:1fr}.admin aside{display:none}.admin main{padding:24px 16px}.admin-stats{grid-template-columns:1fr}.feature-list>div,.cities{grid-template-columns:1fr}.simple-page h1{font-size:38px}}
