:root{--red: #d20000;--gray: #2e2e2e;--light: #f9f9f9;--white: #ffffff;--text: #333333;--text-muted: #555555;--shadow: 0 4px 24px rgba(0, 0, 0, .08);--radius: 8px;--max-w: 1200px;--header-h: 64px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text);background:var(--white);line-height:1.6}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.site-header{background:var(--gray);position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #00000059}.header-inner{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;padding:0 24px;height:var(--header-h)}.header-logo{height:35px;width:auto}.desktop-nav{display:flex;align-items:center;gap:4px}.nav-link{color:#ffffffe6;font-weight:700;font-size:12.5px;letter-spacing:.6px;padding:8px 14px;border-radius:4px;text-transform:uppercase;transition:background .18s,color .18s}.nav-link:hover{background:#ffffff1f;color:#fff}.lang-btn{color:#ffffffd9;font-weight:700;font-size:12.5px;padding:6px 12px;border:1.5px solid rgba(255,255,255,.35);border-radius:4px;margin-left:8px;letter-spacing:.5px;transition:background .18s,border-color .18s,color .18s}.lang-btn:hover{background:#ffffff26;border-color:#ffffffb3;color:#fff}.menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:8px;border-radius:4px;transition:background .18s}.menu-toggle:hover{background:#ffffff1a}.hamburger-line{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:transform .2s,opacity .2s}.mobile-nav{display:none;flex-direction:column;padding:12px 24px 20px;gap:4px;border-top:1px solid rgba(255,255,255,.08);background:var(--gray)}.mobile-nav.open{display:flex}.mobile-nav .nav-link{text-transform:none;font-size:15px;letter-spacing:0;padding:10px 14px}.mobile-lang{margin-top:8px;border-top:1px solid rgba(255,255,255,.1);padding-top:12px}@media(max-width:900px){.desktop-nav{display:none}.menu-toggle{display:flex}}.hero{background-color:var(--gray);position:relative;padding:120px 20px;text-align:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background-image:url(/img/Logo_full_white_800x200.png);background-repeat:repeat;background-size:266px auto;opacity:.04;pointer-events:none}.hero-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:28px}.hero-logo{width:min(450px,85vw);height:auto}.hero-divider{width:60px;height:3px;background:var(--red);flex-shrink:0}.hero-tagline{color:#ffffffeb;font-size:clamp(14px,2.5vw,20px);letter-spacing:3px;font-weight:300;text-transform:uppercase;max-width:600px}.section{padding:80px 20px;background:var(--white)}.section.bg-light{background:var(--light)}.section-inner{max-width:var(--max-w);margin:0 auto}.section-header{text-align:center;margin-bottom:50px}.section-title{font-size:clamp(24px,4vw,32px);font-weight:700;color:var(--gray);letter-spacing:1px}.section-divider{width:50px;height:3px;background:var(--red);margin:14px auto 0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.about-image{border-radius:var(--radius);width:100%;object-fit:cover;aspect-ratio:4/3}.about-text{font-size:18px;line-height:1.8;color:#444}@media(max-width:900px){.about-grid{grid-template-columns:1fr}.about-image{display:none}}.cards-grid{display:flex;flex-wrap:wrap;gap:28px;justify-content:center}.service-card{background:var(--white);border-radius:12px;padding:40px 36px;width:340px;box-shadow:var(--shadow);border-bottom:5px solid var(--red);display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001f}.service-icon{color:var(--red);flex-shrink:0}.service-title{font-size:21px;font-weight:700;color:var(--gray)}.service-desc{line-height:1.6;color:var(--text-muted)}.msp-tagline{font-size:18px;text-align:center;color:var(--text-muted);margin-bottom:40px;max-width:640px;margin-inline:auto}.tiles-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.msp-tile{border:1px solid #dedede;border-radius:var(--radius);padding:28px 24px;width:300px;text-align:center;transition:border-color .2s,box-shadow .2s}.msp-tile:hover{border-color:var(--red);box-shadow:0 2px 12px #d2000014}.msp-tile-title{font-size:18px;font-weight:700;margin-bottom:10px;color:var(--gray)}.msp-tile-desc{font-size:15px;line-height:1.6;color:var(--text-muted)}.contact-items{display:flex;flex-wrap:wrap;gap:36px;justify-content:center}.contact-item{display:flex;align-items:center;gap:12px;color:var(--text);font-size:17px;font-weight:500;transition:color .18s}.contact-item:hover{color:var(--red)}.contact-icon{color:var(--red);flex-shrink:0}.site-footer{background:var(--gray);padding:60px 20px;text-align:center}.footer-logo{height:40px;width:auto;margin:0 auto 28px}.footer-links{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-bottom:36px}.footer-link{color:#ffffffa6;font-size:14px;padding:5px 12px;border-radius:4px;transition:color .18s,background .18s}.footer-link:hover{color:#fff;background:#ffffff1a}.footer-divider{height:1px;background:#ffffff1a;max-width:500px;margin:0 auto 20px}.footer-copy{color:#ffffff61;font-size:13px}.legal-page{padding:64px 20px 80px}.legal-content{max-width:860px;margin:0 auto}.legal-title{font-size:clamp(24px,5vw,32px);font-weight:700;color:var(--gray);margin-bottom:8px}.legal-date{color:#999;font-size:14px;margin-bottom:44px}.legal-section{margin-bottom:40px}.legal-section-h1{font-size:21px;font-weight:700;color:var(--red);margin-bottom:6px}.legal-section-h2{font-size:17px;font-weight:600;color:var(--gray);margin-bottom:10px}.legal-text{font-size:16px;line-height:1.75;color:#444;white-space:pre-line}.note-box{background:var(--light);border-left:5px solid var(--red);padding:24px 28px;border-radius:0 var(--radius) var(--radius) 0;margin-bottom:32px}.note-box-title{font-size:19px;font-weight:700;color:var(--red);margin-bottom:10px}.legal-divider{border:none;border-top:1px solid #e8e8e8;margin:40px 0 20px}.legal-source{font-size:12px;color:#aaa}
