*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#1a2a44;--navy-light:#243455;--blue:#2563eb;--blue-hover:#1d4ed8;--blue-light:#dbeafe;--blue-bg:#eff6ff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--white:#fff;--green:#059669;--green-light:#d1fae5;--red:#dc2626;--shadow-sm:0 1px 2px #0000000d;--shadow:0 1px 3px #0000001a, 0 1px 2px #0000000f;--shadow-md:0 4px 6px #00000012, 0 2px 4px #0000000f;--shadow-lg:0 10px 15px #0000001a, 0 4px 6px #0000000d;--radius:8px;--radius-lg:12px}html{scroll-behavior:smooth}body{color:var(--gray-800);background:var(--white);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}h1,h2,h3,h4,h5,h6{color:var(--navy);font-weight:700;line-height:1.3}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{color:var(--gray-600);line-height:1.7}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:80px 0}.section-alt{background:var(--gray-50);padding:80px 0}.section-title{text-align:center;margin-bottom:16px}.section-subtitle{text-align:center;color:var(--gray-500);max-width:640px;margin:0 auto 48px;font-size:1.125rem}.navbar{background:var(--white);border-bottom:1px solid var(--gray-200);z-index:100;position:sticky;top:0}.navbar .container{justify-content:space-between;align-items:center;height:72px;display:flex}.navbar-brand{color:var(--navy);align-items:center;gap:10px;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.navbar-brand:hover{color:var(--navy);text-decoration:none}.navbar-brand .brand-icon{background:var(--blue);border-radius:var(--radius);width:36px;height:36px;color:var(--white);justify-content:center;align-items:center;font-size:1.1rem;font-weight:800;display:flex}.navbar-links{align-items:center;gap:32px;list-style:none;display:flex}.navbar-links a{color:var(--gray-600);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.navbar-links a:hover{color:var(--blue);text-decoration:none}.navbar-links a.active{color:var(--blue)}.nav-cta{background:var(--blue);border-radius:var(--radius);padding:10px 20px;transition:background .2s;color:var(--white)!important;font-weight:600!important}.nav-cta:hover{background:var(--blue-hover);color:var(--white)!important}.nav-toggle{cursor:pointer;background:0 0;border:none;padding:8px;display:none}.nav-toggle span{background:var(--navy);width:24px;height:2px;margin:5px 0;transition:all .3s;display:block}@media (width<=768px){.nav-toggle{display:block}.navbar-links{background:var(--white);border-bottom:1px solid var(--gray-200);box-shadow:var(--shadow-md);flex-direction:column;gap:16px;padding:24px;display:none;position:absolute;top:72px;left:0;right:0}.navbar-links.open{display:flex}}.hero{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);color:var(--white);text-align:center;padding:100px 0 80px}.hero h1{color:var(--white);max-width:800px;margin:0 auto 20px;font-size:3rem}.hero p{color:#ffffffd9;max-width:600px;margin:0 auto 36px;font-size:1.2rem}.hero-cta{background:var(--blue);color:var(--white);border-radius:var(--radius);padding:14px 32px;font-size:1.05rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s;display:inline-block}.hero-cta:hover{background:var(--blue-hover);text-decoration:none;transform:translateY(-1px)}.hero-badges{flex-wrap:wrap;justify-content:center;gap:32px;margin-top:48px;display:flex}.hero-badge{color:#fffc;align-items:center;gap:8px;font-size:.9rem;display:flex}.hero-badge svg{flex-shrink:0}.services-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}@media (width<=768px){.services-grid{grid-template-columns:1fr}}.service-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:32px;transition:box-shadow .2s,transform .2s}.service-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.service-icon{background:var(--blue-light);border-radius:var(--radius);width:56px;height:56px;color:var(--blue);justify-content:center;align-items:center;margin-bottom:20px;display:flex}.service-card h3{margin-bottom:12px}.service-card p{font-size:.95rem}.about-content{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}@media (width<=768px){.about-content{grid-template-columns:1fr;gap:32px}}.about-text h2{margin-bottom:20px}.about-text p{margin-bottom:16px}.about-stats{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.stat-card{background:var(--blue-bg);border-radius:var(--radius);text-align:center;padding:24px}.stat-card .stat-number{color:var(--blue);font-size:2rem;font-weight:800}.stat-card .stat-label{color:var(--gray-600);margin-top:4px;font-size:.9rem}.optin-section{background:linear-gradient(135deg, var(--blue-bg) 0%, var(--gray-50) 100%);padding:80px 0}.optin-wrapper{background:var(--white);border-radius:var(--radius-lg);max-width:640px;box-shadow:var(--shadow-lg);margin:0 auto;padding:48px}.optin-wrapper h2{text-align:center;margin-bottom:8px}.optin-wrapper .optin-subtitle{text-align:center;color:var(--gray-500);margin-bottom:32px}.form-group{margin-bottom:20px}.form-group label{color:var(--gray-700);margin-bottom:6px;font-size:.9rem;font-weight:600;display:block}.form-group input[type=text],.form-group input[type=email],.form-group input[type=tel],.form-group textarea{border:1px solid var(--gray-300);border-radius:var(--radius);background:var(--white);width:100%;padding:12px 16px;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #2563eb1a}.form-group textarea{resize:vertical;min-height:120px}.checkbox-group{margin:24px 0}.checkbox-item{background:var(--gray-50);border-radius:var(--radius);border:1px solid var(--gray-200);align-items:flex-start;gap:12px;margin-bottom:16px;padding:16px;display:flex}.checkbox-item input[type=checkbox]{width:18px;height:18px;accent-color:var(--blue);cursor:pointer;flex-shrink:0;margin-top:3px}.checkbox-item label{color:var(--gray-700);cursor:pointer;font-size:.88rem;line-height:1.5}.checkbox-item label a{color:var(--blue);text-decoration:underline}.sms-disclosure-block{border:2px solid var(--blue);border-radius:var(--radius-lg);background:var(--white);margin:20px 0;animation:.3s ease-out smsSlideIn;overflow:hidden}@keyframes smsSlideIn{0%{opacity:0;max-height:0;transform:translateY(-8px)}to{opacity:1;max-height:2000px;transform:translateY(0)}}.sms-disclosure-header{background:var(--blue-bg);border-bottom:1px solid var(--blue-light);color:var(--navy);align-items:center;gap:10px;padding:14px 20px;font-size:.92rem;display:flex}.sms-disclosure-header svg{color:var(--blue);flex-shrink:0}.sms-disclosure-body{padding:20px}.sms-disclosure-body>p{color:var(--gray-700);margin-bottom:16px;font-size:.88rem;line-height:1.6}.sms-disclosure-details{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);margin-bottom:20px;padding:16px}.sms-detail-item{color:var(--gray-600);border-bottom:1px solid var(--gray-200);padding:8px 0;font-size:.85rem;line-height:1.55}.sms-detail-item:last-child{border-bottom:none;padding-bottom:0}.sms-detail-item:first-child{padding-top:0}.sms-detail-item strong{color:var(--navy)}.sms-detail-item a{color:var(--blue);text-decoration:underline}.sms-ack-checkbox{border-radius:var(--radius);background:#fffbeb;border:2px solid #f59e0b;align-items:flex-start;gap:12px;padding:16px;display:flex}.sms-ack-checkbox input[type=checkbox]{width:20px;height:20px;accent-color:var(--blue);cursor:pointer;flex-shrink:0;margin-top:3px}.sms-ack-checkbox label{color:var(--gray-700);cursor:pointer;font-size:.88rem;font-weight:500;line-height:1.5}.sms-ack-checkbox label a{color:var(--blue);text-decoration:underline}.consent-note{color:var(--gray-500);margin-top:8px;font-size:.82rem;line-height:1.5}.label-optional{color:var(--gray-500);font-size:.85rem;font-weight:400}.field-hint{color:var(--gray-500);margin-top:6px;font-size:.8rem;line-height:1.4}.field-hint-warning{color:var(--red)}.form-error{border-radius:var(--radius);color:var(--red);background:#fef2f2;border:1px solid #fecaca;align-items:center;gap:8px;margin-bottom:16px;padding:12px 16px;font-size:.9rem;display:flex}.form-error svg{flex-shrink:0}.ticket-ref{color:var(--gray-500);margin-top:12px;font-size:.85rem}.btn-submit{background:var(--blue);width:100%;color:var(--white);border-radius:var(--radius);cursor:pointer;border:none;padding:14px 24px;font-family:inherit;font-size:1rem;font-weight:600;transition:background .2s,transform .1s}.btn-submit:hover:not(:disabled){background:var(--blue-hover);transform:translateY(-1px)}.btn-submit:disabled{opacity:.5;cursor:not-allowed}.form-success{text-align:center;padding:32px}.form-success .success-icon{background:var(--green-light);width:64px;height:64px;color:var(--green);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.form-success h3{color:var(--green);margin-bottom:8px}.contact-grid{grid-template-columns:1fr 1fr;gap:48px;display:grid}@media (width<=768px){.contact-grid{grid-template-columns:1fr}}.contact-info-card{align-items:flex-start;gap:16px;margin-bottom:28px;display:flex}.contact-icon{background:var(--blue-light);border-radius:var(--radius);width:48px;height:48px;color:var(--blue);flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-info-card h4{margin-bottom:4px;font-size:1rem}.contact-info-card p{font-size:.93rem}.footer{background:var(--navy);color:#fffc;padding:60px 0 0}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:48px;padding-bottom:40px;display:grid}@media (width<=768px){.footer-grid{grid-template-columns:1fr;gap:32px}}.footer-brand h3{color:var(--white);margin-bottom:12px}.footer-brand p{color:#ffffffb3;font-size:.9rem;line-height:1.7}.footer-links h4{color:var(--white);margin-bottom:16px;font-size:1rem}.footer-links ul{list-style:none}.footer-links li{margin-bottom:10px}.footer-links a{color:#ffffffb3;font-size:.9rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--white);text-decoration:none}.footer-contact-item{color:#ffffffb3;align-items:flex-start;gap:10px;margin-bottom:12px;font-size:.9rem;display:flex}.footer-contact-item svg{flex-shrink:0;margin-top:2px}.footer-bottom{text-align:center;color:#ffffff80;border-top:1px solid #ffffff1a;padding:20px 0;font-size:.85rem}.legal-page{padding:60px 0 80px}.legal-page .container{max-width:800px}.legal-page h1{margin-bottom:8px}.legal-updated{color:var(--gray-500);margin-bottom:40px;font-size:.9rem}.legal-page h2{margin-top:36px;margin-bottom:12px;font-size:1.35rem}.legal-page h3{margin-top:24px;margin-bottom:8px;font-size:1.1rem}.legal-page p{margin-bottom:14px;font-size:.95rem}.legal-page ul{margin-bottom:14px;padding-left:24px}.legal-page li{color:var(--gray-600);margin-bottom:6px;font-size:.95rem}.legal-highlight{background:var(--blue-bg);border-left:4px solid var(--blue);border-radius:0 var(--radius) var(--radius) 0;margin:20px 0;padding:16px 20px}.legal-highlight p{color:var(--navy);margin-bottom:0;font-weight:500}.contact-page-hero{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);color:var(--white);text-align:center;padding:60px 0}.contact-page-hero h1{color:var(--white)}.contact-page-hero p{color:#fffc;margin-top:12px}.text-center{text-align:center}.mt-4{margin-top:16px}.mb-4{margin-bottom:16px}@media (width<=480px){h1{font-size:2rem}h2{font-size:1.5rem}.hero h1{font-size:2rem}.hero{padding:60px 0}.section,.section-alt{padding:48px 0}.optin-wrapper{padding:24px}}
