@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--blue:#254fea;--ink:#17202d;--muted:#657080;--line:#e3e6ec;--paper:#fafbfD;--lime:#ddf88b;--radius:18px;font-family:'DM Sans',Arial,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}body{margin:0;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{touch-action:manipulation}button{cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}button{color:inherit}a,button{transition:background .18s,box-shadow .18s,transform .18s}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid #5078ff;outline-offset:4px}a:hover .card-action,a:hover .section-bottom{color:var(--blue)}h1,h2,h3,p{margin:0}h1,h2,h3,.brand{font-family:Manrope,'DM Sans',Arial,sans-serif}h1{font-size:clamp(2.3rem,5vw,3.4rem);font-weight:800;line-height:1.15;letter-spacing:-.055em}h2{font-size:1.7rem;line-height:1.25;letter-spacing:-.035em}h3{font-size:1.15rem;line-height:1.4;letter-spacing:-.025em}.icon{flex-shrink:0;vertical-align:middle}.container{width:min(1160px,calc(100% - 64px));margin-inline:auto}.site-header{border-bottom:1px solid var(--line);background:white}.nav-wrap{max-width:1320px;margin:auto;min-height:92px;padding:20px 40px;display:flex;align-items:center;gap:55px}.brand{display:flex;align-items:center;gap:12px;font-size:1.25rem;font-weight:800;letter-spacing:-.05em}.brand-symbol{background:var(--blue);color:white;width:38px;height:38px;border-radius:11px;font-size:32px;line-height:33px;text-align:center;letter-spacing:-.12em}.brand-symbol span{color:var(--lime);font-size:24px}.nav-wrap nav{display:flex;align-items:center;gap:32px;margin-left:auto;font-size:14px;font-weight:600}.nav-wrap nav a{padding:8px 0;color:#56606e}.nav-wrap nav a[aria-current]{color:var(--blue);box-shadow:0 2px var(--blue)}.nav-wrap nav a:hover{color:var(--blue)}.header-search{display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;height:40px;width:40px}.hero{padding-top:65px;text-align:center}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.13em;color:var(--blue);display:flex;align-items:center;gap:10px}.hero .eyebrow{justify-content:center}.mini-line{width:21px;height:2px;background:var(--blue)}.hero h1{font-size:clamp(3.4rem,6.4vw,5.4rem);line-height:1.09;margin:21px 0 20px}.hero h1 span{color:var(--blue)}.hero-description{color:var(--muted);font-size:18px}.mobile-break{display:none}.search-form{display:flex;align-items:center;gap:15px;max-width:800px;margin:31px auto 0;padding:9px 9px 9px 23px;background:white;border:1px solid #cbd2df;border-radius:14px;box-shadow:0 7px 22px #17202d08;scroll-margin-top:20px}.search-form>.icon{color:var(--muted)}.search-form input{border:0;outline:0;min-width:0;flex:1;background:transparent;padding:12px 0;font-size:15px}.search-form:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #254fea1a}.search-form button{background:var(--blue);color:white;border:0;border-radius:9px;padding:13px 23px;display:flex;align-items:center;gap:22px;font-weight:600}.suggestions{display:flex;justify-content:center;align-items:center;gap:9px;margin-top:14px;font-size:13px;color:var(--muted)}.suggestions button{border:1px solid var(--line);border-radius:30px;padding:3px 13px;background:white;font-size:13px}.suggestions button:hover{border-color:var(--blue);color:var(--blue)}.categories{margin-top:60px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}.section-heading h2{font-size:1.35rem}.section-heading>span{color:var(--muted);font-size:11px;letter-spacing:.11em}.section-heading a{font-size:14px;display:flex;align-items:center;gap:12px}.section-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.section-card{padding:23px;border:1px solid #00000009;border-radius:var(--radius);display:flex;flex-direction:column}.section-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #17202d0a}.blue{background:#eaf0ff}.peach{background:#fff0e7}.lime{background:#eef6d9}.violet{background:#efedfa}.section-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.section-top>.icon{width:29px;height:29px}.section-top>span{font-size:12px;opacity:.5}.section-card h2{font-size:1.65rem}.section-card p{font-size:14px;color:#596270;margin-top:7px;margin-bottom:24px;max-width:190px;line-height:1.5}.section-bottom{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:600;margin-top:auto}.featured{margin-top:65px;padding:38px;display:grid;grid-template-columns:1fr 1fr;gap:55px;background:white;border:1px solid var(--line);border-radius:24px;align-items:center}.featured-copy h2{font-size:2.4rem;margin:16px 0;line-height:1.17}.featured-copy>p{color:var(--muted);max-width:430px;font-size:15px}.button{display:inline-flex;align-items:center;justify-content:center;gap:13px;padding:13px 20px;border-radius:9px;font-size:14px;font-weight:600;border:1px solid transparent}.primary{color:white;background:var(--blue)}.primary:hover,.search-form button:hover{background:#193ccb}.featured .button{margin-top:24px}.secondary{background:white;border:1px solid #ccd2dd}.secondary:hover{background:#f1f4fb}.small-note{font-size:12px;color:var(--muted);margin-top:13px;display:flex;align-items:center;gap:6px}.small-note .icon{width:15px;height:15px}.featured-preview{background:#182942;border-radius:16px;color:white;padding:29px;display:block;box-shadow:0 10px 25px #18294215;transform:rotate(-1deg)}.featured-preview:hover{transform:rotate(0)}.preview-top{display:flex;align-items:center;gap:9px;font-size:10px;letter-spacing:.1em;color:#dce4f1}.preview-top>span{margin-left:auto;font-size:21px}.preview-top .icon{width:18px}.preview-label{display:block;margin-top:23px;color:#aab7ca;font-size:12px}.preview-amount{font-size:2.4rem;font-weight:600;letter-spacing:-.05em}.preview-tags{display:flex;gap:8px;margin-top:7px}.preview-tags span{padding:3px 9px;border:1px solid #ffffff24;border-radius:5px;color:#ccd7e6;font-size:11px}.preview-result{margin-top:25px;border-top:1px solid #ffffff20;padding-top:18px;display:flex;flex-direction:column}.preview-result>span{font-size:12px;color:#b9c5d6}.preview-result strong{font-size:2.1rem;font-weight:500;color:var(--lime);letter-spacing:-.04em}.featured-preview>p{color:#94a5bf;font-size:10px;margin-top:9px}.recent{margin-top:58px;margin-bottom:65px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.item-card{position:relative;display:flex;flex-direction:column;background:white;border:1px solid var(--line);border-radius:14px;padding:24px;height:100%}.item-card:hover{border-color:#9cadde;box-shadow:0 5px 20px #17202d08}.item-icon{color:var(--blue);margin-bottom:22px}.tag{font-size:12px;color:var(--muted);font-weight:500}.item-card>.tag{position:absolute;right:24px;top:25px}.item-card h3{margin-bottom:8px}.item-card p{font-size:14px;color:var(--muted);margin-bottom:22px}.card-action{font-size:13px;font-weight:600;display:flex;justify-content:space-between;align-items:center;margin-top:auto}.card-action .icon{width:18px}footer{display:flex;align-items:center;gap:20px;border-top:1px solid var(--line);padding:32px max(32px,calc((100% - 1160px)/2));font-size:12px;background:white}footer p{color:var(--muted)}footer>span{margin-left:auto;color:var(--muted)}footer>a:last-child{display:flex;align-items:center;gap:8px;margin-left:12px}.footer-brand{font-size:15px}.brand-dot{color:var(--blue);font-size:25px;margin-left:-9px}.page-space{padding-top:29px;padding-bottom:80px;min-height:calc(100vh - 200px)}.breadcrumb{display:flex;gap:10px;flex-wrap:wrap;font-size:12px;color:var(--muted);margin-bottom:42px}.breadcrumb a:hover{color:var(--blue)}.page-heading{margin-bottom:35px}.page-heading h1{margin:14px 0 15px}.page-heading>p{color:var(--muted);max-width:650px;font-size:18px}.accent{color:var(--blue)}.count-label{color:var(--muted);font-size:13px;margin-bottom:14px}.quiet-note{margin-top:40px;border-top:1px solid var(--line);padding-top:25px;color:var(--muted);font-size:14px}.quiet-note strong{color:var(--ink)}.quiet-note p{margin-top:5px}.filter-bar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:25px}.filter{border:1px solid var(--line);background:white;border-radius:30px;padding:7px 18px;font-size:14px}.filter.active{color:white;background:var(--ink);border-color:var(--ink)}.filter span{opacity:.7;margin-left:7px}.search-results{text-align:left;margin-top:30px;padding:25px;border-radius:16px;background:#f0f3fc}.search-results>p{margin-bottom:20px;font-size:14px}.search-result{padding:18px;background:white;border-radius:10px;border:1px solid var(--line)}.search-result h3{margin-top:8px;font-size:16px}.search-result p{font-size:13px;color:var(--muted);margin-top:7px}.tool-heading{margin-bottom:30px}.tool-heading h1{font-size:clamp(2rem,4vw,3rem);margin:12px 0}.tool-heading>p{color:var(--muted)}.calculator-layout{display:grid;grid-template-columns:1.05fr 1fr;gap:25px;align-items:stretch}.form-heading{display:flex;gap:12px;align-items:center;margin-bottom:25px}.form-heading .icon{color:var(--blue)}.form-heading h2{font-size:1.1rem}.input-suffix{position:relative}.input-suffix input{padding-right:55px}.input-suffix>span{position:absolute;right:15px;top:13px;font-size:14px;color:var(--muted)}.field-pair{display:grid;grid-template-columns:1fr 1fr;gap:16px}.term-pair{grid-template-columns:1.2fr 1fr}.field-hint{font-size:12px;color:var(--muted);margin-top:9px}.calculate{width:100%;margin-top:23px;justify-content:space-between}.form-note{font-size:12px;color:var(--muted);text-align:center;margin-top:12px}.result-eyebrow{font-size:12px;letter-spacing:.12em;color:#d7e0ff;margin-bottom:27px}.result-term{font-size:12px;color:#cfdaff;margin-top:6px}.result-totals{border-top:1px solid #ffffff40;display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:30px;padding-top:25px}.result-totals>div{display:flex;flex-direction:column;gap:6px;min-width:0}.result-totals span{color:#dbe4ff;font-size:12px}.result-totals strong{font-size:1.1rem;font-weight:500;overflow-wrap:anywhere}.distribution{height:9px;display:flex;background:#ffffff45;border-radius:10px;overflow:hidden;margin-top:30px}.distribution span{height:100%;background:var(--lime)}.distribution-legend{display:flex;gap:17px;justify-content:space-between;font-size:11px;margin-top:12px;flex-wrap:wrap}.distribution-legend i{display:inline-block;width:7px;height:7px;background:var(--lime);border-radius:50%;margin-right:4px}.distribution-legend span+span i{background:#ffffff60}.distribution-legend b{font-weight:400;margin-left:4px}.estimate-note{font-size:12px;color:#dbe4ff;line-height:1.6;border-top:1px solid #ffffff40;padding-top:18px;margin-top:auto}details{border-bottom:1px solid var(--line)}summary{padding:20px 0;cursor:pointer;font-size:15px;font-weight:500}#schedule-details{border:1px solid var(--line);border-radius:12px;background:white}#schedule-details summary{padding:18px 22px}#schedule-count{color:var(--muted);font-size:13px;margin-left:8px}.table-scroll{max-height:430px;overflow:auto;border-top:1px solid var(--line)}table{width:100%;border-collapse:collapse;font-variant-numeric:tabular-nums;font-size:13px;white-space:nowrap}th,td{text-align:right;padding:13px 19px;border-bottom:1px solid var(--line)}th{background:#f1f4fa;position:sticky;top:0}th:first-child,td:first-child{text-align:left}tbody tr:nth-child(even){background:#fafbfd}.faq{margin-top:60px;max-width:800px}.faq h2{margin:13px 0 15px}.faq details p{font-size:14px;color:var(--muted);padding:0 0 20px}.text-link{display:inline-flex;gap:15px;align-items:center;font-size:14px;color:var(--blue);margin-top:20px}.error{color:#a92525;background:#fff0f0;border-radius:8px;padding:12px;font-size:14px;margin-top:14px}.narrow{max-width:820px}.document-toolbar{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:18px}#document-status{font-size:13px;color:var(--muted)}.document-text{width:100%;height:720px;resize:vertical;background:white;padding:32px;border:1px solid #cbd2df;border-radius:12px;font-size:15px;line-height:1.8;color:var(--ink)}.prose{font-size:17px;color:#505b6a}.prose h2{color:var(--ink);margin-top:32px;margin-bottom:12px;font-size:1.4rem}.prose .lead{font-size:20px;color:var(--ink);line-height:1.7}.prose .button{margin-top:30px}.prose li{margin:10px 0}.skip{position:absolute;left:20px;top:-100px;background:white;padding:10px;z-index:10}.skip:focus{top:10px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}[hidden]{display:none!important}
@media(min-width:1500px){.hero{padding-top:80px}.categories{margin-top:75px}}@media(max-width:1000px){.nav-wrap{gap:25px;padding:20px 30px}.nav-wrap nav{gap:20px}.section-grid{grid-template-columns:repeat(2,1fr)}.section-card p{max-width:100%}.section-top{margin-bottom:20px}.featured{gap:30px;padding:28px}.featured-copy h2{font-size:2rem}.preview-amount{font-size:2rem}.featured .button{font-size:12px;padding-inline:12px}footer{flex-wrap:wrap}footer>span{margin-left:auto}footer>a:last-child{margin-left:auto}.cards{grid-template-columns:repeat(2,1fr)}.field-pair{gap:10px}.result-totals{grid-template-columns:1fr;gap:15px}.estimate-note{margin-top:25px}}@media(max-width:680px){.container{width:calc(100% - 36px)}.nav-wrap{padding:15px 18px;min-height:110px;gap:12px;flex-wrap:wrap}.brand{font-size:18px}.brand-symbol{width:32px;height:32px;font-size:28px;line-height:28px}.nav-wrap nav{order:3;width:100%;margin:0;justify-content:space-between;gap:8px;font-size:13px}.header-search{margin-left:auto;width:34px;height:34px}.hero{padding-top:37px}.hero .eyebrow{font-size:10px}.hero h1{font-size:3.6rem;margin-top:17px}.hero-description{font-size:16px}.mobile-break{display:block}.search-form{padding:6px 6px 6px 13px;gap:9px;margin-top:24px}.search-form input{font-size:14px;padding:12px 0}.search-form input::placeholder{font-size:12px}.search-form button{padding:12px;font-size:14px}.search-form button .icon{display:none}.suggestions{font-size:11px;gap:6px}.suggestions button{font-size:11px;padding:3px 9px}.categories{margin-top:37px}.section-heading{gap:12px}.section-heading h2{font-size:1.2rem}.section-heading>span{display:none}.section-grid{gap:11px}.section-card{padding:18px 16px;border-radius:13px}.section-card h2{font-size:1.35rem}.section-card p{font-size:13px;line-height:1.5;min-height:40px}.section-bottom{font-size:12px}.section-top{margin-bottom:21px}.featured{margin-top:35px;padding:23px;grid-template-columns:1fr;gap:28px}.featured-copy h2{font-size:2.15rem}.featured .button{font-size:13px;width:100%}.featured-preview{padding:23px}.preview-amount{font-size:2.3rem}.recent{margin-top:35px;margin-bottom:40px}.cards{grid-template-columns:1fr}.section-heading a{font-size:12px}.item-card{padding:23px}.item-card>.tag{top:26px}.item-icon{margin-bottom:17px}.search-results{padding:16px}footer{padding:25px 18px;gap:9px 15px}footer p{margin-left:auto}footer>span{width:100%;margin-left:0}footer>a:last-child{margin-left:0}.page-space{padding-top:20px;padding-bottom:45px}.breadcrumb{margin-bottom:27px;font-size:11px}.page-heading>p{font-size:16px}.page-heading h1{font-size:2.6rem}.tool-heading h1{font-size:2.45rem}.tool-heading>p{font-size:15px}.calculator-layout{grid-template-columns:1fr;gap:18px}.result-totals{grid-template-columns:1fr 1fr}.result-totals strong{font-size:1rem}.faq{margin-top:40px}.document-text{padding:20px;font-size:14px}.prose .lead{font-size:18px}.document-toolbar .button{font-size:13px}}@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}@media print{header,footer,.button,.faq,.breadcrumb{display:none}.calculator-layout{display:block}.table-scroll{max-height:none;overflow:visible}}

