:root{--primary:#5d87ff;--primary-light:#86a5ff;--primary-dark:#1e2b6f;--secondary:#45CC5A;--secondary-light:#7EEA8D;--secondary-dark:#2E9E41;--bg:#ffffff;--surface:#ffffff;--border:#e6e9ef;--muted:#6b6b6b;--accent-bg:#f5f7ff;--text:#1a1f36;--text-muted:#6b7280;--text-inverse:#ffffff;--shadow-sm:0 4px 10px rgba(0, 0, 0, 0.04);--shadow-md:0 10px 30px rgba(11, 43, 69, 0.1);--radius:12px;--maxw:1260px;--font-family:Inter,system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}a{color:var(--primary);text-decoration:none;font-weight:700;transition:color .2s}a:hover{color:var(--primary-light)}.container{max-width:var(--maxw);margin:0 auto;padding:0 1rem}h1{font-size:2.25rem;font-weight:700;margin-bottom:1rem}h2{font-size:1.875rem;font-weight:700;margin-bottom:.75rem}h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}h4,h5,h6{font-weight:600;margin-bottom:.5rem}p{margin-bottom:1rem;line-height:1.5}p.soft{font-size:16px;color:var(--text-muted);margin-bottom:18px}.btn,button{padding:12px 16px;border-radius:var(--radius);border:none;font-size:18px;font-weight:800;cursor:pointer;transition:all .2s}.btn-primary{background:var(--primary);color:var(--text-inverse);box-shadow:var(--shadow-md)}.btn-primary:hover{background:var(--primary-light)}.btn-secondary{background:var(--secondary);box-shadow:var(--shadow-md)}.btn-secondary:hover{background:var(--secondary-light)}.btn-outline{background:0 0;border:2px solid var(--primary);color:var(--primary)}.btn-outline:hover{background:#f5f5f5}.btn-outline-2{background:0 0;border:2px solid var(--secondary);color:var(--secondary)}.btn-outline-2:hover{background:#f5f5f5}.card{background:var(--surface);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow-sm);margin-bottom:1rem;min-height:180px}.badge,.chip{display:inline-block;background:var(--secondary-light);padding:6px 10px;border-radius:999px;font-weight:700;font-size:13px;margin-right:6px;margin-bottom:6px;color:var(--text)}input,select,textarea{width:100%;padding:12px;border-radius:var(--radius);border:1px solid var(--border);font-size:14px;margin-bottom:10px;color:var(--text);background:var(--surface)}input:focus,select:focus,textarea:focus{outline:0;border-color:var(--primary);box-shadow:0 0 0 3px rgba(11,43,69,.1)}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.ml-8{margin-left:2rem}.ml-12{margin-left:3rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mr-8{margin-right:2rem}.mr-12{margin-right:3rem}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-4{margin:1rem}.m-8{margin:2rem}.m-12{margin:3rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-8{padding:2rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-8{padding-top:2rem}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.pb-8{padding-bottom:2rem}.pl-1{padding-left:.25rem}.pl-2{padding-left:.5rem}.pl-4{padding-left:1rem}.pl-8{padding-left:2rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-4{padding-right:1rem}.pr-8{padding-right:2rem}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.align-start{align-items:flex-start}.align-center{align-items:center}.align-end{align-items:flex-end}.text-start{text-align:start}.text-center{align-items:center}.text-end{text-align:end}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.full-width{width:100%}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.gap-x-1{column-gap:.25rem}.gap-x-2{column-gap:.5rem}.gap-x-4{column-gap:1rem}.gap-x-8{column-gap:2rem}.gap-y-1{row-gap:.25rem}.gap-y-2{row-gap:.5rem}.gap-y-4{row-gap:1rem}.gap-y-8{row-gap:2rem}@media (min-width:640px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}}.row{display:flex;flex-wrap:wrap;margin-left:-.5rem;margin-right:-.5rem}.col{padding-left:.5rem;padding-right:.5rem;flex:1 1 100%}.col-1{flex:0 0 8.33%;max-width:8.33%}.col-2{flex:0 0 16.66%;max-width:16.66%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33%;max-width:33.33%}.col-5{flex:0 0 41.66%;max-width:41.66%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33%;max-width:58.33%}.col-8{flex:0 0 66.66%;max-width:66.66%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33%;max-width:83.33%}.col-11{flex:0 0 91.66%;max-width:91.66%}.col-12{flex:0 0 100%;max-width:100%}@media (min-width:640px){.sm-col-1{flex:0 0 8.33%;max-width:8.33%}.sm-col-2{flex:0 0 16.66%;max-width:16.66%}.sm-col-3{flex:0 0 25%;max-width:25%}.sm-col-4{flex:0 0 33.33%;max-width:33.33%}.sm-col-5{flex:0 0 41.66%;max-width:41.66%}.sm-col-6{flex:0 0 50%;max-width:50%}.sm-col-7{flex:0 0 58.33%;max-width:58.33%}.sm-col-8{flex:0 0 66.66%;max-width:66.66%}.sm-col-9{flex:0 0 75%;max-width:75%}.sm-col-10{flex:0 0 83.33%;max-width:83.33%}.sm-col-11{flex:0 0 91.66%;max-width:91.66%}.sm-col-12{flex:0 0 100%;max-width:100%}}@media (min-width:1024px){.lg-col-1{flex:0 0 8.33%;max-width:8.33%}.lg-col-2{flex:0 0 16.66%;max-width:16.66%}.lg-col-3{flex:0 0 25%;max-width:25%}.lg-col-4{flex:0 0 33.33%;max-width:33.33%}.lg-col-5{flex:0 0 41.66%;max-width:41.66%}.lg-col-6{flex:0 0 50%;max-width:50%}.lg-col-7{flex:0 0 58.33%;max-width:58.33%}.lg-col-8{flex:0 0 66.66%;max-width:66.66%}.lg-col-9{flex:0 0 75%;max-width:75%}.lg-col-10{flex:0 0 83.33%;max-width:83.33%}.lg-col-11{flex:0 0 91.66%;max-width:91.66%}.lg-col-12{flex:0 0 100%;max-width:100%}}nav a{color:var(--muted);margin-left:16px;text-decoration:none;font-weight:700;font-size:14px}.card-accent{background-color:var(--accent-bg);min-height:222px}.hero{color:#f5f7ff;font-size:19px;line-height:1.8}.hero strong{color:var(--secondary-light)}.form-access{justify-content:center}.form-access .card{min-width:440px}@media (min-width:1024px){.form-access{justify-content:end}}@media (max-width:640px){.form-access .card{min-width:unset}.hide-mobile{display:none}}.icon-feature{width:48px;height:48px;margin:0 auto 1rem auto;display:inline-block;object-fit:contain}