:root{--navy: #0B1A35;--navy-mid: #0F2040;--navy-light: #1A3060;--gold: #C8922A;--gold-light: #E8B84A;--gold-pale: #F5D98A;--white: #FFFFFF;--off-white: #F2EFE8;--text-muted: #8A9BB5;--font-head: "Barlow Condensed", sans-serif;--font-body: "Barlow", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--navy);color:var(--white);line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:18px 5%;background:#0b1a35f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(200,146,42,.2);transition:background .3s}.nav-logo{display:flex;align-items:center;gap:12px}.nav-logo-icon{height:52px;width:auto;object-fit:contain}.nav-logo-text{font-family:var(--font-head);font-size:18px;font-weight:700;letter-spacing:.06em;color:var(--gold-light);line-height:1.1}.nav-logo-text span{display:block;font-size:10px;font-weight:400;color:var(--text-muted);letter-spacing:.15em}.nav-links{display:flex;gap:32px;list-style:none}.nav-links a{font-size:14px;font-weight:500;letter-spacing:.08em;color:var(--white);padding-bottom:4px;border-bottom:2px solid transparent;transition:color .2s,border-color .2s}.nav-links a:hover,.nav-links a.active{color:var(--gold-light);border-bottom-color:var(--gold-light)}.nav-cta{background:var(--gold);color:var(--navy)!important;padding:9px 22px!important;border-radius:4px;font-weight:600!important;border-bottom:none!important;transition:background .2s!important}.nav-cta:hover{background:var(--gold-light)!important}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none}.hamburger span{display:block;width:24px;height:2px;background:var(--white);border-radius:2px;transition:all .3s}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-nav{display:none;position:fixed;top:80px;left:0;right:0;background:var(--navy-mid);border-bottom:2px solid var(--gold);padding:24px 5% 32px;z-index:99;flex-direction:column;gap:0}.mobile-nav.open{display:flex}.mobile-nav a{padding:14px 0;font-size:16px;font-weight:500;border-bottom:1px solid rgba(255,255,255,.08);color:var(--white)}.mobile-nav a:hover{color:var(--gold-light)}.hero{min-height:100vh;display:flex;align-items:center;padding-top:110px;position:relative;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#060f1e,#0b1a35,#0f2348)}.hero-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(200,146,42,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(200,146,42,.04) 1px,transparent 1px);background-size:60px 60px}.hero-bg:after{content:"";position:absolute;right:-10%;top:10%;width:55%;height:80%;background:radial-gradient(ellipse at center,rgba(200,146,42,.08) 0%,transparent 70%);border-radius:50%}.hero-inner{position:relative;z-index:2;width:100%;max-width:1280px;margin:0 auto;padding:0 5%;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-content{animation:fadeUp .8s ease both}.hero-eyebrow{font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:20px;display:flex;align-items:center;gap:12px}.hero-eyebrow:before{content:"";display:block;width:32px;height:2px;background:var(--gold)}.hero-title{font-family:var(--font-head);font-size:clamp(38px,5vw,64px);font-weight:700;line-height:1.05;margin-bottom:24px;letter-spacing:.01em}.hero-title .highlight{color:var(--gold-light)}.hero-desc{font-size:16px;color:#ffffffb3;line-height:1.75;margin-bottom:36px;max-width:500px}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.btn-primary{background:var(--gold);color:var(--navy);padding:14px 32px;border-radius:4px;font-size:14px;font-weight:700;letter-spacing:.06em;transition:background .2s,transform .15s;display:inline-block}.btn-primary:hover{background:var(--gold-light);transform:translateY(-1px)}.btn-outline{border:1.5px solid rgba(200,146,42,.5);color:var(--gold-light);padding:14px 32px;border-radius:4px;font-size:14px;font-weight:500;letter-spacing:.06em;transition:border-color .2s,background .2s;display:inline-block}.btn-outline:hover{border-color:var(--gold-light);background:#c8922a14}.hero-image{position:relative;animation:fadeUp .8s .2s ease both}.hero-image-frame{position:relative;border-radius:8px;overflow:hidden;border:1px solid rgba(200,146,42,.25)}.hero-image-frame img{width:100%;height:420px;object-fit:cover}.hero-image-frame:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(11,26,53,.3) 0%,transparent 60%);z-index:1}.hero-placeholder{width:100%;height:420px;background:var(--navy-light);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px;border-radius:8px;border:2px dashed rgba(200,146,42,.3);color:var(--text-muted);font-size:14px;text-align:center;padding:24px}.hero-placeholder svg{opacity:.4}.hero-stats{position:absolute;bottom:-24px;left:-24px;z-index:2;background:var(--gold);color:var(--navy);padding:18px 24px;border-radius:6px;display:flex;gap:32px}.stat-item{text-align:center}.stat-num{font-family:var(--font-head);font-size:26px;font-weight:700;line-height:1}.stat-lbl{font-size:10px;font-weight:600;letter-spacing:.08em;margin-top:4px;opacity:.8}.about{padding:120px 5%;background:var(--gold)}.about-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-label{font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--navy);margin-bottom:16px;display:flex;align-items:center;gap:12px}.about-label:before{content:"";display:block;width:24px;height:2px;background:var(--navy)}.about-title{font-family:var(--font-head);font-size:clamp(32px,4vw,52px);font-weight:700;line-height:1.08;color:var(--navy);margin-bottom:24px;letter-spacing:.01em}.about-text{font-size:15px;line-height:1.8;color:#0b1a35d1}.about-image{position:relative}.about-image img{width:100%;height:400px;object-fit:cover;border-radius:8px}.about-placeholder{width:100%;height:400px;background:#0b1a3526;display:flex;align-items:center;justify-content:center;border-radius:8px;border:2px dashed rgba(11,26,53,.3);color:#0b1a3580;font-size:14px;text-align:center;padding:24px}.about-badge{position:absolute;top:-20px;right:-20px;background:var(--navy);color:var(--gold-light);padding:20px;border-radius:6px;text-align:center;font-family:var(--font-head);font-size:13px;font-weight:600;line-height:1.3;border:1px solid rgba(200,146,42,.3)}.about-badge strong{display:block;font-size:28px;color:var(--gold-light)}.products{padding:100px 5%;background:var(--navy-mid)}.section-header{text-align:center;margin-bottom:64px}.section-label{font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:14px;display:block}.section-title{font-family:var(--font-head);font-size:clamp(30px,4vw,48px);font-weight:700;line-height:1.1;letter-spacing:.01em}.products-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.product-card{background:#ffffff0a;border:1px solid rgba(200,146,42,.15);border-radius:8px;overflow:hidden;transition:border-color .2s,transform .2s;position:relative}.product-card:hover{border-color:#c8922a80;transform:translateY(-4px)}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--gold)}.product-image{width:100%;height:200px;object-fit:cover;background:var(--navy-light)}.product-placeholder{width:100%;height:200px;display:flex;align-items:center;justify-content:center;background:var(--navy-light);color:var(--text-muted);font-size:13px;flex-direction:column;gap:8px}.product-body{padding:24px}.product-icon{width:40px;height:40px;margin-bottom:16px;background:#c8922a26;border-radius:6px;display:flex;align-items:center;justify-content:center}.product-name{font-family:var(--font-head);font-size:20px;font-weight:700;color:var(--gold-light);margin-bottom:10px;letter-spacing:.02em}.product-desc{font-size:13.5px;line-height:1.7;color:#ffffffa6}.product-tag{display:inline-block;margin-top:16px;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);border:1px solid rgba(200,146,42,.3);padding:4px 12px;border-radius:20px}.why{padding:100px 5%;background:var(--navy)}.why-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1.4fr;gap:80px;align-items:start}.why-label{font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:16px;display:flex;align-items:center;gap:12px}.why-label:before{content:"";display:block;width:24px;height:2px;background:var(--gold)}.why-title{font-family:var(--font-head);font-size:clamp(30px,3.5vw,46px);font-weight:700;line-height:1.1;margin-bottom:20px;letter-spacing:.01em}.why-sub{font-size:15px;color:#ffffffa6;line-height:1.7;margin-bottom:32px}.why-image{width:100%;border-radius:8px;overflow:hidden}.why-image img{width:100%;height:280px;object-fit:cover}.why-image-placeholder{width:100%;height:280px;background:var(--navy-light);display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:13px;border-radius:8px;border:2px dashed rgba(200,146,42,.2)}.why-features{display:grid;grid-template-columns:1fr 1fr;gap:24px}.feature-card{background:#c8922a0f;border:1px solid rgba(200,146,42,.15);border-radius:8px;padding:24px;transition:border-color .2s}.feature-card:hover{border-color:#c8922a66}.feature-num{font-family:var(--font-head);font-size:38px;font-weight:700;color:#c8922a33;line-height:1;margin-bottom:12px}.feature-title{font-size:15px;font-weight:600;color:var(--gold-light);margin-bottom:8px}.feature-text{font-size:13px;color:#fff9;line-height:1.6}.industries{padding:80px 5%;background:var(--gold)}.industries-inner{max-width:1280px;margin:0 auto}.industries-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px;flex-wrap:wrap;gap:20px}.industries-label{font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--navy);margin-bottom:10px;display:flex;align-items:center;gap:10px}.industries-label:before{content:"";display:block;width:20px;height:2px;background:var(--navy)}.industries-title{font-family:var(--font-head);font-size:clamp(28px,3.5vw,44px);font-weight:700;color:var(--navy);line-height:1.1;letter-spacing:.01em}.industries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.industry-item{background:#0b1a351a;border:1.5px solid rgba(11,26,53,.2);border-radius:6px;padding:20px 16px;display:flex;align-items:center;gap:14px;transition:background .2s,border-color .2s}.industry-item:hover{background:#0b1a3533;border-color:#0b1a3580}.industry-icon{width:38px;height:38px;flex-shrink:0;background:#0b1a3526;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--navy)}.industry-name{font-size:13px;font-weight:600;color:var(--navy);line-height:1.3}.contact{padding:100px 5%;background:var(--navy-mid)}.contact-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:start}.contact-label{font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:16px;display:flex;align-items:center;gap:12px}.contact-label:before{content:"";display:block;width:24px;height:2px;background:var(--gold)}.contact-title{font-family:var(--font-head);font-size:clamp(28px,3.5vw,44px);font-weight:700;line-height:1.1;margin-bottom:20px;letter-spacing:.01em}.contact-desc{font-size:15px;color:#ffffffa6;line-height:1.7;margin-bottom:40px}.contact-details{display:flex;flex-direction:column;gap:20px}.contact-item{display:flex;align-items:flex-start;gap:16px;padding:18px;border-radius:6px;background:#ffffff0a;border:1px solid rgba(200,146,42,.12)}.contact-item-icon{width:36px;height:36px;flex-shrink:0;background:#c8922a26;border-radius:6px;display:flex;align-items:center;justify-content:center}.contact-item-label{font-size:11px;color:var(--text-muted);font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px}.contact-item-value{font-size:14px;color:var(--white);font-weight:500}.contact-form{background:#ffffff0a;border:1px solid rgba(200,146,42,.15);border-radius:10px;padding:40px}.form-title{font-family:var(--font-head);font-size:26px;font-weight:700;color:var(--gold-light);margin-bottom:28px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.form-group label{font-size:12px;font-weight:600;letter-spacing:.06em;color:var(--text-muted);text-transform:uppercase}.form-group input,.form-group select,.form-group textarea{background:#ffffff12;border:1px solid rgba(200,146,42,.2);border-radius:6px;padding:13px 16px;color:var(--white);font-family:var(--font-body);font-size:14px;transition:border-color .2s,background .2s;width:100%}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff4d}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--gold);background:#c8922a0d}.form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.form-group textarea{resize:vertical;min-height:120px}.form-submit{width:100%;padding:16px;background:var(--gold);color:var(--navy);font-family:var(--font-body);font-size:15px;font-weight:700;letter-spacing:.08em;border:none;border-radius:6px;cursor:pointer;transition:background .2s,transform .15s}.form-submit:hover{background:var(--gold-light);transform:translateY(-1px)}.form-note{font-size:12px;color:var(--text-muted);text-align:center;margin-top:12px}footer{background:#060d1c;padding:48px 5% 24px;border-top:2px solid var(--gold)}.footer-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:48px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.08)}.footer-logo-text{font-family:var(--font-head);font-size:20px;font-weight:700;color:var(--gold-light);letter-spacing:.05em;margin-bottom:14px}.footer-tagline{font-size:13px;color:var(--text-muted);line-height:1.6;max-width:280px}.footer-col-title{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:18px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-links a{font-size:13px;color:var(--text-muted);transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-bottom{max-width:1280px;margin:24px auto 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.footer-copy{font-size:12px;color:var(--text-muted)}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}.scroll-top{position:fixed;bottom:28px;right:28px;z-index:50;width:44px;height:44px;background:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;opacity:0;pointer-events:none;transition:opacity .3s,transform .2s;box-shadow:0 4px 16px #c8922a66}.scroll-top.visible{opacity:1;pointer-events:all}.scroll-top:hover{transform:translateY(-3px)}.scroll-top svg{fill:var(--navy)}@media (max-width: 900px){.hero{padding-top:130px}.hero-inner{grid-template-columns:1fr;gap:40px;text-align:center}.hero-content{display:flex;flex-direction:column;align-items:center}.hero-desc{margin-left:auto;margin-right:auto}.hero-buttons{justify-content:center}.hero-image{max-width:480px;margin:0 auto 32px;width:100%}.hero-image-frame img{height:300px;object-fit:contain}.hero-stats{position:absolute;bottom:-20px;left:50%;transform:translate(-50%);width:calc(100% - 32px);max-width:380px;padding:12px 16px;gap:8px;justify-content:space-around;display:flex}.stat-num{font-size:20px}.stat-lbl{font-size:9px}.about-inner{grid-template-columns:1fr;gap:48px}.about-badge{right:0}.why-inner,.contact-inner{grid-template-columns:1fr;gap:48px}.footer-inner{grid-template-columns:1fr 1fr}.nav-links,.nav-cta{display:none}.hamburger{display:flex}}@media (max-width: 600px){.form-row,.why-features,.footer-inner{grid-template-columns:1fr}.contact-form{padding:24px}}.form-success-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 10px;animation:fadeInForm .6s cubic-bezier(.16,1,.3,1) both}.success-icon-wrapper{width:72px;height:72px;border-radius:50%;background:#c8922a1a;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.success-checkmark{width:44px;height:44px;display:block}.success-checkmark-circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:3;stroke-miterlimit:10;stroke:var(--gold);fill:none;animation:strokeCircle .6s cubic-bezier(.65,0,.45,1) forwards}.success-checkmark-check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke:var(--gold-light);fill:none;animation:strokeCheck .4s cubic-bezier(.65,0,.45,1) .5s forwards,scaleCheck .3s ease-in-out .9s forwards}.success-title{font-family:var(--font-head);font-size:24px;font-weight:700;color:var(--gold-light);margin-bottom:12px;letter-spacing:.03em}.success-desc{font-size:14px;color:#ffffffb3;max-width:400px;line-height:1.6;margin-bottom:28px}.success-reset-btn{border:1.5px solid rgba(200,146,42,.4);color:var(--gold-light);background:transparent;padding:10px 24px;border-radius:4px;font-family:var(--font-body);font-size:13px;font-weight:600;letter-spacing:.05em;cursor:pointer;transition:all .2s}.success-reset-btn:hover{border-color:var(--gold-light);background:#c8922a14;transform:translateY(-1px)}@keyframes strokeCircle{to{stroke-dashoffset:0}}@keyframes strokeCheck{to{stroke-dashoffset:0}}@keyframes scaleCheck{0%,to{transform:none}50%{transform:scale3d(1.15,1.15,1)}}@keyframes fadeInForm{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
