@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}.aw-shell{color:#1a0a4e;background:#fff;min-height:100vh;font-family:DM Sans,sans-serif}.aw-nav{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffd9;border-bottom:1px solid #ede9ff;position:sticky;top:0}.aw-nav-inner{justify-content:space-between;align-items:center;max-width:1120px;margin:0 auto;padding:1rem 1.5rem;display:flex}.aw-logo{align-items:center;gap:.6rem;display:flex}.aw-logo-icon{color:#fff;background:#754ffe;border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;font-size:16px;font-weight:800;display:flex}.aw-logo-name{color:#1a0a4e;letter-spacing:-.2px;font-size:1rem;font-weight:700}.aw-nav-actions{align-items:center;gap:.75rem;display:flex}.aw-btn-ghost{color:#9089a8;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .15s}.aw-btn-ghost:hover{color:#1a0a4e}.aw-btn-primary{color:#fff;background:#754ffe;border-radius:10px;padding:.55rem 1.25rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:background .15s,transform .15s;box-shadow:0 4px 14px #754ffe4d}.aw-btn-primary:hover{background:#6343d8;transform:translateY(-1px)}.aw-hero{background:#fff;padding:5.5rem 1.5rem 5rem;position:relative;overflow:hidden}.aw-hero-blob{filter:blur(90px);pointer-events:none;opacity:.5;border-radius:50%;position:absolute}.aw-blob-1{background:#ede9ff;width:420px;height:420px;top:-160px;left:-140px}.aw-blob-2{opacity:.7;background:#fefce8;width:320px;height:320px;bottom:-100px;right:-80px}.aw-hero-inner{z-index:2;grid-template-columns:1fr;align-items:center;gap:3rem;max-width:1120px;margin:0 auto;display:grid;position:relative}.aw-badge{color:#754ffe;background:#f5f3ff;border:1px solid #e2ddf0;border-radius:99px;align-items:center;gap:.4rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.aw-hero-title{letter-spacing:-.8px;color:#1a0a4e;margin-bottom:1.25rem;font-size:clamp(2rem,4.5vw,3.1rem);font-weight:800;line-height:1.15}.aw-hero-highlight{color:#754ffe;display:block}.aw-hero-sub{color:#9089a8;max-width:480px;margin-bottom:2rem;font-size:1.05rem;line-height:1.75}.aw-hero-ctas{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.aw-cta-primary{color:#fff;background:#754ffe;border-radius:12px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex;box-shadow:0 6px 20px #754ffe59}.aw-cta-primary:hover{background:#6343d8;transform:translateY(-1px)}.aw-cta-secondary{color:#1a0a4e;background:#fff;border:1.5px solid #e2ddf0;border-radius:12px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex}.aw-cta-secondary:hover{color:#754ffe;border-color:#754ffe;transform:translateY(-1px)}.aw-cta-outline-light{color:#fff;background:#ffffff26;border:1.5px solid #fff6;border-radius:12px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex}.aw-cta-outline-light:hover{background:#ffffff40}.aw-hero-stats{flex-wrap:wrap;align-items:center;gap:2rem;display:flex}.aw-stat-num{color:#1a0a4e;font-size:1.4rem;font-weight:800}.aw-stat-label{color:#9089a8;margin-top:.15rem;font-size:.78rem}.aw-hero-visual{justify-content:center;display:flex}.aw-mock-card{background:#fff;border:1px solid #ede9ff;border-radius:20px;width:100%;max-width:380px;overflow:hidden;box-shadow:0 24px 60px #1a0a4e1a}.aw-mock-topbar{border-bottom:1px solid #f5f3ff;gap:.4rem;padding:.9rem 1.1rem;display:flex}.aw-mock-dot{border-radius:50%;width:9px;height:9px;display:block}.aw-mock-body{flex-direction:column;gap:1rem;padding:1.25rem 1.1rem;display:flex}.aw-mock-row{align-items:center;gap:.75rem;display:flex}.aw-mock-icon{background:#754ffe1a;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.aw-mock-lines{flex-direction:column;flex:1;gap:.4rem;display:flex}.aw-mock-line{background:#f5f3ff;border-radius:4px;height:8px;display:block}.aw-mock-line-sm{background:#faf9ff;height:6px}.aw-mock-status{white-space:nowrap;border-radius:99px;padding:.25rem .6rem;font-size:.68rem;font-weight:700}.aw-status-pending{color:#754ffe;background:#f5f3ff}.aw-status-done{color:#16a34a;background:#f0fdf4}.aw-status-progress{color:#ca8a04;background:#fefce8}.aw-mock-footer{background:#faf9ff;border-top:1px solid #f5f3ff;align-items:center;gap:.6rem;padding:1rem 1.1rem;display:flex}.aw-mock-avatar-stack{display:flex}.aw-mock-avatar{background:linear-gradient(135deg,#754ffe,#a78bfa);border:2px solid #fff;border-radius:50%;width:24px;height:24px;margin-left:-8px}.aw-mock-avatar:first-child{margin-left:0}.aw-mock-footer-text{color:#9089a8;font-size:.78rem;font-weight:500}.aw-section{padding:5rem 1.5rem}.aw-section-tint{background:#faf9ff}.aw-section-inner{max-width:1120px;margin:0 auto}.aw-section-head{max-width:560px;margin-bottom:3rem}.aw-eyebrow{color:#754ffe;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.6rem;font-size:.78rem;font-weight:700}.aw-section-title{color:#1a0a4e;letter-spacing:-.4px;margin-bottom:.6rem;font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800}.aw-section-sub{color:#9089a8;font-size:1rem}.aw-timeline{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.aw-tstep{background:#fff;border:1px solid #ede9ff;border-radius:18px;padding:1.75rem 1.5rem;position:relative}.aw-tstep-icon{background:#f5f3ff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;display:flex}.aw-tstep-num{color:#e2ddf0;font-size:.75rem;font-weight:800;position:absolute;top:1.5rem;right:1.5rem}.aw-tstep-title{color:#1a0a4e;margin-bottom:.5rem;font-size:1rem;font-weight:700}.aw-tstep-desc{color:#9089a8;font-size:.85rem;line-height:1.65}.aw-bento{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.aw-bento-item{background:#fff;border:1px solid #ede9ff;border-radius:18px;grid-column:span 2;padding:1.75rem;transition:box-shadow .15s,transform .15s}.aw-bento-item:hover{transform:translateY(-2px);box-shadow:0 12px 30px #754ffe1a}.aw-bento-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;display:flex}.aw-bento-title{color:#1a0a4e;margin-bottom:.5rem;font-size:1rem;font-weight:700}.aw-bento-desc{color:#9089a8;font-size:.87rem;line-height:1.7}.aw-expert-grid{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}.aw-expert-desc{color:#9089a8;margin-bottom:1.5rem;font-size:.98rem;line-height:1.8}.aw-perks{flex-direction:column;gap:.7rem;list-style:none;display:flex}.aw-perks li{color:#1a0a4e;align-items:center;gap:.65rem;font-size:.9rem;font-weight:500;display:flex}.aw-dash-card{background:#fff;border:1px solid #ede9ff;border-radius:22px;padding:1.75rem;box-shadow:0 20px 50px #754ffe1a}.aw-dash-header{border-bottom:1px solid #f5f3ff;align-items:center;gap:.85rem;margin-bottom:1.25rem;padding-bottom:1.25rem;display:flex}.aw-dash-avatar{background:linear-gradient(135deg,#754ffe,#9b7bff);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.aw-dash-name{color:#1a0a4e;font-size:.92rem;font-weight:700}.aw-dash-role{color:#9089a8;font-size:.76rem}.aw-dash-badge{color:#ca8a04;background:#fefce8;border:1px solid #fde68a;border-radius:99px;align-items:center;gap:.25rem;margin-left:auto;padding:.2rem .6rem;font-size:.78rem;font-weight:600;display:flex}.aw-dash-highlight{margin-bottom:1.25rem}.aw-dash-highlight-label{color:#9089a8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.3rem;font-size:.72rem;font-weight:700}.aw-dash-highlight-value{color:#16a34a;letter-spacing:-.3px;font-size:1.3rem;font-weight:800}.aw-dash-list{flex-direction:column;gap:.6rem;display:flex}.aw-dash-item{color:#3d2a7a;background:#faf9ff;border-radius:10px;align-items:center;gap:.65rem;padding:.75rem .9rem;font-size:.85rem;font-weight:500;display:flex}.aw-dash-item-icon{background:#754ffe1a;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.aw-cta-card{text-align:center;background:linear-gradient(135deg,#1a0a4e,#754ffe);border-radius:28px;padding:4rem 2rem;position:relative;overflow:hidden}.aw-cta-blob{filter:blur(20px);background:#ffffff14;border-radius:50%;width:300px;height:300px;position:absolute;top:-120px;right:-80px}.aw-cta-title{z-index:1;color:#fff;margin-bottom:.75rem;font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;position:relative}.aw-cta-sub{z-index:1;color:#ffffffbf;margin-bottom:2rem;font-size:1rem;position:relative}.aw-cta-card .aw-hero-ctas{z-index:1;margin-bottom:0;position:relative}.aw-footer{background:#fff;border-top:1px solid #ede9ff;padding:2.5rem 1.5rem}.aw-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1120px;margin:0 auto;display:flex}.aw-footer-copy{color:#9089a8;font-size:.8rem}.aw-footer-links{gap:1.25rem;display:flex}.aw-footer-link{color:#9089a8;font-size:.82rem;text-decoration:none}.aw-footer-link:hover{color:#754ffe}@media (width>=900px){.aw-hero-inner{grid-template-columns:1.1fr .9fr}.aw-expert-grid{grid-template-columns:1fr 1fr}}@media (width<=900px){.aw-timeline,.aw-bento{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.aw-timeline{grid-template-columns:1fr}.aw-hero-stats{gap:1.25rem}}
