:root{--bg: #090909;--bg-soft: #111111;--card: #161616;--card-2: #1c1c1c;--white: #ffffff;--text: #e8e8e8;--muted: #bdbdbd;--orange: #ff5a00;--orange-dark: #d94800;--border: rgba(255, 255, 255, .08);--shadow: 0 18px 40px rgba(0, 0, 0, .4);--radius: 18px;--container: 1200px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Montserrat,sans-serif;background:radial-gradient(circle at top right,rgba(255,90,0,.08),transparent 25%),linear-gradient(180deg,#070707,#0d0d0d 45%,#090909);color:var(--text)}img{max-width:100%;display:block}a{text-decoration:none}.container{width:min(100% - 32px,var(--container));margin:0 auto}.topbar{position:sticky;top:0;z-index:1000;background:#080808eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,90,0,.25)}.nav{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{display:flex;align-items:center;gap:12px}.logo-icon{width:120px;height:90px;transition-duration:.5s;cursor:pointer}.logo-icon:hover{transform:scale(1.2);transition-duration:.5s}.logo-text{display:flex;flex-direction:column;line-height:1}.logo-title{font-size:1.5rem;font-weight:800;color:var(--white);text-transform:uppercase}.logo-title strong{color:var(--orange)}.logo-subtitle{font-size:.85rem;color:#d6d6d6;letter-spacing:.2rem;text-transform:uppercase;margin-top:4px}.menu{display:flex;align-items:center;gap:28px}.menu a{color:var(--white);font-weight:600;font-size:.95rem;position:relative}.menu a:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;background:var(--orange);transition:.3s ease}.menu a:hover:after{width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 28px;border-radius:12px;font-weight:800;text-transform:uppercase;letter-spacing:.02em;transition:.25s ease}.btn-primary,.btn-header{color:var(--white);background:linear-gradient(180deg,#ff6b1a 0%,var(--orange) 100%);box-shadow:0 10px 24px #ff5a0047}.btn-primary:hover,.btn-header:hover{transform:translateY(-2px);box-shadow:0 16px 28px #ff5a0059}.hero{padding:48px 0 28px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#000000bf 20%,#0000004d 55%,#00000014);pointer-events:none}.hero-content{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:40px}.hero-text h1{font-size:clamp(2.7rem,6vw,5rem);line-height:.95;font-weight:900;color:var(--white);margin-bottom:18px;text-transform:uppercase}.hero-text h1 span{color:var(--orange)}.hero-text p{font-size:1.2rem;color:#ededed;margin-bottom:28px;font-weight:500}.hero-image{position:relative;border-radius:28px;overflow:hidden;border:1px solid rgba(255,90,0,.18);box-shadow:var(--shadow)}.hero-image img{width:100%;height:640px;object-fit:cover;background-image:url(/mec.png);filter:brightness(50%)}.hero-features{margin-top:36px;display:flex;flex-wrap:wrap;gap:18px 24px}.feature{display:flex;align-items:center;gap:12px;color:var(--white);font-weight:600;background:#ffffff08;border:1px solid rgba(255,90,0,.14);border-radius:14px;padding:12px 16px}.feature-icon{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#2b2b2b,#151515);border:1px solid rgba(255,90,0,.24);color:var(--orange);display:grid;place-items:center;font-size:1.25rem}.services,.about,.cta-contact{padding:80px 0}.section-title{margin-bottom:28px}.section-title.center{text-align:center;margin-bottom:42px}.section-title h2{font-size:clamp(2rem,4vw,3rem);text-transform:uppercase;font-weight:900;color:var(--white)}.section-title h2 span{color:var(--orange)}.section-title p{margin-top:8px;color:var(--muted);font-size:1rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-card{background:linear-gradient(180deg,#1a1a1a,#111);border:1px solid rgba(255,90,0,.12);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:.25s ease}.service-card:hover{transform:translateY(-6px);border-color:#ff5a0059}.card-ribbon{background:linear-gradient(180deg,#ff6a18 0%,var(--orange) 100%);color:var(--white);font-weight:800;font-size:1.1rem;padding:18px 22px;text-transform:uppercase}.service-body{padding:32px 22px;display:flex;align-items:center;gap:18px;min-height:150px}.service-icon{width:72px;height:72px;border-radius:18px;background:#202020;border:1px solid rgba(255,90,0,.18);display:grid;place-items:center;font-size:2rem}.service-body p{font-size:1rem;color:var(--white);font-weight:600}.about-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:32px;align-items:start}.about-left{padding:8px 0}.about-left h3{font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.15;text-transform:uppercase;color:var(--white);margin-bottom:18px;font-weight:900}.about-left h3:first-line{color:var(--orange)}.about-description{max-width:560px;color:#d4d4d4;line-height:1.75;font-size:1rem;margin-bottom:28px}.contact-list{display:flex;flex-direction:column;gap:16px;max-width:560px}.contact-item{display:flex;align-items:center;gap:14px;background:#ffffff08;border:1px solid var(--border);border-left:4px solid var(--orange);border-radius:14px;padding:16px 18px;color:var(--white);font-weight:500;cursor:pointer}.contact-icon{width:42px;height:42px;border-radius:50%;background:linear-gradient(180deg,var(--orange),var(--orange-dark));display:grid;place-items:center;flex-shrink:0}.reviews-card{background:linear-gradient(180deg,#ffffff08,#ffffff04),#101010;border:1px solid rgba(255,90,0,.2);border-radius:24px;padding:28px;box-shadow:var(--shadow);position:relative;overflow:hidden}.reviews-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--orange),#ff8e4c)}.reviews-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:22px;margin-bottom:22px;border-bottom:1px solid rgba(255,255,255,.08)}.rating-line{display:flex;align-items:center;gap:12px;margin-bottom:8px}.rating-line strong{font-size:2rem;color:var(--white)}.stars,.review-stars{color:#ffbf1f;letter-spacing:.12em}.reviews-header h3{font-size:1.7rem;color:var(--white);margin-bottom:6px}.reviews-header p{color:var(--muted)}.google-badge{color:var(--white);font-weight:800;font-size:1.3rem;background:#ffffff0a;padding:10px 14px;border-radius:12px;border:1px solid var(--border)}.review-item{padding:18px 0;border-bottom:1px solid rgba(255,255,255,.08)}.review-item:last-of-type{border-bottom:none}.review-user{display:flex;align-items:center;gap:14px;margin-bottom:10px}.review-user div:last-child{display:flex;flex-direction:column;gap:4px}.review-user span{font-size:.85rem;color:var(--muted)}.avatar{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(180deg,var(--orange),var(--orange-dark));color:var(--white);font-weight:800}.review-item p{color:#dfdfdf;line-height:1.75;margin-top:10px}.btn-reviews{margin-top:24px}.cta-box{background:linear-gradient(180deg,#ffffff08,#ffffff04),#101010;border:1px solid rgba(255,90,0,.14);border-radius:24px;padding:48px 24px;text-align:center;box-shadow:var(--shadow)}.cta-box h2{font-size:clamp(2rem,4vw,3rem);text-transform:uppercase;color:var(--white);margin-bottom:10px}.cta-box p{color:var(--muted);text-transform:uppercase;font-weight:600;margin-bottom:26px}@media(max-width:1080px){.hero-content,.about-grid,.services-grid{grid-template-columns:1fr}.hero-image img{height:460px}.menu{display:none}.nav{justify-content:space-between}}@media(max-width:768px){.topbar{position:relative}.topbar .nav{min-height:auto;padding:18px 0;flex-wrap:wrap}.topbar .nav .logo{display:flex;justify-content:space-between;width:100vw}.topbar .nav .logo-text{display:flex;text-align:right}.btn-header{width:100%}.hero{padding-top:28px}.hero-text h1{font-size:2.6rem}.hero-text p{font-size:1rem}.hero-features{flex-direction:column;align-items:stretch}.service-body{min-height:auto}.reviews-card{padding:22px 18px}.reviews-header{flex-direction:column}.contact-item{align-items:flex-start;cursor:pointer}.contact-item span:last-child{line-height:1.5}}@media(max-width:480px){.logo-title{font-size:1.15rem}.logo-subtitle{font-size:.7rem;letter-spacing:.14rem}.hero-text h1{font-size:2.15rem}.btn,.btn-primary,.btn-header{width:100%}.card-ribbon{font-size:.95rem}.service-body{flex-direction:column;text-align:center}}
