@import"https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@300;400;500;600;700&display=swap";@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css";.landing-page{--bg-color: #000000;--bg-secondary: #0F0F0F;--bg-card: #141414;--text-color: #FFFFFF;--text-muted: #9CA3AF;--primary-color: #AC0021;--accent-gold: #D4AF37;--accent-blue: #0056D2;--font-display: "Anton", sans-serif;--font-body: "Inter", sans-serif;--border-color: #262626;--radius: 4px;--transition: all .3s cubic-bezier(.25, .8, .25, 1);background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-body);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh;position:relative;width:100%;box-sizing:border-box;@keyframes ripple{0%{transform:scale(0);opacity:1}to{transform:scale(4);opacity:0}}}.landing-page *,.landing-page *:before,.landing-page *:after{box-sizing:inherit}.landing-page a{text-decoration:none;color:inherit;transition:var(--transition)}.landing-page img{max-width:100%;display:block;object-fit:cover}.landing-page .highlight{color:var(--primary-color)}.landing-page .highlight-gold{color:var(--accent-gold)}.landing-page .section-title{font-family:var(--font-display);font-size:clamp(3rem,5vw,4.5rem);text-transform:uppercase;line-height:1.1;letter-spacing:1px;margin-bottom:3rem;color:#fff}.landing-page .container{max-width:1400px;margin:0 auto;padding:0 2rem}.landing-page .section-padding{padding:8rem 0}.landing-page .hero-section{scroll-snap-align:start;position:relative;z-index:1;padding-bottom:15rem}.landing-page .section-curved{scroll-snap-align:start;background:#f8f9fa;border-radius:60px 60px 0 0;margin-top:-60px;padding-top:6rem;color:#111;position:relative;z-index:20;box-shadow:0 -10px 40px #0000001a}.landing-page .section-curved .section-title{color:#111}.landing-page .section-curved .bento-card{background:#fff;border:1px solid #E5E7EB;color:#111;box-shadow:0 4px 20px #0000000d}.landing-page .section-curved .bento-card:hover{border-color:#000;background:#fff;transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.landing-page .section-curved .bento-card h3{color:#111!important}.landing-page .section-curved .bento-card p{color:#555!important}.landing-page .header{position:fixed;top:0;left:0;width:100%;z-index:100;padding:1.5rem 0;background:transparent;transition:all .3s ease}.landing-page .header.scrolled{background:#000;padding:1rem 0;border-bottom:1px solid #222}.landing-page .header-container{display:flex;justify-content:space-between;align-items:center}.landing-page .logo{display:flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-weight:700;font-size:1.5rem;letter-spacing:-.02em;color:#fff}.landing-page .mobile-toggle{display:none}.landing-page .nav-list{display:flex;gap:3rem;list-style:none;margin-left:4rem;margin-right:auto}.landing-page .nav-list .mobile-cta{display:none}.landing-page .nav-link{font-family:var(--font-body);font-weight:500;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:#fffc}.landing-page .nav-link:hover,.landing-page .nav-link.active{color:#fff}.landing-page .header-actions{display:flex;align-items:center;gap:2rem}.landing-page .contact-phone{color:#ffffffb3;font-size:.9rem;font-weight:500;display:flex;align-items:center;gap:.5rem}.landing-page .btn-cta{background:#8b0018;color:#fff;padding:.6rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:600;display:flex;align-items:center;gap:.5rem;transition:all .2s;border:none;text-transform:none;font-family:var(--font-body)}.landing-page .btn-cta:hover{background:#fff;color:#8b0018;transform:translateY(-2px)}.landing-page .btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-family:var(--font-body);font-weight:600;text-transform:uppercase;letter-spacing:1px;border:none;cursor:pointer;transition:var(--transition);font-size:.9rem;border-radius:12px}.landing-page .btn-primary{background:var(--primary-color);color:#fff;border:1px solid var(--primary-color)}.landing-page .btn-primary:hover{background:#c40026;border-color:#c40026;transform:translateY(-2px);box-shadow:0 4px 20px #ac002166}.landing-page .btn-outline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}.landing-page .btn-outline:hover{border-color:#fff;background:#ffffff0d}.landing-page .bento-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:minmax(300px,auto);gap:1.5rem}.landing-page .bento-card{background:var(--bg-card);border:1px solid var(--border-color);padding:2.5rem;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;border-radius:var(--radius);transition:var(--transition)}.landing-page .bento-card:hover{border-color:#444;background:#1a1a1a}.landing-page .span-4{grid-column:span 4}.landing-page .span-6{grid-column:span 6}.landing-page .span-8{grid-column:span 8}.landing-page .span-12{grid-column:span 12}.landing-page .footer{background-color:#000;color:#fff;padding:6rem 0 2rem;position:relative;z-index:50;border-top:1px solid #1a1a1a;overflow:hidden}.landing-page .footer:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:80%;height:1px;background:linear-gradient(90deg,transparent,var(--primary-color),transparent);opacity:.5}.landing-page .footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;gap:4rem;margin-bottom:4rem}.landing-page .footer-brand{flex:1;min-width:300px}.landing-page .footer-logo{display:flex;align-items:center;gap:.8rem;font-family:var(--font-display);font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.landing-page .footer-logo i{color:var(--primary-color);font-size:1.8rem}.landing-page .footer-tagline{font-weight:600;font-size:1.1rem;margin-bottom:1rem;color:#fff}.landing-page .footer-description{color:var(--text-muted);font-size:.95rem;line-height:1.7;max-width:400px}.landing-page .footer-links-group{display:flex;gap:4rem;flex-wrap:wrap}.landing-page .link-column h4{font-family:var(--font-body);font-size:1rem;font-weight:700;margin-bottom:1.5rem;color:#fff;text-transform:uppercase;letter-spacing:1px}.landing-page .footer-link{display:block;color:var(--text-muted);margin-bottom:.8rem;font-size:.95rem;transition:all .3s ease;position:relative;width:fit-content}.landing-page .footer-link:hover{color:#fff;transform:translate(5px)}.landing-page .footer-link.icon-link{display:flex;align-items:center;gap:.8rem}.landing-page .footer-socials{display:flex;gap:1rem;margin-top:1.5rem}.landing-page .social-icon{width:40px;height:40px;border-radius:50%;background:#ffffff0d;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s cubic-bezier(.25,.8,.25,1);border:1px solid rgba(255,255,255,.1)}.landing-page .social-icon:hover{background:var(--primary-color);transform:translateY(-5px) scale(1.1);border-color:var(--primary-color);box-shadow:0 10px 20px #ac00214d}.landing-page .footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;color:var(--text-muted);font-size:.9rem}.landing-page .footer-legal{display:flex;gap:1rem;align-items:center}.landing-page .footer-legal a{color:var(--text-muted);transition:color .2s}.landing-page .footer-legal a:hover{color:#fff}.landing-page .article-content h3{color:#fff;font-size:1.5rem;margin-top:2.5rem;margin-bottom:1rem;font-weight:700}.landing-page .article-content p{margin-bottom:1.5rem}.landing-page .article-content ul{margin:1.5rem 0;padding-left:2rem}.landing-page .article-content li{margin-bottom:.75rem;color:var(--text-muted)}.landing-page .news-card:hover{box-shadow:0 20px 60px #ac00214d;border-color:#ac00214d}.landing-page .news-card:hover h3{color:var(--primary-color)}.landing-page .read-more-link:hover{gap:.75rem!important}.landing-page button,.landing-page a,.landing-page .clickable{position:relative;overflow:hidden;transition:all .3s ease}.landing-page button:active,.landing-page a:active,.landing-page .clickable:active{transform:scale(.95)}.landing-page button:hover,.landing-page a:hover{transform:translateY(-2px)}.landing-page button:hover{box-shadow:0 8px 25px #ac00214d}.landing-page a{transition:color .3s ease,transform .3s ease}.landing-page a:hover{color:var(--primary-color)}.landing-page .principles-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(max-width:1024px){.landing-page .span-4,.landing-page .span-6,.landing-page .span-8{grid-column:span 12}}@media(max-width:768px){.landing-page .header .nav-list,.landing-page .header .header-actions{display:none}.landing-page .mobile-toggle{display:block;color:#fff;font-size:1.5rem}.landing-page .section-title{font-size:2.5rem}.landing-page .bento-grid{display:flex;flex-direction:column}.landing-page .nav.open .nav-list{display:flex;flex-direction:column;position:absolute;top:100%;left:0;width:100%;background:#000;padding:2rem;height:100vh;border-top:1px solid var(--border-color);gap:2rem}.landing-page .nav-list .mobile-cta{display:block!important;width:100%;margin-top:1rem}.landing-page .nav-list .mobile-cta .btn-cta{justify-content:center;width:fit-content}.landing-page .footer-content{flex-direction:column;gap:3rem}.landing-page .footer-links-group{flex-direction:column;gap:2.5rem}.landing-page .footer-logo{font-size:1.8rem}.landing-page .footer-bottom{flex-direction:column;text-align:center}}@media(min-width:900px){.landing-page .principles-grid{grid-template-columns:repeat(2,1fr)}.landing-page .principles-grid>div:nth-child(3){grid-column:span 2;width:calc(50% - 1rem);margin:0 auto}}
