:root{
  --navy:#06182d;--navy2:#0b2948;--gold:#d99a35;--text:#0c2038;--muted:#687789;
  --bg:#f7f9fc;--card:#fff;--line:#e6edf5;--shadow:0 16px 38px rgba(6,24,45,.10)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Tahoma,'Segoe UI',Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.85}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{max-width:1180px;margin:auto;padding:0 24px}
.topbar{position:sticky;top:0;z-index:50;background:linear-gradient(90deg,#06182d,#0a2440);color:#fff;border-bottom:1px solid rgba(255,255,255,.12)}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;font-weight:900;font-size:20px;white-space:nowrap}.mark{width:42px;height:42px;border:2px solid var(--gold);border-radius:12px;display:grid;place-items:center;color:var(--gold);font-size:24px;font-weight:900;line-height:1}.links{display:flex;align-items:center;gap:24px;font-size:15px;font-weight:800}.links a{opacity:.95}.links a:hover{color:var(--gold)}.links .lang{border:1px solid rgba(255,255,255,.58);border-radius:30px;padding:8px 17px}.mobile-menu{display:none;color:#fff;border:1px solid rgba(255,255,255,.4);border-radius:10px;padding:6px 10px}

.hero{
  background:linear-gradient(90deg,rgba(3,16,32,.98),rgba(7,29,53,.90),rgba(7,29,53,.55)),url('assets/hero.jpeg');
  background-size:cover;background-position:center;min-height:600px;color:#fff;display:flex;align-items:center
}
.hero-stack{display:flex;align-items:center;justify-content:flex-start;min-height:600px}.hero-copy{text-align:right;max-width:760px;margin-right:0}.en .hero-copy{text-align:left;margin-left:0;margin-right:auto}
.hero-copy h1{font-size:48px;line-height:1.35;margin:0 0 10px;font-weight:900;white-space:nowrap;text-shadow:0 12px 34px rgba(0,0,0,.38)}
.slogan{font-size:30px;line-height:1.45;font-weight:900;white-space:nowrap;color:#fff;margin:0 0 6px;text-shadow:0 10px 30px rgba(0,0,0,.35)}
.gold-line{width:84px;height:4px;background:var(--gold);border-radius:9px;margin:18px 0 0 auto}.en .gold-line{margin-left:0;margin-right:auto}
.hero-sub{font-size:24px;margin-top:20px;white-space:nowrap;color:#f4f7fb;font-weight:800}.hero-buttons{display:flex;gap:12px;justify-content:flex-end;margin-top:30px}.en .hero-buttons{justify-content:flex-start}.btn{border:1px solid rgba(255,255,255,.48);border-radius:28px;padding:11px 20px;font-weight:900}.btn.primary{background:var(--gold);border-color:var(--gold);color:#06182d}

.section{padding:82px 0}.section-head{text-align:center;margin-bottom:42px}.eyebrow{color:var(--gold);font-weight:900}.section-head h2{font-size:40px;line-height:1.35;margin:8px 0 12px;color:var(--navy)}.section-head p{font-size:18px;color:var(--muted);max-width:900px;margin:0 auto}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}.about-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:38px;box-shadow:var(--shadow)}.about-card h2{margin:0 0 16px;font-size:32px;line-height:1.45}.about-img{height:410px;width:100%;object-fit:cover;border-radius:24px;box-shadow:0 18px 48px rgba(6,24,45,.16)}

.products-section{background:linear-gradient(180deg,#fff,#f7f9fc)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid var(--line);border-radius:26px;padding:26px 22px;text-align:center;min-height:310px;box-shadow:var(--shadow);transition:.22s}
.product-card:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 50% 0,rgba(217,154,53,.10),transparent 43%);pointer-events:none}.product-card:hover{transform:translateY(-5px);box-shadow:0 22px 50px rgba(6,24,45,.14)}
.product-icon{height:112px;display:flex;align-items:center;justify-content:center;margin-bottom:6px}.product-card .icon-3d{height:108px;width:124px;filter:drop-shadow(0 12px 14px rgba(6,24,45,.14))}
.product-card h3{font-size:23px;line-height:1.45;margin:8px 0 12px;color:var(--navy)}.product-card h3:after{content:'';display:block;width:42px;height:3px;background:var(--gold);border-radius:6px;margin:10px auto 0}.product-card ul{padding:0;margin:0;list-style:none}.product-card li{color:#33465e;margin:5px 0}.product-card li:before{content:'•';color:var(--gold);font-weight:900;margin-left:8px}.en .product-card li:before{margin-left:0;margin-right:8px}

.benefits-section{background:#fff}.benefits{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.benefit{background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid var(--line);border-radius:24px;min-height:210px;padding:22px 14px;text-align:center;box-shadow:var(--shadow);font-weight:900;color:var(--navy);display:flex;flex-direction:column;align-items:center;justify-content:center;transition:.22s}.benefit:hover{transform:translateY(-5px)}
.benefit-icon{height:112px;display:flex;align-items:center;justify-content:center;margin-bottom:10px}.benefit-svg{height:110px;width:120px;filter:drop-shadow(0 12px 12px rgba(6,24,45,.14))}.benefit span{font-size:18px;line-height:1.55}
.tags{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:34px}.tag{background:#fff;border:1px solid currentColor;border-radius:24px;padding:6px 16px;font-weight:900}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.gallery img{width:100%;height:210px;object-fit:cover;border-radius:18px;box-shadow:0 12px 28px rgba(6,24,45,.14)}

.contact-card{direction:ltr;background:rgba(11,35,61,.78);border:1px solid rgba(255,255,255,.18);border-radius:24px;padding:26px 30px;box-shadow:0 22px 55px rgba(0,0,0,.25);backdrop-filter:blur(6px)}.contact-row{display:flex;align-items:center;gap:16px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.15);font-size:18px;font-weight:800;white-space:nowrap}.contact-row:last-child{border-bottom:0}.contact-row .ico{font-size:25px;width:32px;text-align:center;color:var(--gold)}
.footer{background:linear-gradient(135deg,#06182d,#0b2948);color:#fff}.footer .container{padding-top:58px;padding-bottom:58px}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.footer-title{text-align:right}.en .footer-title{text-align:left}.footer h2{font-size:40px;line-height:1.45;margin:0 0 8px;white-space:nowrap}.footer-slogan{font-size:26px;font-weight:900;white-space:nowrap}.footer-line{width:88px;height:3px;background:var(--gold);border-radius:8px;margin:18px 0 16px auto}.en .footer-line{margin-left:0;margin-right:auto}.footer p{font-size:20px;color:#d6e0ea;margin:0}.footer-contact{max-width:520px}.footer-card div{padding:6px 0;font-size:17px}.copy{text-align:center;border-top:1px solid rgba(255,255,255,.12);padding:16px;color:#b8c7d8}

@media(max-width:960px){.links{display:none}.mobile-menu{display:block}.nav{height:68px}.hero{min-height:auto}.hero-stack{min-height:auto;padding:76px 0;justify-content:center}.hero-copy{text-align:center;margin:auto}.en .hero-copy{text-align:center;margin:auto}.gold-line,.en .gold-line{margin:18px auto 0}.hero-buttons,.en .hero-buttons{justify-content:center}.cards{grid-template-columns:1fr 1fr}.benefits{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:1fr 1fr}.about-grid,.footer-grid{grid-template-columns:1fr}.brand{font-size:16px}.hero-copy h1{font-size:34px}.slogan{font-size:25px}.hero-sub{font-size:20px}.footer-title{text-align:center}.en .footer-title{text-align:center}.footer-line,.en .footer-line{margin:18px auto 16px}.footer h2{white-space:normal}.footer-slogan{white-space:normal}.contact-card{margin:auto}}
@media(max-width:650px){.hero-copy h1,.slogan,.hero-sub{white-space:normal}.container{padding:0 16px}.cards,.benefits,.gallery{grid-template-columns:1fr}.contact-card{padding:20px}.contact-row{font-size:14px;gap:10px}.section{padding:58px 0}.section-head h2{font-size:30px}.hero-copy h1{font-size:28px}.slogan{font-size:24px}.hero-sub{font-size:18px}.about-card{padding:26px}.about-img{height:300px}.footer h2{font-size:30px}.footer-slogan{font-size:22px}.mark{width:36px;height:36px}.brand span{font-size:14px}}
