*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{margin:0;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#fff;color:#243042;line-height:1.5;overflow-x:hidden}#root{min-height:100vh;width:100%}*:focus{outline:none}*:focus-visible{outline:2px solid hsl(175,55%,45%);outline-offset:2px}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}::selection{background:#face1e;color:#203a60}::-moz-selection{background:#face1e;color:#203a60}:root{--color-dark-blue: hsl(215, 50%, 25%);--color-yellow: hsl(48, 96%, 55%);--color-teal: hsl(175, 55%, 45%);--color-orange: hsl(30, 95%, 55%);--color-light-bg: hsl(175, 25%, 87%);--color-light-grey: hsl(220, 15%, 92%);--color-white: #ffffff;--color-text-dark: hsl(215, 30%, 20%);--color-text-muted: hsl(215, 15%, 50%)}.app{min-height:100vh;position:relative;overflow-x:hidden}.bg-blobs{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:hidden}.blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3;animation:float 20s ease-in-out infinite}.blob-yellow{width:400px;height:400px;background:var(--color-yellow);top:10%;right:-5%;animation-delay:0s}.blob-teal{width:500px;height:500px;background:var(--color-teal);top:40%;left:-10%;animation-delay:7s}.blob-orange{width:450px;height:450px;background:var(--color-orange);bottom:10%;right:-5%;animation-delay:14s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.header{position:relative;z-index:10;padding:2rem 1.5rem 1rem;max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:flex-end}.logo{display:flex;align-items:center;gap:.75rem;width:fit-content}.logo-dot{width:12px;height:12px;background:var(--color-dark-blue);border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}.logo-text{font-family:Sora,sans-serif;font-weight:600;font-size:1.25rem;color:var(--color-dark-blue);letter-spacing:-.02em}.hero{position:relative;z-index:1;padding:2rem 1.5rem 4rem;max-width:900px;margin:0 auto}.hero-content{display:flex;flex-direction:column;align-items:center;gap:3rem;text-align:center}.hero-title{font-family:Sora,sans-serif;font-size:clamp(1.75rem,5vw,3rem);font-weight:800;line-height:1.1;color:var(--color-dark-blue);letter-spacing:-.03em;margin:0;animation:fadeInUp .8s ease-out}.highlight{position:relative;color:var(--color-dark-blue);display:inline-block}.highlight:after{content:"";position:absolute;bottom:.1em;left:-.1em;right:-.1em;height:.3em;background:var(--color-yellow);z-index:-1;border-radius:4px;animation:highlightGrow .6s ease-out .3s backwards}@keyframes highlightGrow{0%{transform:scaleX(0);transform-origin:left}to{transform:scaleX(1)}}.hero-subtitle{font-family:Inter,sans-serif;font-size:clamp(1.1rem,2.5vw,1.5rem);color:var(--color-text-muted);line-height:1.6;margin:0;animation:fadeInUp .8s ease-out .2s backwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.waitlist-section{width:100%;max-width:600px;padding:3rem 2rem;background:var(--color-white);border-radius:24px;box-shadow:0 20px 60px #00000014,0 0 0 1px #00000005;animation:fadeInUp .8s ease-out .4s backwards}.waitlist-title{font-family:Sora,sans-serif;font-size:1.5rem;font-weight:700;color:var(--color-dark-blue);margin:0 0 2rem;letter-spacing:-.02em}.waitlist-form{display:flex;flex-direction:column;gap:1rem}.email-input{width:100%;padding:1.25rem 1.5rem;font-family:Inter,sans-serif;font-size:1.1rem;border:2px solid var(--color-light-grey);border-radius:16px;background:var(--color-white);color:var(--color-text-dark);transition:all .3s ease}.email-input:focus{outline:none;border-color:var(--color-teal);box-shadow:0 0 0 4px #34b2a71a}.email-input::placeholder{color:var(--color-text-muted)}.email-input:disabled{opacity:.6;cursor:not-allowed}.privacy-checkbox{display:flex;align-items:flex-start;gap:.75rem;font-family:Inter,sans-serif;font-size:.9rem;color:var(--color-text-muted);line-height:1.5;cursor:pointer}.privacy-checkbox input[type=checkbox]{margin-top:.2rem;margin-left:2px;width:18px;height:18px;cursor:pointer;accent-color:var(--color-teal);flex-shrink:0}.privacy-checkbox input[type=checkbox]:disabled{opacity:.6;cursor:not-allowed}.privacy-link{color:var(--color-teal);text-decoration:underline;transition:color .2s ease}.privacy-link:hover{color:var(--color-dark-blue)}.submit-btn{width:100%;padding:1.25rem 2rem;font-family:Sora,sans-serif;font-size:1.1rem;font-weight:600;color:var(--color-dark-blue);background:var(--color-yellow);border:none;border-radius:16px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #face1e4d,0 2px 4px #0000001a;position:relative;overflow:hidden}.submit-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.submit-btn:hover:before{width:300px;height:300px}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #face1e66,0 4px 8px #00000026}.submit-btn:active{transform:translateY(0)}.submit-btn.submitted{background:var(--color-teal);color:var(--color-white);box-shadow:0 4px 12px #34b2a74d,0 2px 4px #0000001a}.submit-btn:disabled{cursor:not-allowed}.form-note{font-family:Inter,sans-serif;font-size:.95rem;color:var(--color-text-muted);margin:1rem 0 0;line-height:1.5}.stats{display:flex;align-items:center;justify-content:center;gap:3rem;padding:2rem;background:var(--color-white);border-radius:24px;box-shadow:0 10px 40px #0000000d;animation:fadeInUp .8s ease-out .6s backwards}.stat{text-align:center}.stat-number{font-family:Sora,sans-serif;font-size:2.5rem;font-weight:800;color:var(--color-dark-blue);line-height:1;margin-bottom:.5rem;letter-spacing:-.02em}.stat-label{font-family:Inter,sans-serif;font-size:.9rem;color:var(--color-text-muted);line-height:1.4}.stat-divider{width:1px;height:60px;background:var(--color-light-grey)}.features{position:relative;z-index:1;max-width:1200px;margin:6rem auto 4rem;padding:0 1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{padding:2.5rem 2rem;background:var(--color-dark-blue);color:var(--color-white);border-radius:24px;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px #0000001a;animation:fadeInUp .8s ease-out backwards}.feature-card:nth-child(1){animation-delay:.7s}.feature-card:nth-child(2){animation-delay:.8s}.feature-card:nth-child(3){animation-delay:.9s}.feature-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 60px #00000026,0 0 0 1px #34b2a733}.feature-icon{width:64px;height:64px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;color:var(--color-white);animation:bounce 2s ease-in-out infinite}.feature-icon svg{width:100%;height:100%}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.feature-card:hover .feature-icon{animation:none;transform:scale(1.1) rotate(5deg)}.feature-title{font-family:Sora,sans-serif;font-size:1.3rem;font-weight:700;margin:0 0 1rem;letter-spacing:-.01em}.feature-text{font-family:Inter,sans-serif;font-size:1rem;line-height:1.6;opacity:.9;margin:0}.how-it-works{position:relative;z-index:1;max-width:1200px;margin:6rem auto 4rem;padding:0 1.5rem}.section-title{font-family:Sora,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:800;color:var(--color-dark-blue);text-align:center;margin:0 0 4rem;letter-spacing:-.02em}.steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.5rem;align-items:start}@media(min-width:900px){.steps{gap:.75rem}}@media(min-width:1200px){.steps{gap:1rem}}@media(min-width:1400px){.steps{gap:1.25rem}}.step{text-align:center;animation:fadeInUp .8s ease-out backwards}.step:nth-child(1){animation-delay:.1s}.step:nth-child(3){animation-delay:.2s}.step:nth-child(5){animation-delay:.3s}.step:nth-child(7){animation-delay:.4s}.step:nth-child(9){animation-delay:.5s}.step-number{width:45px;height:45px;margin:0 auto .75rem;display:flex;align-items:center;justify-content:center;background:var(--color-yellow);color:var(--color-dark-blue);border-radius:50%;font-family:Sora,sans-serif;font-size:1.2rem;font-weight:800;box-shadow:0 4px 12px #face1e4d;flex-shrink:0}@media(min-width:1200px){.step-number{width:55px;height:55px;font-size:1.4rem;margin-bottom:1rem}}@media(min-width:1400px){.step-number{width:60px;height:60px;font-size:1.5rem;margin-bottom:1.25rem}}.step-title{font-family:Sora,sans-serif;font-size:.95rem;font-weight:700;color:var(--color-dark-blue);margin:0 0 .5rem;line-height:1.3}@media(min-width:1200px){.step-title{font-size:1.05rem;margin-bottom:.75rem}}@media(min-width:1400px){.step-title{font-size:1.15rem}}.step-text{font-family:Inter,sans-serif;font-size:.8rem;color:var(--color-text-muted);line-height:1.4;margin:0}@media(min-width:1200px){.step-text{font-size:.9rem;line-height:1.5}}@media(min-width:1400px){.step-text{font-size:.95rem}}.step-arrow{display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:var(--color-text-muted);margin-top:1.5rem;flex-shrink:0;padding:0 .25rem}@media(min-width:1200px){.step-arrow{font-size:1.4rem;margin-top:2rem}}@media(min-width:1400px){.step-arrow{font-size:1.5rem}}.trust-signals{position:relative;z-index:1;max-width:1200px;margin:6rem auto 4rem;padding:0 1.5rem}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem}.trust-card{padding:2.5rem 2rem;background:var(--color-white);border-radius:24px;text-align:center;box-shadow:0 10px 30px #0000000d;transition:all .3s ease;animation:fadeInUp .8s ease-out backwards}.trust-card:nth-child(1){animation-delay:.1s}.trust-card:nth-child(2){animation-delay:.2s}.trust-card:nth-child(3){animation-delay:.3s}.trust-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.trust-icon{width:60px;height:60px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:var(--color-teal);color:var(--color-white);border-radius:50%;font-size:1.5rem;font-weight:700}.trust-title{font-family:Sora,sans-serif;font-size:1.2rem;font-weight:700;color:var(--color-dark-blue);margin:0 0 .75rem}.trust-text{font-family:Inter,sans-serif;font-size:.95rem;color:var(--color-text-muted);line-height:1.6;margin:0}.testimonials{margin-top:4rem}.testimonials-title{font-family:Sora,sans-serif;font-size:2rem;font-weight:700;color:var(--color-dark-blue);text-align:center;margin:0 0 3rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{padding:2rem;background:var(--color-white);border-radius:20px;box-shadow:0 10px 30px #0000000d;transition:all .3s ease;animation:fadeInUp .8s ease-out backwards}.testimonial-card:nth-child(1){animation-delay:.1s}.testimonial-card:nth-child(2){animation-delay:.2s}.testimonial-card:nth-child(3){animation-delay:.3s}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.testimonial-stars{color:var(--color-yellow);font-size:1.2rem;margin-bottom:1rem;letter-spacing:2px}.testimonial-text{font-family:Inter,sans-serif;font-size:1rem;color:var(--color-text-dark);line-height:1.6;margin:0 0 1rem;font-style:italic}.testimonial-author{font-family:Inter,sans-serif;font-size:.9rem;color:var(--color-text-muted);margin:0;font-weight:500}.faq{position:relative;z-index:1;max-width:900px;margin:6rem auto 4rem;padding:0 1.5rem}.faq-list{display:flex;flex-direction:column;gap:1.5rem}.faq-item{padding:2rem;background:var(--color-white);border-radius:20px;box-shadow:0 5px 20px #0000000d;transition:all .3s ease;animation:fadeInUp .8s ease-out backwards}.faq-item:nth-child(1){animation-delay:.1s}.faq-item:nth-child(2){animation-delay:.2s}.faq-item:nth-child(3){animation-delay:.3s}.faq-item:nth-child(4){animation-delay:.4s}.faq-item:nth-child(5){animation-delay:.5s}.faq-item:hover{box-shadow:0 10px 30px #0000001a}.faq-question{font-family:Sora,sans-serif;font-size:1.2rem;font-weight:700;color:var(--color-dark-blue);margin:0 0 .75rem}.faq-answer{font-family:Inter,sans-serif;font-size:1rem;color:var(--color-text-muted);line-height:1.6;margin:0}.contact{position:relative;z-index:1;max-width:700px;margin:6rem auto 4rem;padding:0 1.5rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-family:Sora,sans-serif;font-size:1rem;font-weight:600;color:var(--color-dark-blue);margin:0}.form-input,.form-textarea{width:100%;padding:1rem 1.25rem;font-family:Inter,sans-serif;font-size:1rem;border:2px solid var(--color-light-grey);border-radius:12px;background:var(--color-white);color:var(--color-text-dark);transition:all .3s ease;resize:vertical}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--color-teal);box-shadow:0 0 0 4px #34b2a71a}.form-input::placeholder,.form-textarea::placeholder{color:var(--color-text-muted)}.form-input:disabled,.form-textarea:disabled{opacity:.6;cursor:not-allowed}.form-textarea{min-height:120px;line-height:1.6}.contact-submit-btn{width:100%;padding:1.25rem 2rem;font-family:Sora,sans-serif;font-size:1.1rem;font-weight:600;color:var(--color-dark-blue);background:var(--color-yellow);border:none;border-radius:16px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #face1e4d,0 2px 4px #0000001a;position:relative;overflow:hidden;margin-top:.5rem}.contact-submit-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.contact-submit-btn:hover:before{width:300px;height:300px}.contact-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #face1e66,0 4px 8px #00000026}.contact-submit-btn:active{transform:translateY(0)}.contact-submit-btn.submitted{background:var(--color-teal);color:var(--color-white)}.privacy-policy{padding:6rem 2rem;max-width:900px;margin:0 auto;position:relative;z-index:1}.privacy-policy-content{background:var(--color-white);border-radius:24px;padding:3rem;box-shadow:0 4px 20px #00000014}.privacy-last-updated{font-family:Inter,sans-serif;font-size:.9rem;color:var(--color-text-muted);margin-bottom:2.5rem;font-style:italic}.privacy-section{margin-bottom:2.5rem}.privacy-section:last-child{margin-bottom:0}.privacy-heading{font-family:Sora,sans-serif;font-size:1.5rem;font-weight:700;color:var(--color-dark-blue);margin-bottom:1rem;line-height:1.4}.privacy-subheading{font-family:Sora,sans-serif;font-size:1.2rem;font-weight:600;color:var(--color-dark-blue);margin-top:1.5rem;margin-bottom:.75rem;line-height:1.4}.privacy-text{font-family:Inter,sans-serif;font-size:1rem;line-height:1.8;color:var(--color-text-dark);margin-bottom:1rem}.privacy-list{font-family:Inter,sans-serif;font-size:1rem;line-height:1.8;color:var(--color-text-dark);margin:1rem 0;padding-left:1.5rem}.privacy-list li{margin-bottom:.75rem}.privacy-list li:last-child{margin-bottom:0}.privacy-list strong{color:var(--color-dark-blue);font-weight:600}@media(max-width:768px){.privacy-policy{padding:4rem 1.5rem}.privacy-policy-content{padding:2rem 1.5rem;border-radius:16px}.privacy-heading{font-size:1.3rem}.privacy-subheading{font-size:1.1rem}.privacy-text,.privacy-list{font-size:.95rem}}@media(max-width:480px){.privacy-policy{padding:3rem 1rem}.privacy-policy-content{padding:1.5rem 1.25rem}.privacy-heading{font-size:1.2rem}.privacy-subheading{font-size:1rem}.privacy-text,.privacy-list{font-size:.9rem;line-height:1.6}.privacy-list{padding-left:1.25rem}box-shadow: 0 4px 12px hsla(175,55%,45%,.3),0 2px 4px rgba(0,0,0,.1)}.contact-submit-btn:disabled{cursor:not-allowed}.footer{position:relative;z-index:1;padding:2rem 1.5rem;border-top:1px solid var(--color-light-grey);margin-top:3rem;background:var(--color-white)}.footer-content{max-width:1200px;margin:0 auto}.footer-main{text-align:center;margin-bottom:3rem}.footer .logo{justify-content:center;margin:1rem auto 0}.footer-text{font-family:Inter,sans-serif;font-size:1rem;color:var(--color-text-muted);margin:0 0 1rem}.footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:3rem;padding-top:2rem;border-top:1px solid var(--color-light-grey)}.footer-column{display:flex;flex-direction:column;gap:1rem}.footer-heading{font-family:Sora,sans-serif;font-size:1.1rem;font-weight:700;color:var(--color-dark-blue);margin:0 0 .5rem}.footer-link{font-family:Inter,sans-serif;font-size:.95rem;color:var(--color-text-muted);text-decoration:none;transition:color .2s ease}.footer-link:hover{color:var(--color-teal)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;max-width:1200px;margin:0 auto}.footer-links-wrapper{display:flex;align-items:center;gap:2rem}.footer-copyright{font-family:Inter,sans-serif;font-size:.9rem;color:var(--color-text-muted);margin:0}.footer-privacy-link{font-family:Inter,sans-serif;font-size:.9rem;color:var(--color-teal);text-decoration:none;transition:color .2s ease}.footer-privacy-link:hover{color:var(--color-dark-blue);text-decoration:underline}.back-to-top{width:48px;height:48px;border-radius:50%;background:var(--color-teal);color:var(--color-white);border:none;font-size:1.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #34b2a74d}.back-to-top:hover{transform:translateY(-3px);box-shadow:0 6px 20px #34b2a766}.back-to-top:active{transform:translateY(0)}@media(max-width:1024px){.steps{grid-template-columns:1fr;gap:.5rem}.step-arrow{transform:rotate(90deg);margin:.5rem 0}}@media(max-width:1024px){.features{grid-template-columns:1fr;margin-top:4rem;justify-items:center}.feature-card{max-width:400px;width:100%}.trust-grid,.testimonials-grid{grid-template-columns:1fr}}@media(max-width:768px){.hero-title{font-size:1.75rem}.waitlist-section{padding:2rem 1.5rem}.stats{flex-direction:column;gap:2rem;padding:2rem 1.5rem}.stat-divider{width:60px;height:1px}.blob-yellow,.blob-teal,.blob-orange{width:300px;height:300px}.section-title{font-size:2rem}.form-row{grid-template-columns:1fr}.footer-links{grid-template-columns:1fr;text-align:center}.footer-bottom{flex-direction:column;gap:1rem}.footer-links-wrapper{flex-direction:column;gap:.75rem;text-align:center}}@media(max-width:480px){.header{padding:1.5rem 1rem}.hero{padding:1rem 1rem 3rem}.hero-content{gap:2rem}.waitlist-section{padding:1.5rem 1.25rem}.email-input,.submit-btn{padding:1rem 1.25rem;font-size:1rem}.section-title{font-size:1.75rem}.step-number{width:50px;height:50px;font-size:1.25rem}.faq-item{padding:1.5rem}.contact-form{gap:1.25rem}.form-input,.form-textarea{padding:.875rem 1rem;font-size:.95rem}.contact-submit-btn{padding:1rem 1.5rem;font-size:1rem}}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--color-white);border-radius:24px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:sticky;top:0;right:0;float:right;width:40px;height:40px;border-radius:50%;background:var(--color-light-grey);color:var(--color-dark-blue);border:none;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;margin:1.5rem 1.5rem 0 0;z-index:1}.modal-close:hover{background:var(--color-dark-blue);color:var(--color-white);transform:rotate(90deg)}.modal-body{padding:2rem 3rem 3rem;clear:both}@media(max-width:768px){.modal-overlay{padding:.5rem}.modal-content{border-radius:16px;max-height:95vh}.modal-close{width:36px;height:36px;font-size:1.3rem;margin:1rem 1rem 0 0}.modal-body{padding:1.5rem 2rem 2rem}.modal-body .privacy-heading{font-size:1.3rem}.modal-body .privacy-subheading{font-size:1.1rem}.modal-body .privacy-text,.modal-body .privacy-list{font-size:.95rem}}@media(max-width:480px){.modal-overlay{padding:0}.modal-content{border-radius:0;max-height:100vh;height:100vh}.modal-close{width:32px;height:32px;font-size:1.2rem;margin:.75rem .75rem 0 0}.modal-body{padding:1rem 1.5rem 1.5rem}.modal-body .section-title{font-size:1.5rem}.modal-body .privacy-heading{font-size:1.2rem}.modal-body .privacy-subheading{font-size:1rem}.modal-body .privacy-text,.modal-body .privacy-list{font-size:.9rem;line-height:1.6}.modal-body .privacy-list{padding-left:1.25rem}}
