:root{--bg: #07111d;--bg-soft: #132236;--surface: #182a42;--line: #2a4361;--text: #edf4ff;--muted: #b5c8df;--brand: #ea7b00;--brand-2: #f0ab00;--accent: #91bedd}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:Barlow,sans-serif;background:radial-gradient(circle at 12% 18%,rgba(145,190,221,.22) 0%,transparent 38%),radial-gradient(circle at 86% 3%,rgba(234,123,0,.19) 0%,transparent 34%),var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}.site{overflow:hidden}.shell{width:min(1120px,calc(100% - 3rem));margin:0 auto}.promo-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;padding:1.2rem;display:grid;place-items:center;background:#030912d1}.promo-popup-card{position:relative;width:min(680px,calc(100vw - 2rem));max-height:calc(100vh - 2rem);display:flex;align-items:center;justify-content:center;border-radius:16px;overflow:hidden;border:1px solid rgba(145,190,221,.45);box-shadow:0 16px 42px #0000008c;background:#07111d}.promo-popup-image{width:auto;max-width:100%;max-height:calc(100vh - 3rem);height:auto;object-fit:contain;display:block}.promo-popup-close{position:absolute;top:.55rem;right:.55rem;z-index:2;width:34px;height:34px;border:1px solid rgba(255,255,255,.45);border-radius:999px;background:#07111dc2;color:#fff;font-size:1.2rem;line-height:1;cursor:pointer}.promo-popup-close:hover{background:#07111de6}.hero{position:relative;padding-bottom:3.5rem}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,rgba(145,190,221,.14),transparent 45%),linear-gradient(320deg,rgba(240,171,0,.1),transparent 40%);pointer-events:none}.nav{position:fixed;top:1rem;left:50%;transform:translate(-50%);z-index:1200;padding:.08rem 0 .62rem;display:flex;justify-content:space-between;align-items:center;gap:.9rem;transition:background .18s ease,box-shadow .18s ease,border-color .18s ease,padding .18s ease}.nav.is-scrolled{padding:.85rem .6rem;border:1px solid rgba(42,67,97,.55);border-radius:14px;background:#07111dd1;box-shadow:0 10px 24px #07111d73}.brand{display:flex;align-items:center;gap:.85rem}.brand-logo{height:92px;width:auto;display:block}.brand-copy{display:flex;flex-direction:column;gap:.12rem}.brand-title,.brand-subtitle{margin:0;line-height:1;font-family:Rajdhani,sans-serif;font-weight:700}.brand-title{color:#fff;font-size:clamp(1.15rem,2vw,1.85rem);letter-spacing:.04em}.brand-subtitle{color:var(--accent);font-size:clamp(.78rem,1.25vw,1.05rem);letter-spacing:.08em}.nav-menu{display:flex;align-items:center;justify-content:center;gap:.3rem;flex-wrap:wrap;padding:.3rem;border:1px solid var(--line);border-radius:999px;background:#101a2cbf}.nav-menu a{font-size:.74rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:var(--accent);padding:.4rem .6rem;border-radius:999px;transition:background .15s ease,color .15s ease}.nav-menu a:hover{color:#fff;background:#91bedd29}.hero-content{position:relative;z-index:1;padding-top:8rem}.hero-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:1.2rem;align-items:stretch}.hero-main{min-width:0}.hero-visual{position:relative;display:grid;grid-template-columns:repeat(8,minmax(0,1fr));grid-template-rows:120px 120px 120px 122px 122px;gap:.65rem;align-content:start;border:1px solid var(--line);border-radius:24px;background:linear-gradient(175deg,#91bedd29,#122032eb);padding:.55rem .7rem .8rem;box-shadow:0 12px 30px #00000057}.hero-photo{margin:0;border-radius:14px;border:1px solid rgba(117,146,176,.42);overflow:hidden}.hero-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .24s ease}.hero-photo:hover img{transform:scale(1.04)}.hero-photo-main{grid-column:1 / 6;grid-row:1 / 4}.hero-photo-side-a{grid-column:6 / 9;grid-row:1 / 2}.hero-photo-side-b{grid-column:6 / 9;grid-row:2 / 3}.hero-photo-side-c{grid-column:6 / 9;grid-row:3 / 4}.hero-photo-bottom{grid-column:1 / 9;grid-row:4 / 5}.hero-photo-bottom-2{grid-column:1 / 9;grid-row:5 / 6}.hero-photo-bottom img{object-position:center 56%}.hero-photo-bottom-2 img{object-position:center 86%}.hero-badge{position:absolute;left:1rem;bottom:.5rem;padding:.38rem .7rem;border-radius:999px;border:1px solid #6f8fb1;background:#08111ed1;color:#dcecff;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;font-weight:700}.eyebrow{margin:0;color:var(--brand-2);font-weight:600;letter-spacing:.1em;text-transform:uppercase;font-size:clamp(.92rem,1.35vw,1.08rem)}h1,h2,h3{margin-top:0;line-height:1.15}h1{max-width:11ch;margin:.8rem 0 0;font-size:clamp(1.9rem,4.3vw,3.9rem);font-weight:800}.hero-copy{max-width:60ch;margin-top:1rem;color:var(--muted);font-size:clamp(1rem,1.8vw,1.25rem)}.hero-cta{display:flex;gap:.8rem;margin-top:1.6rem;flex-wrap:wrap}.btn{display:inline-flex;justify-content:center;align-items:center;border-radius:999px;border:1px solid transparent;font-weight:700;font-size:.95rem;padding:.8rem 1.2rem;transition:transform .18s ease,border-color .18s ease,background .18s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{color:#1e1200;background:linear-gradient(145deg,var(--brand),var(--brand-2))}.btn-outline{border-color:var(--line);background:#101a2ccc}.btn-ghost{border-color:#56779a;background:#91bedd24}.stats{margin-top:2.2rem;display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem}.stats article{border:1px solid var(--line);background:#101828bf;border-radius:16px;padding:1rem}.stats strong{display:block;font-size:1.05rem}.stats span{display:block;margin-top:.35rem;color:var(--muted);font-size:.92rem}.section{padding:5rem 0}#representantes,.representative-card{scroll-margin-top:128px}.section-heading{margin-bottom:1.4rem}h2{font-size:clamp(1.8rem,3.3vw,3rem);margin:.5rem 0 0}.section-heading h2,.section p{max-width:22ch}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.photo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.9rem}.photo-card{margin:0;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#131d31bf}.photo-card img{width:100%;height:100%;min-height:170px;object-fit:cover;display:block}.card{background:linear-gradient(160deg,#91bedd1f,#f0ab001a) border-box,var(--surface) padding-box;border:1px solid transparent;border-radius:20px;padding:1.25rem}.card h3{margin-bottom:.65rem}.card p{margin:0;color:var(--muted)}.representative-card{display:flex;flex-direction:column;gap:.7rem}.representative-logo-wrap{min-height:72px;display:flex;align-items:center;padding:.45rem .65rem;border-radius:12px;border:1px solid #d7e3f2;background:#fff}.representative-logo{display:block;width:100%;max-width:220px;height:56px;object-fit:contain;object-position:left center}.representative-logo-fallback{display:none;padding:.35rem .6rem;border-radius:10px;border:1px solid #a5b8cc;background:#eef4fb;color:#1f3550;font-size:.82rem;font-weight:700;letter-spacing:.06em}.representative-logo-fallback.is-visible{display:inline-flex}.representative-site{margin-top:.2rem;color:#b7d4f0;font-size:.88rem;text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}.representative-site:hover{color:#fff}.representative-catalog{margin-top:auto;display:inline-flex;align-self:flex-start;border:1px solid #5f7f9f;border-radius:999px;padding:.45rem .85rem;font-size:.83rem;font-weight:700;letter-spacing:.03em;background:#91bedd1f;transition:background .15s ease,border-color .15s ease}.representative-catalog:hover{background:#91bedd3d;border-color:#84a8cc}.section-accent{background:linear-gradient(180deg,#11182600,#111826bf);border-top:1px solid #1d2a45;border-bottom:1px solid #1d2a45}.split{display:grid;grid-template-columns:1.2fr 1fr;gap:1.2rem;align-items:start}.split p{color:var(--muted);max-width:62ch}.panel{background:var(--bg-soft);border:1px solid var(--line);border-radius:20px;padding:1.3rem}.panel ul{margin:0;padding-left:1.1rem;display:grid;gap:.6rem;color:var(--muted)}.sector-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.8rem}.sector-item{border:1px solid var(--line);border-radius:14px;padding:.95rem 1rem;background:#131d31a6;font-weight:600}.contact{display:grid;grid-template-columns:1.2fr 1fr;gap:1.1rem}.contact p{color:var(--muted)}.contact-card{border:1px solid #44678a;border-radius:20px;padding:1.2rem;background:linear-gradient(170deg,#91bedd24,#ea7b0024)}.contact-card p{margin:0 0 .65rem}.full{margin-top:.6rem;width:100%}.site-footer{border-top:1px solid #1d2a45;background:#09111ed1;padding:1rem 0 1.2rem}.site-footer p{margin:0;text-align:center;color:#9fb8d3;font-size:.86rem;letter-spacing:.04em}.back-to-top{position:fixed;right:1.1rem;bottom:1.1rem;width:46px;height:46px;border-radius:999px;border:1px solid #6f8fb1;background:linear-gradient(165deg,#91bedd47,#0a1422f2);color:#fff;font-size:1.2rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 24px #00000059;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease;z-index:1300}.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}@media (max-width: 900px){.stats,.split,.contact,.hero-layout{grid-template-columns:1fr}.hero{padding-top:3.4rem}.hero-visual{grid-template-rows:122px 122px 122px 116px 116px;padding-top:.5rem;padding-bottom:.9rem}.nav{flex-wrap:wrap;justify-content:center}.nav-menu{width:100%;order:3}.hero-content{padding-top:6.4rem}.section{padding:3.8rem 0}.shell{width:min(1120px,calc(100% - 1.5rem))}.brand-logo{height:66px}.brand-title{font-size:1rem}.brand-subtitle{font-size:.73rem}}@media (max-width: 640px){.promo-popup-overlay{padding:.75rem}.nav{gap:.75rem;align-items:center}.brand{gap:.55rem}.brand-logo{height:54px}.btn-outline{padding:.65rem .95rem;font-size:.83rem}.nav-menu{border-radius:14px}.nav-menu a{font-size:.68rem;padding:.32rem .5rem}.promo-popup-card{width:min(560px,92vw);max-height:88vh;border-radius:12px}.promo-popup-image{max-height:calc(88vh - 2rem)}.promo-popup-close{top:.4rem;right:.4rem;width:30px;height:30px;font-size:1rem}.hero-visual{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:130px 130px 130px 128px 128px;padding-top:.5rem;padding-bottom:.9rem}.hero{padding-top:3.6rem}.back-to-top{right:.9rem;bottom:.9rem}.hero-photo-main{grid-column:1 / 3;grid-row:1 / 2}.hero-photo-side-a{grid-column:1 / 2;grid-row:2 / 3}.hero-photo-side-b{grid-column:2 / 3;grid-row:2 / 3}.hero-photo-side-c{grid-column:1 / 3;grid-row:3 / 4}.hero-photo-bottom{grid-column:1 / 3;grid-row:4 / 5}.hero-photo-bottom-2{grid-column:1 / 3;grid-row:5 / 6}}
