:root{--fuji-blue:#0060b6;--fuji-red:#e30613;--metallic-silver:#e0e0e0;--dark-grey:#1a1a1a;--light-grey:#f5f5f5;--white:#fff;--gradient:linear-gradient(135deg, #0060b6 0%, #003a6e 100%)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--dark-grey);background:var(--white);font-family:Roboto,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,.nav-links a{text-transform:uppercase;letter-spacing:1px;font-family:Montserrat,sans-serif}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid var(--metallic-silver);background:#ffffffe6;width:100%;position:fixed;top:0}nav{justify-content:space-between;align-items:center;height:90px;display:flex}.logo img{height:40px}.nav-links{gap:40px;list-style:none;display:flex}.nav-links a{color:var(--dark-grey);font-size:.85rem;font-weight:700;text-decoration:none;transition:color .3s}.nav-links a:hover{color:var(--fuji-blue)}.lang-switcher button{background:var(--fuji-red);color:var(--white);cursor:pointer;border:none;border-radius:2px;padding:10px 20px;font-weight:700;transition:background .3s}.lang-switcher button:hover{background:var(--fuji-blue)}.hero{height:100vh;color:var(--white);background:url(https://images.unsplash.com/photo-1541123437800-1bb1317badc2?auto=format&fit=crop&q=80&w=2000) 50%/cover no-repeat;align-items:center;display:flex;position:relative}.hero-overlay{background:linear-gradient(90deg,#000c 0%,#0003 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:1;max-width:700px;position:relative}.hero h1{margin-bottom:25px;font-size:4rem;line-height:1.1}.hero p{margin-bottom:40px;font-size:1.25rem;font-weight:300}.btn{border-radius:2px;padding:18px 45px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{background:var(--fuji-blue);color:var(--white);border:2px solid var(--fuji-blue)}.btn-outline{border:2px solid var(--fuji-red);color:var(--fuji-red);margin-left:20px}.btn-primary:hover{background:var(--fuji-red);border-color:var(--fuji-red)}.btn-outline:hover{background:var(--fuji-red);color:var(--white)}.btn:hover{filter:brightness(1.2);transform:translateY(-2px)}.section{padding:120px 0}.grid-3{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.point-card{text-align:center;background:var(--light-grey);padding:40px;transition:background .3s,color .3s}.point-card:hover{background:var(--fuji-blue);color:var(--white)}.point-card .icon{margin-bottom:25px;font-size:3.5rem}.partner-section{background:var(--dark-grey);color:var(--white)}.partner-card{text-align:center}.partner-box{background:#ffffff0d;border:1px solid #fff3;margin-top:40px;padding:60px}.partner-box h3{color:var(--fuji-red);margin-bottom:20px;font-size:2rem}.partner-box p{opacity:.8;max-width:800px;margin:0 auto 30px;font-size:1.1rem}.products-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.product-item{text-align:center}.product-item img{object-fit:cover;filter:grayscale();width:100%;height:300px;margin-bottom:15px;transition:filter .3s}.product-item:hover img{filter:grayscale(0%)}.tech-section .tech-list{margin-top:30px;list-style:none}.tech-list li{margin-bottom:15px;padding-left:30px;font-size:1.1rem;font-weight:700;position:relative}.tech-list li:before{content:"→";color:var(--fuji-blue);position:absolute;left:0}.tech-image img{border-radius:4px;width:100%}.fuji-form{max-width:800px;margin:50px auto 0}.form-row{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px;display:grid}.fuji-form input,.fuji-form textarea{background:var(--light-grey);border:1px solid var(--metallic-silver);width:100%;padding:20px;font-family:inherit}footer{border-top:1px solid var(--metallic-silver);text-align:center;color:#888;padding:60px 0}@media (width<=992px){.grid-3,.products-grid{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:3rem}}@media (width<=768px){.grid-3,.products-grid,.form-row,.grid-2{grid-template-columns:1fr}.nav-links{display:none}}.toast{background:var(--dark-grey);color:var(--white);z-index:2000;text-transform:uppercase;letter-spacing:1px;opacity:0;pointer-events:none;white-space:nowrap;border-left:5px solid var(--fuji-red);border-radius:4px;padding:15px 35px;font-weight:700;transition:transform .6s cubic-bezier(.175,.885,.32,1.275),opacity .3s;position:fixed;bottom:30px;left:50%;transform:translate(-50%)translateY(100px);box-shadow:0 10px 40px #00000080}.toast.show{opacity:1;transform:translate(-50%)translateY(0)}