/* Original YOWFINIA artwork; frame the transparent margins without changing the image. */
.official-logo{position:relative;display:block;width:48px;height:38px;overflow:hidden;flex-shrink:0}.official-logo img{position:absolute;width:64px;height:64px;max-width:none;left:-8px;top:-14px}.footer-brand .official-logo{width:36px;height:29px}.footer-brand .official-logo img{width:48px;height:48px;left:-6px;top:-10px}@media(max-width:680px){.nav-wrap .brand{gap:8px}.nav-wrap .official-logo{width:40px;height:32px}.nav-wrap .official-logo img{width:54px;height:54px;left:-7px;top:-12px}}

/* YOWFINIA — editorial discovery, cobalt / cyan / violet. */
:root{--paper:#f7f9ff;--ink:#14213b;--line:#dde4f1;--muted:#5e6b81;--cyan:#75e1ff;--violet:#8051ef}
.site-header{background:#fff;border:0}.nav-wrap{min-height:86px}.nav-wrap nav a{font-size:14px}.nav-wrap nav a[aria-current]{box-shadow:none;background:#edf2ff;padding:8px 15px;border-radius:30px}
.hero{position:relative;isolation:isolate;text-align:left;border-radius:28px;margin-top:20px;padding:44px 50px 26px;min-height:480px;overflow:hidden;background:#091c37;color:white;box-shadow:0 15px 35px #172d5312}
.hero-landscape{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:65% 45%;z-index:-2}
.hero::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#061830c9 0%,#071b3455 60%,#091c3720),linear-gradient(0deg,#05182bcc,transparent 65%)}
.hero-content{max-width:700px}.hero .eyebrow{justify-content:flex-start;color:#baeaff;font-size:12px}.hero .mini-line{background:#9de8ff}.hero h1{font-size:clamp(3rem,5.8vw,4.8rem);line-height:1.08;letter-spacing:-.065em;margin:21px 0 17px}.hero h1 span{color:#a3e8ff}.hero-description{font-size:17px;color:#e4edfa;line-height:1.6}.hero .search-form{position:relative;max-width:780px;margin:27px 0 0;border:0;border-radius:13px;background:#fff;box-shadow:0 8px 25px #00112626;color:var(--ink)}.hero .search-form input{font-size:15px}.hero .search-form button{background:#315de9;border-radius:9px}.hero .suggestions{justify-content:flex-start;color:#d3e2f8;font-size:13px;margin-top:14px}.hero .suggestions button{color:#f2f7ff;background:#ffffff16;border-color:#ffffff40;backdrop-filter:blur(10px)}.hero .suggestions button:hover{background:#fff;color:#254fea}.hero .search-results{position:relative;background:#f6f8ff;color:var(--ink);margin-top:23px}.hero .search-results .cards{grid-template-columns:repeat(2,minmax(0,1fr))}
.categories{margin-top:48px}.section-heading h2{font-size:1.8rem;line-height:1.2}.section-heading .eyebrow{font-size:11px;margin-bottom:9px}.section-heading p{font-size:15px;color:var(--muted);margin-top:8px}.section-heading>span{font-size:11px}
.section-grid{gap:16px}.visual-category{position:relative;isolation:isolate;overflow:hidden;min-height:290px;padding:23px;color:white;border:0;border-radius:18px;background:#173cbb;box-shadow:0 6px 18px #142b5210}.visual-category::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,#03173020 0%,#03132d38 24%,#03132ded 100%)}.category-tools{background-image:url('/assets/tools-calculator.png');background-size:cover;background-position:54% center}.category-tools::before{background:linear-gradient(180deg,#06142f2a 0%,#07193659 34%,#06142ff0 100%)}.category-tools .section-top>.icon{width:60px;height:60px;stroke-width:1.1;color:#c3eaff}.category-docs{background-image:url('/assets/creative-desk.png');background-size:cover;background-position:53% center}.category-resources{background-image:url('/assets/explore-coast.png');background-size:cover;background-position:78% center}.category-directory{background-image:url('/assets/discover-globe.png');background-size:cover;background-position:67% center}.visual-category .section-top{margin-bottom:30px;align-items:flex-start}.visual-category .section-top>span{color:#fff;opacity:.85}.visual-category:not(.category-tools) .section-top .icon{background:#ffffff1f;box-sizing:content-box;border:1px solid #ffffff33;padding:9px;border-radius:12px;backdrop-filter:blur(8px)}.category-copy{margin-top:auto}.visual-category h2{font-size:1.7rem}.visual-category p{color:#e5edfc;font-size:14px;max-width:200px;margin-bottom:20px}.visual-category .section-bottom{font-size:13px;color:#fff;border-top:1px solid #ffffff30;padding-top:13px}.visual-category:hover .section-bottom{color:#aeefff}.visual-category:hover{transform:translateY(-5px);box-shadow:0 12px 26px #142b5220}
.featured{margin-top:48px;border-radius:25px;padding:42px;background:#edf1fc;border:0;gap:50px}.featured-copy h2{font-size:2.55rem}.featured-copy>p{font-size:16px}.featured-preview{background:linear-gradient(135deg,#112646,#172854 65%,#353677);transform:rotate(-2deg);box-shadow:0 18px 28px #142b5230}.preview-result strong{color:#96eaff}.preview-top{font-size:11px}.preview-label,.preview-tags span,.featured-preview>p{font-size:12px}.small-note{font-size:13px}.featured .eyebrow{font-size:11px}
.discovery-section{margin-top:58px;padding:35px;border-radius:26px;background:#eceffc}.discovery-preview{display:grid;grid-template-columns:1.05fr 1fr 1fr;gap:20px}.discovery-cover{position:relative;display:block;min-height:360px;border-radius:18px;overflow:hidden;background:#0a1835;color:white}.discovery-cover>img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:65% center}.discovery-cover::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#040f2ff0,transparent 90%)}.discovery-cover>div{position:absolute;z-index:1;inset:auto 26px 25px}.discovery-cover span:first-child{font-size:12px;letter-spacing:.15em;color:#b8d8ff}.discovery-cover h3{font-size:2.7rem;line-height:1.1;margin:13px 0 21px;letter-spacing:-.04em}.round-arrow{display:grid;place-items:center;width:40px;height:40px;border:1px solid #ffffff60;border-radius:50%;font-size:25px}.website-card{border:1px solid #e2e6f0;border-radius:18px;overflow:hidden;background:white;min-width:0}.website-card>a{height:100%;display:flex;flex-direction:column}.website-card:hover{box-shadow:0 12px 25px #16376a18;transform:translateY(-3px);border-color:#a4b6e6}.website-art{position:relative;display:flex;flex-direction:column;min-height:205px;padding:20px;overflow:hidden;color:white;background:#214ad9}.website-category{align-self:flex-start;border:1px solid #ffffff60;border-radius:30px;padding:3px 10px;font-size:12px;color:#fff;background:#10224929}.site-monogram{font-family:Manrope,Arial,sans-serif;font-weight:800;font-size:4.8rem;letter-spacing:-.085em;line-height:1.2;margin:6px 0 3px}.site-editorial{font-size:12px;font-weight:500;letter-spacing:.02em}.outbound{position:absolute;right:20px;top:18px;font-size:23px}.website-art.cyan{background:linear-gradient(130deg,#086b9f,#3045c6 70%,#6655d4)}.website-art.indigo{background:linear-gradient(135deg,#254ecb,#363382)}.website-art.violet{background:linear-gradient(135deg,#6343a8,#ab5e9f)}.website-art.ocean{background:linear-gradient(135deg,#075a76,#06748b 60%,#167da5)}.website-art.midnight{background:linear-gradient(135deg,#243350,#4d5182)}.website-art.blue{background:linear-gradient(135deg,#163777,#2561ad)}.website-body{padding:22px;display:flex;flex-direction:column;flex:1}.site-domain{color:var(--muted);font-size:12px}.website-body h3{font-size:1.35rem;margin:4px 0 9px}.website-body p{font-size:14px;color:var(--muted);line-height:1.65;margin-bottom:24px}.site-visit{display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:600;margin-top:auto}.site-visit>span{color:var(--blue);font-size:21px}
.recent{margin-top:55px}.item-card{padding:0 23px 23px;overflow:hidden;border-radius:18px}.content-image{height:160px;overflow:hidden;margin:0 -23px 21px;background:#e6ecf7}.content-image img{width:100%;height:100%;object-fit:cover;object-position:50% 52%}.content-image.resources img{object-position:20% 20%;transform:scale(1.15)}.item-card .item-icon{margin-top:23px}.item-card .content-image+.item-icon{display:none}.item-card .content-image~.tag{position:static;font-size:12px;color:var(--blue);margin-bottom:7px}.item-card h3{font-size:1.2rem}.item-card p{font-size:15px}.card-action{padding-top:14px;border-top:1px solid var(--line)}.catalog-grid{gap:22px}
.directory-intro{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:50px;margin-bottom:45px}.directory-intro h1{font-size:clamp(2.8rem,4.4vw,4rem);margin:15px 0 20px}.directory-intro p{font-size:18px;max-width:490px;color:var(--muted)}.external-note{display:block;margin-top:20px;font-size:12px;color:var(--muted)}.directory-visual{position:relative;height:330px;border-radius:24px;overflow:hidden;background:#132440}.directory-visual img{width:100%;height:100%;object-fit:cover;object-position:65% center}.directory-visual>span{position:absolute;inset:auto 20px 20px;padding:8px 12px;border:1px solid #ffffff40;border-radius:9px;background:#091c44c9;color:#eef6ff;font-size:13px;backdrop-filter:blur(8px)}.directory-list{border-top:1px solid var(--line);padding-top:30px}.directory-controls{display:flex;flex-direction:column;gap:20px}.directory-controls form{display:flex;gap:15px;align-items:center;border:1px solid #cdd8ec;background:white;border-radius:12px;padding:8px 8px 8px 17px;max-width:760px}.directory-controls input{flex:1;min-width:0;border:0;background:transparent;padding:9px 0;font-size:16px;color:var(--ink)}.directory-controls .icon{color:var(--muted)}.directory-controls .filter-bar{margin-bottom:0}.filter.active{background:var(--blue);border-color:var(--blue)}.directory-list>.count-label{margin:22px 0 16px}.website-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:23px}.directory-empty{text-align:center;padding:50px 20px;background:#edf2ff;border-radius:18px}.directory-empty p{color:var(--muted);margin:10px 0 20px}
.page-heading{padding-bottom:18px}.page-heading .eyebrow,.tool-heading .eyebrow{font-size:12px}.loan-results{background:linear-gradient(135deg,#2348d2,#354deb 70%,#664adc)}.distribution span{background:#94e8ff}.distribution-legend i{background:#94e8ff}footer{margin-top:15px;background:#111f39;color:white;border:0;padding-top:35px;padding-bottom:35px}footer p,footer>span{color:#b7c7e1}footer>a:last-child{color:#e2eaff}
@media(max-width:1000px){.hero{padding:36px;min-height:450px}.hero h1{font-size:4rem}.section-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.visual-category{min-height:280px;padding:18px}.visual-category h2{font-size:1.35rem}.visual-category p{font-size:13px}.discovery-section{padding:25px}.discovery-preview{gap:15px}.discovery-cover h3{font-size:2rem}.website-body{padding:17px}.website-art{padding:17px}.site-monogram{font-size:4rem}.website-body p{font-size:13px}.featured{gap:30px;padding:32px}.directory-intro{gap:28px}.directory-intro p{font-size:16px}.directory-visual{height:300px}.website-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.nav-wrap{padding-bottom:12px}.nav-wrap nav a{font-size:12px}.nav-wrap nav a[aria-current]{padding:6px 10px}.hero{width:calc(100% - 24px);margin-top:10px;border-radius:20px;padding:30px 23px 24px;min-height:0}.hero-landscape{object-position:64% 40%}.hero::before{background:linear-gradient(90deg,#05142dcb,#06172b55),linear-gradient(0deg,#05152eaa,transparent)}.hero .eyebrow{font-size:10px;letter-spacing:.09em}.hero h1{font-size:clamp(2.7rem,9vw,3.7rem);line-height:1.07;margin:20px 0 18px}.hero-description{font-size:14px;max-width:295px}.hero .search-form{padding:7px;gap:8px;margin-top:24px}.hero .search-form>.icon{width:19px;margin-left:4px}.hero .search-form input{font-size:14px}.hero .search-form input::placeholder{font-size:11px}.hero .search-form button{font-size:12px;padding:12px 10px}.hero .suggestions{gap:6px;flex-wrap:wrap;font-size:11px}.hero .suggestions button{font-size:12px;padding:4px 10px}.hero .search-results .cards{grid-template-columns:1fr}.categories{margin-top:32px}.section-heading h2{font-size:1.5rem}.section-heading .eyebrow{font-size:10px}.section-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.visual-category{min-height:260px;padding:17px}.visual-category h2{font-size:1.4rem}.visual-category p{font-size:13px;margin-top:8px;margin-bottom:15px;min-height:0}.visual-category .section-top{margin-bottom:23px}.category-tools .section-top>.icon{width:47px;height:47px}.visual-category:not(.category-tools) .section-top .icon{width:23px;height:23px;padding:7px}.visual-category .section-bottom{font-size:12px}.featured{margin-top:32px;padding:25px;gap:30px}.featured-copy h2{font-size:2rem}.featured-copy>p{font-size:15px}.featured .button{font-size:13px}.discovery-section{margin-top:35px;padding:22px}.discovery-section .section-heading{align-items:flex-start;flex-direction:column}.discovery-section .section-heading .button{font-size:13px}.discovery-preview{grid-template-columns:1fr}.discovery-cover{min-height:290px}.discovery-cover>img{object-position:65% 38%}.discovery-cover h3{font-size:2.5rem}.discovery-preview .website-art{min-height:165px}.website-art{min-height:195px}.site-monogram{font-size:4.2rem}.website-body p{font-size:15px}.website-body{padding:22px}.recent{margin-top:35px}.content-image{height:180px}.directory-intro{grid-template-columns:1fr;gap:25px;margin-bottom:28px}.directory-intro h1{font-size:3rem}.directory-visual{height:230px}.directory-intro p{font-size:16px}.directory-list{padding-top:22px}.directory-controls form{gap:8px;padding-left:12px}.directory-controls input{font-size:14px}.directory-controls .button{font-size:12px;padding:12px}.filter{font-size:13px;padding:7px 13px}.website-grid{grid-template-columns:1fr;gap:20px}.directory-list>.count-label{margin-top:18px}.external-note{font-size:12px}.section-heading .button{font-size:13px}footer{margin-top:0}}
@media(prefers-reduced-motion:reduce){.website-card:hover,.visual-category:hover{transform:none}}

/* Expanded tools, live information and community feedback. */
.tool-group{margin-top:35px}.tool-group+.tool-group{margin-top:54px;padding-top:46px;border-top:1px solid var(--line)}.tool-group-heading{display:flex;align-items:flex-start;gap:17px;margin-bottom:20px}.tool-group-heading>span{display:grid;place-items:center;width:37px;height:37px;border-radius:50%;background:#e7edff;color:var(--blue);font-size:11px;font-weight:800}.tool-group-heading h2{font-size:1.45rem}.tool-group-heading p{font-size:14px;color:var(--muted);margin-top:3px}.tool-group .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tool-card{min-height:270px;padding:28px;isolation:isolate;overflow:hidden;background:linear-gradient(145deg,#fff,#f5f7ff);border-color:#dce3f3}.tool-card::before,.tool-card::after{content:"";position:absolute;z-index:-1;border-radius:50%;pointer-events:none}.tool-card::before{width:230px;height:230px;right:-105px;top:-105px;background:#315de912}.tool-card::after{width:110px;height:110px;right:45px;top:30px;border:1px solid #315de91f}.tool-card .item-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:17px;background:#254fea;color:#fff;box-shadow:0 10px 24px #254fea35}.tool-card h3{font-size:1.55rem;margin-top:14px}.tool-card p{font-size:15px;max-width:480px}.tool-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px #17376a16;border-color:#aabbe9}.tool-card-conversor-de-divisas .item-icon{background:linear-gradient(135deg,#0b7185,#315de9)}.tool-card-redactor-de-ideas .item-icon{background:linear-gradient(135deg,#7146e8,#315de9)}
.tool-form{padding:30px;background:white;border:1px solid var(--line);border-radius:20px;box-shadow:0 10px 30px #17376a0a}.tool-form label{display:block;font-size:14px;font-weight:650;margin:17px 0 7px}.tool-form input,.tool-form select,.tool-form textarea{display:block;width:100%;min-width:0;border:1px solid #cdd6e7;border-radius:10px;background:#fff;color:var(--ink);padding:12px 14px}.tool-form input,.tool-form select{height:51px}.tool-form textarea{resize:vertical;line-height:1.55}.tool-form input:focus,.tool-form select:focus,.tool-form textarea:focus{border-color:#6c87e8;box-shadow:0 0 0 3px #315de912}.tool-form .form-heading{align-items:flex-start}.tool-form .form-heading>.icon{box-sizing:content-box;padding:10px;border-radius:12px;background:#eaf0ff}.tool-form .form-heading p{font-size:13px;color:var(--muted);margin-top:3px}.optional{font-weight:400;color:var(--muted);font-size:12px;margin-left:5px}
.currency-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:25px;align-items:stretch}.currency-pair{display:grid;grid-template-columns:1fr 46px 1fr;gap:11px;align-items:end}.swap-button{display:grid;place-items:center;width:46px;height:46px;border:1px solid #cdd6e7;background:#f4f7ff;border-radius:50%;margin-bottom:2px;color:var(--blue)}.swap-button:hover{background:#e7eeff;transform:rotate(180deg)}.swap-button .icon{width:20px}.quick-conversions{display:flex;flex-wrap:wrap;gap:8px;margin-top:17px}.quick-conversions button{border:1px solid #d8e0ef;background:#f8faff;border-radius:999px;padding:6px 11px;font-size:12px}.quick-conversions button:hover{border-color:#7590ec;color:var(--blue);background:#eef2ff}.currency-result{position:relative;overflow:hidden;padding:35px;border-radius:20px;color:#fff;background:linear-gradient(140deg,#10254b,#2148bd 68%,#6550dc);display:flex;flex-direction:column;min-width:0}.currency-result::after{content:"";position:absolute;width:260px;height:260px;border:1px solid #ffffff22;border-radius:50%;right:-90px;top:-100px}.currency-source-value{font-size:16px;color:#d6e1ff;margin-top:8px}.currency-result>strong{font-family:Manrope,Arial,sans-serif;font-size:clamp(2rem,4.5vw,3.6rem);line-height:1.15;letter-spacing:-.06em;margin-top:8px;overflow-wrap:anywhere;position:relative;z-index:1}.currency-result>p{font-size:14px;color:#d6e1ff;margin-top:12px}.rate-status{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-top:auto;border-top:1px solid #ffffff31;padding-top:18px;font-size:12px;color:#d6e1ff}.rate-status button{background:transparent;border:1px solid #ffffff3b;border-radius:8px;color:#fff;padding:6px 10px}.rate-status button:hover{background:#ffffff15}.provider-note{font-size:12px;line-height:1.6;color:var(--muted);margin-top:17px}.provider-note a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}
.writer-layout{display:grid;grid-template-columns:.88fr 1.12fr;gap:25px;align-items:start}.writer-result{position:sticky;top:20px;padding:30px;border:1px solid var(--line);border-radius:20px;background:#f0f3ff;box-shadow:0 10px 30px #17376a09}.result-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:18px}.result-toolbar h2{font-size:1.25rem;margin-top:6px}.result-toolbar>div:last-child{display:flex;gap:7px}.result-toolbar .button{padding:8px 11px;font-size:12px}.writer-result textarea{width:100%;min-height:535px;resize:vertical;border:1px solid #cbd5e7;border-radius:12px;background:#fff;padding:21px;line-height:1.7;color:var(--ink)}
.suggestions-callout{display:flex;align-items:center;justify-content:space-between;gap:35px;margin-top:55px;padding:35px 40px;border-radius:23px;color:#fff;background:linear-gradient(120deg,#10244b,#244ed6 65%,#714de4);box-shadow:0 16px 35px #193b7d1f}.suggestions-callout .eyebrow{color:#aeeaff}.suggestions-callout h2{font-size:2rem;margin:10px 0}.suggestions-callout p{color:#dfe8ff}.suggestions-callout .button{flex-shrink:0;background:#fff;color:#17398c}.suggestions-intro{display:grid;grid-template-columns:1.1fr .9fr;gap:45px;align-items:center;margin-bottom:40px}.suggestions-intro h1{font-size:clamp(2.7rem,5vw,4.6rem);margin:15px 0}.suggestions-intro p{font-size:18px;color:var(--muted);max-width:650px}.suggestion-mark{display:flex;flex-direction:column;justify-content:space-between;min-height:240px;padding:28px;border-radius:22px;background:linear-gradient(140deg,#132958,#2c53dd);color:#fff;transform:rotate(1.5deg);box-shadow:0 15px 30px #17376a28}.suggestion-mark .icon{width:42px;height:42px;color:#9ee9ff}.suggestion-mark strong{font-family:Manrope,Arial,sans-serif;font-size:1.55rem;line-height:1.3}.suggestion-layout{display:grid;grid-template-columns:1fr 1fr;gap:25px;align-items:start}.suggestion-result{padding:30px;border-radius:20px;background:#eef2ff;border:1px solid #dce4f5}.suggestion-result h2{margin:7px 0 15px}.suggestion-result pre{white-space:pre-wrap;font:inherit;font-size:14px;line-height:1.65;padding:20px;border-radius:12px;background:#fff;border:1px solid #d4ddec;min-height:230px}.suggestion-actions{display:flex;gap:9px;margin-top:15px}.suggestion-result>p{font-size:12px;color:var(--muted);margin-top:12px}.socials-page{}.social-section{}.social-section a{}.social-section a:hover{}.social-section .icon{}.social-section span{}.social-section strong{}.social-section p{}.social-section h2{}.social-section .eyebrow{}.social-section div{}.social-section section{}.social-section article{}.social-section aside{}.social-section nav{}
.social-section{}.socials{}.social-card{}.social-link{}.social-icon{}.social-name{}.social-handle{}
.social-section{}.social-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.social-section{}.social-grid a{display:flex;flex-direction:column;padding:20px;border:1px solid #ffffff30;border-radius:13px;background:#ffffff0b}.social-section{}.social-grid a:hover{background:#ffffff16;transform:translateY(-2px)}.social-section{}.social-grid span{font-size:12px;color:#bbcae4;margin-top:4px}.social-panel{display:grid;grid-template-columns:.8fr 1.2fr;gap:35px;align-items:center;margin-top:50px;padding:35px;border-radius:22px;background:#101f3b;color:#fff}.social-panel .eyebrow{color:#8ee8ff}.social-panel p{color:#b8c8e1;margin-top:8px}.social-panel .social-grid a{border-color:#ffffff25;background:#ffffff09}.social-panel .social-grid a:hover{background:#ffffff15}.social-panel .social-grid span{color:#b8c8e1}
footer{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:30px;padding-top:35px;padding-bottom:35px}.footer-main{display:flex;align-items:center;gap:18px}.footer-main>span{color:#b7c7e1}.footer-links,.footer-social{display:flex;align-items:center;gap:14px}.footer-links a{display:flex;align-items:center;gap:6px;color:#e2eaff}.footer-links .icon{width:16px}.footer-social{padding-left:22px;border-left:1px solid #ffffff20}.footer-social>span{color:#8395b3}.footer-social a{color:#fff}.footer-links a:hover,.footer-social a:hover{color:#8ee8ff}
@media(max-width:1000px){.currency-layout,.writer-layout,.suggestion-layout{grid-template-columns:1fr}.writer-result{position:static}.suggestions-intro{gap:25px}.social-panel{grid-template-columns:1fr}.tool-group .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}footer{grid-template-columns:1fr auto}.footer-main{grid-column:1/-1}.footer-social{padding-left:0;border-left:0}}
@media(max-width:680px){.tool-group{margin-top:25px}.tool-group+.tool-group{margin-top:37px;padding-top:35px}.tool-group .catalog-grid{grid-template-columns:1fr}.tool-card{min-height:240px}.tool-form,.writer-result,.currency-result{padding:22px}.currency-pair{grid-template-columns:1fr 42px 1fr;gap:6px}.swap-button{width:42px;height:42px}.currency-result{min-height:330px}.currency-result>strong{font-size:2.35rem}.rate-status{align-items:flex-start;flex-direction:column}.writer-result textarea{min-height:470px}.result-toolbar{flex-direction:column}.suggestions-callout{align-items:flex-start;flex-direction:column;padding:27px;margin-top:37px}.suggestions-callout h2{font-size:1.65rem}.suggestions-callout .button{width:100%}.suggestions-intro{grid-template-columns:1fr}.suggestion-mark{min-height:200px;transform:none}.suggestion-actions{flex-direction:column}.social-panel{padding:25px}.social-grid{grid-template-columns:1fr}footer{grid-template-columns:1fr;align-items:start}.footer-main{display:grid;grid-template-columns:auto 1fr}.footer-main>span{grid-column:1/-1}.footer-links,.footer-social{align-items:flex-start;flex-direction:column}.footer-social{padding-top:18px;border-top:1px solid #ffffff20;width:100%}}
@media(prefers-reduced-motion:reduce){.tool-card:hover,.suggestion-mark{transform:none}}

/* Business discovery and writing workspace, layered on the existing theme. */
.intent-nav{display:flex;gap:22px;align-items:center;justify-content:center;padding:11px 22px 15px;border-top:1px solid #e7edf7;border-bottom:1px solid #e7edf7;font-size:14px;flex-wrap:wrap;background:#fff}.intent-nav a{padding:5px 0;white-space:nowrap;color:#4b5d79}.intent-nav a:hover,.intent-nav a[aria-current]{color:var(--blue)}.intent-nav small{font-size:10px;border-radius:20px;background:#edf1fe;color:#596c92;padding:3px 7px;margin-left:4px}.hero{min-height:455px;padding-top:35px}.intent-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:15px}.intent-card{position:relative;isolation:isolate;min-height:300px;border-radius:18px;overflow:hidden;color:#fff;background:#102853}.intent-card>img{position:absolute;width:100%;height:100%;object-fit:cover;inset:0;z-index:-2;transition:transform .25s}.intent-card::before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#061633f5,#0e265044 75%);z-index:-1}.intent-card>div{height:100%;display:flex;flex-direction:column;padding:21px}.intent-card>div>span:first-child{display:grid;place-items:center;width:40px;height:40px;border-radius:11px;border:1px solid #ffffff55;background:#10285360;margin-bottom:36px}.intent-card h2{font-size:1.4rem;margin-top:auto}.intent-card p{font-size:13px;color:#e6efff;margin-top:10px;margin-bottom:20px;line-height:1.5}.intent-arrow{font-size:23px;margin-top:auto}.intent-card:hover img{transform:scale(1.04)}.popular-section{margin-top:48px}.image-tool-card{padding:0 23px 24px!important;min-height:0!important;background:#fff!important;color:var(--ink)!important;transform:none!important}.image-tool-card::before,.image-tool-card::after{display:none!important}.image-tool-card>.content-image{margin:0 -23px 21px;height:180px;position:static}.image-tool-card>.tag{position:static!important;color:var(--blue)!important;margin-bottom:8px}.image-tool-card p{color:var(--muted)!important;font-size:15px}.image-tool-card h3{color:var(--ink)!important}.image-tool-card:hover{box-shadow:0 12px 27px #18345e15!important}.writer-feature>img{width:100%;height:310px;object-fit:cover;border-radius:20px}.writer-feature{background:#edf1fc}.website-art{isolation:isolate}.website-photo{position:absolute;inset:0;object-fit:cover;width:100%;height:100%;z-index:-2}.website-art:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#071a40e8,#10204060);z-index:-1}.site-monogram{font-size:3.3rem;text-shadow:0 2px 10px #05163350}.website-category{background:#09193280}.category-banner{position:relative;isolation:isolate;border-radius:23px;overflow:hidden;color:white;padding:36px;margin-bottom:32px;min-height:275px;display:flex;align-items:center;background:#122344}.category-banner>img{position:absolute;inset:0;z-index:-2;object-fit:cover;object-position:center;width:100%;height:100%}.category-banner:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#071733e8,#07173375)}.category-banner h1{font-size:clamp(2.4rem,4vw,3.7rem);margin:12px 0}.category-banner p{max-width:620px;font-size:17px;color:#e6efff}.category-banner .eyebrow{color:#a9e9ff}.after-tool{padding-bottom:45px}.related-tools{margin-top:36px}.related-tools .cards{grid-template-columns:repeat(3,minmax(0,1fr))}.partner-card{border:1px solid #d5dff4;background:#edf2ff;padding:26px;border-radius:18px;margin-bottom:25px}.partner-card h3{font-size:1.3rem;margin:9px 0}.partner-card p{color:var(--muted);font-size:15px}.partner-card small{display:block;font-size:12px;color:var(--muted);margin-top:12px}.partner-card .text-link{margin-top:12px}.ad-slot{margin:30px 0;text-align:center;min-height:90px;font-size:12px;color:var(--muted)}.product-grid{grid-template-columns:1fr 1fr}.download-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:white}.download-card>img{width:100%;height:240px;object-fit:cover}.download-card>div{padding:25px}.download-card h2{font-size:1.5rem;margin:10px 0}.download-card p{color:var(--muted);margin-bottom:20px}.premium-info{background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px}.premium-info li{margin:12px 0}.premium-info p{color:var(--muted);margin:20px 0}.writer-title{display:grid;grid-template-columns:1.5fr 1fr;gap:30px;align-items:center;margin-bottom:25px}.writer-title h1{font-size:clamp(2.2rem,4vw,3.3rem);margin:10px 0}.writer-title>img{width:100%;height:220px;object-fit:cover;border-radius:19px}.writer-title p{color:var(--muted);font-size:16px}.mode-note{display:block;font-size:12px;color:#506482;margin-top:13px}.writer-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}.writer-actions .button{font-size:12px;padding:9px 12px}.writer-examples{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}.writer-examples button{padding:6px 12px;background:#eef3ff;border:1px solid #d5dff4;border-radius:20px;font-size:12px}.writer-result{position:static}.writer-result textarea{min-height:530px}.margin-result{background:linear-gradient(135deg,#153b9d,#4750d6);border-radius:20px;padding:32px;color:white}.margin-result .eyebrow{color:#bbeaff}.margin-result h2{margin:22px 0 10px}.margin-result>strong{font-size:3rem}.margin-result dl{display:grid;grid-template-columns:1fr auto;gap:17px;margin:25px 0;padding-top:20px;border-top:1px solid #ffffff40}.margin-result dt{font-size:14px;color:#dce8ff}.margin-result dd{margin:0;font-weight:600;text-align:right;max-width:210px;overflow-wrap:anywhere}.margin-result p{font-size:12px;color:#c4d6ff}.footer-main{flex-wrap:wrap;max-width:480px}.footer-main p{max-width:230px}.provider-note{line-height:1.7}
@media(max-width:1000px){.intent-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.intent-card{min-height:260px}.intent-grid .intent-card:nth-last-child(-n+2){min-height:240px}.intent-nav{gap:16px}.writer-title{grid-template-columns:1.4fr 1fr}.writer-title>img{height:200px}}
@media(max-width:680px){.intent-nav{gap:8px 17px;justify-content:flex-start;padding:9px 18px;font-size:12px}.intent-nav small{display:none}.hero{min-height:0;padding:26px 20px}.hero h1{font-size:3rem}.hero-description{font-size:14px}.intent-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.intent-card,.intent-grid .intent-card:nth-last-child(-n+2){min-height:250px}.intent-card>div{padding:17px}.intent-card h2{font-size:1.3rem}.intent-card p{font-size:12px}.intent-card:last-child{grid-column:1/-1;min-height:185px}.intent-card:last-child>img{object-position:center 40%}.intent-card:last-child p{max-width:250px}.intent-card>div>span:first-child{margin-bottom:20px}.popular-section{margin-top:32px}.writer-feature>img{height:230px}.category-banner{padding:25px;min-height:250px}.category-banner h1{font-size:2.5rem}.category-banner p{font-size:15px}.related-tools .cards,.product-grid{grid-template-columns:1fr}.writer-title{grid-template-columns:1fr;gap:18px}.writer-title>img{height:150px}.writer-title h1{font-size:2.4rem}.writer-result textarea{min-height:380px}.writer-actions .button{flex:1;min-width:130px}.margin-result{padding:25px}.margin-result dl{grid-template-columns:1fr;gap:6px}.margin-result dd{text-align:left;margin-bottom:15px}.download-card>img{height:200px}.partner-card{padding:23px}}
@media(prefers-reduced-motion:reduce){.intent-card:hover img{transform:none}}

.document-cover{width:100%;height:190px;object-fit:cover;border-radius:16px;margin-bottom:24px}.tool-faq{margin-bottom:40px}@media(max-width:680px){.document-cover{height:140px}}

/* Product-first layer, preserving the original tools and YOWFINIA brand tokens. */
:root{--muted:#596576;--paper:#fafbfd;--store-lavender:#f0f0ff}html{scroll-behavior:smooth}img{max-width:100%}[hidden]{display:none!important}.container{width:min(1240px,calc(100% - 64px))}.shop-header{position:relative;z-index:20}.shop-header .nav-wrap{max-width:1320px;min-height:80px;padding:16px 40px;gap:26px;flex-wrap:nowrap}.shop-header nav{gap:25px;white-space:nowrap}.shop-header nav a:first-child{font-weight:800;color:var(--blue)}.language-control{flex-shrink:0}.language-control select{max-width:145px;border:1px solid var(--line);border-radius:9px;background:#f8f9fc;padding:9px 7px;font-size:12px;min-height:42px;color:var(--ink)}.menu-toggle{display:none}.shop-hero{position:relative;display:grid;grid-template-columns:1.16fr 1fr;gap:36px;align-items:center;padding:42px 0 34px;min-height:342px}.shop-hero-copy{max-width:630px}.shop-hero .eyebrow{font-size:10px;letter-spacing:.15em;margin-bottom:14px}.shop-hero h1{font-size:clamp(2.15rem,3.6vw,3.3rem);line-height:1.13;letter-spacing:-.045em;max-width:620px}.shop-hero-copy>p{max-width:490px;color:var(--muted);font-size:16px;margin-top:17px}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:23px}.hero-actions .button{padding:12px 18px}.hero-products{height:278px;position:relative;isolation:isolate}.hero-orbit{position:absolute;inset:3% 0 0 7%;border-radius:50%;background:radial-gradient(ellipse,#dce5ff 0%,#f0f2fe 62%,transparent 65%);z-index:-1}.hero-product{position:absolute;background:#fff;border:1px solid #e5e9f4;border-radius:19px;padding:16px;box-shadow:0 13px 35px #20337110;display:flex;flex-direction:column;justify-content:space-between;gap:8px}.hero-product img{width:100%;height:150px;object-fit:contain;mix-blend-mode:multiply}.hero-product span{font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:space-between}.hero-product span .icon{width:15px;height:15px}.hero-product-0{width:190px;height:223px;left:5%;top:17px;transform:rotate(-7deg)}.hero-product-1{width:156px;height:184px;left:43%;top:0;transform:rotate(6deg)}.hero-product-1 img{height:119px}.hero-product-2{width:125px;height:153px;right:1%;bottom:23px;transform:rotate(-4deg)}.hero-product-2 img{height:92px}.hero-product:hover{transform:translateY(-4px) rotate(0);box-shadow:0 17px 34px #20337120}.hero-caption{position:absolute;bottom:-2px;left:13%;font-size:11px;color:#435a86;display:flex;align-items:center;gap:8px}.hero-caption .icon{width:17px}.store-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px}.store-heading h2{font-size:clamp(1.55rem,2.3vw,2.05rem);letter-spacing:-.045em}.store-heading h1{font-size:clamp(2rem,4vw,3rem)}.store-heading .eyebrow{font-size:10px;margin-bottom:7px}.store-heading p{font-size:14px;color:var(--muted);margin-top:8px}.text-link{font-size:13px;font-weight:700;color:var(--blue);flex-shrink:0}.featured-products{padding-top:25px;scroll-margin-top:20px;border-top:1px solid var(--line)}.product-search{display:flex;align-items:center;gap:13px;background:white;border:1px solid #ced6e2;padding:6px 6px 6px 18px;border-radius:12px}.product-search input{min-width:0;flex:1;border:0;background:transparent;padding:10px 0;font-size:15px;color:var(--ink)}.product-search input:focus{outline:none}.product-search:focus-within{outline:2px solid var(--blue);outline-offset:2px}.product-search .icon{color:#69768b}.product-search button{min-height:42px;padding:10px 20px}.product-filters{margin-top:12px}.product-filters summary{display:inline-flex;gap:8px;align-items:center;cursor:pointer;font-size:13px;font-weight:700;padding:7px 0}.product-filters summary:after{content:'+';margin-left:8px}.product-filters[open] summary:after{content:'−'}.product-filters summary .icon{width:16px;height:16px}.filter-fields{display:flex;gap:20px;align-items:end;padding:12px 0}.filter-fields label{font-size:12px;font-weight:600;display:grid;gap:5px;min-width:0}.filter-fields select{background:white;border:1px solid #d5dce8;border-radius:8px;min-height:42px;padding:8px 12px;font-size:13px;min-width:170px;max-width:100%;color:var(--ink)}.filter-fields .featured-filter{display:flex;align-items:center;gap:8px;min-height:42px}.featured-filter input{width:17px;height:17px;accent-color:var(--blue)}.filter-fields .button{min-height:42px;padding:8px 14px;font-size:12px;margin-left:auto}.affiliate-note{font-size:11px;line-height:1.65;color:#606b7a;margin:13px 0 8px;max-width:1000px}.result-count{font-size:12px;color:var(--muted);margin:13px 0 14px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px 18px}.product-card{background:#fff;border:1px solid #e2e7ef;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;min-width:0;transition:box-shadow .2s,border-color .2s,transform .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 14px 28px #2134560d;border-color:#beccef}.product-image{position:relative;background:#f4f6fa;display:grid;place-items:center;aspect-ratio:1.2;padding:32px 25px 20px;border-bottom:1px solid #edf0f6}.product-image img{width:100%;height:100%;max-height:190px;object-fit:contain;mix-blend-mode:multiply;transition:transform .25s}.product-card:hover .product-image img{transform:scale(1.045)}.product-badge{position:absolute;top:13px;left:13px;font-size:9px;letter-spacing:.025em;font-weight:700;background:white;color:#3e567c;border:1px solid #e2e8f2;padding:3px 9px;border-radius:20px}.product-body{display:flex;flex-direction:column;flex:1;padding:18px;gap:10px}.product-meta{display:flex;justify-content:space-between;gap:10px;font-size:9px;font-weight:700;letter-spacing:.035em;color:#667184}.product-meta span:first-child{text-transform:uppercase}.product-body h3{font-size:16px;line-height:1.35;letter-spacing:-.025em;min-height:43px}.product-benefit{font-size:12px;line-height:1.6;color:#566376;min-height:39px}.product-features{margin:1px 0 8px;padding:0;list-style:none;display:grid;gap:5px;font-size:11px;color:#536477}.product-features li{display:flex;gap:7px;align-items:start}.product-features .icon{color:#3167b8;width:13px;height:17px}.product-cta{margin-top:auto;width:100%;font-size:12px;padding:10px 12px;justify-content:space-between}.product-cta .icon{width:18px;height:18px}.product-empty{text-align:center;padding:45px 20px;background:#eef2fc;border-radius:14px}.product-empty p{margin-top:10px;color:var(--muted)}.load-more{display:block;margin:25px auto}.category-section{margin-top:55px;scroll-margin-top:24px}.product-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px}.product-category-grid>a{display:flex;align-items:center;gap:15px;padding:16px 18px;border-radius:11px;border:1px solid #e1e7f0;background:white;font-size:13px;font-weight:600}.product-category-grid>a>.icon:first-child{color:var(--blue);padding:8px;width:38px;height:38px;background:#edf2ff;border-radius:10px}.product-category-grid>a>.icon:last-child{margin-left:auto;width:17px}.product-category-grid>a:hover{border-color:var(--blue);background:#f4f7ff}.discover-more{margin-top:50px;border:1px solid #e0e5f4;border-radius:20px;padding:32px;display:grid;grid-template-columns:1fr 1fr;gap:32px;background:#eef2fc;align-items:center}.discover-more h2{font-size:2rem;margin:8px 0}.discover-more p{color:var(--muted);font-size:14px;max-width:410px}.discover-more .button{margin-top:19px}.more-tiles{display:flex;gap:12px}.more-tiles a{background:white;border:1px solid #e1e6f1;min-width:0;flex:1;display:flex;flex-direction:column;gap:18px;padding:18px;border-radius:14px;font-size:12px}.more-tiles .icon{width:30px;height:30px;color:var(--blue)}.more-tiles span{align-self:end;color:var(--blue)}.free-tools{padding:45px 0 40px;margin-top:25px}.free-tools .store-heading h2{font-size:1.5rem}.compact-tools{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.compact-tools>a{display:flex;align-items:center;gap:13px;padding:18px;border:1px solid var(--line);border-radius:12px;background:#fff}.compact-tools>a>.icon{width:22px;color:#49617f}.compact-tools h3{font-size:12px;letter-spacing:0}.compact-tools p{font-size:11px;color:var(--muted);margin-top:3px}.compact-tools>a>span{margin-left:auto;color:var(--blue)}.ecosystem-links{display:flex;flex-wrap:wrap;gap:14px 24px;font-size:11px;color:var(--muted);margin-top:22px}.shop-footer{display:block;background:white;border-top:1px solid var(--line);padding:34px max(32px,calc((100% - 1240px)/2));margin:0}.footer-top{display:flex;align-items:start;justify-content:space-between;gap:34px}.footer-top>div:first-child{max-width:320px}.footer-top p{font-size:12px;color:var(--muted);margin:12px 0 0}.shop-footer .footer-links{display:grid;gap:8px;font-size:12px}.shop-footer .footer-social{display:flex;flex-direction:column;align-items:start;gap:8px;font-size:11px;margin:0}.shop-footer .footer-social span{font-weight:700}.footer-disclosure{border-top:1px solid var(--line);padding-top:20px;margin-top:27px;color:#606b7a;font-size:10px;display:grid;gap:5px}.footer-disclosure span{margin-top:12px}.store-catalog{padding-top:32px}.product-detail-top{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:start}.product-gallery{background:white;border:1px solid #e0e7f0;border-radius:20px;padding:35px}.product-gallery>img{aspect-ratio:1;object-fit:contain;width:100%;height:auto;max-height:470px}.gallery-thumbs{display:flex;gap:10px;margin-top:15px;flex-wrap:wrap}.gallery-thumbs button{border:1px solid var(--line);border-radius:8px;background:white}.gallery-thumbs img{object-fit:contain}.product-detail-copy{padding-top:18px}.product-detail-copy .eyebrow{font-size:11px}.product-detail h1{font-size:clamp(2rem,3.8vw,3rem);margin:16px 0}.detail-lead{font-size:18px;color:var(--muted);line-height:1.7}.detail-features{list-style:none;margin:25px 0;padding:0;display:grid;gap:12px;font-size:14px}.detail-features li{display:flex;gap:12px}.detail-features .icon{width:18px;color:var(--blue)}.amazon-button{background:#254fea;color:#fff;min-width:240px;min-height:50px;font-weight:700;justify-content:space-between}.amazon-button:hover{background:#173abe}.price-note{margin-top:10px;font-size:11px;color:var(--muted)}.product-detail-sections{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:48px}.product-detail-sections>section{padding:28px;border:1px solid var(--line);border-radius:16px;background:#fff}.product-detail-sections h2{font-size:1.5rem;margin-bottom:16px}.product-detail-sections h3{font-size:14px;margin-top:23px;margin-bottom:8px}.product-detail-sections p{font-size:14px;color:#566376;line-height:1.8}.product-detail-sections dl{margin:0}.product-detail-sections dl>div{display:flex;justify-content:space-between;gap:18px;padding:11px 0;border-bottom:1px solid var(--line);font-size:12px}.product-detail-sections dt{color:var(--muted)}.product-detail-sections dd{margin:0;text-align:right}.product-additional{grid-column:1/-1}.product-additional p+p{margin-top:12px}.product-additional .button{margin-top:20px}.related-products{margin-top:45px}.related-products>h2{margin-bottom:25px}.legal-page{padding-block:40px 65px;max-width:780px}.legal-page h1{font-size:2.5rem}.legal-page h2{font-size:1.5rem;margin:30px 0 14px}.legal-page p{color:var(--muted);font-size:14px;line-height:1.85;margin-top:12px}.shop-header .brand{white-space:nowrap}.shop-header a,.product-card h3 a{overflow-wrap:anywhere}
@media(min-width:1440px){.shop-hero{min-height:365px}.product-image img{max-height:208px}}
@media(max-width:1100px){.shop-header .nav-wrap{gap:15px;padding-inline:25px}.shop-header nav{gap:15px;font-size:12px}.language-control select{max-width:122px}.shop-hero{gap:20px}.hero-product-0{width:160px;height:195px}.hero-product-0 img{height:130px}.hero-product-1{width:140px;height:169px}.hero-product-1 img{height:108px}.hero-product-2{width:108px;height:141px;bottom:20px}.hero-product-2 img{height:83px}.hero-caption{left:5%}.product-grid{gap:14px}.product-body{padding:14px}.product-detail-top{gap:32px}}
@media(max-width:900px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.shop-header .nav-wrap{min-height:72px}.shop-header nav{position:absolute;top:100%;left:0;right:0;background:white;border-bottom:1px solid var(--line);display:none;padding:20px 30px;box-shadow:0 12px 18px #18263f0c;white-space:normal;z-index:30}.shop-header nav.is-open{display:grid;grid-template-columns:1fr 1fr;gap:8px 20px}.shop-header nav a{padding:10px}.menu-toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:43px;height:43px;background:white;border:1px solid var(--line);border-radius:9px;margin-left:auto;flex-shrink:0}.menu-toggle span{width:18px;height:2px;background:#263b5e}.language-control{order:2}.shop-hero{grid-template-columns:1.1fr .85fr;padding-top:32px;min-height:335px}.hero-products{height:246px}.hero-product-0{left:0;width:150px}.hero-product-1{left:46%;width:122px;top:14px}.hero-product-2{display:none}.hero-caption{font-size:10px;left:4%;bottom:2px}.hero-actions .button{font-size:12px;padding:10px 13px}.filter-fields{gap:12px}.filter-fields select{min-width:145px}.compact-tools{grid-template-columns:repeat(2,minmax(0,1fr))}.discover-more{padding:27px;gap:20px}.more-tiles{gap:8px}.more-tiles a{padding:14px}.product-detail-top{gap:25px}.product-detail-copy{padding-top:5px}.product-gallery{padding:20px}.product-detail-sections{gap:20px}}
@media(max-width:768px){.container{width:calc(100% - 40px)}.shop-header .nav-wrap{padding:13px 20px;min-height:69px;gap:10px}.shop-header .brand{font-size:18px}.shop-header .language-control select{max-width:123px;font-size:11px}.shop-hero{gap:18px;grid-template-columns:1fr .8fr}.shop-hero h1{font-size:2.1rem}.shop-hero-copy>p{font-size:14px}.hero-product-0{width:136px;height:170px;left:2%;top:25px}.hero-product-0 img{height:110px}.hero-product-1{width:116px;height:150px;left:49%;top:43px}.hero-product-1 img{height:90px}.hero-caption{bottom:10px;max-width:180px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 14px}.product-image img{max-height:220px}.product-body h3{font-size:17px}.product-body{padding:18px}.filter-fields{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:12px;background:#f1f4fb;padding:15px}.filter-fields select{min-width:0;width:100%}.filter-fields .button{margin:0;font-size:11px}.store-heading{align-items:start;gap:12px}.store-heading .text-link{font-size:11px;max-width:135px}.product-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.discover-more{grid-template-columns:1fr}.more-tiles a{padding:17px;gap:10px}.footer-top{gap:20px;flex-wrap:wrap}.footer-top>div:first-child{width:100%;max-width:none}.shop-footer{padding:30px 20px}.product-detail-top{grid-template-columns:1fr;gap:27px}.product-gallery{max-width:520px;width:100%;margin:auto}.product-detail-sections{grid-template-columns:1fr}.product-detail-sections>section{padding:23px}.product-detail-copy h1{font-size:2.3rem}.product-detail-copy .amazon-button{width:100%}.product-detail-sections{margin-top:30px}.product-detail .breadcrumb{flex-wrap:wrap}.free-tools .store-heading{flex-direction:column}}
@media(max-width:570px){.shop-hero{grid-template-columns:1fr;min-height:0;padding:29px 0 26px;gap:0}.shop-hero-copy{max-width:430px}.shop-hero h1{font-size:2.15rem;max-width:420px}.shop-hero .eyebrow{font-size:9px;margin-bottom:12px}.shop-hero-copy>p{font-size:14px;max-width:370px;margin-top:12px}.hero-products{display:none}.hero-actions{margin-top:19px}.hero-actions .button{font-size:12px;padding:11px 13px}.featured-products{padding-top:22px}.store-heading{flex-direction:column;margin-bottom:17px}.store-heading h2{font-size:1.6rem}.store-heading p{font-size:12px}.store-heading .text-link{max-width:none;font-size:12px}.product-search{padding-left:12px;gap:8px}.product-search>.icon{width:18px}.product-search input{font-size:13px;width:100%}.product-search button{font-size:11px;padding:9px 11px;max-width:115px}.affiliate-note{font-size:10px}.product-body{padding:13px;gap:8px}.product-body h3{font-size:14px;min-height:38px}.product-meta{font-size:8px;gap:5px;flex-wrap:wrap}.product-image{padding:28px 15px 17px;aspect-ratio:1.05}.product-image img{max-height:150px}.product-benefit{font-size:11px}.product-features{font-size:10px;gap:5px}.product-cta{font-size:11px;gap:5px;padding:10px}.product-badge{top:9px;left:9px;font-size:8px;padding:2px 6px}.category-section{margin-top:35px}.product-category-grid{gap:9px}.product-category-grid>a{padding:12px;gap:9px;font-size:11px}.product-category-grid>a>.icon:first-child{width:30px;height:30px;padding:6px}.product-category-grid>a>.icon:last-child{width:13px}.discover-more{margin-top:30px;padding:23px}.discover-more h2{font-size:1.65rem}.more-tiles a{padding:12px;font-size:10px}.more-tiles .icon{width:23px;height:23px}.compact-tools{grid-template-columns:1fr}.compact-tools>a{padding:14px}.free-tools{padding-block:30px}.language-control select{width:101px!important}.shop-header .brand{gap:5px;font-size:16px}.shop-header .official-logo{width:34px;height:29px}.shop-header .official-logo img{width:48px;height:48px;left:-7px;top:-10px}.menu-toggle{height:39px;width:38px}.shop-header .nav-wrap{gap:8px}.product-detail-copy h1{font-size:2rem}.detail-lead{font-size:16px}.product-detail-sections h2{font-size:1.4rem}.shop-footer .footer-social{font-size:11px}.shop-footer .footer-links{font-size:11px}.filter-fields{gap:11px}.featured-filter{font-size:11px!important}.related-products .product-grid{gap:12px}.product-detail-sections dl>div{overflow-wrap:anywhere}.product-body,.shop-hero-copy{min-width:0}}
@media(max-width:359px){.container{width:calc(100% - 28px)}.shop-header .nav-wrap{padding-inline:12px}.shop-header .brand{font-size:14px}.language-control select{width:91px!important;padding-inline:3px}.menu-toggle{width:34px}.shop-hero h1{font-size:1.95rem}.product-grid{grid-template-columns:1fr}.product-image{aspect-ratio:1.4}.product-image img{max-height:170px}.product-body h3,.product-benefit{min-height:0}.product-meta{font-size:10px}.product-body h3{font-size:17px}.product-benefit,.product-features{font-size:12px}.product-cta{font-size:13px}.product-category-grid{grid-template-columns:1fr}.hero-actions{gap:8px}.hero-actions .button{font-size:11px;padding-inline:11px}.product-search button{max-width:97px;font-size:10px}}
.shop-footer,.shop-footer a,.shop-footer .brand{color:#24334a}.shop-footer .footer-social span,.shop-footer .footer-disclosure p{color:#596576}.shop-footer .footer-disclosure{color:#596576}.shop-footer a:hover{color:var(--blue)}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}

