:root{--color-bg: #f7f7f7;--color-surface: #ffffff;--color-surface-soft: #fafafa;--color-border: rgba(0, 0, 0, .08);--color-border-strong: rgba(0, 0, 0, .12);--color-text: #222222;--color-muted: #666666;--color-subtle: #999999;--color-primary: #4caf50;--color-primary-hover: #43a047;--radius-card: 12px;--radius-button: 4px;--shadow-soft: 0 18px 30px rgba(0, 0, 0, .05);--width-inner: 1200px;--width-section-wide: 1200px;--width-section-large: 1360px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Roboto,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--color-text);background-color:var(--color-bg)}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.site-shell{min-height:100vh;display:flex;flex-direction:column}.inner{width:100%;max-width:var(--width-inner);margin:0 auto;padding:0 1.25rem}.site-header{background-color:var(--color-surface);border-bottom:1px solid rgba(0,0,0,.1);position:sticky;top:0;z-index:20;box-shadow:0 1px #ffffffb3}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.9rem 0}.brand{display:flex;align-items:center}.brand-pill{padding:.35rem .6rem;display:flex;align-items:center;justify-content:center}.brand-pill img{height:37px;width:auto}.main-nav{display:flex;align-items:center;gap:1.7rem;font-size:.96rem;font-weight:600}.main-nav a{color:#555}.main-nav a:hover{color:var(--color-text)}.nav-actions{display:flex;align-items:center;gap:1rem}.nav-actions .link-button{font-weight:600;color:#555}.nav-actions .primary-button{padding:.58rem 1.05rem;font-weight:700}.primary-button,.ghost-button,.link-button{border-radius:var(--radius-button);border:1px solid transparent;font-size:.95rem;font-weight:500;padding:.5rem 1rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .05s ease}.primary-button{background-color:var(--color-primary);color:#fff;box-shadow:var(--shadow-soft)}.primary-button:hover{background-color:var(--color-primary-hover);transform:translateY(-1px)}.ghost-button{background-color:var(--color-surface);color:var(--color-text);border-color:var(--color-border-strong)}.ghost-button:hover{background-color:var(--color-surface-soft)}.link-button{background:transparent;color:var(--color-muted);border-color:transparent;padding-left:0;padding-right:0}.link-button:hover{color:var(--color-text)}.primary-button.large,.ghost-button.large{padding:.65rem 1.35rem;font-size:1rem}.full-width{width:100%}.hero{background-color:var(--color-bg);padding:3.6rem 0 3.8rem}.hero .inner{max-width:var(--width-inner)}.hero-grid{display:grid;grid-template-columns:minmax(330px,.78fr) minmax(0,1.22fr);gap:2.4rem;align-items:center}.hero-eyebrow{display:inline-flex;align-items:center;width:fit-content;padding:.28rem .62rem;border:1px solid rgba(76,175,80,.2);border-radius:9px;background:#4caf5014;font-size:.88rem;font-weight:600;color:#3f7041;margin-bottom:.75rem}.hero-left{max-width:560px;text-align:left}.hero-left h1{font-size:clamp(2.45rem,3.4vw + 1rem,3.35rem);font-weight:900;line-height:1.08;margin:0 0 1.1rem}.hero-sub{font-size:1.08rem;color:var(--color-muted);max-width:540px;line-height:1.55}.hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-bottom:.5rem}.hero-note{font-size:.9rem;color:var(--color-muted)}.hero-platform-label{margin:.9rem 0 0;color:var(--color-muted);font-size:.88rem;font-weight:600}.hero-platforms{display:flex;flex-wrap:wrap;gap:.55rem;margin:.45rem 0 0}.platform-badge-link{display:block;width:160px;border-radius:8px;box-shadow:0 5px 12px #00000024}.platform-badge-link img{width:100%;height:auto}.platform-badge-link:focus-visible{outline:3px solid var(--color-primary);outline-offset:3px}.hero-right{display:flex;justify-content:center}.product-preview{position:relative;width:100%;max-width:1000px;padding-right:clamp(70px,11vw,120px)}.hero-screenshot{background-color:var(--color-surface);border-radius:16px;border:1px solid var(--color-border);box-shadow:var(--shadow-soft);width:100%;max-width:1000px;overflow:hidden}.phone-preview{position:absolute;right:clamp(24px,3vw,42px);bottom:-.9rem;width:clamp(108px,15vw,155px);aspect-ratio:9 / 19.5;overflow:hidden;border:6px solid #202020;border-radius:18px;background:#fff;box-shadow:0 14px 26px #0003}.phone-preview img{width:100%;height:100%;object-fit:cover;object-position:top center}.phone-speaker{position:absolute;z-index:2;top:7px;left:50%;width:38%;height:5px;transform:translate(-50%);border-radius:999px;background:#202020}.screenshot-bar{display:flex;align-items:center;gap:.35rem;padding:.45rem .7rem;background-color:#f0f0f0;border-bottom:1px solid var(--color-border);font-size:.8rem;color:var(--color-muted)}.screenshot-bar .dot{width:8px;height:8px;border-radius:999px;background-color:#d0d0d0}.screenshot-title{margin-left:.4rem}.screenshot-body{display:grid;grid-template-columns:.2fr .8fr;min-height:220px}.screenshot-sidebar{background:linear-gradient(to bottom,#e0e0e0,#f5f5f5)}.screenshot-main{padding:.9rem 1rem;background-color:#fbfbfb}.screenshot-header{margin-bottom:.8rem}.sh-line{height:10px;border-radius:999px;background-color:#e0e0e0;margin-bottom:.35rem}.sh-line-wide{width:56%}.sh-line-medium{width:36%}.screenshot-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin-bottom:.9rem}.sh-card{background-color:var(--color-surface);border-radius:10px;border:1px solid var(--color-border);padding:.5rem .6rem}.sh-label{font-size:.75rem;color:var(--color-muted);margin-bottom:.2rem}.sh-value{font-size:.9rem;font-weight:600;color:var(--color-primary)}.screenshot-table{border-radius:10px;border:1px solid var(--color-border);background-color:var(--color-surface);overflow:hidden}.screenshot-table-header,.screenshot-table-row{display:grid;grid-template-columns:1.3fr .8fr .7fr 1fr;padding:.4rem .6rem;font-size:.8rem}.screenshot-table-header{background-color:#f0f0f0;color:var(--color-muted);font-weight:500}.screenshot-table-row:nth-child(odd){background-color:#fafafa}.screenshot-table-row:nth-child(2n){background-color:#f5f5f5}.chip{justify-self:start;padding:.15rem .6rem;border-radius:999px;font-size:.75rem}.chip-unpaid{background-color:#ffebee;color:#c62828}.chip-paid{background-color:#e8f5e9;color:#2e7d32}.strip{background-color:var(--color-primary);color:#fff;padding:2.2rem 0;border-top:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(0,0,0,.08)}.strip-inner{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(180px,.5fr);gap:1.4rem;align-items:center;max-width:960px}.strip h2{margin:0 0 .4rem;font-size:1.45rem}.strip p{margin:0;font-size:1rem}.strip-actions{display:flex;justify-content:flex-end}.section{padding:3.7rem 0}.section-muted{background-color:#eee}.section-header{text-align:center;max-width:680px;margin:0 auto 2.5rem}.section-header h2{margin:0 0 .45rem;font-size:1.95rem;line-height:1.18}.section-header p{margin:0;font-size:1.04rem;color:var(--color-muted);line-height:1.5}.features-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.3rem}.feature{background-color:var(--color-surface);border-radius:8px;border:1px solid var(--color-border);border-top:3px solid rgba(76,175,80,.55);padding:1.4rem 1.45rem;box-shadow:0 14px 26px #00000009;font-size:1.01rem;color:var(--color-muted);line-height:1.52}.feature h3{margin-top:0;margin-bottom:.5rem;font-size:1.1rem;line-height:1.25;color:var(--color-text)}.feature-icon{margin-bottom:.85rem}.feature-icon svg{display:block;width:26px;height:26px}.example-box,.resource-cta{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);box-shadow:var(--shadow-soft)}.resource-content a:not(.primary-button){color:#2e7d32;font-weight:700}.resources-section{background:var(--color-surface);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:2.75rem 0}.resources-inner{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:2.5rem;align-items:center;max-width:var(--width-section-wide)}.resources-copy h2{margin:0 0 .55rem;font-size:1.75rem;line-height:1.2}.resources-copy p{margin:0;color:var(--color-muted);line-height:1.6;max-width:660px;font-size:1.04rem}.resource-group{display:grid;gap:.85rem}.featured-resource-link{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.12rem 1.2rem;border:1px solid rgba(76,175,80,.22);border-radius:8px;background:#f8fbf8;color:#2e7d32}.featured-resource-link span{min-width:0}.featured-resource-link strong,.featured-resource-link small{display:block}.featured-resource-link strong{font-size:1.06rem;line-height:1.25}.featured-resource-link small{margin-top:.28rem;color:var(--color-muted);font-size:.94rem;font-weight:500;line-height:1.35}.featured-resource-link:after{content:"->";flex:0 0 auto;color:#2e7d32;font-weight:800}.resource-links{display:grid;gap:.35rem}.resource-links a{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.88rem 0;border-bottom:1px solid var(--color-border);color:#2e7d32;font-weight:700;line-height:1.25}.resource-links a:after{content:"->";flex:0 0 auto}.pricing-wrap{display:flex;justify-content:center}.clean-price-card{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(300px,1.1fr);gap:2.6rem;align-items:center;max-width:980px;width:100%;background:var(--color-surface);border-radius:var(--radius-card);padding:2.45rem;box-shadow:var(--shadow-soft);border:1px solid var(--color-border)}.price-card-summary{text-align:center}.price-card-includes{padding-left:1.8rem;border-left:1px solid var(--color-border)}.price-plan{margin:0 0 1.2rem;font-size:1.48rem;font-weight:800;color:var(--color-text)}.price-value-callout{margin:-.35rem 0 1.35rem;padding:.75rem .9rem;border:1px solid rgba(76,175,80,.28);border-radius:6px;background:#eef8ef;color:#245f27;font-size:.98rem;font-weight:700;line-height:1.35}.price-values{margin-bottom:1.65rem}.price-monthly{font-size:3.35rem;font-weight:900;line-height:1}.price-monthly span{font-size:.45em;color:var(--color-muted)}.price-yearly{margin-top:.45rem;font-size:1.32rem;font-weight:500;color:var(--color-muted)}.price-yearly span{font-size:.7em}.price-includes-label{margin:0 0 1rem;color:var(--color-text);font-weight:800;font-size:1.08rem}.price-features{list-style:none;padding:0;margin:0;text-align:left;font-size:1.04rem;color:var(--color-muted)}.price-features li{display:flex;align-items:center;gap:.68rem;margin-bottom:.72rem}.price-features svg{width:20px;height:20px;stroke:var(--color-primary);stroke-width:2;fill:none}.price-note{margin-top:1.5rem;font-size:.94rem;color:var(--color-muted)}.about-section{background:#f3faf4}.about-enhanced{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:3rem;align-items:center;max-width:var(--width-section-wide);margin:0 auto;padding:0}.about-icon{display:flex;justify-content:flex-start;margin-bottom:1.1rem}.about-copy{text-align:left}.about-copy h2{margin-top:0;font-size:1.85rem;line-height:1.2}.about-big{font-size:1.24rem;color:var(--color-text);margin-bottom:.6rem;line-height:1.5}.about-small{color:var(--color-muted);font-size:1.04rem;line-height:1.6;max-width:720px}.about-trust{padding:1.65rem 0 1.65rem 1.8rem;border-left:1px solid rgba(76,175,80,.28)}.about-trust h3{margin:0 0 .35rem;font-size:1.18rem}.about-trust p{margin:0;color:var(--color-muted);font-size:1.03rem;line-height:1.6}.faq-grid{display:grid;gap:1.3rem;grid-template-columns:repeat(2,minmax(0,1fr));max-width:var(--width-section-wide);margin:0 auto}.faq-item{background:#fff;border:1px solid var(--color-border);border-radius:8px;padding:1.5rem 1.55rem;box-shadow:0 12px 22px #00000009}.faq-item h3{margin-bottom:.42rem;font-size:1.1rem;font-weight:700;color:var(--color-text);position:relative;padding-left:1.4rem}.faq-item h3:before{content:"?";position:absolute;left:0;top:.05rem;width:1rem;height:1rem;font-size:.9rem;color:var(--color-primary)}.faq-item p{color:var(--color-muted);font-size:1rem;line-height:1.55}.faq-item a{color:#2e7d32;font-weight:700}.final-cta{background:var(--color-primary);color:#fff;text-align:center;padding:4.6rem 0}.final-cta h2{margin:0 0 .45rem;font-size:clamp(2rem,1.3vw + 1.35rem,2.55rem)}.final-cta p{margin:0 auto 1.15rem;max-width:660px;font-size:1.06rem;color:#eafbea}.final-cta .primary-button{background-color:#fff;color:var(--color-text);box-shadow:none}.final-cta .primary-button:hover{background-color:#f4f4f4}.legal{max-width:760px;margin:0 auto;font-size:.98rem;color:var(--color-muted)}.legal h1{font-size:1.8rem;margin-bottom:.6rem;color:var(--color-text)}.legal h2{font-size:1.25rem;margin-top:1.6rem;margin-bottom:.45rem;color:var(--color-text)}.legal p,.legal ul{margin-bottom:.85rem}.resource-hero{background:var(--color-surface);border-bottom:1px solid var(--color-border);padding:3.4rem 0}.resource-inner,.resource-content{max-width:800px}.resource-kicker{margin:0 0 .5rem;color:var(--color-primary);font-weight:700;text-transform:uppercase;font-size:.82rem}.resource-hero h1{margin:0 0 .8rem;font-size:clamp(2rem,2.2vw + 1rem,3rem);line-height:1.12}.resource-hero p{margin:0;color:var(--color-muted);font-size:1.08rem}.resource-content{color:var(--color-muted);font-size:1.02rem;line-height:1.7}.resource-content h2{margin:2rem 0 .5rem;color:var(--color-text);font-size:1.45rem;line-height:1.25}.resource-content p{margin:0 0 1rem}.example-box{margin:2rem 0;padding:1.35rem 1.45rem;background:#f8fbf8}.example-box h2{margin-top:0}.resource-cta{margin-top:2.4rem;padding:1.6rem;text-align:center}.resource-cta h2{margin-top:0}.free-tools-hero .free-tools-lede{margin-bottom:.7rem;color:var(--color-text);font-size:1.35rem;font-weight:800;line-height:1.3}.free-tools-hero .resource-inner{max-width:920px}.free-tools-hero.resource-hero{padding:4rem 0 3.8rem}.free-tools-hero h1{font-size:clamp(2.5rem,3vw + 1rem,3.7rem);line-height:1.06;margin-bottom:.95rem}.free-tools-hero p:not(.resource-kicker){max-width:780px;font-size:1.14rem;line-height:1.58}.free-tools-layout{display:grid;gap:1.45rem;max-width:1080px}.tool-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.95fr);gap:2.6rem;align-items:center;padding:2.35rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);box-shadow:var(--shadow-soft)}.tool-section+.tool-section{margin-top:.45rem}.tool-eyebrow{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center;margin:0 0 .65rem;color:var(--color-primary);font-size:.88rem;font-weight:800;text-transform:uppercase}.tool-status{padding:.18rem .42rem;border:1px solid rgba(76,175,80,.22);border-radius:6px;background:#f3faf4;color:#3f7041;font-size:.78rem;line-height:1}.tool-copy h2,.want-easier h2{margin:0 0 .75rem;color:var(--color-text);font-size:clamp(1.85rem,1.4vw + 1rem,2.45rem);line-height:1.15}.tool-copy p,.want-easier p{margin:0;color:var(--color-muted);font-size:1.08rem;line-height:1.65}.tool-preview{margin-top:1.4rem;width:100%;border:1px solid var(--color-border);border-radius:8px;box-shadow:var(--shadow-soft)}.tool-panel{padding:1.6rem;border:1px solid rgba(76,175,80,.18);border-radius:8px;background:#f8fbf8}.tool-panel h3{margin:0 0 .95rem;font-size:1.18rem}.tool-panel ul,.records-grid ul{margin:0;padding:0;list-style:none}.tool-panel li{position:relative;margin-bottom:.7rem;padding-left:1.45rem;color:var(--color-muted);font-size:1.03rem;line-height:1.5}.tool-panel li:before{content:"";position:absolute;left:0;top:.45rem;width:.5rem;height:.5rem;border-radius:999px;background:var(--color-primary)}.tool-download{width:100%;margin-top:1.2rem;padding-top:.78rem;padding-bottom:.78rem}.tool-download:disabled{cursor:not-allowed;opacity:.68;transform:none}.download-note{margin:.45rem 0 0;color:var(--color-muted);font-size:1rem;text-align:center}.records-section{max-width:1080px}.records-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.records-grid>div{padding:1.55rem;background:var(--color-surface);border:1px solid var(--color-border);border-top:3px solid rgba(76,175,80,.55);border-radius:8px}.records-grid h3{margin:0 0 .55rem;font-size:1.2rem}.records-grid p,.records-note{margin:0;color:var(--color-muted);font-size:1.04rem;line-height:1.6}.records-note{max-width:820px;margin:1.45rem auto 0;text-align:center}.comparison-section{max-width:1080px}.comparison-table-wrap{overflow-x:auto;border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface);box-shadow:var(--shadow-soft)}.comparison-table{width:100%;min-width:760px;border-collapse:collapse;text-align:left}.comparison-table th,.comparison-table td{padding:1.05rem 1.15rem;border-bottom:1px solid var(--color-border);color:var(--color-muted);font-size:1.03rem;line-height:1.35}.comparison-table thead th{color:var(--color-text);font-size:1rem;background:#f8fbf8;font-weight:800}.comparison-table tbody th{color:var(--color-text);font-weight:800}.comparison-table tr:last-child th,.comparison-table tr:last-child td{border-bottom:0}.want-easier-section{background:#f3faf4}.want-easier{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:2.5rem;align-items:center;max-width:1080px}.want-easier a:not(.primary-button){color:#2e7d32;font-weight:700}.want-easier-card{padding:1.8rem;background:var(--color-surface);border:1px solid rgba(76,175,80,.18);border-radius:var(--radius-card);box-shadow:var(--shadow-soft)}.want-easier-card h3{margin:0 0 .75rem;font-size:1.32rem;line-height:1.3}.want-easier-card p{margin-bottom:1.15rem;font-size:1.03rem;line-height:1.55}.site-footer{margin-top:auto;background-color:#f2f2f2;border-top:1px solid var(--color-border)}.footer-inner{display:flex;align-items:center;justify-content:space-between;padding:.9rem 0;font-size:.9rem;color:var(--color-muted)}.footer-links{display:flex;gap:1rem}.footer-inner>span a,.footer-links a{color:var(--color-muted)}.footer-inner>span a:hover,.footer-links a:hover{color:var(--color-text)}@media (min-width: 1280px){.site-header .inner,.hero .inner{max-width:1360px;padding-left:2.5rem;padding-right:2.5rem}.section>.inner{max-width:var(--width-section-wide);padding-left:2.5rem;padding-right:2.5rem}.hero-grid{grid-template-columns:540px minmax(0,1fr);gap:2.75rem}.hero{padding:4.1rem 0 4.35rem}.hero-left h1{font-size:3.7rem;line-height:1.06}.hero-sub{font-size:1.14rem}.hero-note{font-size:.96rem}.product-preview{max-width:none;padding-right:clamp(64px,5.5vw,100px)}.hero-screenshot{box-shadow:0 22px 38px #0000000f}.phone-preview{width:clamp(118px,12vw,165px)}.strip h2{font-size:1.55rem}.strip p{font-size:1.03rem}.section{padding:4.15rem 0}.section-header{margin-bottom:2.8rem}.section-header h2{font-size:2.15rem}.section-header p{font-size:1.08rem}.features-grid{gap:1.45rem}.feature{min-height:208px;padding:1.65rem 1.7rem;font-size:1.05rem}.feature h3{font-size:1.16rem}.feature-icon svg{width:29px;height:29px}.clean-price-card{max-width:1040px;padding:2.75rem}.price-plan{font-size:1.58rem}.price-monthly{font-size:3.75rem}.price-features,.price-includes-label{font-size:1.08rem}.about-enhanced{gap:3.4rem}.about-copy h2,.resources-copy h2{font-size:2.05rem}.about-big{font-size:1.32rem}.about-small,.about-trust p,.resources-copy p{font-size:1.08rem}.about-trust{padding-left:2rem}.featured-resource-link{padding:1.25rem 1.35rem}.featured-resource-link strong{font-size:1.12rem}.featured-resource-link small,.resource-links a{font-size:.98rem}.faq-grid{gap:1.45rem}.faq-item{min-height:162px;padding:1.7rem 1.8rem}.faq-item h3{font-size:1.14rem}.faq-item p{font-size:1.03rem}.final-cta{padding:5rem 0}.final-cta h2{font-size:2.65rem}.final-cta p{font-size:1.1rem}.free-tools-hero.resource-hero{padding:4.5rem 0 4.25rem}.free-tools-hero h1{font-size:4rem}.free-tools-hero .free-tools-lede{font-size:1.5rem}.free-tools-hero p:not(.resource-kicker){font-size:1.18rem}.free-tools-layout,.records-section,.comparison-section,.want-easier{max-width:1140px}.tool-section{gap:3rem;padding:2.75rem}.tool-copy h2,.want-easier h2{font-size:2.55rem}.tool-copy p,.want-easier p{font-size:1.12rem}.tool-panel{padding:1.85rem}.tool-panel h3{font-size:1.24rem}.tool-panel li{font-size:1.06rem}.records-grid>div{padding:1.75rem}.comparison-table th,.comparison-table td{padding:1.15rem 1.25rem}.want-easier-card{padding:2rem}}@media (min-width: 1680px){.site-header .inner,.hero .inner{max-width:1520px;padding-left:3rem;padding-right:3rem}.section>.inner{max-width:var(--width-section-large);padding-left:3rem;padding-right:3rem}.features-grid{gap:1.6rem}.hero{padding:4.7rem 0 5rem}.hero-left h1{font-size:4.15rem}.hero-sub{font-size:1.2rem;max-width:560px}.hero-grid{grid-template-columns:530px minmax(0,1fr);gap:2.5rem}.product-preview{padding-right:clamp(72px,4.8vw,96px)}.phone-preview{width:clamp(126px,9vw,172px)}.strip h2{font-size:1.6rem}.strip p{font-size:1.05rem}.clean-price-card{max-width:1120px;padding:3rem}.about-enhanced,.resources-inner,.faq-grid{max-width:1240px}.section{padding:4.7rem 0}.section-header h2{font-size:2.3rem}.feature{min-height:226px;padding:1.85rem 1.9rem}.feature h3{font-size:1.22rem}.feature-icon svg{width:31px;height:31px}.price-monthly{font-size:4rem}.about-copy h2,.resources-copy h2{font-size:2.2rem}.about-big{font-size:1.38rem}.faq-item{min-height:172px;padding:1.85rem 2rem}.final-cta{padding:5.5rem 0}.final-cta h2{font-size:2.85rem}.free-tools-hero.resource-hero{padding:5rem 0 4.6rem}.free-tools-hero h1{font-size:4.35rem}.free-tools-layout,.records-section,.comparison-section,.want-easier{max-width:1200px}.tool-section{padding:3rem}.tool-panel{padding:2rem}}@media (max-width: 960px){.hero-grid{grid-template-columns:minmax(0,1fr)}.hero-right{margin-top:1.8rem}.hero-left{max-width:760px;margin:0 auto;text-align:center}.hero-sub{margin-left:auto;margin-right:auto;text-align:center}.hero-actions,.hero-platforms{justify-content:center}.strip-inner{grid-template-columns:minmax(0,1fr)}.strip-actions{justify-content:flex-start;margin-top:1rem}.resources-inner,.tool-section,.want-easier,.records-grid{grid-template-columns:minmax(0,1fr)}}@media (max-width: 768px){.main-nav{display:none}.hero{padding-top:2.8rem;text-align:center}.features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.clean-price-card,.about-enhanced{grid-template-columns:minmax(0,1fr)}.price-card-includes{padding:1.45rem 0 0;border-left:0;border-top:1px solid var(--color-border)}.about-enhanced{text-align:center}.about-copy,.about-icon{text-align:center;justify-content:center}.about-trust{padding:1.4rem 0 0;border-left:0;border-top:1px solid rgba(76,175,80,.28);text-align:center}}@media (max-width: 640px){.features-grid,.faq-grid{grid-template-columns:minmax(0,1fr)}.header-inner{gap:.5rem}.brand-pill img{height:33px}.nav-actions{margin-left:auto}.footer-inner{flex-direction:column;align-items:flex-start;gap:.4rem}.product-preview{display:flex;justify-content:center;padding-right:0}.hero-screenshot{display:none}.phone-preview{position:relative;right:auto;bottom:auto;width:min(58vw,220px);min-width:0}.footer-links{flex-wrap:wrap}.hero-platforms{gap:.45rem}.platform-badge-link{width:144px}.clean-price-card{padding:1.6rem}.resources-section{padding:2.35rem 0}.tool-section{padding:1.45rem}.tool-panel{padding:1.15rem}.free-tools-hero.resource-hero{padding:3rem 0}.free-tools-hero h1{font-size:clamp(2.15rem,7vw,2.85rem)}.free-tools-hero .free-tools-lede{font-size:1.16rem}.free-tools-hero p:not(.resource-kicker),.tool-copy p,.want-easier p,.records-grid p,.records-note{font-size:1rem}.tool-copy h2,.want-easier h2{font-size:1.75rem}.comparison-table{min-width:700px}}.frt-banner{width:100%;background:#4caf50;color:#fff;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;font-size:15px;font-family:Poppins,sans-serif;position:sticky;top:0;z-index:9999;box-shadow:0 2px 4px #00000026}.frt-banner.hidden{display:none}.frt-banner-content{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.frt-banner-link{color:#fff;font-weight:600;text-decoration:underline}.frt-banner-close{background:transparent;border:none;color:#fff;font-size:18px;cursor:pointer;padding:0 6px;line-height:1}
