*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#002a5c;--primary-dark:#001840;--secondary:#10b981;--text-dark:#1f2937;--text-light:#6b7280;--bg-light:#f9fafb;--bg-white:#fff;--border:#e5e7eb}body{color:var(--text-dark);background-color:var(--bg-white);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-dark)}.hero-section{background:linear-gradient(135deg,#002a5c 0%,#001840 100%);padding:6rem 0}.hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.hero-text{max-width:500px}.hero-section h1{color:#fff;text-align:center;margin-bottom:1.5rem;font-size:3.5rem;line-height:1.2}.hero-section h1 .highlight{color:#77e8af;font-weight:700}.hero-section p{text-align:left;margin-bottom:2rem}.hero-image{width:100%;height:auto}.hero-image img{border-radius:1rem;width:100%;height:auto;box-shadow:0 20px 40px #0000004d}@media (width<=768px){.hero-content{grid-template-columns:1fr;gap:2rem}.hero-section h1{text-align:center;font-size:2.5rem}.hero-section p{text-align:center}.hero-text{max-width:none}}.hero-section p{color:#ffffffe6;text-align:center;margin-bottom:2rem;font-size:1.25rem}.button-group{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-primary{color:#002a5c;cursor:pointer;background-color:#fff;border:none;border-radius:.5rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .2s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #002a5c33}.btn-secondary{color:#fff;cursor:pointer;background-color:#0000;border:2px solid #fff;border-radius:.5rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .2s}.btn-secondary:hover{background-color:#ffffff1a}.features-section{padding:6rem 0}.features-header{text-align:center;margin-bottom:4rem}.features-header h2{margin-bottom:1rem;font-size:2.5rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.feature-card{border:1px solid var(--border);background:var(--bg-light);border-radius:1rem;padding:2rem;transition:all .3s}.feature-card:hover{box-shadow:0 10px 20px #0000001a}.feature-icon{margin-bottom:1rem;font-size:2.5rem}.feature-card h3{margin-bottom:1rem;font-size:1.25rem}.feature-card p{color:var(--text-light)}.how-section{background:var(--bg-light);padding:6rem 0}.how-header{text-align:center;margin-bottom:4rem}.how-header h2{margin-bottom:1rem;font-size:2.5rem}.how-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;display:grid}.step{text-align:center}.step-number{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;font-size:1.8rem;font-weight:800;display:flex}.step h3{margin-bottom:1rem;font-size:1.25rem}.step p{color:var(--text-light)}.pricing-section{background:linear-gradient(135deg,#002a5c 0%,#001840 100%);padding:6rem 0}.pricing-header{text-align:center;margin-bottom:4rem}.pricing-header h2{color:#fff;margin-bottom:1rem;font-size:2.5rem}.pricing-header p{color:#d1d5db;font-size:1.1rem}.pricing-trial{color:#77e8af;margin-top:1.5rem;font-size:1.1rem;font-weight:600}.pricing-table{border-collapse:collapse;background:var(--bg-white);border-radius:1rem;width:100%;overflow:hidden;box-shadow:0 4px 15px #00000014}.pricing-table thead{color:#1f2937;background:#77e8af}.pricing-table th{text-align:center;padding:1.5rem;font-size:1rem;font-weight:600}.pricing-table td{border-top:1px solid var(--border);color:var(--text-dark);text-align:center;padding:1.5rem}.pricing-table tbody tr:hover{background-color:var(--bg-light)}.pricing-row-featured{background-color:#002a5c0d;font-weight:600}.pricing-row-featured:hover{background-color:#002a5c1a}@media (width<=768px){.pricing-table{font-size:.9rem}.pricing-table th,.pricing-table td{padding:1rem}}.pricing-info{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem;display:grid}.info-item{text-align:center;background:#77e8af1a;border:1px solid #77e8af4d;border-radius:.75rem;padding:1.5rem}.info-icon{margin-bottom:1rem;font-size:2rem;display:block}.info-icon-checkmark{color:#fbbf24}.info-item p{color:#d1d5db;font-size:.95rem;line-height:1.5}.cta-section{text-align:center;background:linear-gradient(135deg,#002a5c 0%,#001840 100%);padding:6rem 0}.cta-section h2{color:#fff;margin-bottom:1.5rem;font-size:2.5rem}.cta-section p{color:#ffffffe6;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.cta-section .btn-primary{margin-bottom:1rem}.cta-footer{color:#ffffffb3;font-size:.9rem}footer{border-top:1px solid var(--border);background:var(--bg-light);text-align:center;color:var(--text-light);padding:3rem 0}footer p{margin-bottom:1rem}footer a{color:var(--text-light);margin:0 1rem}footer a:hover{color:var(--primary)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}header{border-bottom:3px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#fffffff2;padding:1.5rem 0;position:sticky;top:0}header .container{justify-content:space-between;align-items:center;display:flex}.logo{color:var(--primary);align-items:center;gap:.75rem;font-weight:800;display:flex}.logo img{width:auto;height:40px}.logo span{font-size:1.25rem}nav{align-items:center;gap:2rem;display:flex}nav a{color:var(--text-dark);font-weight:500}nav a:hover{color:var(--primary)}
