
:root{--yellow:#facc15;--yellow2:#eab308;--black:#0f172a;--text:#1f2937;--muted:#64748b;--border:#e5e7eb;--soft:#f8fafc;--shadow:0 12px 35px rgba(0,0,0,.07);--radius:18px}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:'Plus Jakarta Sans',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--text);background:#fff;line-height:1.55;overflow-x:hidden}a{text-decoration:none;color:inherit}button,input{font:inherit}button{cursor:pointer}.container{width:min(1160px,calc(100% - 32px));margin:auto}
.navbar{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);border-bottom:1px solid var(--border);backdrop-filter:blur(12px)}.nav-inner{min-height:72px;display:flex;align-items:center;gap:24px}
.site-logo{font-size:22px;font-weight:900;letter-spacing:-.8px;white-space:nowrap;color:var(--black);display:inline-flex;align-items:baseline;gap:2px}.site-logo-domain{font-family:'Space Grotesk',sans-serif;background:var(--yellow);color:var(--black);padding:1px 2px;border-radius:3px;font-size:11px;font-weight:900;display:inline-block;line-height:1;position:relative;top:-1px;margin-left:1px}.nav-links{display:flex;gap:20px;font-weight:750;font-size:14px;margin-left:auto}.nav-links a:hover{color:#111827;font-weight:800;}.nav-search{margin-left:0}.nav-search input{width:250px;border:1px solid var(--border);border-radius:10px;padding:10px 12px;outline:none}.nav-search input:focus{border-color:#c99e00;box-shadow:0 0 0 3px rgba(250,204,21,.18)}.menu-btn{display:none;border:1px solid var(--border);background:#fff;border-radius:10px;padding:8px 11px}
.hero{padding:86px 0 70px;background:linear-gradient(180deg,#fff 0%,#fffdf1 100%)}.hero-content{max-width:820px}.kicker{display:inline-block;font-size:12px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;background:var(--yellow);color:#171717;padding:7px 10px;border-radius:999px;margin-bottom:18px}h1{font-size:clamp(38px,6vw,68px);line-height:1.03;letter-spacing:-2.6px;color:var(--black);margin-bottom:20px}.hero-text{font-size:18px;color:#4b5563;max-width:720px;margin-bottom:28px}.hero-search{display:flex;gap:10px;max-width:690px}.hero-search input{flex:1;min-width:0;border:1px solid #d1d5db;border-radius:12px;padding:13px 14px;outline:none}.hero-search button,.cta-btn{border:0;border-radius:12px;background:var(--yellow);color:#111;font-weight:850;padding:13px 18px}.hero-search button:hover,.cta-btn:hover{background:var(--yellow2)}.hero-stats{display:flex;gap:24px;margin-top:24px;color:#6b7280;font-size:13px;flex-wrap:wrap}.hero-stats strong{color:#111;font-size:15px}
.ad-reserved{min-height:76px;margin:18px 0;display:flex;align-items:center;justify-content:center}.ad-reserved:empty{visibility:hidden}.section{padding:68px 0}.section.alt{background:var(--soft)}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:28px}.section-head h2{font-size:32px;letter-spacing:-1px;color:#111827}.section-head p{max-width:570px;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.card{display:block;border:1px solid var(--border);border-radius:var(--radius);padding:24px;background:#fff;box-shadow:0 4px 15px rgba(0,0,0,.025);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#e2c24d}.card-top{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:18px}.icon{width:44px;height:44px;border-radius:12px;background:var(--yellow);display:grid;place-items:center;font-weight:950;color:#111}.icon-svg svg{width:27px;height:27px;display:block}.help-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:22px}.help-card{border:1px solid var(--border);border-radius:16px;padding:20px;background:#fff}.help-card h3{font-size:17px;color:#111827;margin-bottom:7px}.help-card p{font-size:13px;color:#64748b;line-height:1.7}.feedback-form{border:1px solid var(--border);border-radius:18px;background:#fff;padding:22px;box-shadow:0 4px 15px rgba(0,0,0,.025)}.feedback-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.feedback-form label{display:block;font-size:12px;font-weight:800;color:#111827;margin-bottom:14px}.feedback-form input,.feedback-form select,.feedback-form textarea{width:100%;margin-top:7px;border:1px solid var(--border);border-radius:10px;padding:12px 13px;font:inherit;font-size:13px;color:#111827;background:#fff;outline:none}.feedback-form textarea{resize:vertical;min-height:120px}.feedback-form input:focus,.feedback-form select:focus,.feedback-form textarea:focus{border-color:#d9b938;box-shadow:0 0 0 3px rgba(250,204,21,.18)}.feedback-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.feedback-actions button{border:0;border-radius:10px;background:var(--yellow);color:#111827;padding:12px 16px;font-weight:900;cursor:pointer}.feedback-contact{font-size:13px;color:#111827;font-weight:900;}.form-status{margin:12px 0 0;font-size:12px;color:#64748b}.form-status.success{color:#166534}.form-status.error{color:#b91c1c}.card h3{font-size:20px;color:#111827;margin-bottom:8px}.card p{color:#667085;font-size:14px;margin-bottom:18px}.card-link{font-size:14px;color:#111827;font-weight:900;}.search-panel{display:none;position:fixed;top:73px;left:0;right:0;z-index:90;background:#fff;border-bottom:1px solid var(--border);box-shadow:0 12px 25px rgba(0,0,0,.08);max-height:70vh;overflow:auto}.search-panel.show{display:block}.search-inner{padding:20px 0}.search-meta{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:12px;color:#6b7280;font-size:13px}.search-close{border:0;background:none;font-weight:800}.search-results{display:grid;gap:10px}.search-item{display:block;padding:14px;border:1px solid var(--border);border-radius:12px}.search-item strong{display:block;color:#111;margin-bottom:3px}.search-item span{font-size:12px;color:#111827;font-weight:900;}.search-item p{font-size:13px;color:#6b7280;margin-top:3px}
.resource-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.resource-card{border:1px solid var(--border);border-radius:16px;padding:20px;background:#fff}.resource-card h3{font-size:17px;color:#111827;margin-bottom:7px}.resource-card p{font-size:13px;color:#64748b;line-height:1.7}.resource-card a{display:inline-block;margin-top:12px;font-size:13px;color:#111827;font-weight:900;}.site-footer{border-top:1px solid var(--border);padding:34px 0 22px;background:#fff}.site-footer-inner{width:min(1160px,calc(100% - 32px));margin:auto}.site-footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:30px}.site-footer-logo{font-size:22px;font-weight:900;color:#0F172A;display:inline-flex;align-items:baseline;gap:2px}.site-footer-description{max-width:430px;margin:10px 0 0;color:#64748B;font-size:13px;line-height:1.7}.site-footer-col h3{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#0F172A;margin:0 0 10px}.site-footer-col a{display:block;color:#64748B;font-size:12px;margin:7px 0;font-weight:800;}.site-footer-col a:hover{color:#111827;text-decoration:underline}.site-footer-bottom{margin-top:22px;padding-top:16px;border-top:1px solid var(--border);font-size:11px;color:#94A3B8}.site-footer-logo .site-logo-domain{font-size:11px}
@media(max-width:820px){.help-grid{grid-template-columns:1fr}.feedback-fields{grid-template-columns:1fr}.nav-links{display:none}.nav-links.mobile-show{display:flex;position:absolute;top:72px;left:0;right:0;background:#fff;padding:16px;border-bottom:1px solid var(--border);flex-direction:column}.nav-search input{width:190px}.menu-btn{display:block}.grid{grid-template-columns:1fr}.resource-grid{grid-template-columns:1fr}.section-head{display:block}.section-head p{margin-top:8px}.site-footer-top{grid-template-columns:1fr 1fr}.site-footer-brand{grid-column:1/-1}}
@media(max-width:560px){.container{width:min(100% - 22px,1160px)}.nav-inner{gap:10px}.site-logo{font-size:20px}.nav-search input{width:135px;font-size:13px}.hero-search{flex-direction:column}.hero-search button{width:100%}.hero{padding:50px 0 54px}h1{letter-spacing:-1.5px}.hero-text{font-size:16px}.section{padding:52px 0}.section-head h2{font-size:28px}.site-footer-top{grid-template-columns:1fr}.site-footer-brand{grid-column:auto}}

.icon-svg{background:#fff!important;border:1px solid #E5E7EB;overflow:hidden}.icon-svg svg{width:30px;height:30px}.support-email{display:inline-flex!important;align-items:center;gap:7px}

.site-footer-top{grid-template-columns:1.4fr 1fr 1fr 1fr}.site-footer-support .support-email{white-space:normal}.site-footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:18px}.site-footer-legal{display:flex;gap:18px;justify-content:flex-end}.site-footer-legal a{color:#64748B;text-decoration:none;font-weight:800;}.site-footer-legal a:hover{color:#111827;text-decoration:underline}
@media(max-width:900px){.site-footer-top{grid-template-columns:1fr 1fr}.site-footer-brand{grid-column:1/-1}}
@media(max-width:560px){.site-footer-top{grid-template-columns:1fr}.site-footer-brand{grid-column:auto}.site-footer-bottom{align-items:flex-start;flex-direction:column}.site-footer-legal{justify-content:flex-start;flex-wrap:wrap;gap:12px}}

/* View All buttons: centered, subtle entrance + hover animation */
.section-action{display:flex;justify-content:center;align-items:center;margin-top:28px;width:100%}
.section-action .view-all{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:176px;padding:12px 22px;border:1px solid var(--border);border-radius:999px;background:#fff;color:#111827;text-decoration:none;font-size:14px;font-weight:800;box-shadow:0 6px 18px rgba(15,23,42,.06);transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease}
.section-action .view-all:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(15,23,42,.10);background:#fefce8}
.section-action .view-all:active{transform:translateY(-1px) scale(.98)}
.section-action .view-all::after{content:"";display:inline-block;width:6px;height:6px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg);transition:transform .22s ease}
.section-action .view-all:hover::after{transform:translateX(3px) rotate(45deg)}

/* Final footer positioning only: Explore, Legal, Help, Support in one row. */
.site-footer-top{grid-template-columns:1.4fr 1fr 1fr 1fr 1fr}
.footer-help-legal-split{display:contents}
@media(max-width:900px){.site-footer-top{grid-template-columns:1fr 1fr}.site-footer-brand{grid-column:1/-1}}
@media(max-width:560px){.site-footer-top{grid-template-columns:1fr}.site-footer-brand{grid-column:auto}}

/* Card alignment only: keep widths unchanged, slightly reduce height, align icons and links. */
.card{display:flex;flex-direction:column;padding:20px 24px}
.card-top{align-items:flex-start;margin-bottom:16px;min-height:44px}
.card-link{margin-top:auto}

/* Final small card height reduction */
.card{min-height:0}

/* Final footer row alignment: keep Explore, Legal, Help and Support on one desktop row. */
.site-footer-top{grid-template-columns:minmax(0,1.4fr) repeat(4,minmax(0,1fr))}
.site-footer-top>.site-footer-col{min-width:0}.site-footer-top>.site-footer-col:nth-child(3) a{color:#64748B}
.site-footer-support .support-email{white-space:nowrap;overflow-wrap:normal}
.site-footer{padding-top:30px;padding-bottom:18px}
/* Blog article positioning only: center the article column without changing its content. */
.article-shell{width:min(820px,calc(100% - 32px));margin:0 auto;padding:68px 0}
@media(max-width:560px){.article-shell{width:min(100% - 22px,820px);padding:52px 0}}

/* Ad placement placeholder used by blog articles; actual AdSense markup is injected at build time. */
.article-ad-slot{min-height:76px;margin:18px 0;display:flex;align-items:center;justify-content:center}
.article-ad-slot:empty{visibility:hidden}


/* Landing-only animated hero and live stats inspired by modern productivity-tool homepages. */
.hero-enhanced{padding:72px 0 64px;overflow:hidden}
.hero-layout{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);align-items:center;gap:36px}
.hero-enhanced .hero-content{max-width:760px}
.hero-enhanced h1{max-width:760px}
.hero-enhanced .hero-content h1{min-height:2.14em}
.hero-word{display:inline-flex;align-items:center;justify-content:center;width:8.2ch;min-width:8.2ch;max-width:8.2ch;height:1.12em;box-sizing:border-box;padding:.02em .16em .08em;border-radius:2px;white-space:nowrap;vertical-align:middle;line-height:1;transition:opacity .22s ease;background:#000;overflow:hidden;will-change:opacity;contain:layout}
.hero-word.is-changing{opacity:0;transform:none}
.hero-word .hero-word-text{display:block;font-size:1em;line-height:1;white-space:nowrap;color:#fff}
.hero-word.hero-word-task{background:#000!important;color:#fff}
.hero-word.hero-word-life{background:#16A34A!important;color:#fff}
.hero-word.hero-word-everything{background:#1D4ED8!important;color:#fff}
.hero-word.hero-word-everything .hero-word-text{font-size:.72em}
.hero-word.hero-word-work{background:#7C3AED!important;color:#fff}
.hero-visual{position:relative;min-height:330px;display:grid;place-items:center;isolation:isolate}
.hero-glow{position:absolute;width:300px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(250,204,21,.24),rgba(250,204,21,0) 70%);filter:blur(4px);animation:heroGlow 4s ease-in-out infinite}
.hero-device{position:relative;width:250px;height:170px;transform:perspective(700px) rotateX(7deg);animation:heroFloat 4.5s ease-in-out infinite;z-index:2}
.hero-device-screen{position:absolute;left:25px;top:10px;width:200px;height:125px;border:7px solid #0f172a;border-radius:14px;background:linear-gradient(145deg,#ffffff,#f1f5f9);box-shadow:0 18px 35px rgba(15,23,42,.18);padding:24px 20px}
.hero-screen-dot{display:block;width:10px;height:10px;border-radius:50%;background:#facc15;margin-bottom:16px;box-shadow:20px 0 #38bdf8,40px 0 #a855f7}
.hero-screen-line{display:block;height:9px;width:100%;border-radius:999px;background:#dbeafe;margin:9px 0}.hero-screen-line.short{width:64%;background:#e5e7eb}.hero-screen-button{display:block;width:68px;height:22px;border-radius:999px;background:#facc15;margin-top:14px}
.hero-device-base{position:absolute;left:0;bottom:8px;width:250px;height:16px;border-radius:50% 50% 9px 9px;background:#0f172a;box-shadow:0 8px 0 -2px #cbd5e1}
.hero-float{position:absolute;z-index:3;width:54px;height:54px;display:grid;place-items:center;padding:9px;border:1px solid rgba(255,255,255,.9);border-radius:16px;background:rgba(255,255,255,.92);box-shadow:0 12px 30px rgba(15,23,42,.12);backdrop-filter:blur(10px)}.hero-float svg{width:34px;height:34px;display:block}
.hero-float-a{left:8%;top:18%;animation:heroFloatA 4.2s ease-in-out infinite}.hero-float-b{right:6%;top:10%;animation:heroFloatB 4.8s ease-in-out infinite}.hero-float-c{left:6%;bottom:15%;animation:heroFloatB 5.2s ease-in-out infinite reverse}.hero-float-d{right:7%;bottom:13%;animation:heroFloatA 4.6s ease-in-out infinite reverse}
@keyframes heroFloat{0%,100%{transform:perspective(700px) rotateX(7deg) translateY(0)}50%{transform:perspective(700px) rotateX(7deg) translateY(-12px)}}
@keyframes heroFloatA{0%,100%{transform:translate3d(0,0,0) rotate(-2deg)}50%{transform:translate3d(0,-10px,0) rotate(2deg)}}
@keyframes heroFloatB{0%,100%{transform:translate3d(0,0,0) rotate(2deg)}50%{transform:translate3d(0,9px,0) rotate(-2deg)}}
@keyframes heroGlow{0%,100%{transform:scale(.96);opacity:.72}50%{transform:scale(1.08);opacity:1}}
.tool-stats-section{padding:0 0 8px;background:#fff}
.tool-stats-band{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:0;padding:18px 24px;border-radius:16px;background:#f0f7ff;box-shadow:inset 0 0 0 1px rgba(59,130,246,.04)}
.tool-stat{display:flex;align-items:center;justify-content:center;gap:18px;min-height:74px;padding:0 20px;border-right:1px solid #cbd5e1}.tool-stat:last-child{border-right:0}.tool-stat strong{font-size:48px;line-height:1;font-weight:900;letter-spacing:-2px;color:#2583d6;min-width:2.6ch;text-align:right}.tool-stat span{font-size:14px;line-height:1.35;color:#334155}.tool-stat-utilities{gap:12px}.tool-stat-utilities strong{font-size:48px;color:#2583d6}.tool-stat-utilities span{font-size:16px;color:#111827;font-weight:700}
@media(max-width:900px){.hero-layout{grid-template-columns:1fr}.hero-enhanced .hero-content{max-width:820px}.hero-visual{min-height:280px;order:2}.tool-stats-band{grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.tool-stat:nth-child(2){border-right:0}.tool-stat:nth-child(-n+2){border-bottom:1px solid #cbd5e1}.tool-stat{padding:10px 16px}}
@media(max-width:560px){.hero-enhanced{padding:50px 0 44px}.hero-visual{min-height:235px}.hero-device{transform:scale(.82) perspective(700px) rotateX(7deg)}.hero-float{width:46px;height:46px;padding:7px}.hero-float svg{width:29px;height:29px}.tool-stats-section{padding-bottom:4px}.tool-stats-band{grid-template-columns:1fr;padding:8px 14px}.tool-stat{border-right:0!important;border-bottom:1px solid #cbd5e1!important;justify-content:flex-start;padding:14px 8px}.tool-stat:last-child{border-bottom:0!important}.tool-stat strong{font-size:40px}}
@media(prefers-reduced-motion:reduce){.hero-device,.hero-glow,.hero-float,.hero-word{animation:none!important;transition:none!important}.hero-word{opacity:1!important;transform:none!important}}

/* Requested final landing/form color corrections. */
.feedback-form input::placeholder,.feedback-form textarea::placeholder{color:#7B8491;opacity:1}
.feedback-form textarea::placeholder{color:#6B7280}
@media(max-width:560px){.tool-stat-utilities strong{font-size:40px}.tool-stat-utilities span{font-size:14px}}

/* Landing page final overrides (moved out of index.html inline <style> to remove duplicate/conflicting rules). */
.tool-stats-band{padding:26px 30px;min-height:96px}
.tool-stat{min-height:84px}
.tool-stat strong{font-size:54px}
.tool-stats-band .tool-stat strong{animation:statNumberFloat 3.8s ease-in-out infinite}
@keyframes statNumberFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-2px)}}
.stat-live-pulse{animation:statLivePulse .45s ease!important}
@keyframes statLivePulse{0%{transform:translateY(2px);opacity:.72}50%{transform:translateY(-3px);opacity:1}100%{transform:translateY(0);opacity:1}}
@media(max-width:560px){.tool-stats-band{padding:18px 14px;min-height:0}.tool-stat{min-height:74px}.tool-stat strong{font-size:40px}}
.tool-stat-utilities{gap:18px}
.tool-stat-utilities strong{font-size:48px;line-height:1;font-weight:900;letter-spacing:-2px;color:#2583d6;min-width:2.6ch;text-align:right}
.tool-stat-utilities span{font-size:14px;line-height:1.35;color:#334155;font-weight:400}
.tool-stat-utilities .utility-free{font-size:inherit;color:inherit;font-weight:inherit}
.hero-cta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:24px 0 10px}
.hero-cta a{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:10px;text-decoration:none;font-weight:800;font-size:14px;transition:transform .2s ease,box-shadow .2s ease}
.hero-cta-primary{background:#111827;color:#fff;box-shadow:0 8px 20px rgba(15,23,42,.12)}
.hero-cta-secondary{background:#fff;color:#111827;border:1px solid #dbe2ea}
.hero-cta a:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(15,23,42,.12)}

/* =========================================================
   THEME UPDATE — cohesive black / green / purple / blue /
   white / yellow system, layered on top of the existing
   styles. The site logo (.site-logo, .site-logo-domain,
   .site-footer-logo) is intentionally untouched below.
========================================================= */

:root{--green:#16A34A;--purple:#7C3AED;--blue:#1D4ED8;--white:#ffffff}

/* Section identity: each content section gets one accent from
   the palette on its kicker pill, so a visitor can tell sections
   apart at a glance while the hero kicker keeps its original yellow. */
#tools .kicker{background:var(--blue);color:#fff}
#blog .kicker{background:var(--purple);color:#fff}
#resources .kicker{background:var(--green);color:#fff}
#help .kicker{background:var(--black);color:#fff}

/* Hero secondary actions: subtle colored hover state instead of a flat gray hover,
   tying the two secondary links to the same accents used in the hero word loop. */
.hero-cta a:nth-child(2):hover{color:var(--purple);border-color:var(--purple)}
.hero-cta a:nth-child(3):hover{color:var(--blue);border-color:var(--blue)}

/* Help & Resource cards: a slim top accent bar cycling through the palette,
   a common, restrained way to introduce color without heavy backgrounds. */
.help-card{border-top:3px solid var(--blue)}
.help-card:nth-child(2){border-top-color:var(--purple)}
.help-card:nth-child(3){border-top-color:var(--green)}
.resource-card{border-top:3px solid var(--green)}
.resource-card:nth-child(2){border-top-color:var(--blue)}
.resource-card:nth-child(3){border-top-color:var(--purple)}

/* Footer link columns: each column gets its own hover accent (brand/logo left untouched). */
.site-footer-top>.site-footer-col:nth-child(2) a:hover{color:var(--blue)}
.site-footer-top>.site-footer-col:nth-child(3) a:hover{color:var(--purple)}
.site-footer-top>.site-footer-col:nth-child(4) a:hover{color:var(--green)}

/* Feedback form: request-type select gets a colored focus ring distinct from search,
   so the two interactive systems (search vs. forms) read as related but separate. */
.feedback-form select:focus{border-color:var(--purple);box-shadow:0 0 0 3px rgba(124,58,237,.16)}

/* Search input: keep yellow as the single, consistent interaction accent site-wide. */
