:root{--primary-blue:#2563eb;--primary-blue-dark:#1d4ed8;--feature-blue:#3e7af5;--white:#fff;--black:#000;--text-dark:#1f2937;--text-gray:#6b7280;--text-light:#9ca3af;--bg-light:#f8fafc;--bg-blue-light:#eff6ff;--border-gray:#e5e7eb;--accent:#3e7af5}@font-face{font-family:Charter;src:url(/scss/font/charter/charter_regular.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Charter;src:url(/scss/font/charter/charter_italic.woff2)format("woff2");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Charter;src:url(/scss/font/charter/charter_bold.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Charter;src:url(/scss/font/charter/charter_bold_italic.woff2)format("woff2");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Inter;src:url(/scss/font/inter/Inter-Regular.woff2)format("woff2"),url(/scss/font/inter/Inter-Regular.ttf)format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Inter;src:url(/scss/font/inter/Inter-Medium.woff2)format("woff2"),url(/scss/font/inter/Inter-Medium.ttf)format("truetype");font-weight:500;font-display:swap}@font-face{font-family:Inter;src:url(/scss/font/inter/Inter-SemiBold.woff2)format("woff2"),url(/scss/font/inter/Inter-SemiBold.ttf)format("truetype");font-weight:600;font-display:swap}@font-face{font-family:Inter;src:url(/scss/font/inter/Inter-Bold.woff2)format("woff2"),url(/scss/font/inter/Inter-Bold.ttf)format("truetype");font-weight:700;font-display:swap}*{box-sizing:border-box;margin:0;padding:0}body,html{color:#0c2882;background:var(--white);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.6}h1,h2,h3,h4,h5,h6{color:#0c2882;font-family:Inter,sans-serif;font-weight:600;line-height:1.2}h1{font-size:3rem;line-height:1.1}h2{margin-bottom:1rem;font-size:2.25rem}h3{margin-bottom:.5rem;font-size:1.5rem}h5{margin-bottom:.5rem;font-size:1.125rem}p{color:var(--text-gray);line-height:1.7}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.header-section{background:var(--white);padding:1rem 2rem}.header{justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.header a:first-child{flex-shrink:0}.header-logo{width:auto;height:44px}.hero-section{background:var(--white);text-align:center;padding:3rem 2rem 5rem}.hero-content{max-width:800px;margin:0 auto}.hero-badge{color:#0c2882;background:#eff6ff;border-radius:20px;margin-bottom:1.5rem;padding:.375rem .75rem;font-size:.875rem;display:inline-block}.hero-title{letter-spacing:-.02em;color:#0c2882;max-width:700px;margin:0 auto 1.5rem;font-family:Inter,sans-serif;font-size:65px;font-weight:600;line-height:1.15}.gradient-text{background:linear-gradient(135deg,#3e7af5 0%,#0c2882 50%,#3e7af5 100%);-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{color:#0c2882;margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.app-store-btn{white-space:nowrap;color:var(--white);background:#0c2882;border-radius:32px;align-items:center;gap:.75rem;padding:1rem 2rem;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex}.app-store-btn:hover{transform:scale(1.05);box-shadow:0 4px 20px #0003}.app-store-btn svg{fill:currentColor;flex-shrink:0;width:24px;min-width:24px;height:24px}.features-section{background:var(--white);padding:5rem 2rem}.features-container{max-width:1000px;margin:0 auto}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.feature-card{background:var(--feature-blue);border-radius:40px;padding:2rem}.feature-card h3{color:var(--white);letter-spacing:-.015em;margin-bottom:.75rem;font-size:33px;font-weight:600;line-height:1.1}.feature-card p{color:#ffffffe6;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.feature-card img{border-radius:8px;width:85%;margin:0 auto;display:block}.struggle-section{background:var(--white);padding:5rem 2rem}.struggle-container{text-align:center;max-width:1000px;margin:0 auto}.struggle-container>h2{margin-bottom:3rem;font-size:2.25rem;font-weight:600}.struggle-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.struggle-card{background:var(--bg-light);text-align:left;border-radius:40px;overflow:hidden}.struggle-card img{width:100%;display:block}.struggle-card-content{padding:1.5rem}.struggle-card h5{color:#0c2882;margin:0 0 .5rem;font-size:28px;font-weight:600;line-height:1.2}.struggle-card p{color:#0c2882;margin:0;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.6}.faq-section{background:var(--bg-light);padding:5rem 2rem}.faq-container{max-width:800px;margin:0 auto}.faq-container>h2{text-align:center;margin-bottom:2.5rem;font-weight:600}.cta-section{background:var(--white);padding:5rem 2rem}.cta-container{align-items:center;gap:4rem;max-width:1000px;margin:0 auto;display:flex}.cta-content{flex:1}.cta-content h2{margin-bottom:1rem;font-size:2rem;font-weight:600}.cta-content p{color:#0c2882;margin-bottom:1.5rem}.cta-image{flex:1}.cta-image img{border-radius:40px;width:100%}.footer-section{background:var(--white);padding:2rem}.footer{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.footer-logo img{height:44px}.footer-links a{color:#0c2882;margin-left:2rem;font-size:.875rem}.footer-links a:hover{color:var(--primary-blue)}.footer-right{font-size:.875rem}.footer-right a{color:#0c2882;text-decoration:none}.footer-right a:hover{text-decoration:underline}.modalBackground{z-index:100;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:none;position:fixed;inset:0}.modalBackground.isVisible{display:flex}.modal{background:var(--white);text-align:center;border-radius:16px;max-width:500px;padding:2rem}.modal-title{margin-bottom:1rem;font-size:1.5rem;font-weight:600}.modal-text{color:var(--text-gray);margin-bottom:1.5rem}.btn{background:var(--primary-blue);color:var(--white);cursor:pointer;border:none;border-radius:8px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:background .2s}.btn:hover{background:var(--primary-blue-dark)}.header-nav{flex-shrink:0;align-items:center;gap:1.5rem;display:flex}.header-nav a{color:#0c2882;white-space:nowrap;font-size:.9375rem;font-weight:500;text-decoration:none}.header-nav a:hover,.header-nav a.active{color:var(--primary-blue)}.header-download-btn{white-space:nowrap;background:#0c2882;border-radius:20px;flex-shrink:0;align-items:center;padding:.5rem 1.25rem;display:inline-flex;color:var(--white)!important;font-size:.875rem!important}.header-blog-btn{background:var(--white);border:1.5px solid var(--primary-blue);white-space:nowrap;border-radius:20px;flex-shrink:0;align-items:center;padding:.5rem 1.25rem;font-weight:500;transition:background .15s,color .15s;display:inline-flex;color:var(--primary-blue)!important;font-size:.9375rem!important}.header-blog-btn:hover{background:var(--primary-blue);color:var(--white)!important}.header-download-desktop{white-space:nowrap;background:#0c2882;border:1.5px solid #0c2882;border-radius:20px;flex-shrink:0;align-items:center;gap:.4rem;padding:.5rem 1.25rem;font-weight:500;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex;color:var(--white)!important;font-size:.9375rem!important}.header-download-desktop:hover{background:var(--primary-blue);border-color:var(--primary-blue)}.header-download-desktop svg{fill:currentColor;width:15px;height:15px}.header-download-mobile{white-space:nowrap;background:#0c2882;border-radius:20px;flex-shrink:0;align-items:center;gap:.4rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;display:none;color:var(--white)!important}.header-download-mobile svg{fill:#fff;white-space:nowrap;width:16px;height:16px;font-weight:600;transition:background .2s}.header-download-btn:hover{background:var(--primary-blue)}.burger-menu{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:28px;height:28px;padding:0;display:none}.burger-menu span{background:#0c2882;border-radius:2px;width:100%;height:2.5px;transition:transform .3s,opacity .3s;display:block}.burger-menu.open span:first-child{transform:translateY(7.5px)rotate(45deg)}.burger-menu.open span:nth-child(2){opacity:0}.burger-menu.open span:nth-child(3){transform:translateY(-7.5px)rotate(-45deg)}.mobile-nav-overlay{z-index:999;opacity:0;background:#0006;transition:opacity .3s;display:none;position:fixed;inset:0}.mobile-nav-overlay.open{opacity:1}.mobile-nav{background:var(--white);z-index:1000;flex-direction:column;gap:0;width:280px;height:100%;padding:5rem 2rem 2rem;transition:right .3s;display:none;position:fixed;top:0;right:-280px;box-shadow:-4px 0 20px #0000001a}.mobile-nav.open{right:0}.mobile-nav a{color:#0c2882;border-bottom:1px solid #e5e7eb;padding:1rem 0;font-size:1.125rem;font-weight:500;text-decoration:none;display:block}.mobile-nav a:last-child{border-bottom:none}.mobile-nav a.active{color:var(--primary-blue)}.mobile-nav .mobile-nav-download{color:var(--white);text-align:center;background:#0c2882;border-bottom:none;border-radius:24px;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;display:inline-flex}.mobile-nav .mobile-nav-download svg{fill:currentColor;width:20px;height:20px}.blog-hero{text-align:left;background:var(--white);padding:4rem 2rem 2rem}.blog-hero-inner{max-width:1140px;margin:0 auto}.blog-hero h1{letter-spacing:-.02em;color:#000;margin-bottom:.75rem;font-size:clamp(36px,10.5vw,52px);font-weight:600;line-height:1.12}.blog-hero-subtitle{color:var(--text-gray);max-width:600px;margin:0;font-size:1.125rem}.blog-list{background:var(--white);padding:2rem 2rem 5rem}.blog-list-container{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2.75rem 2rem;max-width:1140px;margin:0 auto;display:grid}.blog-card{cursor:pointer;background:0 0;flex-direction:column;transition:transform .2s;display:flex}.blog-card:hover{transform:translateY(-4px)}.blog-card-image{aspect-ratio:16/10;background:var(--bg-light);border-radius:16px;width:100%;margin-bottom:1rem;overflow:hidden}.blog-card-image img{object-fit:cover;width:100%;height:100%}.blog-card-content{flex:1}.blog-card-meta{color:var(--text-gray);margin-bottom:.625rem;font-size:.875rem}.blog-card-content h3{letter-spacing:-.01em;color:var(--text-dark);margin-bottom:.5rem;font-size:1.375rem;font-weight:600;line-height:1.25}.blog-card-content p{color:var(--text-gray);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:1rem;line-height:1.55;display:-webkit-box;overflow:hidden}.blog-card-tag{color:var(--primary-blue);background:#eff6ff;border-radius:12px;margin-top:.75rem;padding:.25rem .625rem;font-size:.75rem;font-weight:500;display:inline-block}.article-hero,.article-body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.article-hero{background:var(--white);padding:3rem 2rem 2rem}.article-hero-inner{max-width:727px;margin:0 auto}.article-breadcrumb{color:var(--text-gray);margin-bottom:1.5rem;font-size:.8125rem}.article-breadcrumb a{color:var(--primary-blue)}.article-hero h1{letter-spacing:-.02em;color:#000;overflow-wrap:break-word;margin-bottom:1rem;font-size:clamp(36px,10.5vw,52px);font-weight:600;line-height:1.12}.article-meta{color:var(--text-gray);font-size:.875rem}.article-hero-image{background:var(--white);max-width:727px;margin:0 auto 2.5rem}.article-hero-image img{object-fit:cover;border-radius:16px;width:100%;max-width:720px;height:320px;margin:0 auto;display:block}.article-body{background:var(--white);padding:2rem 2rem 4rem}.article-content{max-width:var(--col);margin:0 auto}.article-content h2{letter-spacing:-.02em;color:#000;margin:48px 0 24px;font-size:40px;font-weight:600;line-height:48px}.article-content>h3{letter-spacing:-.015em;color:#000;margin:40px 0 20px;font-size:23px;font-weight:600;line-height:30px}.article-content p.article-intro{letter-spacing:0;color:#000;margin-bottom:32px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:21px;font-weight:400;line-height:33px}.article-content p a,.article-content li a{color:#000;border-bottom:1px solid var(--accent);padding-bottom:1px;text-decoration:none;transition:border-color .15s,color .15s}.article-content p a:hover,.article-content li a:hover{color:var(--accent)}.article-content strong,.article-content b{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600}.article-content p{color:#000;margin-bottom:24px;font-family:Charter,Georgia,serif;font-size:21px;font-weight:400;line-height:33px}.article-content em{font-style:italic}.article-content strong{color:#000}.article-content ul{color:#000;margin-bottom:1.25rem;padding-left:1.5rem}.article-content li{color:#000;margin-bottom:.25rem;font-family:Charter,Georgia,serif;font-size:21px;font-weight:400;line-height:33px}.article-table{border-collapse:separate;border-spacing:0;background:var(--white);border:1px solid var(--border-gray);border-radius:16px;width:100%;margin:2rem 0;font-size:.9375rem;line-height:1.6;overflow:hidden}.article-table tbody tr:last-child td{border-bottom:none}.article-table thead{color:var(--white);background:#0c2882}.article-table th{text-align:left;padding:.75rem 1rem;font-size:.875rem;font-weight:600}.article-table td{border-bottom:1px solid var(--border-gray);color:#1a1a1a;padding:.75rem 1rem}.article-table tbody tr:hover{background:var(--bg-blue-light)}.article-faq{margin:1.5rem 0 2.5rem}.article-faq h3{color:#0c2882;margin:1.5rem 0 .5rem;font-size:1.125rem}.article-faq p{margin-bottom:0}.article-cta{background:var(--white);border:1px solid var(--border-gray);text-align:center;border-radius:20px;margin:2.5rem 0;padding:2rem;box-shadow:0 1px 2px #0f172a0a,0 10px 28px #0f172a0f}.banner-cta{background:#b8cfff;border-radius:24px;flex-direction:row-reverse;align-items:stretch;gap:1rem;margin:2.5rem 0;display:flex;overflow:hidden}.banner-cta-body{flex:auto;align-self:center;padding:2.5rem}.banner-cta-body h3{letter-spacing:-.02em;color:#171717;margin:0 0 .75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:2rem;font-weight:600;line-height:1.12}.banner-cta-body p{color:#3c4257;max-width:44ch;margin:0 0 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;line-height:1.5}.banner-cta-btn{color:var(--white);white-space:nowrap;background:#000;border-radius:999px;padding:.9375rem 2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:600;transition:transform .15s,background .15s;display:inline-block}.banner-cta-btn:hover{background:#171717;transform:translateY(-1px)}.winner-badge{vertical-align:middle;color:#92400e;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;background:#fef3c7;border:1px solid #fcd34d;border-radius:999px;align-items:center;gap:.35em;margin-left:.6rem;padding:.4em .75em;font-size:.6875rem;font-weight:700;line-height:1;display:inline-flex}.final-banner{background:#b8cfff;border-radius:24px;align-items:center;min-height:440px;margin:2.5rem 0;padding:2.5rem 2.5rem 2.5rem calc(45% + 2rem);display:flex;position:relative;overflow:hidden}.final-banner-media{justify-content:center;align-items:flex-end;width:45%;display:flex;position:absolute;top:0;bottom:0;left:.5rem}.final-banner-media img{width:100%;max-width:320px;height:auto;margin-bottom:-1.5rem;position:relative}.final-banner-body{flex:auto;min-width:0}.final-banner-body h3{letter-spacing:-.02em;color:#171717;margin:0 0 .625rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:2rem;font-weight:600;line-height:1.12}.final-banner-body>p{color:#3c4257;max-width:42ch;margin:0 0 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;line-height:1.5}.final-banner-features{gap:.5rem;margin:0 0 1.5rem;padding:0;list-style:none;display:grid}.final-banner-features li{color:#171717;align-items:center;gap:.75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.0625rem;font-weight:500;display:flex}.final-banner-ic{text-align:center;flex-shrink:0;width:1.75rem;font-size:1.25rem;line-height:1}.final-banner-btn{color:var(--white);background:#000;border-radius:999px;padding:1rem 3.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:600;transition:transform .15s,background .15s;display:inline-block}.final-banner-btn:hover{background:#171717;transform:translateY(-1px)}@media (width<=760px){.final-banner{flex-direction:column;min-height:0;padding:1.75rem 1.75rem 0;display:flex}.final-banner-body{order:1}.final-banner-media{order:2;align-items:center;width:auto;margin:1.5rem 0 0;position:static;overflow:hidden}.final-banner-media img{max-width:300px;margin-bottom:-3.5rem}.final-banner-body h3{font-size:1.625rem}.final-banner-btn{text-align:center;width:100%;display:block}}.banner-cta-media{flex:none;justify-content:center;align-items:center;display:flex}.banner-cta-illus{display:block}.banner-cta-illus img{height:auto;display:block}.banner-cta-illus-wide img{width:280px;margin:0 1.5rem 0 0}.banner-cta-illus-tall{display:none}@media (width<=700px){.banner-cta{text-align:center;flex-direction:column;gap:0}.banner-cta-illus-wide{display:none}.banner-cta-illus-tall{width:100%;padding:1.5rem 1.5rem 0;display:block}.banner-cta-illus-tall img{width:100%}.banner-cta-body{padding:1rem 1.5rem 2rem}.banner-cta-body h3{font-size:1.75rem}.banner-cta-body p{margin-left:auto;margin-right:auto}.banner-cta-btn{width:100%;display:block}}.article-cta-final{background:var(--white)}.article-cta h3{margin-bottom:.5rem}.article-cta p{margin-bottom:1rem;color:var(--text-gray)!important;font-size:1rem!important}.app-store-btn-sm{padding:.75rem 1.5rem;font-size:.9375rem}.article-figure{text-align:center;max-width:340px;margin:1.75rem auto}.article-figure img{border-radius:16px;width:100%;height:auto;display:block}.article-figure figcaption{color:var(--text-gray);margin-top:.625rem;font-size:.875rem}.sticky-cta{z-index:998;min-height:64px;padding:.625rem 1rem;padding-bottom:calc(.625rem + env(safe-area-inset-bottom));background:var(--white);border-top:1px solid var(--border-gray);justify-content:space-between;align-items:center;gap:.75rem;text-decoration:none;transition:transform .25s,opacity .25s;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #00000014}.sticky-cta.is-hidden{opacity:0;pointer-events:none;transform:translateY(130%)}.sticky-cta-left{align-items:center;gap:.625rem;min-width:0;display:flex}.sticky-cta-icon{border-radius:9px;flex-shrink:0;width:40px;height:40px}.sticky-cta-text{flex-direction:column;min-width:0;line-height:1.2;display:flex}.sticky-cta-text strong{color:var(--text-dark);white-space:nowrap;font-size:.875rem;font-weight:600}.sticky-cta-text span{color:var(--text-gray);white-space:nowrap;font-size:.8125rem}.sticky-cta-btn{background:var(--accent);min-width:48px;height:48px;color:var(--white);border-radius:24px;flex-shrink:0;justify-content:center;align-items:center;padding:0 .875rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:600;display:inline-flex}.article-content h2{scroll-margin-top:1.5rem}.article-toc{background:var(--bg-light);border:1px solid var(--border-gray);border-radius:16px;margin:1.75rem 0;padding:1.25rem 1.5rem}.article-toc-title{color:var(--text-dark);margin-bottom:.5rem;font-weight:600;display:block}.article-toc ol{color:var(--text-gray);margin:0;padding-left:1.25rem}.article-toc li{margin:.3rem 0}.article-toc a{color:var(--primary-blue);text-decoration:none}.article-toc a:hover{text-decoration:underline}@media (width<=767px){.sticky-cta{display:flex}.article-body{padding:1.5rem 1.25rem calc(5rem + env(safe-area-inset-bottom))}.article-hero{padding:2rem 1.25rem 1.25rem}.blog-list{padding-bottom:calc(4rem + env(safe-area-inset-bottom))}}.article-credit{color:var(--text-gray);flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:18px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;line-height:1.5;display:flex}.article-credit-section{color:var(--accent);font-weight:500;text-decoration:none}.article-credit-section:hover{text-decoration:underline}.article-credit-slash,.article-credit-author{color:var(--text-gray)}.article-credit-dot{background:#c7cbd1;border-radius:50%;flex-shrink:0;width:5px;height:5px}.article-steps{gap:.6rem;margin:1.25rem 0 1.5rem;padding-left:1.4rem;display:grid}.article-steps li{padding-left:.3rem;line-height:1.65}.article-check{gap:.7rem;margin:1.1rem 0 1.5rem;padding:0;list-style:none;display:grid}.article-check li{padding-left:1.7rem;line-height:1.6;position:relative}.article-check li:before{content:"";background:var(--primary-blue);border-radius:2px;width:9px;height:9px;position:absolute;top:.5em;left:0}.soap-example{border:1px solid #e7ecf3;border-left:4px solid var(--primary-blue);background:#f8fafc;border-radius:14px;gap:.9rem;margin:1.5rem 0;padding:1.35rem 1.5rem;display:grid}.soap-example p{color:var(--text-gray);margin:0;line-height:1.65}.soap-example p strong{color:var(--text-dark)}.soap-example em{font-style:italic}.article-related{max-width:var(--stack);margin:4rem auto 0}.article-related h2{color:#000;margin:0 0 1.75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:40px;font-weight:600;line-height:48px}.article-related-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.related-card{color:inherit;border-bottom:0;flex-direction:column;text-decoration:none;display:flex}.related-card-media{aspect-ratio:16/9;background:var(--bg-light);border-radius:12px;margin-bottom:.85rem;overflow:hidden}.related-card-media img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.related-card:hover .related-card-media img{transform:scale(1.03)}.related-card-meta{letter-spacing:0;color:var(--text-gray);margin-bottom:.35rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:400;line-height:1.65}.related-card h3{letter-spacing:-.01em;color:#000;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .4rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:21px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.related-card p{letter-spacing:0;color:var(--text-gray);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-family:Charter,Georgia,serif;font-size:18px;font-weight:400;line-height:28px;display:-webkit-box;overflow:hidden}@media (width<=1000px){.article-related-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.article-related{width:100%;margin:3rem 0 0;transform:none}.article-related-grid{grid-template-columns:1fr;gap:1.75rem}.article-related h2{font-size:30px;line-height:36px}}.home-blog{background:var(--bg-light);padding:4.5rem 2rem}.home-blog-inner{max-width:1100px;margin:0 auto}.home-blog-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:2rem;display:flex}.home-blog-head h2{color:var(--text-dark);margin:0;font-size:2rem}.home-blog-head a{color:var(--primary-blue);white-space:nowrap;font-weight:600;text-decoration:none}.home-blog-head a:hover{text-decoration:underline}.home-blog-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.home-blog-card{background:var(--white);border:1px solid var(--border-gray);border-radius:16px;flex-direction:column;text-decoration:none;transition:transform .18s,box-shadow .18s;display:flex;overflow:hidden}.home-blog-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0f172a14}.home-blog-card img{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.home-blog-card-body{flex-direction:column;gap:.45rem;padding:1.1rem 1.25rem 1.35rem;display:flex}.home-blog-card-meta{color:var(--text-gray);font-size:.8rem}.home-blog-card h3{color:var(--text-dark);margin:0;font-size:1.05rem;font-weight:600;line-height:1.35}@media (width<=900px){.home-blog{padding:3rem 1.25rem}.home-blog-grid{grid-template-columns:1fr}.home-blog-head h2{font-size:1.6rem}}.about-lead{color:var(--text-gray);font-size:1.15rem;line-height:1.7}.about-authors{grid-template-columns:1fr;gap:1.25rem;margin:1.5rem 0 2rem;display:grid}.about-author-card{background:var(--white);border:1px solid var(--border-gray);border-radius:16px;align-items:flex-start;gap:1.1rem;padding:1.35rem 1.5rem;display:flex}.about-author-card img{object-fit:cover;border-radius:50%;flex-shrink:0;width:72px;height:72px}.about-author-card h3{color:var(--text-dark);margin:0 0 .1rem;font-size:1.1rem}.about-author-role{color:var(--primary-blue);margin-bottom:.5rem;font-size:.875rem;font-weight:600}.about-author-card p{color:var(--text-gray);margin:0;font-size:.95rem;line-height:1.6}@media (width<=600px){.about-author-card{flex-direction:column;gap:.75rem}}.article-lead{max-width:727px;margin:0 auto 2.5rem;padding:0}.article-lead img{object-fit:cover;border-radius:32px;width:100%;height:343px;display:block}@media (width<=767px){.article-lead,.article-hero-image{padding-left:1.25rem;padding-right:1.25rem}.article-lead img,.article-hero-image img{border-radius:16px}}.article-banner{margin:2.5rem 0}.article-banner img{border-radius:16px;width:100%;height:auto;display:block}.article-cta-card{background:#faf7ef;border-radius:20px;flex-direction:column;gap:1.5rem;margin:2.5rem 0;padding:2rem;display:flex}.cta-card-media img{object-fit:contain;border-radius:14px;width:auto;max-width:100%;height:auto;max-height:360px;margin:0 auto;display:block}.cta-card-body h3{margin:0 0 .5rem}.cta-card-body>p{margin:0 0 1rem;color:var(--text-gray)!important;font-size:1rem!important}.cta-pills{flex-wrap:wrap;gap:.5rem;margin:0 0 1.25rem;padding:0;list-style:none;display:flex}.cta-pills li{background:var(--white);border:1px solid var(--border-gray);color:var(--text-dark);border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.8125rem;font-weight:600;display:inline-flex}.faq-accordion{background:var(--bg-light);border:none;border-radius:24px;flex-direction:column;gap:.75rem;margin:1.5rem 0 2.5rem;padding:1rem;display:flex}.faq-acc-item{background:var(--white);border:none;border-radius:18px}.faq-acc-q{cursor:pointer;text-align:left;width:100%;color:var(--text-dark);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem 1.625rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:19px;font-weight:500;line-height:1.45;display:flex}.faq-acc-q:focus-visible{outline:2px solid var(--primary-blue);outline-offset:2px;border-radius:18px}.faq-acc-icon{stroke:currentColor;stroke-width:1.75px;stroke-linecap:round;flex-shrink:0;width:22px;height:22px}.faq-acc-icon-bar{transform-origin:50%;transition:transform .32s cubic-bezier(.4,0,.2,1)}.faq-acc-q[aria-expanded=true] .faq-acc-icon-bar{transform:scaleY(0)}.faq-acc-a{grid-template-rows:0fr;transition:grid-template-rows .32s cubic-bezier(.4,0,.2,1);display:grid}.faq-acc-q[aria-expanded=true]+.faq-acc-a{grid-template-rows:1fr}.faq-acc-a-inner{opacity:0;min-height:0;transition:opacity .2s;overflow:hidden}.faq-acc-q[aria-expanded=true]+.faq-acc-a .faq-acc-a-inner{opacity:1;transition-delay:80ms}.faq-acc-a p{color:var(--text-gray);margin:0;padding:0 1.625rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;line-height:1.65}@media (prefers-reduced-motion:reduce){.faq-acc-a,.faq-acc-a-inner,.faq-acc-icon-bar{transition:none}}@media (width<=640px){.faq-accordion{border-radius:20px;padding:.625rem}.faq-acc-q{padding:1.25rem 1.125rem;font-size:17px}.faq-acc-a p{padding:0 1.125rem 1.25rem}}.sticky-cta-desktop{display:none}.sticky-cta-desktop-icon{border-radius:7px;flex-shrink:0;width:32px;height:32px}.sticky-cta-desktop-text{color:var(--text-dark);white-space:nowrap;font-size:.95rem;font-weight:600}.sticky-cta-desktop-btn{background:var(--accent);height:44px;color:var(--white);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;padding:0 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:600;display:inline-flex}@media (width>=768px){.article-cta-card{flex-direction:row;align-items:center;gap:2.5rem;padding:3rem}.cta-card-media{flex:0 0 40%;max-width:40%}.cta-card-media img{max-height:440px}.cta-card-body{flex:60%}.sticky-cta-desktop{background:var(--white);border:1px solid var(--border-gray);opacity:0;pointer-events:none;z-index:998;border-radius:999px;align-items:center;gap:1rem;width:calc(100% - 3rem);max-width:720px;height:60px;padding:0 .75rem 0 1.25rem;text-decoration:none;transition:opacity .2s,transform .2s;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)translateY(16px);box-shadow:0 8px 30px #0000001f}.sticky-cta-desktop.is-visible{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}}@media (width<=900px){.article-table{-webkit-overflow-scrolling:touch;font-size:.875rem;display:block;overflow-x:auto}.features-grid{grid-template-columns:1fr}.feature-card h3{font-size:36px}.struggle-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.struggle-card h5{font-size:24px}.cta-container{text-align:center;flex-direction:column}.cta-image{max-width:400px}.blog-card{flex-direction:column}.blog-card-image{aspect-ratio:16/10;width:100%;min-width:auto}}@media (width<=768px){.blog-hero{padding:2.5rem 1.5rem 1.5rem}.hero-section{padding:2rem 1.5rem 3rem}.hero-title{font-size:42px}.features-section,.struggle-section,.faq-section,.cta-section{padding:3rem 1.5rem}.feature-card h3{font-size:28px}.struggle-card h5{font-size:20px}.struggle-card p{font-size:16px}.footer{text-align:center;flex-direction:column;gap:1rem}.footer-links a{margin:0 1rem}.header-section{padding:.75rem 1rem}.header-nav{display:none}.header-download-mobile{display:inline-flex}.burger-menu{display:flex}.mobile-nav-overlay.open,.mobile-nav{display:block}.header-logo{height:36px}.blog-hero h1{font-size:2rem}}@media (width<=480px){.header-section{padding:.625rem .75rem}.header-logo{height:32px}.hero-title{font-size:32px}.hero-subtitle{font-size:1rem}.feature-card{padding:1.5rem}.feature-card h3{font-size:24px}.app-store-btn{gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem}.app-store-btn svg{width:20px;min-width:20px;height:20px}.blog-hero h1{font-size:1.625rem}.blog-hero-subtitle{font-size:.9375rem}}:root{--col:727px;--gap:79px;--rail:307px;--stack:calc(var(--col) + var(--gap) + var(--rail))}@media (width>=1220px){.article-layout{grid-template-columns:var(--col) var(--rail);column-gap:var(--gap);max-width:var(--stack);margin:0 auto;display:grid}.article-layout .article-content{margin:0}.article-hero-inner,.article-lead,.article-hero-image{max-width:var(--stack)}.article-hero-inner>*,.article-lead picture,.article-lead img,.article-hero-image picture,.article-hero-image img{max-width:var(--col)}.article-hero-image img{margin:0}}.article-rail{display:none}@media (width>=1220px){.article-rail{display:block}.sticky-cta-desktop{display:none!important}}.article-rail-inner{flex-direction:column;gap:1.25rem;display:flex;position:sticky;top:2rem}.rail-card{border-radius:32px;padding:1.5rem}.rail-card h3{color:var(--text-dark);margin:0 0 .5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.0625rem;font-weight:600;line-height:1.4}.rail-card p{color:var(--text-gray);margin:0 0 1.25rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.875rem;line-height:1.55}.rail-banner{text-align:center;background:#b8cfff;padding:2rem 1.5rem;overflow:hidden}.rail-banner-hero{justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex;position:relative}.rail-banner-rings{pointer-events:none;width:300px;max-width:none;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.rail-banner-logo{border-radius:18px;width:72px;height:72px;display:block;position:relative}.rail-banner h3{letter-spacing:-.02em;color:#171717;margin:0 0 .625rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.75rem;font-weight:600;line-height:1.12}.rail-banner p{color:#3c4257;margin:0 0 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.9375rem;line-height:1.5}.rail-banner-btn{width:100%;color:var(--white);text-align:center;background:#000;border-radius:999px;padding:.875rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.9375rem;font-weight:600;transition:transform .15s,background .15s;display:block}.rail-banner-btn:hover{background:#171717;transform:translateY(-1px)}.rail-card-next{background:var(--white);border:1px solid var(--border-gray);text-decoration:none;transition:border-color .15s;display:block}.rail-card-next:hover{border-color:var(--accent)}.rail-eyebrow{letter-spacing:.04em;text-transform:uppercase;color:var(--accent);margin-bottom:.875rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.75rem;font-weight:600;display:block}.rail-next-media{object-fit:cover;border-radius:18px;width:100%;height:132px;margin-bottom:.875rem;display:block}.rail-card-next h3{margin-bottom:.375rem}.rail-next-meta{color:var(--text-gray);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.8125rem}.rail-card-note{background:var(--white);border:1px solid var(--border-gray)}.rail-card-note p{margin-bottom:0}.qr-modal{z-index:1000;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.qr-modal[hidden]{display:none}.qr-modal-backdrop{-webkit-backdrop-filter:blur(2px);background:#0c288273;position:absolute;inset:0}.qr-modal-card{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:340px;padding:2rem 2rem 1.75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;position:relative;box-shadow:0 20px 60px #0f172a40}.qr-modal-close{color:#9ca3af;cursor:pointer;background:0 0;border:0;padding:.25rem;font-size:1.7rem;line-height:1;position:absolute;top:.6rem;right:.85rem}.qr-modal-close:hover{color:#111827}.qr-modal-card h3{color:#000;margin:0 0 .5rem;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600}.qr-modal-card p{color:#6b7280;margin:0 0 1.25rem;font-size:.95rem;line-height:1.45}.qr-modal-img{background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:200px;height:200px;margin:0 auto 1.25rem;padding:.5rem;display:block}.qr-modal-btn{color:#fff;background:#0c2882;border-radius:999px;padding:.7rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-block}.qr-modal-btn:hover{background:var(--primary-blue)}.dl-cta{background:#fff;border:1px solid #e5e7eb;border-radius:16px;align-items:center;gap:1.25rem;margin:2rem 0;padding:1.25rem 1.5rem;display:flex;box-shadow:0 1px 2px #0f172a0a}.dl-cta-icon{flex-shrink:0;width:56px;height:auto}.dl-cta-body{flex:1;min-width:0}.dl-cta-body h3{color:#000;margin:0 0 .3rem;font-family:Inter,-apple-system,sans-serif;font-size:1.15rem;font-weight:600;line-height:1.25}.dl-cta-body p{color:#6b7280;margin:0;font-family:Inter,-apple-system,sans-serif;font-size:.95rem;line-height:1.45}.dl-cta-btn{color:#fff;white-space:nowrap;background:#111827;border-radius:999px;flex-shrink:0;padding:.7rem 1.5rem;font-family:Inter,-apple-system,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-block}.dl-cta-btn:hover{background:#000}@media (width<=640px){.dl-cta{flex-direction:column;align-items:flex-start}.dl-cta-btn{text-align:center;width:100%}}.cmp{border-collapse:collapse;background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;width:100%;margin:1.5rem 0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.95rem;overflow:hidden}.cmp th,.cmp td{text-align:left;vertical-align:top;color:#000;border-bottom:1px solid #e5e7eb;padding:.85rem 1rem}.cmp thead th{color:#374151;text-transform:uppercase;letter-spacing:.04em;background:#f2f4f7;font-size:.75rem;font-weight:600}.cmp tbody tr:last-child td{border-bottom:0}.cmp .rk{color:#3e7af5;width:1.5rem;font-weight:600}.cmp .nm{color:#000;white-space:nowrap;font-weight:600}.cmp .sc{font-weight:600}.rev{border:1px solid #e5e7eb;border-radius:20px;margin:1.5rem 0 2.5rem;padding:2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;box-shadow:0 1px 2px #0f172a0a,0 10px 30px #0f172a0d}.rev p.rev-tag{color:#6b7280;margin:0 0 1.25rem;font-family:Inter,sans-serif;font-size:1.0625rem}.rev-hero{background:#3e7af5;border-radius:14px;margin:0 0 1.5rem;line-height:0;overflow:hidden}.rev-hero img{width:100%;height:auto;margin:0;display:block}.rev-meta{border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.25rem;padding:1rem 0;display:grid}.rev-meta .lbl{text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;margin-bottom:.25rem;font-size:.7rem}.rev-meta .val{color:#000;font-size:.95rem;font-weight:600}.rev-meta .val .u{color:#9ca3af;font-weight:400}.rev-cols{grid-template-columns:1fr 1fr;gap:1.5rem 2rem;margin-bottom:1.25rem;display:grid}.rev-cols h4{text-transform:uppercase;letter-spacing:.05em;margin:0 0 .6rem;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600}.rev-like h4{color:#15803d}.rev-know h4{color:#b45309}.rev-cols ul{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.rev-cols li{color:#374151;margin:0;padding-left:1.4rem;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.45;position:relative}.rev-like li:before{content:"+";color:#16a34a;font-weight:600;position:absolute;left:0}.rev-know li:before{content:"–";color:#9ca3af;font-weight:600;position:absolute;left:0}.rev-boxes{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.rev-box{color:#374151;border-radius:12px;padding:1rem 1.15rem;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.45}.rev-box .bl{text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:.35rem;font-size:.7rem}.box-for{background:#f0fdf4;border:1px solid #dcfce7}.box-skip{background:#f8fafc;border:1px solid #e5e7eb}.rev-act{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.rev-act a.rev-btn{color:#000;background:#fff;border:1px solid #d1d5db;border-radius:999px;padding:.55rem 1.1rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-block}.rev-act a.rev-btn:hover{color:#000;border-color:#9ca3af}.rev-act a.rev-btn.primary{color:#fff;background:#0c2882;border-color:#0c2882}.rev-when{color:#9ca3af;margin-left:auto;font-size:.85rem}@media (width<=640px){.rev-meta{grid-template-columns:1fr 1fr}.rev-cols,.rev-boxes{grid-template-columns:1fr}.rev{padding:1.5rem}.cmp{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}}
