:root{--blue-600: #2563eb;--blue-700: #1d4ed8;--slate-50: #f8fafc;--slate-100: #f1f5f9;--slate-200: #e2e8f0;--slate-400: #94a3b8;--slate-500: #64748b;--slate-600: #475569;--slate-800: #1e293b;--slate-900: #0f172a;--emerald-50: #ecfdf5;--emerald-100: #d1fae5;--emerald-500: #10b981;--emerald-800: #065f46;--emerald-900: #064e3b;--radius-2xl: 1.5rem;--radius-3xl: 2rem}*{box-sizing:border-box;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body{background-color:var(--slate-50);color:var(--slate-900);line-height:1.5;-webkit-font-smoothing:antialiased}.app-wrapper{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden}.container{width:100%;height:100%;display:flex;flex-direction:column}.ad-label{background:var(--slate-100);color:var(--slate-400);text-align:center;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:.25rem 0}header{background:#fff;padding:.75rem 1rem;border-bottom:1px solid var(--slate-200);flex-shrink:0}@media(min-width:768px){header{padding:.75rem 1.5rem}}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;flex-direction:row}.logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.125rem;color:var(--slate-800);letter-spacing:-.025em}.logo svg{background:var(--blue-600);color:#fff;width:32px;height:32px;padding:6px;border-radius:.5rem}.header-call{display:none}@media(min-width:768px){.header-call{display:flex;align-items:center;gap:.5rem;font-weight:700;color:var(--blue-600)}}main{flex-grow:1;display:grid;grid-template-columns:1fr;gap:.75rem;padding:.75rem;max-width:1200px;margin:0 auto;width:100%}@media(min-width:768px){main{gap:1rem;padding:1rem}}@media(min-width:992px){main{grid-template-columns:7fr 5fr;gap:1.5rem;padding:1.5rem;align-items:stretch}.hero{grid-column:1;grid-row:1}.benefits{grid-column:1;grid-row:2}.who-is-for{grid-column:1;grid-row:3}.how-it-works{grid-column:2;grid-row:1}.faq{grid-column:2;grid-row:2 / span 2}}section{background:#fff;border:1px solid var(--slate-200);border-radius:1.25rem;padding:1.25rem;box-shadow:0 1px 2px #0000000d;position:relative;overflow:hidden}@media(min-width:768px){section{padding:2rem;border-radius:var(--radius-3xl)}}.hero{display:flex;flex-direction:column;justify-content:center;z-index:1}.hero:after{content:"";position:absolute;top:-10%;right:-5%;width:300px;height:300px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232563eb' viewBox='0 0 24 24'%3E%3Cpath d='M12 2L2 12h3v8h14v-8h3L12 2z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;opacity:.03;z-index:-1;pointer-events:none}.hero .container{justify-content:center;align-items:flex-start}.hero h1{font-size:1.875rem;font-weight:800;line-height:1.15;margin-bottom:1rem;color:var(--slate-900);letter-spacing:-.025em;text-align:left}.hero p{font-size:1rem;color:var(--slate-600);margin-bottom:1.5rem;max-width:500px;text-align:left}@media(min-width:768px){.hero h1{font-size:3rem;margin-bottom:1.5rem}.hero p{font-size:1.125rem;margin-bottom:2rem}}.cta-button{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;background-color:var(--blue-600);color:#fff;font-size:1.125rem;font-weight:700;padding:1rem;border-radius:1rem;text-decoration:none;box-shadow:0 10px 15px -3px #2563eb4d;transition:all .2s;width:100%;position:relative;z-index:10}@media(min-width:768px){.cta-button{width:fit-content;font-size:1.25rem;padding:1.25rem 2rem}}.cta-button:hover{background-color:var(--blue-700)}.consent-text,.disclosure-text{font-size:.6875rem;color:var(--slate-400);line-height:1.4;margin-top:1rem;text-align:left;max-width:100%;position:relative;z-index:10}@media(min-width:768px){.consent-text,.disclosure-text{font-size:.75rem;margin-top:1.5rem}}.disclosure-text{background:var(--slate-50);padding:1rem;border-radius:.75rem;border:1px solid var(--slate-200);margin-top:1rem}.how-it-works{background:var(--blue-600);color:#fff;border:none}.how-it-works .section-title{color:#fff;text-align:left;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.steps{display:flex;flex-direction:column;gap:1rem;flex-grow:1}.step{display:flex;flex-direction:row;align-items:flex-start;text-align:left;background:#ffffff1a;padding:1rem;border-radius:1rem;border:1px solid rgba(255,255,255,.2);gap:1rem}.step-number{width:2rem;height:2rem;min-width:2rem;border-radius:50%;background:#fff;color:var(--blue-600);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;box-shadow:0 1px 2px #0000001a}.step h3{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:#fff}.step p{font-size:.875rem;color:#ffffffe6}.faq{display:flex;flex-direction:column}.faq .section-title{text-align:left;font-size:1.25rem;color:var(--slate-800);margin-bottom:1.25rem;font-weight:700}.faq .container{justify-content:flex-start}.faq-item{border-bottom:1px solid var(--slate-100);padding-bottom:.75rem;margin-bottom:.75rem;border-radius:0;background:transparent;max-width:100%}.faq-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.faq-item h4{font-size:.875rem;font-weight:700;color:var(--blue-600);margin-bottom:.25rem}.faq-item p{font-size:.75rem;color:var(--slate-500)}.benefits{background:var(--emerald-50);border-color:var(--emerald-100);display:flex;flex-direction:column}.benefits-grid{display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.benefits-grid{flex-direction:row;flex-wrap:wrap}.benefit-card{flex:1 1 calc(33.333% - 1rem)}}.benefit-card{display:flex;flex-direction:column;text-align:left;background:#fff;padding:1.25rem;border-radius:1rem;border:1px solid var(--emerald-100)}.benefit-icon{background:var(--emerald-500);color:#fff;width:2.25rem;height:2.25rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.benefit-icon svg{width:1.25rem;height:1.25rem}.benefit-card h3{font-size:1rem;font-weight:700;color:var(--emerald-900);margin-bottom:.25rem}.benefit-card p{font-size:.875rem;color:var(--emerald-800);opacity:.9}.who-is-for{display:flex;flex-direction:column;justify-content:center;text-align:left}.who-is-for h2{font-size:1.125rem;font-weight:700;color:var(--slate-800);margin-bottom:.75rem;text-align:left}.who-is-for p{font-size:.875rem;color:var(--slate-600);line-height:1.6;max-width:100%;text-align:left;margin:0}footer{background:var(--slate-100);color:var(--slate-500);padding:1.5rem 1rem;border-top:1px solid var(--slate-200);flex-shrink:0;font-size:.75rem;margin-top:auto}@media(min-width:768px){footer{padding:1.5rem 2rem}}.footer-links{display:flex;justify-content:flex-start;gap:1rem;margin-bottom:1rem}.footer-links a{color:var(--slate-500);text-decoration:none;font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-size:.625rem}.footer-links a:hover{color:var(--slate-800)}.footer-disclaimer{text-align:left;max-width:100%;margin:0}.footer-disclaimer p{margin-bottom:.5rem;font-size:.625rem;line-height:1.4}.footer-disclaimer strong{display:inline;color:var(--slate-600)}.sticky-cta{position:fixed;bottom:0;left:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1rem;border-top:1px solid var(--slate-200);box-shadow:0 -4px 10px #0000000d;display:flex;justify-content:center;z-index:100;transform:translateY(150%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.sticky-cta.visible{transform:translateY(0)}.sticky-cta .cta-button{margin:0;width:100%;max-width:400px;padding:1rem;font-size:1.125rem;display:flex}
