*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--brand: #7c6af5;--brand-dark: #5646c9;--brand-darker: #46379e;--ink: #1a1a2e;--muted: #5c5c70;--border: #e6e4f5;--bg-muted: #f7f6fd}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1.6;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}ul,ol{list-style:none}img{max-width:100%;display:block}.page{display:flex;flex-direction:column;min-height:100vh}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.2rem;border-radius:.6rem;font-weight:600;font-size:.95rem;border:none;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.btn--lg{padding:.85rem 1.6rem;font-size:1rem}.btn--primary{background:var(--brand-dark);color:#fff}.btn--primary:hover{background:var(--brand-darker)}.btn--primary:disabled{background:#b9b0f7;cursor:not-allowed}.btn--secondary{background:#fff;color:var(--ink);border:1px solid var(--border)}.btn--secondary:hover{background:var(--bg-muted)}.nav{position:sticky;top:0;z-index:10;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.nav__inner{max-width:1120px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.nav__brand{font-weight:800;font-size:1.15rem}.nav__links{display:flex;gap:1.5rem;font-weight:500;color:var(--muted)}.nav__links a:hover{color:var(--ink)}.nav__links a.nav__link--active{color:var(--brand-dark)}.nav__cta{flex-shrink:0}.nav__toggle{display:none;background:none;border:none;font-size:1.4rem;line-height:1;cursor:pointer;padding:.25rem;color:var(--ink)}@media (max-width: 640px){.nav__links{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;gap:0;background:#fff;border-bottom:1px solid var(--border);padding:.5rem 1.5rem 1rem}.nav__links--open{display:flex}.nav__links a{padding:.6rem 0}.nav__toggle{display:block}}.hero{padding:5rem 1.5rem 4rem;background:linear-gradient(180deg,var(--bg-muted),#fff)}.hero__inner{max-width:780px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.hero h1{font-size:2.75rem;font-weight:800;line-height:1.2}.hero__subtitle{font-size:1.15rem;color:var(--muted);max-width:560px}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.pill{display:inline-block;padding:.35rem .9rem;border-radius:999px;background:#ece9fd;color:var(--brand-dark);font-size:.85rem;font-weight:600}@media (max-width: 640px){.hero h1{font-size:2rem}}.section{padding:5rem 1.5rem}.section--muted{background:var(--bg-muted)}.section__inner{max-width:1120px;margin:0 auto}.section__inner h2{font-size:2rem;font-weight:800;text-align:center}.section__subtitle{color:var(--muted);text-align:center;max-width:560px;margin:.75rem auto 3rem;font-size:1.05rem}.section__inner--split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;text-align:left}.section__inner--split h2{text-align:left}.section__inner--split .section__subtitle{margin:.75rem 0 0;text-align:left}@media (max-width: 800px){.section__inner--split{grid-template-columns:1fr}}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-card{padding:1.75rem;border:1px solid var(--border);border-radius:1rem;background:#fff}.feature-card__icon{font-size:1.75rem;margin-bottom:.75rem}.feature-card h3{font-size:1.05rem;margin-bottom:.4rem}.feature-card p{color:var(--muted);font-size:.95rem}@media (max-width: 900px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.features-grid{grid-template-columns:1fr}}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem}.step{padding:.5rem}.step__number{display:inline-block;font-size:1.25rem;border-radius:999px;width:2.5rem;height:2.5rem;line-height:2.5rem;text-align:center;background:#ece9fd;margin-bottom:.75rem}.step h3{font-size:1.05rem;margin-bottom:.4rem}.step p{color:var(--muted);font-size:.95rem}@media (max-width: 900px){.steps{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.steps{grid-template-columns:1fr}}.contact-card{background:#fff;border:1px solid var(--border);border-radius:1rem;padding:2rem;display:flex;flex-direction:column;gap:1.1rem;box-shadow:0 8px 24px #7c6af514}.contact-card--success{text-align:center;gap:.5rem}.form-row{display:flex;flex-direction:column;gap:.4rem}.form-row label{font-size:.9rem;font-weight:600}.form-row input,.form-row select,.form-row textarea{font:inherit;padding:.6rem .75rem;border:1px solid var(--border);border-radius:.5rem;background:#fff;color:var(--ink)}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{outline:2px solid var(--brand);outline-offset:1px}.form-error{color:#c0392b;font-size:.9rem}.footer{width:100%;background:var(--ink);padding:2.5rem 1.5rem}.footer__inner{max-width:1120px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;color:#c7c6d8;font-size:.9rem}.footer__brand{display:flex;flex-direction:column;gap:.25rem}.footer__logo{font-weight:800;color:#fff}.footer__links{display:flex;gap:1.25rem}.footer__links a:hover{color:#fff}.footer__copyright{color:#8f8ea6}@media (max-width: 640px){.footer__inner{flex-direction:column;align-items:flex-start}}
