:root{--orange:#e86c2f;--orange-dark:#c95a24;--orange-light:#f4955f;--navy:#1b2a4a;--navy-dark:#111d35;--navy-light:#2a3f6a;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--gray-800);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 24px}.nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:2px solid var(--orange);background:#fffffff2;position:fixed;top:0;left:0;right:0;box-shadow:0 1px 8px #0000000f}.nav-inner{justify-content:space-between;align-items:center;max-width:1200px;height:72px;margin:0 auto;padding:0 24px;display:flex}.nav-logo{height:44px}.nav-links{gap:32px;list-style:none;display:flex}.nav-links a{color:var(--navy);letter-spacing:.5px;text-transform:uppercase;font-size:14px;font-weight:600;transition:color .2s}.nav-links a:hover{color:var(--orange)}.nav-cta{background:var(--orange);letter-spacing:.5px;border-radius:6px;padding:8px 20px;transition:background .2s;color:var(--white)!important;text-transform:uppercase!important;font-size:13px!important;font-weight:600!important}.nav-cta:hover{background:var(--orange-dark);color:var(--white)!important}.nav-toggle{cursor:pointer;background:0 0;border:none;padding:8px;display:none}.nav-toggle span{background:var(--navy);width:24px;height:2px;margin:5px 0;transition:all .3s;display:block}.hero{background:var(--white);padding:160px 0 100px;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle,#e86c2f0f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-30%;right:-10%}.hero-inner{align-items:center;gap:60px;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.hero-content{flex:1}.hero-badge{color:var(--orange);letter-spacing:.5px;text-transform:uppercase;background:#e86c2f14;border:1px solid #e86c2f40;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-flex}.hero h1{color:var(--navy);letter-spacing:-1.5px;margin-bottom:20px;font-size:56px;font-weight:900;line-height:1.1}.hero h1 .accent{color:var(--orange)}.hero-sub{color:var(--gray-600);max-width:540px;margin-bottom:36px;font-size:20px;line-height:1.6}.hero-actions{align-items:center;gap:16px;display:flex}.btn-primary{background:var(--orange);color:var(--white);letter-spacing:.3px;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:16px 32px;font-size:16px;font-weight:700;transition:background .2s,transform .2s;display:inline-flex}.btn-primary:hover{background:var(--orange-dark);transform:translateY(-1px)}.btn-secondary{color:var(--navy);border:2px solid var(--navy);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:8px;padding:16px 32px;font-size:16px;font-weight:600;transition:border-color .2s,color .2s,background .2s;display:inline-flex}.btn-secondary:hover{background:var(--navy);border-color:var(--navy);color:var(--white)}.hero-image{flex:none}.hero-image img{width:288px;height:auto}.stats-bar{background:var(--gray-50);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);padding:40px 0}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:32px;max-width:1200px;margin:0 auto;padding:0 24px;display:grid}.stat-item strong{color:var(--orange);font-size:36px;font-weight:800;line-height:1.2;display:block}.stat-item span{color:var(--gray-600);text-transform:uppercase;letter-spacing:.5px;font-size:14px;font-weight:500}.why-forged{background:var(--white);padding:100px 0}.section-header{text-align:center;margin-bottom:64px}.section-label{color:var(--orange);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:12px;font-size:13px;font-weight:700;display:inline-block}.section-title{color:var(--navy);letter-spacing:-.5px;margin-bottom:16px;font-size:42px;font-weight:800;line-height:1.2}.section-desc{color:var(--gray-600);max-width:640px;margin:0 auto;font-size:18px}.why-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.why-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:12px;padding:36px 28px;transition:transform .2s,box-shadow .2s}.why-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.why-icon{background:#e86c2f1a;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:20px;font-size:28px;display:flex}.why-card h3{color:var(--navy);margin-bottom:12px;font-size:20px;font-weight:700}.why-card p{color:var(--gray-600);font-size:15px;line-height:1.7}.specs{background:var(--gray-50);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);padding:100px 0}.specs-layout{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.specs-image{justify-content:center;align-items:center;display:flex}.specs-image img{border-radius:16px;width:100%;max-width:480px}.specs-content h2{color:var(--navy);margin-bottom:16px;font-size:42px;font-weight:800;line-height:1.2}.specs-content>p{color:var(--gray-600);margin-bottom:36px;font-size:17px}.spec-list{flex-direction:column;gap:16px;display:flex}.spec-row{background:var(--white);border-left:3px solid var(--orange);border-radius:10px;align-items:flex-start;gap:16px;padding:16px;display:flex;box-shadow:0 1px 4px #0000000a}.spec-row-icon{background:var(--orange);border-radius:8px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.spec-row-text strong{color:var(--navy);margin-bottom:2px;font-size:15px;font-weight:700;display:block}.spec-row-text span{color:var(--gray-600);font-size:14px}.pricing{background:var(--white);padding:100px 0}.pricing .section-label{color:var(--orange)}.pricing .section-title{color:var(--navy)}.pricing .section-desc{color:var(--gray-600)}.pricing-card{background:var(--white);border:2px solid var(--gray-200);border-radius:16px;max-width:560px;margin:0 auto;overflow:hidden;box-shadow:0 8px 32px #00000014}.pricing-card-header{background:var(--orange);text-align:center;padding:32px}.pricing-card-header h3{color:var(--white);margin-bottom:4px;font-size:24px;font-weight:700}.pricing-card-header p{color:#ffffffd9;font-size:14px}.pricing-card-body{text-align:center;padding:40px 32px}.price{margin-bottom:8px}.price-amount{color:var(--navy);letter-spacing:-2px;font-size:56px;font-weight:900}.price-period{color:var(--gray-600);font-size:16px;font-weight:500}.price-note{color:var(--gray-600);margin-bottom:32px;font-size:14px}.pricing-features{text-align:left;margin-bottom:36px;list-style:none}.pricing-features li{color:var(--gray-700);border-bottom:1px solid var(--gray-100);align-items:center;gap:12px;padding:10px 0;font-size:15px;display:flex}.pricing-features li:last-child{border-bottom:none}.check{width:24px;height:24px;color:var(--orange);background:#e86c2f1a;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.pricing-card-body .btn-primary{justify-content:center;width:100%;padding:18px 32px;font-size:17px}.pricing-compare{text-align:center;color:var(--gray-600);margin-top:32px;font-size:15px}.pricing-compare strong{color:var(--orange)}.footer{background:var(--navy);padding:60px 0 32px}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.footer-brand img{background:var(--white);border-radius:4px;height:36px;margin-bottom:16px;padding:4px 8px}.footer-tagline{color:var(--orange);margin-bottom:8px;font-size:15px;font-weight:700}.footer-brand p{color:var(--gray-300);max-width:280px;font-size:14px;line-height:1.7}.footer-col h4{color:var(--white);text-transform:uppercase;letter-spacing:1px;margin-bottom:16px;font-size:13px;font-weight:700}.footer-col ul{list-style:none}.footer-col li{margin-bottom:10px}.footer-col a{color:var(--gray-300);font-size:14px;transition:color .2s}.footer-col a:hover{color:var(--orange)}.footer-bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:24px;display:flex}.footer-bottom p{color:var(--gray-300);font-size:13px}.footer-bottom-links{gap:24px;display:flex}.footer-bottom-links a{color:var(--gray-300);font-size:13px;transition:color .2s}.footer-bottom-links a:hover{color:var(--orange-light)}@media (width<=1024px){.hero{padding:120px 0 60px}.hero-inner{text-align:center;flex-direction:column}.hero h1{font-size:40px}.hero-sub{margin:0 auto 28px;font-size:17px}.hero-actions{flex-wrap:wrap;justify-content:center}.hero-image img{width:224px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:24px}.why-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.section-title{font-size:32px}.specs-layout{text-align:center;grid-template-columns:1fr;gap:40px}.specs-content h2{font-size:32px}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}}@media (width<=640px){.nav-links{display:none}.nav-toggle{display:block}.nav-mobile-open .nav-links{border-bottom:2px solid var(--orange);background:#fffffffa;flex-direction:column;gap:16px;padding:24px;display:flex;position:absolute;top:72px;left:0;right:0;box-shadow:0 8px 24px #0000001a}.hero h1{font-size:32px}.hero-sub{font-size:16px}.btn-primary,.btn-secondary{padding:14px 24px;font-size:15px}.stats-grid{grid-template-columns:1fr 1fr;gap:16px}.stat-item strong{font-size:28px}.footer-grid{grid-template-columns:1fr;gap:24px}.footer-bottom{text-align:center;flex-direction:column;gap:12px}}
