@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=Poppins:wght@400;500&display=swap";:root{--green: #138000;--purple: #5a1f80;--blue: #05668d;--accent1: linear-gradient(90deg, var(--green), var(--purple), var(--blue));--card-bg: #ffffff;--muted: #6b6b6b}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:Poppins,sans-serif;background:#f8fafb;color:#222;width:100%;overflow-x:hidden}.app{display:flex;flex-direction:column;align-items:center;width:100%;min-height:100vh}.header{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;padding:1rem 2rem;position:sticky;top:0;z-index:1000;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);flex-wrap:wrap;gap:1rem}.header-left{display:flex;align-items:center;gap:10px;flex-shrink:0}.logo-sm{width:48px;height:auto}.header h1{font-family:Montserrat,sans-serif;font-size:1.5rem;color:var(--purple);margin:0;white-space:nowrap}.nav{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap;justify-content:center}.nav a{color:#333;text-decoration:none;font-weight:500;font-size:.95rem;padding:.5rem .3rem;white-space:nowrap;transition:color .3s ease;position:relative}.nav a:hover{color:var(--blue)}.nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--blue);transition:width .3s ease}.nav a:hover:after{width:100%}.hero-hero{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;max-width:1200px;width:100%;padding:4rem 2rem;background:var(--accent1);color:#fff;border-radius:0 0 25px 25px;margin-bottom:2rem;gap:2rem}.hero-content{flex:1;min-width:300px;max-width:600px}.hero-title{font-family:Montserrat,sans-serif;font-size:2.4rem;margin-bottom:1rem;line-height:1.2}.hero-sub{font-size:1.05rem;line-height:1.6;color:#fffffff2;margin-bottom:1.5rem}.hero-bullets{list-style:none;display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1.5rem}.hero-bullets li{background:#ffffff1a;padding:.8rem 1.2rem;border-radius:8px;font-weight:500;font-size:.95rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-cta-row{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.cta{text-decoration:none;padding:.8rem 1.5rem;border-radius:10px;font-weight:600;text-align:center;transition:all .3s ease;border:2px solid transparent;font-size:.95rem;min-width:140px}.cta.primary{background:#fff;color:var(--purple);box-shadow:0 4px 15px #00000026}.cta.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.cta.outline{border:2px solid rgba(255,255,255,.4);color:#fff;background:transparent}.cta.outline:hover{background:#ffffff1a;border-color:#fffc}.trust{margin-top:1.5rem;font-size:.9rem;display:flex;gap:.5rem;align-items:center;color:#ffffffd9;justify-content:center;flex-wrap:wrap}.hero-form{flex:1;min-width:320px;display:flex;justify-content:center;align-items:flex-start}.form-card{background:var(--card-bg);color:#333;border-radius:15px;padding:2rem;max-width:400px;width:100%;box-shadow:0 8px 25px #0003}.form-card h3{color:var(--purple);text-align:center;margin-bottom:.5rem;font-size:1.4rem}.form-card .small{font-size:.9rem;color:#666;text-align:center;margin-bottom:1.5rem;line-height:1.4}.form-select,.form-card input{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:8px;margin-bottom:1rem;font-size:1rem;font-family:Poppins,sans-serif;transition:border-color .3s ease}.form-select:focus,.form-card input:focus{outline:none;border-color:var(--purple);box-shadow:0 0 0 3px #5a1f801a}.btn-submit{width:100%;background:linear-gradient(90deg,var(--purple),var(--green));color:#fff;border:none;padding:.8rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem;font-family:Poppins,sans-serif}.btn-submit:hover{background:linear-gradient(90deg,var(--green),var(--purple));transform:translateY(-2px);box-shadow:0 4px 12px #5a1f804d}.notice{margin-top:1rem;padding:.8rem;background:#d4edda;color:#155724;border-radius:6px;text-align:center;font-size:.9rem}.section{width:100%;max-width:1200px;margin:0 auto;padding:4rem 2rem}.section h2{text-align:center;color:var(--purple);font-size:2rem;margin-bottom:1.5rem;font-family:Montserrat,sans-serif}.section p{text-align:center;line-height:1.6;max-width:800px;margin:0 auto 1.5rem;color:#555}.flow{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.flow-step{background:#fff;padding:1.5rem;border-radius:12px;text-align:center;box-shadow:0 6px 20px #00000014;transition:transform .3s ease}.flow-step:hover{transform:translateY(-5px)}.flow-step .num{width:45px;height:45px;border-radius:50%;background:var(--green);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.1rem}.flow-step h4{color:var(--purple);margin-bottom:.8rem;font-size:1.1rem}.flow-step p{text-align:center;color:#666;font-size:.95rem;line-height:1.5}.benefit-list{list-style:none;text-align:center;margin-top:1.5rem;color:#555;line-height:1.8;max-width:600px;margin-left:auto;margin-right:auto}.benefit-list li{padding:.5rem 0;font-size:1.05rem}.qa{max-width:800px;margin:0 auto}.qa details{background:#fff;padding:1.2rem;border-radius:10px;box-shadow:0 6px 15px #0000000d;margin-bottom:1rem;border:1px solid #f0f0f0;transition:all .3s ease}.qa details:hover{box-shadow:0 8px 20px #0000001a}.qa summary{font-weight:600;cursor:pointer;font-size:1.05rem;color:var(--purple)}.qa p{text-align:left;margin-top:1rem;color:#555;line-height:1.6}.final-cta{background:var(--accent1);color:#fff;text-align:center;border-radius:15px;padding:3rem 2rem;margin:2rem auto;max-width:1000px}.final-cta h2{color:#fff;margin-bottom:1rem}.final-cta p{color:#ffffffe6;margin-bottom:1.5rem}.cta.large{display:inline-block;margin-top:1rem;background:#fff;color:var(--purple);padding:1rem 2rem;border-radius:10px;font-weight:700;text-decoration:none;transition:all .3s ease}.cta.large:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.footer{background:#10221f;color:#dfeeea;width:100%;padding:2rem 1rem;margin-top:auto}.footer-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer a{color:#2ecc71;text-decoration:none;transition:color .3s ease}.footer a:hover{color:#27ae60}@media(max-width:1024px){.hero-hero{flex-direction:column;text-align:center;padding:3rem 1.5rem;gap:2rem}.hero-content{max-width:100%}.hero-form{width:100%;margin-top:0}.form-card{max-width:500px;margin:0 auto}.nav{gap:1rem}.nav a{font-size:.9rem;padding:.4rem .2rem}}@media(max-width:768px){.header{padding:1rem;flex-direction:column;text-align:center;gap:1rem}.nav{justify-content:center;gap:1rem}.nav a{font-size:.9rem;padding:.4rem .3rem}.hero-title{font-size:2rem}.hero-sub{font-size:1rem}.section{padding:3rem 1.5rem}.section h2{font-size:1.8rem}.footer-inner{flex-direction:column;text-align:center;gap:1rem}.hero-bullets{justify-content:center}.hero-bullets li{font-size:.9rem;padding:.6rem 1rem}}@media(max-width:480px){.header{padding:.8rem 1rem}.header h1{font-size:1.3rem}.nav{gap:.8rem}.nav a{font-size:.85rem;padding:.3rem .2rem}.hero-hero{padding:2.5rem 1rem;border-radius:0 0 15px 15px}.hero-title{font-size:1.8rem}.hero-cta-row{flex-direction:column;align-items:center}.cta{width:100%;max-width:250px}.form-card{padding:1.5rem}.section{padding:2.5rem 1rem}.section h2{font-size:1.6rem}.flow{grid-template-columns:1fr;gap:1.2rem}.flow-step{padding:1.2rem}}@media(max-width:360px){.nav{flex-direction:column;gap:.5rem;width:100%}.nav a{font-size:.9rem;padding:.5rem 0;display:block;text-align:center;width:100%;border-bottom:1px solid rgba(0,0,0,.1)}.nav a:last-child{border-bottom:none}.header{gap:.8rem}.hero-title{font-size:1.6rem}.hero-bullets li{font-size:.85rem;padding:.5rem .8rem}}.nav a{word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:130px}@media(min-width:1400px){.hero-hero,.section,.header{max-width:1300px}}@media(prefers-reduced-motion:no-preference){.header,.nav a{transition:all .3s ease}}
