.header{background:#0e6fb2;padding:12px 20px;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #00000026}.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{display:flex;flex-shrink:0}.logo img{display:block;height:33px;width:auto}.nav-menu{display:flex;gap:20px;flex:1;justify-content:flex-end}.nav-link{color:#fff;text-decoration:none;font-weight:500;font-size:1rem;transition:opacity .2s}.nav-link:hover{opacity:.9;text-decoration:underline}.lang-selector{position:relative}.lang-trigger{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#fff3;border:1px solid rgba(255,255,255,.4);border-radius:6px;color:#fff;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .2s}.lang-trigger:hover{background:#ffffff4d}.lang-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1}.lang-dropdown{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #00000026;list-style:none;padding:6px 0;min-width:80px;z-index:2}.lang-dropdown li{margin:0}.lang-dropdown button{display:block;width:100%;padding:10px 16px;border:none;background:none;text-align:left;font-size:.95rem;cursor:pointer;color:#333}.lang-dropdown button:hover,.lang-dropdown button.active{background:#f0f0f0;color:#0e6fb2}@media(max-width:768px){.nav-menu{display:none}}.footer{background:#fff;padding:40px 20px 30px;border-top:1px solid #eee}.footer-inner{max-width:1200px;margin:0 auto;display:flex;align-items:flex-start;justify-content:center;gap:60px;flex-wrap:wrap}.footer-logo img{width:120px;height:auto}.footer-col h3{font-size:1rem;font-weight:600;margin:0 0 12px;text-transform:uppercase;letter-spacing:.5px;color:#333}.footer-col p{margin:0 0 8px;color:#555;font-size:.95rem}.footer-col a{color:#0e6fb2;text-decoration:none}.footer-col a:hover{text-decoration:underline}@media(max-width:600px){.footer-inner{flex-direction:column;align-items:center;text-align:center}}.layout{min-height:100vh;display:flex;flex-direction:column}.main{flex:1}.newsletter-form{max-width:560px;margin:0 auto;padding:20px;background:#6888ad80;border-radius:8px}.newsletter-row{display:flex;gap:12px;flex-wrap:wrap}.newsletter-input{flex:1;min-width:200px;height:56px;padding:16px 20px;border:none;border-radius:8px;font-size:1rem;font-weight:600;background:#fff;color:#000}.newsletter-input::placeholder{color:#000;font-weight:600}.newsletter-submit{height:56px;padding:0 28px;background:#fc8344;color:#fff;border:2px solid #fff;border-radius:8px;font-size:1rem;font-weight:600;letter-spacing:1.5px;cursor:pointer;transition:background .2s}.newsletter-submit:hover:not(:disabled){background:#32cd32}.newsletter-submit:disabled{opacity:.7;cursor:not-allowed}.newsletter-message{margin-top:16px;padding:14px;border-radius:8px;text-align:center;font-weight:600}.newsletter-message.success{background:#1f2937;color:#fff;border:2px solid #FF7A45}.newsletter-message.error{background:#fee;color:#c00;border:2px solid #c00}@media(max-width:480px){.newsletter-row{flex-direction:column}.newsletter-submit{width:100%}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.hero-content{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:60px;max-width:1200px;padding:40px 24px}.hero-text{flex:1}.hero-title{margin:0 0 12px;font-size:clamp(2rem,5vw,4rem);font-weight:400;color:#fff;line-height:1.2}.hero-title em{color:#d5bd90;font-style:italic;font-family:Playfair Display,BlinkMacSystemFont,-apple-system,Roboto,Lucida Sans,sans-serif}.hero-subtitle{margin:0 0 24px;font-size:clamp(1.1rem,2.5vw,2rem);font-weight:400;color:#fff;font-style:italic;font-family:Playfair Display,BlinkMacSystemFont,-apple-system,Roboto,Lucida Sans,sans-serif}.hero-cta{display:inline-flex;align-items:center;gap:10px;padding:17px 25px;background:#18b68c;color:#fff;font-weight:700;text-transform:uppercase;border-radius:30px;text-decoration:none;transition:background .2s}.hero-cta:hover{background:#15a07a}.hero-image{flex-shrink:0}.hero-image img{width:380px;max-width:100%;height:auto}.features-mobile{visibility:hidden;height:0;overflow:hidden;padding:0;margin:0;background:#0e6fb2}.features-mobile-content{max-width:1000px;margin:0 auto;display:flex;align-items:center;gap:60px;flex-wrap:wrap}.features-mobile-img{width:280px;max-width:100%;height:auto}.features-mobile-title{margin:0 0 30px;font-size:1.8rem;font-weight:700;color:#fff}.features-mobile-title em{color:#d5bd90;font-style:italic}.features-grid{display:flex;flex-direction:column;gap:24px}.feature-card{color:#fff}.feature-card h3{margin:0 0 8px;font-size:1.25rem;font-weight:600}.feature-card p{margin:0;font-size:.95rem;line-height:1.5;opacity:.95}.newsletter-section{background:#1f1f1f;padding:80px 24px;text-align:center}.newsletter-heading{margin:0 0 16px;font-size:clamp(1.8rem,4vw,4rem);font-weight:400;color:#fff;line-height:1.2}.newsletter-heading em{color:#d5bd90;font-style:italic;font-family:Playfair Display,BlinkMacSystemFont,-apple-system,Roboto,Lucida Sans,sans-serif}.newsletter-subheading{margin:0 0 32px;font-size:1.25rem;color:#fff;font-weight:400}@media(max-width:768px){.hero-content{flex-direction:column;text-align:center}.hero-image img{width:250px}.features-mobile-content{flex-direction:column;text-align:center}}.content-page{background:#f8f9fa;padding:60px 24px 80px;min-height:60vh}.content-wrap{max-width:800px;margin:0 auto}.content-page h1{font-size:2rem;font-weight:700;color:#1f1f1f;margin:0 0 12px}.content-intro{font-size:1.1rem;color:#555;margin:0 0 40px;line-height:1.5}.content-section{margin-bottom:36px;padding:24px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f}.content-section h2{font-size:1.25rem;font-weight:600;color:#0e6fb2;margin:0 0 12px}.content-section p{margin:0 0 12px;line-height:1.6;color:#333}.content-section ul{margin:12px 0 0;padding-left:24px}.content-section li{margin-bottom:8px;line-height:1.5;color:#444}.safety-rule{display:flex;gap:20px;align-items:flex-start}.rule-num{flex-shrink:0;font-size:1.5rem;font-weight:700;color:#0e6fb2}@media(max-width:600px){.safety-rule{flex-direction:column;gap:8px}}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Roboto,BlinkMacSystemFont,-apple-system,Roboto,Lucida Sans;font-size:16px;line-height:1.5;color:#333;background:#fff}img{max-width:100%;height:auto;display:block}a{color:inherit}
