*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;line-height:1.6;color:#333;background:#ffffff}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{background:#003366;color:#fff;padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px rgba(0,0,0,0.1)}nav{display:flex;justify-content:space-between;align-items:center}nav .logo{font-size:1.5rem;font-weight:700;letter-spacing:1px}nav ul{display:flex;list-style:none;gap:2rem}nav a{color:#fff;text-decoration:none;font-weight:500;transition:color 0.3s;padding:0.5rem 1rem}nav a:hover, nav a.active{color:#ffcc00}nav a.cta-nav{background:#ffcc00;color:#003366;border-radius:5px;font-weight:600}nav a.cta-nav:hover{background:#e6b800;color:#003366}.hamburger{display:none;flex-direction:column;cursor:pointer;padding:0.5rem;background:transparent;border:none}.hamburger span{width:25px;height:3px;background:#fff;margin:3px 0;transition:0.3s;border-radius:2px}.hamburger.active span:nth-child(1){transform:rotate(-45deg) translate(-5px, 6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(45deg) translate(-5px, -6px)}main{padding:0}@media (max-width:768px){.hamburger{display:flex}nav{position:relative}nav ul{position:absolute;top:100%;left:0;right:0;background:#003366;flex-direction:column;text-align:center;gap:0;max-height:0;overflow:hidden;transition:max-height 0.3s ease;box-shadow:0 4px 8px rgba(0,0,0,0.2)}nav ul.active{max-height:500px;padding:1rem 0}nav ul li{padding:0.5rem 0}nav a{display:block;padding:0.75rem 1rem}}.hero{background:linear-gradient(135deg, #003366 0%, #004080 100%);color:#fff;padding:6rem 0;text-align:center;min-height:500px;display:flex;align-items:center}.hero h1{font-size:3rem;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,0.3)}.hero-subtitle{font-size:1.3rem;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto;opacity:0.95}@media (max-width:768px){.hero h1{font-size:2rem}.hero-subtitle{font-size:1.1rem}.feature-showcase .container{grid-template-columns:1fr;gap:2rem}.feature-showcase-item img{max-width:100%}}.cta-button{display:inline-block;background:#ffcc00;color:#003366;padding:1rem 2.5rem;text-decoration:none;border-radius:5px;font-weight:600;font-size:1.1rem;transition:all 0.3s;box-shadow:0 4px 12px rgba(255,204,0,0.3)}.cta-button:hover{background:#e6b800;transform:translateY(-2px);box-shadow:0 6px 16px rgba(255,204,0,0.4)}.features-preview, .benefits{padding:5rem 0}.features-preview h2, .benefits h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#003366}.features-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem;margin-top:3rem}.feature-card{background:#f7f9fc;padding:2rem;border-radius:10px;text-align:center;transition:transform 0.3s, box-shadow 0.3s;box-shadow:0 2px 8px rgba(0,0,0,0.05)}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,0.1)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#003366;margin-bottom:1rem;font-size:1.3rem}.feature-card p{color:#666;line-height:1.7}.benefits{background:#f7f9fc}.benefits-content{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:3rem}.benefit-item h3{color:#003366;font-size:1.5rem;margin-bottom:1rem}.benefit-item p{color:#666;font-size:1.1rem}.cta-section{background:linear-gradient(135deg, #003366 0%, #004080 100%);color:#fff;padding:5rem 0;text-align:center}.cta-section h2{font-size:2.5rem;margin-bottom:1rem}.cta-section p{font-size:1.2rem;margin-bottom:2rem;opacity:0.95}.page-header{text-align:center;padding:3rem 0;background:linear-gradient(135deg, #f7f9fc 0%, #ffffff 100%)}.page-header h1{font-size:2.8rem;color:#003366;margin-bottom:1rem}.page-header .subtitle{font-size:1.3rem;color:#666}.features-detailed{padding:3rem 0}.features-detailed .container{display:grid;grid-template-columns:repeat(auto-fit, minmax(450px, 1fr));gap:2rem}.feature-detail{background:#fff;padding:2.5rem;border-radius:10px;border-left:4px solid #003366;box-shadow:0 2px 8px rgba(0,0,0,0.05)}.feature-detail h2{color:#003366;margin-bottom:1.5rem;font-size:1.6rem}.feature-detail ul{list-style-position:inside;color:#666}.feature-detail li{padding:0.5rem 0;line-height:1.7}@media (max-width:968px){.features-detailed .container{grid-template-columns:1fr}}.contact-page{padding:3rem 0}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h1{color:#003366;font-size:2.5rem;margin-bottom:1rem}.contact-header p{color:#666;font-size:1.1rem;max-width:700px;margin:0 auto}.contact-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}@media (max-width:968px){.contact-content{grid-template-columns:1fr}}.contact-form{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 12px rgba(0,0,0,0.08)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:0.5rem;color:#333;font-weight:500}.form-group input, .form-group select, .form-group textarea{width:100%;padding:0.8rem;border:1px solid #ddd;border-radius:5px;font-size:1rem;font-family:inherit;transition:border-color 0.3s}.form-group input:focus, .form-group select:focus, .form-group textarea:focus{outline:none;border-color:#003366}.form-group textarea{resize:vertical}.submit-button{width:100%;background:#003366;color:#fff;padding:1rem;border:none;border-radius:5px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background 0.3s}.submit-button:hover{background:#004080}.form-note{margin-top:1rem;font-size:0.9rem;color:#666;text-align:center}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-card{background:#f7f9fc;padding:2rem;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,0.05)}.info-card h3{color:#003366;margin-bottom:1rem;font-size:1.3rem}.info-card ol{padding-left:1.5rem}.info-card li{margin-bottom:1rem;line-height:1.6}.info-card li strong{color:#003366;display:block;margin-bottom:0.3rem}.info-card p{margin-bottom:0.5rem;color:#666}.faq-section{background:#f7f9fc;padding:4rem 0;margin-top:3rem}.faq-section h2{font-size:2rem;margin-bottom:30px;color:#003366;text-align:center}.accordion-faq{background:#fff;margin-bottom:1rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.1);overflow:hidden}.accordion-faq summary{padding:1.5rem;font-size:1.1rem;font-weight:600;color:#003366;cursor:pointer;list-style:none;user-select:none;transition:background-color 0.3s;position:relative}.accordion-faq summary::-webkit-details-marker{display:none}.accordion-faq summary::after{content:'+';position:absolute;right:1.5rem;font-size:1.5rem;font-weight:400;transition:transform 0.3s}.accordion-faq[open] summary::after{content:'−'}.accordion-faq summary:hover{background-color:#f0f4f8}.accordion-faq p{padding:0 1.5rem 1.5rem;color:#555;line-height:1.7;margin:0}.hero-image{margin:2rem 0}.hero-image img{max-width:100%;height:auto;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,0.2)}.breadcrumb-nav{background:linear-gradient(135deg, #e6f2ff 0%, #f0f7ff 100%);padding:1.25rem 0;border-bottom:2px solid #b3d9ff}.breadcrumb{list-style:none;display:flex;align-items:center;gap:0.75rem;font-size:0.95rem;margin:0;padding:0}.breadcrumb li{display:flex;align-items:center}.breadcrumb li:not(:last-child)::after{content:'→';margin-left:0.75rem;color:#0066cc;font-weight:400;font-size:1.1rem}.breadcrumb a{color:#003366;text-decoration:none;background:#fff;padding:0.5rem 1rem;border-radius:6px;border:2px solid #b3d9ff;transition:all 0.3s;font-weight:500;box-shadow:0 2px 4px rgba(0,51,102,0.1)}.breadcrumb a:hover{background:#003366;color:#fff;border-color:#003366;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,51,102,0.2)}.breadcrumb li:last-child span{color:#003366;font-weight:600;background:#ffcc00;padding:0.5rem 1rem;border-radius:6px;border:2px solid #ffcc00;box-shadow:0 2px 4px rgba(255,204,0,0.2)}.trust-badges{display:flex;justify-content:center;gap:2rem;margin:2rem 0;flex-wrap:wrap}.badge-item{display:flex;flex-direction:column;align-items:center;gap:0.5rem;text-align:center}.badge-item img{width:60px;height:60px}.badge-item span{font-size:0.85rem;color:#666;font-weight:500}.feature-showcase{padding:3rem 0}.feature-showcase .container{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:3rem;max-width:100%}.feature-showcase-item{text-align:center;overflow:hidden;max-width:100%}.feature-showcase-item img{width:100%;max-width:600px;min-width:0;height:auto;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.15);margin-bottom:1rem;transition:transform 0.3s;display:block}.feature-showcase-item img:hover{transform:scale(1.02)}.feature-showcase-item h3{color:#003366;font-size:1.4rem;font-weight:600}.faq-cta{text-align:center;margin-top:2rem;padding:2rem;background:#fff;border-radius:8px}.faq-cta a{color:#003366;font-weight:600}footer{background:#003366;color:#fff;text-align:center;padding:2rem 0;margin-top:4rem}footer p{opacity:0.9}