:root{color-scheme:light;--ink: #0f172a;--muted: #526179;--line: #dce5f1;--surface: #ffffff;--soft: #f5f8ff;--blue: #2563eb;--indigo: #4f46e5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:radial-gradient(circle at 12% 8%,rgba(37,99,235,.12),transparent 30rem),radial-gradient(circle at 90% 18%,rgba(79,70,229,.1),transparent 28rem),#fbfdff;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.wrap{width:min(1120px,calc(100% - 40px));margin:0 auto}.skip-link{position:fixed;z-index:100;top:12px;left:12px;transform:translateY(-180%);padding:10px 14px;border-radius:10px;background:var(--ink);color:#fff;font-weight:800}.skip-link:focus{transform:translateY(0)}.site-header{position:sticky;top:0;z-index:10;border-bottom:1px solid rgba(220,229,241,.8);background:#ffffffe0;backdrop-filter:blur(18px)}.nav{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:11px;font-weight:800;letter-spacing:-.02em}.brand img{width:40px;height:40px;border-radius:12px;box-shadow:0 8px 20px #2563eb2e}.nav-actions{display:flex;align-items:center;gap:18px;font-size:14px;font-weight:700}.text-link:hover{color:var(--blue)}.button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:0 20px;border:1px solid transparent;border-radius:14px;background:var(--ink);color:#fff;font-weight:800;box-shadow:0 10px 24px #0f172a29;transition:transform .2s ease,box-shadow .2s ease}.button:hover{transform:translateY(-2px);box-shadow:0 14px 30px #0f172a38}.button.secondary{border-color:var(--line);background:#fff;color:var(--ink);box-shadow:none}.button.blue{background:linear-gradient(135deg,var(--blue),var(--indigo))}.breadcrumbs{padding-top:30px;color:#64748b;font-size:14px}.breadcrumbs ol{display:flex;gap:8px;margin:0;padding:0;list-style:none}.breadcrumbs a:hover{color:var(--blue)}.hero{display:grid;grid-template-columns:1.06fr .94fr;align-items:center;gap:72px;padding:70px 0 96px}.eyebrow{margin:0 0 18px;color:var(--blue);font-size:13px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}h1{max-width:760px;margin:0;font-size:clamp(42px,6vw,70px);line-height:1.02;letter-spacing:-.055em}.lead{max-width:660px;margin:24px 0 0;color:var(--muted);font-size:20px;line-height:1.65}.cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.small-note{margin-top:16px;color:#64748b;font-size:14px}.product-card{position:relative;overflow:hidden;min-height:460px;padding:30px;border:1px solid rgba(255,255,255,.8);border-radius:34px;background:linear-gradient(145deg,#fffffff2,#edf3ffd1);box-shadow:0 30px 80px #2f417829}.product-card:before{content:"";position:absolute;inset:-30% 30% 55% -20%;border-radius:50%;background:#2563eb29;filter:blur(4px)}.window{position:relative;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 18px 45px #0f172a1a}.window-top{display:flex;align-items:center;gap:7px;padding:15px 17px;border-bottom:1px solid #edf1f7}.dot{width:8px;height:8px;border-radius:50%;background:#cbd5e1}.invoice{margin:24px;padding:26px;border:1px solid #e7edf6;border-radius:16px;background:#fff}.invoice-head{display:flex;justify-content:space-between;gap:20px}.invoice-title{font-size:26px;font-weight:900;letter-spacing:-.04em}.pill{align-self:start;padding:7px 10px;border-radius:999px;background:#dcfce7;color:#15803d;font-size:12px;font-weight:800}.line{height:9px;margin-top:12px;border-radius:999px;background:#e8edf5}.line.short{width:52%}.line.blue{width:72%;background:#bfdbfe}.total{display:flex;justify-content:space-between;margin-top:30px;padding-top:20px;border-top:1px solid #e5eaf2;font-weight:900}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:-36px;padding-bottom:80px}.trust-card,.feature-card,.intent-card{border:1px solid var(--line);border-radius:22px;background:#ffffffe6;box-shadow:0 14px 35px #0f172a0d}.trust-card{padding:22px}.trust-card strong{display:block;margin-bottom:7px;font-size:17px}.trust-card span{color:var(--muted);line-height:1.55}.section{padding:86px 0}.section.soft{background:#f2f6ffb8;border-top:1px solid #e7edf7;border-bottom:1px solid #e7edf7}.section-heading{max-width:760px;margin-bottom:42px}h2{margin:0;font-size:clamp(32px,4vw,48px);line-height:1.12;letter-spacing:-.04em}.section-heading p{margin:16px 0 0;color:var(--muted);font-size:18px;line-height:1.65}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{padding:28px}.feature-number{display:inline-grid;width:38px;height:38px;place-items:center;border-radius:12px;background:#e0e7ff;color:#3730a3;font-weight:900}.feature-card h3{margin:20px 0 10px;font-size:21px;letter-spacing:-.02em}.feature-card p{margin:0;color:var(--muted);line-height:1.65}.template-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.template-option{display:flex;height:100%;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 16px 40px #0f172a12;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.template-option:hover{transform:translateY(-4px);border-color:#9db9f5;box-shadow:0 22px 50px #2563eb1f}.template-option img{width:100%;height:280px;padding:14px;object-fit:contain;object-position:top;background:#f8fafc}.template-option>div{display:flex;flex:1;flex-direction:column;padding:20px}.template-option h3{margin:0 0 8px;font-size:21px;letter-spacing:-.02em}.template-option p{min-height:72px;margin:0 0 16px;color:var(--muted);line-height:1.5}.template-option span{margin-top:auto;color:var(--blue);font-size:14px;font-weight:900}.intent-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.intent-card{display:block;padding:26px;transition:transform .2s ease,border-color .2s ease}.intent-card:hover{transform:translateY(-3px);border-color:#9db9f5}.intent-card span{color:var(--blue);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.intent-card h3{margin:12px 0 8px;font-size:21px}.intent-card p{margin:0;color:var(--muted);line-height:1.55}.final-cta{margin:86px auto;padding:58px;border-radius:34px;color:#fff;text-align:center;background:linear-gradient(135deg,#172554,#2563eb 58%,#4f46e5);box-shadow:0 26px 70px #2563eb40}.final-cta h2{max-width:760px;margin:0 auto}.final-cta p{max-width:650px;margin:18px auto 28px;color:#dbeafe;font-size:18px;line-height:1.6}.final-cta .button{background:#fff;color:var(--ink)}.site-footer{padding:32px 0 48px;border-top:1px solid var(--line);color:#64748b;font-size:14px}.footer-row{display:flex;justify-content:space-between;align-items:center;gap:24px}.footer-links{display:flex;flex-wrap:wrap;gap:18px}.footer-links a:hover{color:var(--blue)}.narrow{width:min(820px,calc(100% - 40px))}.resource-breadcrumbs{padding-top:26px}.resource-breadcrumbs li{display:inline-flex;align-items:center}.resource-hero{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);align-items:center;gap:64px;padding:60px 0 82px}.resource-hero-copy h1{max-width:780px}.direct-answer{max-width:760px;margin-top:26px;padding:22px 24px;border:1px solid #bfd3ff;border-radius:20px;background:#eff5ffeb;box-shadow:0 12px 30px #2563eb14}.direct-answer strong{display:block;margin-bottom:8px;color:var(--blue);font-size:13px;letter-spacing:.08em;text-transform:uppercase}.direct-answer p{margin:0;color:#334155;font-size:18px;line-height:1.65}.resource-updated{margin:16px 0 0;color:#64748b;font-size:13px}.resource-invoice-card{position:relative;overflow:hidden;min-height:430px;padding:34px;border:1px solid #d6e2f3;border-radius:30px;background:#fff;box-shadow:0 28px 70px #22366229}.resource-invoice-card:before{position:absolute;inset:0 0 auto;height:9px;content:"";background:linear-gradient(90deg,var(--blue),var(--indigo))}.resource-invoice-top{display:flex;justify-content:space-between;gap:20px;padding:26px 0 40px}.resource-invoice-top span{color:var(--blue);font-size:13px;font-weight:900;letter-spacing:.13em}.resource-invoice-top strong{font-size:24px;letter-spacing:-.03em}.resource-invoice-meta{display:flex;justify-content:space-between;gap:20px;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--muted);font-size:14px}.resource-invoice-lines{padding:30px 0 10px}.resource-invoice-lines i{display:block;height:14px;margin-bottom:22px;border-radius:999px;background:#eaf0f8}.resource-invoice-lines i:nth-child(1){width:92%}.resource-invoice-lines i:nth-child(2){width:74%}.resource-invoice-lines i:nth-child(3){width:84%}.resource-invoice-total{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:26px;padding:22px;border-radius:18px;background:#0f2d70;color:#fff}.resource-invoice-total span{color:#bfdbfe;font-size:13px;font-weight:800;text-transform:uppercase}.resource-invoice-total strong{font-size:27px}.resource-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:-26px;padding-bottom:72px}.resource-facts>div{padding:22px;border:1px solid var(--line);border-radius:19px;background:#fffffff0;box-shadow:0 12px 32px #0f172a0f}.resource-facts strong{display:block;color:var(--blue);font-size:27px;letter-spacing:-.04em}.resource-facts span{display:block;margin-top:5px;color:var(--muted);font-size:14px}.resource-content{border-top:1px solid #e6edf7;background:#f5f8ffb3}.resource-section-stack{display:grid;gap:22px}.resource-section-card{display:grid;grid-template-columns:52px minmax(0,1fr);gap:24px;padding:36px;border:1px solid var(--line);border-radius:25px;background:#fff;box-shadow:0 14px 36px #0f172a0d}.resource-section-card h2{font-size:clamp(27px,3vw,38px)}.resource-section-card p{color:var(--muted);font-size:17px;line-height:1.72}.resource-check-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;margin:24px 0 0;padding:0;list-style:none}.resource-check-list li{position:relative;padding:13px 14px 13px 38px;border-radius:13px;background:#f5f8ff;color:#334155;line-height:1.45}.resource-check-list li:before{position:absolute;top:14px;left:14px;content:"\2713";color:var(--blue);font-weight:900}.resource-choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.resource-choice-grid article{display:flex;min-height:260px;flex-direction:column;padding:28px;border:1px solid var(--line);border-radius:22px;background:#fff}.resource-choice-grid article>span,.comparison-card>span{color:var(--blue);font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.resource-choice-grid h3{margin:17px 0 10px;font-size:22px}.resource-choice-grid p{margin:0;color:var(--muted);line-height:1.6}.resource-choice-grid a,.comparison-card a{margin-top:auto;padding-top:22px;color:var(--blue);font-weight:900}.resource-faq{border-top:1px solid #e6edf7;background:#fff}.resource-faq h2{margin-bottom:26px}.resource-faq-list{display:grid;gap:12px}.resource-faq-list details{border:1px solid var(--line);border-radius:17px;background:#fbfdff}.resource-faq-list summary{cursor:pointer;padding:20px 52px 20px 22px;font-size:18px;font-weight:800}.resource-faq-list p{margin:0;padding:0 22px 22px;color:var(--muted);line-height:1.65}.resource-final-cta .eyebrow.light{color:#bfdbfe}.centered{justify-content:center}.resource-footer{padding-top:52px}.resource-footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:38px}.resource-footer-grid p{max-width:290px;line-height:1.6}.resource-footer-grid>div:not(:first-child){display:flex;flex-direction:column;align-items:flex-start;gap:12px}.resource-footer-grid strong{color:var(--ink)}.resource-footer-grid a:hover{color:var(--blue)}.footer-bottom{margin-top:38px;padding-top:22px;border-top:1px solid var(--line)}.comparison-hero{align-items:stretch}.comparison-decision-card{display:flex;min-height:100%;flex-direction:column;justify-content:center;padding:34px;border:1px solid #cbdaf4;border-radius:28px;background:linear-gradient(145deg,#f3f7ff,#fff);box-shadow:0 24px 60px #2236621f}.comparison-decision-card>span{margin-bottom:24px;color:var(--blue);font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.comparison-decision-card strong{margin-top:18px;font-size:23px}.comparison-decision-card p{margin:9px 0 0;color:var(--muted);line-height:1.6}.resource-table-scroll{overflow-x:auto;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 14px 36px #0f172a0d}.comparison-table{width:100%;min-width:760px;border-collapse:collapse}.comparison-table th,.comparison-table td{padding:20px;border-bottom:1px solid #e6edf7;text-align:left;vertical-align:top;line-height:1.55}.comparison-table thead th{background:#edf4ff;color:#173b83;font-size:14px}.comparison-table tbody th{width:20%;color:var(--ink)}.comparison-table tbody td{width:40%;color:var(--muted)}.comparison-table tbody tr:last-child>*{border-bottom:0}.comparison-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.comparison-detail-grid article{padding:36px;border:1px solid var(--line);border-radius:24px;background:#fff}.comparison-detail-grid h2{font-size:clamp(28px,3vw,39px)}.comparison-detail-grid article>p:not(.eyebrow),.comparison-method>p:not(.eyebrow){color:var(--muted);font-size:17px;line-height:1.72}.comparison-method{padding:48px;border:1px solid #d5e1f4;border-radius:28px;background:#fff}.comparison-method a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}.comparison-source-list{display:grid;gap:12px;margin:20px 0 0;padding:0;list-style:none}.comparison-source-list li{display:grid;gap:5px;padding:16px 18px;border:1px solid #dbe5f2;border-radius:15px;background:#f8fbff}.comparison-source-list a{font-weight:800}.comparison-source-list span{color:var(--muted);font-size:14px;line-height:1.55}.resource-related{padding:72px 0 10px}.resource-related>div{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.resource-related a{padding:14px 16px;border:1px solid var(--line);border-radius:13px;background:#fff;color:var(--blue);font-weight:800}.hub-hero{padding-bottom:62px}.comparison-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.comparison-card{display:flex;min-height:310px;flex-direction:column;padding:28px;border:1px solid var(--line);border-radius:23px;background:#fff;box-shadow:0 14px 36px #0f172a0d}.comparison-card h2{margin-top:16px;font-size:25px}.comparison-card p{color:var(--muted);line-height:1.62}.template-hub-hero,.industry-template-hero{grid-template-columns:minmax(0,1.12fr) minmax(300px,420px)}.template-hero-preview{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid #cbdaf4;border-radius:28px;background:#fff;box-shadow:0 26px 64px #22366224;transition:transform .2s ease,box-shadow .2s ease}.template-hero-preview:hover{transform:translateY(-4px);box-shadow:0 32px 76px #2563eb2e}.template-hero-preview img{width:100%;height:430px;padding:22px;object-fit:contain;object-position:center top;background:linear-gradient(145deg,#edf4ff,#f8fafc)}.template-hero-preview>span{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px;color:#1749a7;font-weight:900}.industry-preview img{height:470px}.template-facts{margin-top:-18px}.format-intent-grid{align-items:stretch}.format-intent-card{display:flex;min-height:260px;flex-direction:column}.format-intent-card>span{align-self:flex-start;padding:8px 10px;border-radius:10px;background:#e9f1ff}.format-intent-card p{margin-bottom:24px}.format-intent-card b{display:flex;justify-content:space-between;gap:16px;margin-top:auto;color:var(--blue)}.download-template-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.download-template-card{display:grid;min-width:0;grid-template-columns:minmax(170px,40%) minmax(0,1fr);overflow:hidden;border:1px solid var(--line);border-radius:25px;background:#fff;box-shadow:0 16px 40px #0f172a12}.download-template-preview{display:grid;min-height:330px;place-items:center;padding:18px;background:linear-gradient(145deg,#edf4ff,#f8fafc)}.download-template-preview img{width:100%;height:292px;object-fit:contain;object-position:center}.download-template-card>div{display:flex;min-width:0;flex-direction:column;padding:28px}.download-template-card .eyebrow{margin-bottom:12px}.download-template-card h3{margin:0 0 12px;font-size:23px;letter-spacing:-.03em}.download-template-card>div>p:not(.eyebrow){margin:0;color:var(--muted);line-height:1.62}.template-action-link{display:flex;justify-content:space-between;gap:16px;margin-top:auto;padding-top:24px;color:var(--blue);font-weight:900}.all-style-grid .template-option>a{display:flex;height:100%;flex-direction:column}.all-style-grid .template-option>a>div{display:flex;flex:1;flex-direction:column;padding:20px}.all-style-grid .template-option small{display:block;margin:-5px 0 18px;color:#64748b;line-height:1.45}.format-download-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.format-download-card{display:flex;min-width:0;min-height:220px;flex-direction:column;padding:26px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 14px 34px #0f172a0f;transition:transform .2s ease,border-color .2s ease}.format-download-card:hover{transform:translateY(-3px);border-color:#9db9f5}.file-badge{align-self:flex-start;padding:8px 10px;border-radius:10px;background:#e9f1ff;color:var(--blue);font-size:12px;font-weight:900;letter-spacing:.08em}.format-download-card strong{margin-top:20px;font-size:21px}.format-download-card small{margin-top:8px;color:#64748b;line-height:1.5}.format-download-card b{margin-top:auto;padding-top:24px;color:var(--blue)}.template-field-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.template-field-grid article{padding:28px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 14px 34px #0f172a0d}.template-field-grid article>span{color:var(--blue);font-weight:900}.template-field-grid ul{margin:20px 0 0;padding-left:20px;color:var(--muted);line-height:1.65}.template-field-grid li+li{margin-top:7px}.template-example-table tbody th{width:30%}.template-example-table a{color:var(--blue);font-weight:800}.template-step-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.template-step-grid article{min-width:0;padding:26px;border:1px solid var(--line);border-radius:21px;background:#fff}.template-step-grid article>span{display:grid;width:38px;height:38px;place-items:center;border-radius:12px;background:#e0e7ff;color:#3730a3;font-weight:900}.template-step-grid p{margin:20px 0 0;color:var(--muted);line-height:1.62}.format-template-hero{grid-template-columns:minmax(0,1.15fr) minmax(280px,.55fr)}.file-hero-card{display:flex;min-height:340px;flex-direction:column;justify-content:center;padding:40px;border:1px solid #cbdaf4;border-radius:30px;background:linear-gradient(145deg,#eef4ff,#fff);box-shadow:0 24px 60px #2236621f}.file-hero-card>span{align-self:flex-start;padding:11px 13px;border-radius:12px;background:#dce9ff;color:var(--blue);font-size:14px;font-weight:900;letter-spacing:.08em}.file-hero-card strong{margin-top:28px;font-size:27px;letter-spacing:-.035em}.file-hero-card p{margin:12px 0 0;color:var(--muted);line-height:1.55}.format-guidance-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.format-guidance-grid>article{padding:34px;border:1px solid var(--line);border-radius:25px;background:#fff}.format-guidance-grid h2{font-size:clamp(28px,3vw,39px)}.resource-check-list.single-column{grid-template-columns:1fr}.warning-list li:before{content:"!";color:#b45309}@media (max-width: 1050px){.template-grid{grid-template-columns:repeat(3,1fr)}.template-option img{height:300px}.resource-hero{gap:38px}.resource-footer-grid,.comparison-card-grid{grid-template-columns:repeat(2,1fr)}.download-template-card{grid-template-columns:minmax(150px,36%) minmax(0,1fr)}.download-template-preview{min-height:300px}.download-template-preview img{height:260px}.template-step-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 840px){.hero{grid-template-columns:1fr;gap:42px;padding-top:50px}.product-card{min-height:auto}.trust-row,.feature-grid,.intent-grid{grid-template-columns:1fr}.template-grid{grid-template-columns:repeat(2,1fr)}.template-option img{height:320px}.trust-row{margin-top:0}.resource-hero{grid-template-columns:1fr;padding-top:44px}.resource-invoice-card{min-height:360px}.resource-facts{grid-template-columns:repeat(2,1fr);margin-top:0}.resource-choice-grid,.comparison-detail-grid{grid-template-columns:1fr}.comparison-card-grid{grid-template-columns:repeat(2,1fr)}.template-hub-hero,.industry-template-hero,.format-template-hero{grid-template-columns:1fr}.template-hero-preview{width:min(100%,460px);justify-self:center}.download-template-grid{grid-template-columns:1fr}.format-download-grid,.template-field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.format-guidance-grid{grid-template-columns:1fr}.file-hero-card{min-height:260px}}@media (max-width: 620px){.wrap{width:min(100% - 28px,1120px)}.nav-actions .text-link,.brand span{display:none}.resource-footer .brand span{display:inline}h1{font-size:43px}.lead{font-size:18px}.button{width:100%}.product-card{padding:16px;border-radius:24px}.invoice{margin:14px;padding:18px}.section{padding:66px 0}.template-grid{grid-template-columns:1fr}.template-option{display:grid;height:auto;grid-template-columns:112px minmax(0,1fr)}.template-option img{width:112px;height:100%;min-height:190px;padding:8px;object-position:center}.template-option>div{padding:18px}.template-option h3{font-size:19px}.template-option p{min-height:0;margin-bottom:12px;font-size:14px}.final-cta{margin:64px auto;padding:40px 20px}.footer-row{align-items:flex-start;flex-direction:column}.narrow{width:min(100% - 28px,820px)}.resource-hero{gap:30px;padding:36px 0 56px}.resource-hero-copy h1{font-size:41px}.direct-answer{padding:19px}.direct-answer p{font-size:16px}.resource-invoice-card{min-height:330px;padding:22px;border-radius:22px}.resource-invoice-top{padding-top:20px}.resource-invoice-total{align-items:flex-start;flex-direction:column}.resource-facts{gap:10px;padding-bottom:54px}.resource-facts>div{padding:17px}.resource-facts strong{font-size:23px}.resource-section-card{grid-template-columns:1fr;padding:24px}.resource-check-list,.resource-choice-grid,.comparison-card-grid{grid-template-columns:1fr}.resource-footer-grid{grid-template-columns:1fr 1fr;gap:30px 20px}.comparison-decision-card,.comparison-detail-grid article,.comparison-method{padding:24px}.resource-related{padding-top:56px}.template-hero-preview img,.industry-preview img{height:360px;padding:16px}.template-facts{margin-top:0}.format-intent-card{min-height:auto}.download-template-card{grid-template-columns:120px minmax(0,1fr)}.download-template-preview{min-height:248px;padding:9px}.download-template-preview img{height:230px}.download-template-card>div{padding:20px 18px}.download-template-card .eyebrow{font-size:10px}.download-template-card h3{font-size:19px}.download-template-card>div>p:not(.eyebrow){font-size:14px}.all-style-grid .template-option{display:block}.all-style-grid .template-option>a{display:grid;grid-template-columns:112px minmax(0,1fr)}.all-style-grid .template-option>a>div{padding:18px}.all-style-grid .template-option small{font-size:12px}.format-download-grid,.template-field-grid,.template-step-grid{grid-template-columns:1fr}.format-download-card{min-height:190px}.template-field-grid article,.template-step-grid article{padding:22px}.file-hero-card{min-height:230px;padding:28px}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
