@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{--primary-purple:#6750a4;--primary-purple-hover:#584193;--deep-purple:#4f378b;--soft-lavender:#eaddff;--soft-lavender-light:#f3edf7;--very-light-lavender:#f7f2fa;--bg-white:#fff;--primary-text:#1d1b20;--secondary-text:#625b71;--border-color:#e7e0ec;--border-subtle:#f2ecf4;--font-family:"Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--container-max-width:1240px;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--radius-full:9999px;--shadow-sm:0 2px 8px #6750a40d;--shadow-md:0 8px 24px #6750a414;--shadow-lg:0 16px 40px #6750a41f;--shadow-glow:0 0 40px #6750a440;--transition-fast:.2s ease;--transition-normal:.3s cubic-bezier(.16, 1, .3, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-family:var(--font-family);color:var(--primary-text);background-color:var(--bg-white);-webkit-font-smoothing:antialiased;line-height:1.5}body{overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}.container{width:100%;max-width:var(--container-max-width);margin:0 auto;padding:0 1.5rem}.btn{border-radius:var(--radius-full);transition:all var(--transition-fast);justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;display:inline-flex}.btn-primary{background-color:var(--primary-purple);color:var(--bg-white);box-shadow:0 4px 14px #6750a440}.btn-primary:hover{background-color:var(--primary-purple-hover);transform:translateY(-2px);box-shadow:0 6px 20px #6750a459}.btn-secondary{background-color:var(--very-light-lavender);color:var(--primary-purple);border:1px solid var(--border-color)}.btn-secondary:hover{background-color:var(--soft-lavender);transform:translateY(-2px)}.btn-white{background-color:var(--bg-white);color:var(--deep-purple);box-shadow:0 4px 14px #0000001a}.btn-white:hover{background-color:#f8f5ff;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.btn-outline-white{color:var(--bg-white);background:0 0;border:1px solid #ffffff4d}.btn-outline-white:hover{background:#ffffff1a;border-color:#fff9;transform:translateY(-2px)}.badge{border-radius:var(--radius-full);letter-spacing:.05em;text-transform:uppercase;background-color:var(--soft-lavender);color:var(--deep-purple);align-items:center;gap:.375rem;padding:.375rem 1rem;font-size:.75rem;font-weight:700;display:inline-flex}.section-header{text-align:center;max-width:680px;margin:0 auto 3.5rem}.section-header .badge{margin-bottom:1rem}.section-header h2{letter-spacing:-.02em;color:var(--primary-text);margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.section-header p{color:var(--secondary-text);font-size:1.125rem;line-height:1.6}.navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);transition:all var(--transition-normal);background-color:#ffffffd9;border-bottom:1px solid #0000;padding:1.25rem 0;position:fixed;top:0;left:0;right:0}.navbar.scrolled{border-bottom-color:var(--border-color);padding:.75rem 0;box-shadow:0 4px 20px #00000008}.nav-container{justify-content:space-between;align-items:center;display:flex}.nav-brand{color:var(--primary-text);align-items:center;gap:.625rem;font-size:1.375rem;font-weight:800;display:flex}.brand-icon{background:linear-gradient(135deg, var(--primary-purple), var(--deep-purple));width:38px;height:38px;color:var(--bg-white);border-radius:10px;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 10px #6750a44d}.nav-links{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--secondary-text);transition:color var(--transition-fast);padding:.25rem 0;font-size:.9375rem;font-weight:500;position:relative}.nav-link:hover,.nav-link.active{color:var(--primary-purple)}.nav-link.active:after{content:"";background-color:var(--primary-purple);border-radius:var(--radius-full);height:2px;position:absolute;bottom:-2px;left:0;right:0}.nav-cta{align-items:center;gap:1rem;display:flex}.hamburger{color:var(--primary-text);padding:.5rem;font-size:1.5rem;display:none}.hero{background:radial-gradient(circle at 75% 20%,#f5eeff 0%,#fff 60%);padding-top:9rem;padding-bottom:5rem;position:relative;overflow:hidden}.hero-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:3rem;display:grid}.hero-content{max-width:580px}.hero-badge{margin-bottom:1.25rem}.hero-title{letter-spacing:-.03em;color:var(--primary-text);margin-bottom:1.25rem;font-size:3.5rem;font-weight:800;line-height:1.1}.hero-title span{background:linear-gradient(135deg, var(--primary-purple), var(--deep-purple));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-subtitle{color:var(--secondary-text);margin-bottom:2rem;font-size:1.1875rem;line-height:1.6}.hero-ctas{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.phone-mockup-wrapper{justify-content:center;align-items:center;display:flex;position:relative}.focus-ring-bg{pointer-events:none;border:2px dashed #6750a433;border-radius:50%;width:440px;height:440px;animation:40s linear infinite rotateRing;position:absolute}@keyframes rotateRing{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.glow-bg{filter:blur(30px);pointer-events:none;background:radial-gradient(circle,#eacdffb3 0%,#fff0 70%);border-radius:50%;width:350px;height:350px;position:absolute}.phone-device{z-index:2;width:290px;height:590px;transition:transform var(--transition-normal);background-color:#121016;border-radius:44px;padding:10px;position:relative;box-shadow:0 25px 60px #4f378b38,0 0 0 1px #ffffff1a}.phone-device:hover{transform:translateY(-6px)}.phone-screen{background-color:var(--bg-white);border-radius:36px;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.phone-header{color:var(--primary-text);background-color:var(--very-light-lavender);justify-content:space-between;align-items:center;padding:12px 18px 8px;font-size:.75rem;font-weight:600;display:flex}.camera-notch{background-color:#121016;border-radius:50%;width:12px;height:12px}.app-screen-content{background:linear-gradient(180deg, var(--very-light-lavender) 0%, #fff 100%);flex-direction:column;align-items:center;height:100%;padding:1.25rem 1rem;display:flex}.app-title-bar{text-align:center;margin-bottom:1.25rem}.app-title-bar span{color:var(--primary-purple);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:700}.app-title-bar h3{color:var(--primary-text);font-size:1.125rem;font-weight:800}.timer-circle-wrap{justify-content:center;align-items:center;width:180px;height:180px;margin-bottom:1.5rem;display:flex;position:relative}.timer-svg{width:180px;height:180px;transform:rotate(-90deg)}.timer-bg-path{fill:none;stroke:var(--soft-lavender);stroke-width:10px}.timer-progress-path{fill:none;stroke:var(--primary-purple);stroke-width:10px;stroke-linecap:round;stroke-dasharray:471;stroke-dashoffset:118px;transition:stroke-dashoffset 1s}.timer-center-text{text-align:center;position:absolute}.timer-digits{letter-spacing:-.02em;color:var(--primary-text);font-size:2.25rem;font-weight:800;line-height:1}.timer-label{color:var(--secondary-text);margin-top:4px;font-size:.75rem;font-weight:600}.app-mini-card{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:.75rem 1rem;display:flex}.app-mini-card-left{align-items:center;gap:.625rem;display:flex}.mini-icon-box{background-color:var(--soft-lavender);width:30px;height:30px;color:var(--primary-purple);border-radius:8px;justify-content:center;align-items:center;display:flex}.mini-card-info h5{color:var(--primary-text);font-size:.75rem;font-weight:700}.mini-card-info p{color:var(--secondary-text);font-size:.6875rem}.floating-card{z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:#fffffff2;align-items:center;gap:.875rem;padding:.875rem 1.25rem;animation:4s ease-in-out infinite alternate floatAnim;display:flex;position:absolute}@keyframes floatAnim{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.floating-card-1{top:12%;left:-15%}.floating-card-2{animation-delay:1.5s;bottom:20%;left:-20%}.floating-card-3{animation-delay:.8s;top:45%;right:-18%}.floating-card-icon{background-color:var(--very-light-lavender);width:38px;height:38px;color:var(--primary-purple);border-radius:12px;justify-content:center;align-items:center;display:flex}.floating-card-val{color:var(--primary-text);font-size:1.125rem;font-weight:800;line-height:1.1}.floating-card-lbl{color:var(--secondary-text);font-size:.75rem;font-weight:500}.trust-strip{background-color:var(--very-light-lavender);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:2rem 0}.trust-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.trust-label{color:var(--deep-purple);align-items:center;gap:.5rem;font-size:.9375rem;font-weight:700;display:flex}.trust-badges{align-items:center;gap:1.5rem;display:flex}.trust-badge-item{color:var(--primary-text);background-color:var(--bg-white);border-radius:var(--radius-full);border:1px solid var(--border-color);align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9375rem;font-weight:600;display:flex}.trust-badge-item i{color:var(--primary-purple)}.trust-subtext{color:var(--secondary-text);font-size:.875rem}.problem-section{background-color:var(--very-light-lavender);padding:6rem 0}.problem-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.problem-text h2{color:var(--primary-text);margin-bottom:1.5rem;font-size:2.375rem;font-weight:800;line-height:1.2}.problem-text p{color:var(--secondary-text);margin-bottom:1.5rem;font-size:1.0625rem;line-height:1.7}.problem-visual{justify-content:center;display:flex;position:relative}.notification-cards-stack{width:100%;max-width:380px;position:relative}.notif-card{background:var(--bg-white);border-radius:var(--radius-md);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);align-items:center;gap:.875rem;margin-bottom:.875rem;padding:1rem 1.25rem;transition:all .5s;display:flex}.notif-card.faded-1{opacity:.6;transform:scale(.96)translateY(-5px)}.notif-card.faded-2{opacity:.3;transform:scale(.92)translateY(-10px)}.notif-icon{color:#fff;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:700;display:flex}.notif-info h5{color:var(--primary-text);font-size:.875rem;font-weight:700}.notif-info p{color:var(--secondary-text);font-size:.75rem}.how-it-works{background-color:var(--bg-white);padding:6rem 0}.steps-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid;position:relative}.step-card{background-color:var(--very-light-lavender);border:1px solid var(--border-color);border-radius:var(--radius-lg);transition:all var(--transition-fast);padding:2rem 1.5rem;position:relative}.step-card:hover{border-color:var(--soft-lavender);box-shadow:var(--shadow-md);background-color:#faf6fd;transform:translateY(-6px)}.step-num{color:var(--primary-purple);margin-bottom:1rem;font-size:1.75rem;font-weight:800}.step-card h3{color:var(--primary-text);margin-bottom:.5rem;font-size:1.1875rem;font-weight:700}.step-card p{color:var(--secondary-text);font-size:.9375rem;line-height:1.6}.showcase-section{padding:6rem 0}.showcase-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.showcase-grid.reverse{grid-template-columns:1fr 1fr}.showcase-grid.reverse .showcase-text{order:2}.showcase-grid.reverse .showcase-card-container{order:1}.showcase-text h2{margin-bottom:1.25rem;font-size:2.375rem;font-weight:800;line-height:1.2}.showcase-text p{color:var(--secondary-text);margin-bottom:1.5rem;font-size:1.0625rem;line-height:1.7}.disclaimer-box{background-color:var(--very-light-lavender);border-left:3px solid var(--primary-purple);border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--secondary-text);margin-top:1.5rem;padding:.875rem 1rem;font-size:.84375rem;line-height:1.5}.transformation-card{background:var(--bg-white);border-radius:var(--radius-xl);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);padding:2rem;position:relative}.toggle-tabs{background-color:var(--very-light-lavender);border-radius:var(--radius-full);margin-bottom:1.5rem;padding:4px;display:flex}.toggle-tab{text-align:center;border-radius:var(--radius-full);color:var(--secondary-text);transition:all var(--transition-fast);flex:1;padding:.625rem;font-size:.875rem;font-weight:700}.toggle-tab.active{background-color:var(--bg-white);color:var(--primary-purple);box-shadow:var(--shadow-sm)}.app-list-preview{flex-direction:column;gap:.75rem;display:flex}.app-item-row{border-radius:var(--radius-md);border:1px solid var(--border-subtle);background-color:#fafafa;justify-content:space-between;align-items:center;padding:.875rem 1rem;display:flex}.app-item-info{align-items:center;gap:.75rem;display:flex}.app-icon-bg{color:#fff;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.app-item-info span{color:var(--primary-text);font-size:.9375rem;font-weight:600}.status-tag{border-radius:var(--radius-full);padding:.25rem .75rem;font-size:.75rem;font-weight:700}.status-tag.active{color:#2e7d32;background-color:#e8f5e9}.status-tag.blocked{background-color:var(--soft-lavender);color:var(--deep-purple)}.permissions-section{background-color:var(--very-light-lavender);padding:6rem 0}.permissions-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2.5rem;display:grid}.permission-card{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-lg);transition:all var(--transition-fast);padding:1.75rem}.permission-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.permission-header{align-items:center;gap:.875rem;margin-bottom:.875rem;display:flex}.permission-icon{background-color:var(--soft-lavender);width:42px;height:42px;color:var(--primary-purple);border-radius:12px;justify-content:center;align-items:center;display:flex}.permission-card h3{color:var(--primary-text);font-size:1.125rem;font-weight:700}.permission-card p{color:var(--secondary-text);font-size:.9375rem;line-height:1.6}.permissions-cta-box{text-align:center}.progress-dashboard-mockup{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);padding:1.75rem}.dash-header-row{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.dash-header-row h4{font-size:1.125rem;font-weight:800}.dash-grid-stats{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.stat-box{background-color:var(--very-light-lavender);border-radius:var(--radius-md);padding:1rem}.stat-box-lbl{color:var(--secondary-text);font-size:.75rem;font-weight:600}.stat-box-val{color:var(--primary-purple);font-size:1.5rem;font-weight:800}.consistency-tracker{background-color:var(--very-light-lavender);border-radius:var(--radius-md);padding:1.25rem}.consistency-lbl{color:var(--primary-text);margin-bottom:.75rem;font-size:.8125rem;font-weight:700}.dots-row{justify-content:space-between;align-items:center;display:flex}.dot-day{flex-direction:column;align-items:center;gap:4px;display:flex}.dot{background-color:var(--soft-lavender);width:24px;height:24px;color:var(--primary-purple);border-radius:50%;justify-content:center;align-items:center;font-size:.6875rem;display:flex}.dot.completed{background-color:var(--primary-purple);color:#fff}.dot-day span{color:var(--secondary-text);font-size:.6875rem}.report-mockup-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);padding:1.75rem}.report-item{border-bottom:1px solid var(--border-subtle);gap:1rem;padding:1rem 0;display:flex}.report-item:last-child{border-bottom:none}.report-item-icon{background-color:var(--soft-lavender);width:36px;height:36px;color:var(--primary-purple);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.report-item-content h5{color:var(--primary-text);font-size:.875rem;font-weight:700}.report-item-content p{color:var(--secondary-text);font-size:.8125rem;line-height:1.5}.grid-cards-section{background-color:var(--bg-white);padding:6rem 0}.usecases-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.usecase-card{background-color:var(--very-light-lavender);border:1px solid var(--border-color);border-radius:var(--radius-lg);transition:all var(--transition-fast);padding:2rem 1.5rem}.usecase-card:hover{box-shadow:var(--shadow-md);border-color:var(--soft-lavender);transform:translateY(-6px)}.usecase-icon{background-color:var(--soft-lavender);width:48px;height:48px;color:var(--primary-purple);border-radius:14px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.usecase-card h3{color:var(--primary-text);margin-bottom:.5rem;font-size:1.1875rem;font-weight:700}.usecase-card p{color:var(--secondary-text);font-size:.9375rem;line-height:1.6}.philosophy-section{text-align:center;background:linear-gradient(#f7f2fa 0%,#fff 100%);padding:8rem 0;position:relative;overflow:hidden}.philosophy-content{z-index:2;max-width:800px;margin:0 auto;position:relative}.philosophy-title{letter-spacing:-.03em;color:var(--primary-text);margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.philosophy-statement{background:linear-gradient(135deg, var(--primary-purple), var(--deep-purple));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:2rem;font-size:2rem;font-weight:700}.philosophy-bullets{color:var(--secondary-text);font-size:1.1875rem;font-weight:500;line-height:2}.privacy-section{background-color:var(--very-light-lavender);padding:6rem 0}.privacy-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.privacy-card{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:2rem 1.5rem}.privacy-card h3{color:var(--primary-purple);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.privacy-card p{color:var(--secondary-text);font-size:.9375rem;line-height:1.6}.privacy-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;display:flex}.features-grid-section{background-color:var(--bg-white);padding:6rem 0}.features-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.feature-box{background-color:var(--very-light-lavender);border:1px solid var(--border-color);border-radius:var(--radius-lg);transition:all var(--transition-fast);padding:1.75rem 1.25rem}.feature-box:hover{border-color:var(--soft-lavender);box-shadow:var(--shadow-md);transform:translateY(-4px)}.feature-icon-wrapper{background-color:var(--soft-lavender);width:44px;height:44px;color:var(--primary-purple);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.feature-box h3{color:var(--primary-text);margin-bottom:.5rem;font-size:1.0625rem;font-weight:700}.feature-box p{color:var(--secondary-text);font-size:.875rem;line-height:1.6}.faq-section{background-color:var(--very-light-lavender);padding:6rem 0}.faq-wrapper{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.faq-item{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-lg);transition:all var(--transition-fast);overflow:hidden}.faq-question{text-align:left;width:100%;color:var(--primary-text);justify-content:space-between;align-items:center;padding:1.375rem 1.5rem;font-size:1.0625rem;font-weight:700;display:flex}.faq-question i{color:var(--primary-purple);transition:transform var(--transition-normal)}.faq-item.active .faq-question i{transform:rotate(180deg)}.faq-answer{max-height:0;color:var(--secondary-text);padding:0 1.5rem;font-size:.9375rem;line-height:1.6;transition:max-height .3s,padding .3s;overflow:hidden}.faq-item.active .faq-answer{max-height:250px;padding-bottom:1.375rem}.cta-banner{background-color:var(--bg-white);padding:6rem 0}.cta-box{background:linear-gradient(135deg, var(--deep-purple) 0%, var(--primary-purple) 100%);border-radius:var(--radius-xl);text-align:center;color:var(--bg-white);box-shadow:var(--shadow-lg);padding:4.5rem 2rem;position:relative;overflow:hidden}.cta-box h2{letter-spacing:-.02em;margin-bottom:1rem;font-size:2.75rem;font-weight:800}.cta-box p{color:var(--soft-lavender);max-width:550px;margin:0 auto 2rem;font-size:1.1875rem}.cta-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.footer{background-color:var(--very-light-lavender);border-top:1px solid var(--border-color);padding:4rem 0 2.5rem}.footer-content{text-align:center;flex-direction:column;align-items:center;gap:2rem;display:flex}.footer-brand{flex-direction:column;align-items:center;gap:.5rem;display:flex}.footer-brand p{color:var(--secondary-text);font-size:.9375rem}.footer-links{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.footer-link{color:var(--secondary-text);transition:color var(--transition-fast);font-size:.9375rem;font-weight:500}.footer-link:hover{color:var(--primary-purple)}.footer-contact{color:var(--secondary-text);font-size:.875rem}.footer-contact a{color:var(--primary-purple);font-weight:600}@media (width<=1024px){.hero-grid,.problem-grid,.showcase-grid,.showcase-grid.reverse{grid-template-columns:1fr;gap:3rem}.showcase-grid.reverse .showcase-text{order:1}.showcase-grid.reverse .showcase-card-container{order:2}.steps-grid,.usecases-grid,.features-grid,.privacy-grid{grid-template-columns:repeat(2,1fr)}.hero-title{font-size:2.75rem}}@media (width<=768px){.hamburger{display:block}.nav-links{background-color:var(--bg-white);border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-md);transition:transform var(--transition-normal);flex-direction:column;gap:1.25rem;padding:2rem;position:fixed;top:70px;left:0;right:0;transform:translateY(-150%)}.nav-links.mobile-open{transform:translateY(0)}.steps-grid,.permissions-grid,.usecases-grid,.features-grid,.privacy-grid{grid-template-columns:1fr}.hero-title{font-size:2.25rem}.section-header h2,.problem-text h2,.showcase-text h2,.philosophy-title,.cta-box h2{font-size:1.875rem}.floating-card{display:none}.trust-content{text-align:center;flex-direction:column}.trust-badges{flex-wrap:wrap;justify-content:center}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
