@charset "UTF-8";@layer reset,tokens,base,layout,components,utilities,family,legacy;@layer family {:where(.yitm-tool,.tool-shell,.tool-block) {--yitm-tool-accent:var(--color-action,#486f37);--yitm-tool-border:var(--color-border,rgba(16,35,63,.14));--yitm-tool-surface:var(--color-surface,#fff);--yitm-tool-soft:var(--color-background-soft,#f5f8fb);}:where(.yitm-tool-progress,.tool-progress) {inline-size:100%;block-size:.625rem;overflow:hidden;border-radius:999px;background:var(--yitm-tool-soft);}:where(.yitm-tool-progress__value,.tool-progress__value) {display:block;block-size:100%;inline-size:var(--yitm-tool-progress,0%);max-inline-size:100%;border-radius:inherit;background:var(--yitm-tool-accent);transition:inline-size 180ms ease;}:where(.yitm-tool-choices,.tool-choices) {display:grid;gap:var(--space-3,.75rem);}:where(.yitm-tool-choice,.tool-choice) {min-block-size:44px;padding:var(--space-3,.75rem) var(--space-4,1rem);border:1px solid var(--yitm-tool-border);border-radius:var(--radius-md,1rem);background:var(--yitm-tool-surface);color:inherit;cursor:pointer;}:where(.yitm-tool-choice,.tool-choice):hover {border-color:color-mix(in srgb,var(--yitm-tool-accent) 55%,var(--yitm-tool-border));}:where(.yitm-tool-choice,.tool-choice):focus-visible {outline:3px solid var(--color-focus,#f5b83f);outline-offset:3px;}:where(.yitm-tool-choice[aria-checked="true"],.yitm-tool-choice[aria-selected="true"],.tool-choice[aria-checked="true"],.tool-choice[aria-selected="true"],.yitm-tool-choice.is-selected,.tool-choice.is-selected) {border-color:var(--yitm-tool-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--yitm-tool-accent) 20%,transparent);}:where(.yitm-tool-choice:disabled,.tool-choice:disabled,.yitm-tool-choice[aria-disabled="true"],.tool-choice[aria-disabled="true"]) {cursor:not-allowed;opacity:.55;}:where(.yitm-tool-result,.tool-result) {padding:var(--space-5,1.5rem);border:1px solid var(--yitm-tool-border);border-radius:var(--radius-lg,1.5rem);background:var(--yitm-tool-surface);}:where(.yitm-tool-result[data-state="success"],.tool-result[data-state="success"]) {border-inline-start:4px solid var(--color-success,#486f37);}:where(.yitm-tool-result[data-state="warning"],.tool-result[data-state="warning"]) {border-inline-start:4px solid var(--color-warning,#b7791f);}:where(.yitm-tool-result[data-state="error"],.tool-result[data-state="error"],.yitm-tool-result[data-state="danger"],.tool-result[data-state="danger"]) {border-inline-start:4px solid var(--color-danger,#b42318);}:where(.yitm-tool-table,.tool-table) {inline-size:100%;border-collapse:collapse;}:where(.yitm-tool-table,.tool-table):where(th,td) {padding:var(--space-3,.75rem);border-block-end:1px solid var(--yitm-tool-border);text-align:start;vertical-align:top;}:where(.yitm-tool-table-wrap,.tool-table-wrap) {max-inline-size:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;}:where(.yitm-service-hero--hub,.yitm-hero--hub):where(.hero-grid,.yitm-hero__grid) {grid-template-columns:minmax(0,1fr);}:where(.yitm-service-hero--hub,.yitm-hero--hub):where(.hero-grid,.yitm-hero__grid) {display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(1.25rem,3vw,2rem);}:where(.yitm-service-hero--hub,.yitm-hero--hub):where(.hero-h1,.yitm-hero__title) {max-inline-size:22ch;font-size:clamp(2.35rem,5vw,4rem);line-height:.98;}:where(.yitm-service-hero--hub,.yitm-hero--hub):where(.hero-img-col,.yitm-hero__media) {inline-size:100%;max-inline-size:none;}:where(.yitm-service-hero--hub,.yitm-hero--hub):where(.hero-img,.yitm-hero__image) {display:block;inline-size:100%;max-inline-size:none;block-size:clamp(260px,38vw,460px);object-fit:cover;object-position:center;}@media (prefers-reduced-motion:reduce) {:where(.yitm-tool-progress__value,.tool-progress__value) {transition:none;}}}@layer legacy {@scope (html[data-yitm-b4-css~="b4-30"]) {:root{--ink:#10233f;--muted:#536475;--soft:#f5f8fb;--soft2:#edf4f7;--line:rgba(16,35,63,.12);--brand:#f5b83f;--brand2:#195b63;--green:#486f37;--navy:#071929;--white:#fff;--radius:28px;--radius-sm:18px;--shadow:0 24px 70px rgba(9,29,46,.12);--shadow-soft:0 14px 38px rgba(9,29,46,.08);--max:1160px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Barlow,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{max-width:100%;height:auto}a{color:inherit}.wrap{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.skip-link{position:absolute;left:-999px;top:10px;background:var(--navy);color:#fff;padding:10px 14px;border-radius:10px;z-index:100}.skip-link:focus{left:10px}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(16,35,63,.08)}.header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;min-width:250px}.brand-mark{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:#fff;box-shadow:0 10px 26px rgba(9,29,46,.12);overflow:hidden}.brand-mark img{width:100%;height:100%;object-fit:contain}.brand-text{font-family:"Barlow Condensed",Barlow,sans-serif;font-weight:900;letter-spacing:-.02em;font-size:1.45rem;line-height:1;color:var(--ink)}.brand-text em{font-style:normal;color:var(--green)}.brand-text small{display:block;font-family:Barlow,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.02em;color:var(--muted);margin-top:4px}.nav{display:flex;align-items:center;gap:5px;flex-wrap:wrap;justify-content:flex-end}.nav a{padding:10px 11px;text-decoration:none;border-radius:999px;font-size:.94rem;font-weight:800;color:#21364c}.nav a:hover{background:#f1f5f8}.nav .nav-cta{background:var(--ink);color:#fff;padding-inline:18px;box-shadow:0 10px 22px rgba(16,35,63,.18)}.mobile-menu-btn{display:none;border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 16px;font-weight:900;color:var(--ink)}.hero{position:relative;padding:82px 0 54px;overflow:hidden;background:radial-gradient(circle at 76% 12%,rgba(245,184,63,.24),transparent 34%),linear-gradient(180deg,#fbfcfd 0%,#f2f7f8 100%)}.hero:before{content:"";position:absolute;inset:auto -20% -48% -20%;height:60%;background:linear-gradient(90deg,rgba(25,91,99,.08),rgba(245,184,63,.1));transform:rotate(-3deg)}.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:54px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border:1px solid rgba(25,91,99,.16);border-radius:999px;background:rgba(25,91,99,.08);color:var(--brand2);font-size:.8rem;text-transform:uppercase;letter-spacing:.09em;font-weight:900}.hero h1,.section h2,.final-cta h2{font-family:"Barlow Condensed",Barlow,sans-serif;font-weight:900;letter-spacing:-.045em;line-height:.95;margin:16px 0;color:var(--ink)}.hero h1{font-size:clamp(3.3rem,7vw,6.8rem);max-width:840px}.hero h1 em,.section h2 em,.final-cta h2 em{font-style:normal;color:var(--green)}.hero-lede,.lede{font-size:clamp(1.12rem,1.5vw,1.32rem);line-height:1.58;color:#405466;max-width:760px;margin:0}.hero-actions,.action-row{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-top:26px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 20px;border-radius:999px;text-decoration:none;font-weight:900;letter-spacing:.01em;border:1px solid transparent;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--ink);color:#fff;box-shadow:0 16px 34px rgba(16,35,63,.22)}.btn-secondary{background:#fff;color:var(--ink);border-color:var(--line);box-shadow:0 12px 24px rgba(9,29,46,.08)}.proof-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.proof-row span{padding:8px 12px;background:rgba(255,255,255,.78);border:1px solid var(--line);border-radius:999px;color:#384c5e;font-weight:800;font-size:.95rem}.hero-media{position:relative}.hero-image{border-radius:36px;overflow:hidden;box-shadow:var(--shadow);background:#dfe8ed;transform:rotate(.8deg)}.hero-image img{display:block;width:100%;aspect-ratio:1.08/1;object-fit:cover}.hero-badge{position:absolute;left:-22px;bottom:28px;max-width:280px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px 20px;box-shadow:0 20px 48px rgba(9,29,46,.18)}.hero-badge strong{display:block;font-family:"Barlow Condensed";font-size:1.75rem;line-height:1;color:var(--ink)}.hero-badge span{display:block;color:var(--muted);font-weight:700;margin-top:5px}.section{padding:78px 0}.section-soft{background:var(--soft)}.section-head{max-width:870px;margin-bottom:30px}.section-head.center{text-align:center;margin-inline:auto}.section h2{font-size:clamp(2.35rem,4.8vw,4.6rem);margin:15px 0}.trust-strip{padding:18px 0;background:#fff;border-bottom:1px solid rgba(16,35,63,.08)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.trust-pill{display:flex;gap:12px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:20px;padding:16px;box-shadow:0 10px 28px rgba(9,29,46,.05)}.tick{flex:0 0 28px;width:28px;height:28px;display:grid;place-items:center;border-radius:999px;background:rgba(72,111,55,.12);color:var(--green);font-weight:900}.trust-pill b{display:block;line-height:1.15}.trust-pill span:not(.tick){display:block;color:var(--muted);font-size:.95rem;line-height:1.35;margin-top:3px}.path-grid,.card-grid,.pricing-grid,.review-cards,.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.path-grid.four{grid-template-columns:repeat(4,1fr)}.card,.path-card,.pricing-card,.review-card,.guide-card,.quick-panel,.story-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft);overflow:hidden}.path-card{text-decoration:none;display:flex;flex-direction:column;color:inherit;transition:transform .18s ease,box-shadow .18s ease}.path-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.path-card img{width:100%;aspect-ratio:1.25/1;object-fit:cover;background:#eef3f8}.path-card-body,.card,.pricing-card,.review-card,.guide-card{padding:24px}.tag{display:inline-flex;padding:6px 10px;background:rgba(245,184,63,.18);border-radius:999px;color:#76551a;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:900}.path-card h3,.card h3,.pricing-card h3,.review-card h3,.guide-card h3{font-size:1.35rem;line-height:1.15;margin:13px 0 7px}.path-card p,.card p,.pricing-card p,.guide-card p,.review-card p{color:var(--muted);margin:0}.quick-panel{padding:34px;background:linear-gradient(135deg,#fff 0%,#f9fbfd 100%)}.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center}.steps{display:grid;gap:12px;margin:24px 0}.step{display:flex;gap:13px;align-items:flex-start;border:1px solid var(--line);border-radius:18px;padding:14px;background:#fff}.step b{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:50%;background:var(--ink);color:#fff}.step strong{display:block;line-height:1.2}.step span{color:var(--muted);display:block}.safe-note,.quiet-note{color:#657484;font-size:.95rem;margin-top:16px}.media-card{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#dfe8ed}.media-card img{display:block;width:100%;aspect-ratio:1.18/1;object-fit:cover}.pricing-rate{font-family:"Barlow Condensed";font-size:3.2rem;line-height:1;font-weight:900;margin:12px 0;color:var(--green)}.pricing-card ul{margin:16px 0 0;padding-left:22px;color:var(--muted)}.review-proof{background:var(--navy);color:#fff;padding:70px 0}.review-proof-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:24px;align-items:center}.review-summary{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:30px}.review-summary strong{font-family:"Barlow Condensed";font-size:5rem;line-height:.85;color:var(--brand)}.review-summary span{display:block;font-weight:900;font-size:1.25rem}.review-summary p{color:rgba(255,255,255,.72)}.review-card{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);box-shadow:none}.review-card p{color:rgba(255,255,255,.82)}.review-card b{display:block;color:#fff;margin-top:12px}.stars{letter-spacing:2px;color:var(--brand);font-size:1.2rem}.feature-band{background:linear-gradient(135deg,var(--brand2),#0d3440);color:#fff;border-radius:36px;padding:42px;box-shadow:var(--shadow);display:grid;grid-template-columns:1.25fr .75fr;gap:24px;align-items:center}.feature-band h2{color:#fff}.feature-band h2 em{color:var(--brand)}.feature-band p{color:rgba(255,255,255,.78)}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}.story-image{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#dfe8ed}.story-image img{display:block;width:100%;aspect-ratio:1.15/1;object-fit:cover}.story-card{padding:34px}.principle-list{display:grid;gap:12px;margin-top:22px}.principle{display:flex;gap:12px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px}.principle strong{display:block}.principle span:not(.tick){color:var(--muted);display:block}.guide-card{text-decoration:none;display:block}.guide-link{display:inline-block;margin-top:18px;font-weight:900;color:var(--brand2)}.final-cta{text-align:center;background:radial-gradient(circle at 80% 20%,rgba(245,184,63,.28),transparent 34%),linear-gradient(135deg,#f7fafb,#edf4f7);border:1px solid var(--line);border-radius:36px;padding:46px;box-shadow:var(--shadow-soft)}.final-cta p{max-width:760px;margin:0 auto;color:var(--muted)}.final-cta .action-row{justify-content:center}.footer{background:#071929;color:#fff;padding:46px 0 100px}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.footer p{color:rgba(255,255,255,.68);max-width:560px}.footer-links,.footer-terms-links{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.footer-links a,.footer-terms-links a{color:rgba(255,255,255,.82);text-decoration:none;border:1px solid rgba(255,255,255,.14);padding:9px 12px;border-radius:999px}.footer-terms{margin-top:24px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:20px;align-items:center}.sticky-mobile-bar{display:none}.about-hero .hero-grid{grid-template-columns:1fr .78fr}.value-number{font-family:"Barlow Condensed";font-size:2.4rem;font-weight:900;color:var(--brand2);line-height:1}.system-rule{padding:18px 20px;background:rgba(245,184,63,.16);border:1px solid rgba(245,184,63,.28);border-radius:20px;margin-top:24px;color:#4a3920}.system-rule strong{color:var(--ink)}.suburb-cloud{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.suburb-cloud a{text-decoration:none;border:1px solid var(--line);border-radius:999px;padding:8px 12px;background:#fff;font-weight:800;color:var(--ink)}.faq{display:grid;gap:12px}.faq details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px 20px;box-shadow:0 8px 22px rgba(9,29,46,.05)}.faq summary{cursor:pointer;font-weight:900;color:var(--ink)}.faq p{color:var(--muted);margin-bottom:0}.service-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;overflow:auto;padding-bottom:10px}.service-tile{min-width:170px;text-decoration:none;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;font-weight:900;box-shadow:0 8px 22px rgba(9,29,46,.06)}.service-tile img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}.service-tile span{display:block;padding:10px 12px;font-size:.94rem;line-height:1.2}.mobile-menu-btn:focus,.btn:focus,.nav a:focus,.brand:focus{outline:3px solid rgba(245,184,63,.55);outline-offset:3px}@media (max-width:980px){.nav{display:none;position:absolute;left:20px;right:20px;top:84px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:16px;box-shadow:var(--shadow);justify-content:flex-start}.nav.is-open{display:flex}.mobile-menu-btn{display:inline-flex}.hero-grid,.quick-grid,.story-grid,.review-proof-grid,.feature-band,.about-hero .hero-grid{grid-template-columns:1fr}.trust-grid,.path-grid.four{grid-template-columns:repeat(2,1fr)}.path-grid,.card-grid,.pricing-grid,.review-cards,.guide-grid{grid-template-columns:1fr 1fr}.hero-badge{left:18px}.footer-grid,.footer-terms{grid-template-columns:1fr;display:grid}.footer-links,.footer-terms-links{justify-content:flex-start}}@media (max-width:680px){body{font-size:16px}.wrap{width:min(100% - 28px,var(--max))}.header-inner{min-height:68px}.brand{min-width:0}.brand-text{font-size:1.2rem}.brand-text small{display:none}.brand-mark{width:42px;height:42px}.hero{padding:50px 0 36px}.hero h1{font-size:3.15rem}.section{padding:54px 0}.trust-grid,.path-grid,.path-grid.four,.card-grid,.pricing-grid,.review-cards,.guide-grid{grid-template-columns:1fr}.hero-actions .btn,.action-row .btn{width:100%}.feature-band,.final-cta,.quick-panel{border-radius:24px;padding:26px}.hero-image{border-radius:26px}.hero-badge{position:relative;left:auto;bottom:auto;margin:-30px 16px 0}.footer{padding-bottom:96px}.sticky-mobile-bar{position:fixed;z-index:60;left:12px;right:12px;bottom:12px;display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border:1px solid var(--line);border-radius:999px;padding:6px;box-shadow:0 18px 48px rgba(9,29,46,.24)}.sticky-mobile-bar a{text-align:center;text-decoration:none;padding:10px 8px;border-radius:999px;font-weight:900;font-size:.9rem}.sticky-mobile-bar a:first-child{background:var(--ink);color:#fff}.service-strip{grid-template-columns:none;display:flex}}.hero{position:relative;overflow:hidden}.hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 18%,rgba(245,184,63,.22),transparent 26%),radial-gradient(circle at 88% 12%,rgba(33,103,123,.14),transparent 30%);pointer-events:none}.hero .wrap{position:relative;z-index:1}.hero h1{letter-spacing:-.055em;text-wrap:balance}.hero h1::after{content:"";display:block;width:118px;height:8px;margin-top:18px;border-radius:999px;background:linear-gradient(90deg,var(--brand),var(--green))}.hero-badge-hot{border:2px solid rgba(245,184,63,.65);box-shadow:0 26px 64px rgba(9,29,46,.22),0 0 0 8px rgba(245,184,63,.12)}.issue-dock{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.issue-dock a{text-decoration:none;color:var(--ink);background:#fff;border:1px solid rgba(16,35,63,.12);border-radius:999px;padding:9px 13px;font-weight:900;box-shadow:0 10px 24px rgba(9,29,46,.07)}.issue-dock a::before{content:"+ ";color:var(--green);font-weight:900}.signature-band{padding:34px 0;background:linear-gradient(135deg,#071929,#123448);color:#fff;position:relative;overflow:hidden}.signature-band::after{content:"";position:absolute;right:-120px;top:-140px;width:340px;height:340px;border-radius:50%;background:rgba(245,184,63,.18)}.signature-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:center;position:relative;z-index:1}.signature-copy h2{font-size:clamp(2.1rem,4vw,4rem);line-height:.95;margin:10px 0;color:#fff}.signature-copy h2 em{color:var(--brand)}.signature-copy p{color:rgba(255,255,255,.74)}.memory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.memory-card{min-height:145px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);border-radius:28px;padding:22px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.memory-card strong{font-family:"Barlow Condensed";font-size:clamp(2.15rem,4vw,3.6rem);line-height:.85;color:var(--brand);letter-spacing:-.03em}.memory-card span{color:rgba(255,255,255,.78);font-weight:800}.memorable-moment{background:#fff}.moment-panel{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:center;background:radial-gradient(circle at 20% 0,rgba(245,184,63,.28),transparent 32%),linear-gradient(135deg,#f8fbfd,#eef5f7);border:1px solid var(--line);border-radius:38px;padding:42px;box-shadow:var(--shadow-soft)}.moment-panel h2{font-size:clamp(2.2rem,4.5vw,4.3rem);line-height:.96;margin:12px 0}.promise-stack{display:grid;gap:12px}.promise-stack span{display:block;background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px 18px;font-weight:900;box-shadow:0 12px 28px rgba(9,29,46,.07)}.promise-stack span::before{content:"✓";display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%;background:rgba(72,111,55,.12);color:var(--green);margin-right:9px}.founder-panel{background:linear-gradient(135deg,#fff8e6,#edf7f4)}.about-signature{background:linear-gradient(135deg,#10233f,#486f37)}@media (max-width:980px){.signature-grid,.moment-panel{grid-template-columns:1fr}.memory-grid{grid-template-columns:1fr 1fr 1fr}}@media (max-width:680px){.signature-band{padding:28px 0}.memory-grid{grid-template-columns:1fr}.memory-card{min-height:112px}.moment-panel{border-radius:26px;padding:26px}.issue-dock a{flex:1 1 auto;text-align:center}.hero h1::after{width:86px;height:7px}.signature-copy h2,.moment-panel h2{text-wrap:balance}}.hero-top-three .btn{min-width:172px}.btn-referral{background:linear-gradient(135deg,var(--brand),#ffd76d);color:#10233f;border-color:rgba(118,85,26,.18);box-shadow:0 16px 34px rgba(245,184,63,.28)}.btn-referral:hover{box-shadow:0 20px 42px rgba(245,184,63,.36)}.compact-head{margin-bottom:22px}.compact-head h2{max-width:980px;margin-inline:auto}.top-three-section{padding:54px 0;background:#fff}.top-three-grid{display:grid;grid-template-columns:1.15fr 1fr .92fr;gap:16px}.start-card{position:relative;min-height:255px;display:flex;flex-direction:column;justify-content:space-between;text-decoration:none;color:inherit;background:#fff;border:1px solid var(--line);border-radius:30px;padding:26px;box-shadow:var(--shadow-soft);overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}.start-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.start-card::after{content:"";position:absolute;right:-42px;top:-42px;width:135px;height:135px;border-radius:50%;background:rgba(25,91,99,.08)}.start-number{font-family:"Barlow Condensed";font-size:2.1rem;line-height:1;font-weight:900;color:rgba(16,35,63,.22)}.start-card h3{font-family:"Barlow Condensed";font-size:clamp(2.25rem,4vw,3.7rem);line-height:.9;letter-spacing:-.035em;margin:20px 0 10px;color:var(--ink)}.start-card p{color:var(--muted);margin:0;max-width:410px}.start-card strong{display:inline-flex;margin-top:22px;font-weight:900;color:var(--brand2)}.primary-start{background:linear-gradient(135deg,#10233f,#143b52);color:#fff}.primary-start h3,.primary-start p,.primary-start strong{color:#fff}.primary-start .start-number{color:rgba(255,255,255,.26)}.primary-start::after{background:rgba(245,184,63,.18)}.referral-start{background:radial-gradient(circle at 80% 5%,rgba(255,215,109,.45),transparent 42%),linear-gradient(135deg,#fff8e6,#fff)}.call-start{background:linear-gradient(135deg,#f7fbfc,#edf5f7)}.referral-feature{position:relative;overflow:hidden}.referral-feature::before{content:"";position:absolute;left:-110px;top:-90px;width:260px;height:260px;border-radius:50%;background:rgba(245,184,63,.22)}.referral-grid{position:relative;display:grid;grid-template-columns:1.12fr .88fr;gap:24px;align-items:center}.referral-copy{background:#fff;border:1px solid var(--line);border-radius:34px;padding:34px;box-shadow:var(--shadow-soft)}.referral-copy h2{font-size:clamp(2.25rem,4.6vw,4.3rem);line-height:.95;margin:14px 0;color:var(--ink);font-family:"Barlow Condensed";letter-spacing:-.04em}.referral-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:24px 0}.referral-steps div{background:#f8fbfc;border:1px solid var(--line);border-radius:20px;padding:16px}.referral-steps strong{display:block;font-family:"Barlow Condensed";font-size:1.55rem;line-height:1;color:var(--green)}.referral-steps span{display:block;color:var(--muted);font-weight:700;line-height:1.35;margin-top:6px}.referral-card-large{min-height:420px;border-radius:36px;padding:34px;background:linear-gradient(135deg,#071929,#123448);color:#fff;box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.referral-card-large::before{content:"";position:absolute;right:-90px;top:-90px;width:260px;height:260px;border-radius:50%;background:rgba(245,184,63,.26)}.referral-card-large span{position:relative;z-index:1;display:inline-flex;align-self:flex-start;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.1);color:var(--brand);font-size:.78rem;letter-spacing:.1em;font-weight:900}.referral-card-large strong{position:relative;z-index:1;font-family:"Barlow Condensed";font-size:clamp(2.8rem,5vw,5rem);line-height:.88;letter-spacing:-.045em;margin:22px 0 12px;color:#fff}.referral-card-large p{position:relative;z-index:1;color:rgba(255,255,255,.76);font-weight:700;margin:0}.sticky-mobile-bar a:nth-child(2){background:linear-gradient(135deg,var(--brand),#ffd76d);color:#10233f}.sticky-mobile-bar a:first-child{background:var(--ink);color:#fff}.sticky-mobile-bar a:last-child{background:#f2f6f8;color:var(--ink)}@media (max-width:980px){.top-three-grid,.referral-grid{grid-template-columns:1fr}.referral-steps{grid-template-columns:1fr 1fr 1fr}.start-card{min-height:220px}}@media (max-width:680px){.hero-top-three .btn{min-width:0}.top-three-section{padding:36px 0}.top-three-grid{gap:12px}.start-card{min-height:auto;border-radius:24px;padding:22px}.start-card h3{font-size:2.55rem}.referral-copy,.referral-card-large{border-radius:24px;padding:24px}.referral-steps{grid-template-columns:1fr}.referral-card-large{min-height:310px}.sticky-mobile-bar{grid-template-columns:repeat(3,1fr)}}.has-start-media{padding-top:26px;padding-right:128px;isolation:isolate}.start-card .start-number,.start-card h3,.start-card p,.start-card strong{position:relative;z-index:2}.start-media{position:absolute;right:20px;top:20px;width:96px;height:96px;border-radius:24px;object-fit:cover;border:3px solid rgba(255,255,255,.72);box-shadow:0 18px 36px rgba(9,29,46,.18);z-index:1}.primary-start .start-media{border-color:rgba(255,255,255,.22);opacity:.92}.referral-start .start-media{transform:rotate(2deg)}.call-start .start-media{transform:rotate(-2deg)}.referral-image-card{background-image:linear-gradient(180deg,rgba(7,25,41,.08),rgba(7,25,41,.82) 56%,rgba(7,25,41,.96)),var(--referral-bg);background-size:cover;background-position:center;min-height:470px}.referral-image-card::before{background:rgba(245,184,63,.32)}.referral-image-card span,.referral-image-card strong,.referral-image-card p{filter:drop-shadow(0 10px 22px rgba(0,0,0,.34))}.referral-feature .media-card img{aspect-ratio:1.08/1}.brand-mark img{padding:2px}@media (max-width:980px){.has-start-media{padding-right:120px}.start-media{width:88px;height:88px}}@media (max-width:680px){.has-start-media{padding-right:98px}.start-media{width:74px;height:74px;border-radius:20px}.referral-image-card{min-height:360px;background-position:center}}.hero h1{font-size:clamp(2.85rem,5.15vw,5.15rem);line-height:1;letter-spacing:-.045em;max-width:780px}.section h2,.final-cta h2{font-size:clamp(2.05rem,3.85vw,3.75rem);line-height:1.02;letter-spacing:-.035em}.referral-copy h2{font-size:clamp(2rem,3.45vw,3.35rem);line-height:1.02;letter-spacing:-.032em}.feature-band h2{font-size:clamp(2rem,3.25vw,3.25rem);line-height:1.03;letter-spacing:-.03em}.signature-copy h2,.moment-panel h2{font-size:clamp(2rem,3.4vw,3.35rem);line-height:1.03;letter-spacing:-.03em}.start-card h3{font-size:clamp(2rem,3.1vw,3.05rem);line-height:.96;letter-spacing:-.03em}.referral-card-large strong{font-size:clamp(2.25rem,3.9vw,3.85rem);line-height:.96;letter-spacing:-.035em}.brand-text{font-size:1.32rem}.brand-text small{font-size:.66rem}.nav a{font-size:.9rem;padding:9px 10px}.nav .nav-cta{padding-inline:16px}.footer{padding:38px 0 86px}.footer-grid{align-items:start}.footer-links,.footer-terms-links{align-items:flex-start;align-content:flex-start;gap:8px}.footer-links a,.footer-terms-links a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 11px;line-height:1.15;font-size:.92rem;border-radius:999px;white-space:nowrap}.footer p{margin:8px 0 0;line-height:1.55}.footer-terms{align-items:center}.feature-band{grid-template-columns:1.1fr .9fr;overflow:hidden}.feature-band .media-card{max-width:100%}.feature-band .media-card img{width:100%;max-height:360px;object-fit:cover}.referral-grid{overflow:hidden}.referral-image-card{min-height:410px}.hero{padding:68px 0 46px}.section{padding:66px 0}.top-three-section{padding:46px 0}.wrap{width:min(var(--max),calc(100% - 48px))}@media (max-width:980px){.hero h1{font-size:clamp(2.55rem,8vw,4.4rem)}.section h2,.final-cta h2{font-size:clamp(2rem,6vw,3.15rem)}.feature-band{grid-template-columns:1fr}.footer-grid,.footer-terms{grid-template-columns:1fr}.footer-links,.footer-terms-links{justify-content:flex-start}.footer-links a,.footer-terms-links a{min-height:32px}}@media (max-width:680px){body{font-size:16px}.wrap{width:min(var(--max),calc(100% - 28px))}.hero{padding:42px 0 34px}.hero h1{font-size:clamp(2.5rem,13vw,3.55rem);line-height:.98}.section h2,.final-cta h2,.referral-copy h2,.feature-band h2{font-size:clamp(2rem,10vw,2.75rem);line-height:1}.start-card h3{font-size:2.25rem}.referral-card-large strong{font-size:2.45rem}.section{padding:48px 0}.feature-band,.final-cta,.quick-panel,.referral-copy{padding:22px;border-radius:24px}.footer{padding:30px 0 92px}.footer-links a,.footer-terms-links a{font-size:.88rem;min-height:30px;padding:6px 10px}.brand-text{font-size:1.16rem}.nav a{font-size:.95rem}.hero h1::after{width:82px;height:6px;margin-top:14px}}.commission-card{display:grid;grid-template-columns:1.08fr .92fr;gap:16px;align-items:stretch;margin:22px 0 8px;padding:18px;border:1px solid rgba(245,184,63,.36);border-radius:24px;background:linear-gradient(135deg,#fff8e6,#fff);box-shadow:0 14px 32px rgba(9,29,46,.08)}.commission-card.compact{grid-template-columns:1fr .82fr;margin-top:20px}.commission-kicker{display:inline-flex;align-items:center;gap:6px;margin-bottom:8px;padding:6px 10px;border-radius:999px;background:rgba(25,91,99,.1);color:var(--green);font-size:.75rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.commission-card strong{display:block;font-family:"Barlow Condensed",sans-serif;font-size:clamp(1.8rem,3vw,2.55rem);line-height:.98;letter-spacing:-.025em;color:var(--ink)}.commission-card p{margin:8px 0 0;color:var(--muted);font-weight:700;line-height:1.45}.commission-table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border-radius:18px;border:1px solid rgba(16,35,63,.1);background:#fff;font-size:.96rem;box-shadow:0 10px 24px rgba(9,29,46,.05)}.commission-table th,.commission-table td{padding:10px 12px;text-align:left;border-bottom:1px solid rgba(16,35,63,.08)}.commission-table th{background:#10233f;color:#fff;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}.commission-table tr:last-child td{border-bottom:0}.commission-table td:last-child{font-weight:900;color:var(--green)}.commission-note{margin:8px 0 18px!important;font-size:.92rem;color:var(--muted);font-weight:700;line-height:1.45}@media (max-width:760px){.commission-card,.commission-card.compact{grid-template-columns:1fr;padding:15px;border-radius:20px}.commission-table{font-size:.92rem}.commission-card strong{font-size:2rem}}.ai-summary-panel{padding:18px 0;background:#fff;border-top:1px solid rgba(16,35,63,.08);border-bottom:1px solid rgba(16,35,63,.08)}.ai-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.ai-summary-grid>div{background:linear-gradient(135deg,#fff,#f7fbfc);border:1px solid var(--line);border-radius:20px;padding:16px 18px;box-shadow:0 8px 22px rgba(9,29,46,.05)}.ai-summary-grid strong{display:block;font-family:"Barlow Condensed",Barlow,sans-serif;font-size:1.45rem;line-height:1;color:var(--ink);letter-spacing:-.02em}.ai-summary-grid span{display:block;color:var(--muted);font-weight:700;line-height:1.42;margin-top:6px;font-size:.96rem}.geo-section{background:linear-gradient(180deg,#fff 0%,#f6fafb 100%)}.geo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.geo-grid a{display:block;text-decoration:none;background:#fff;border:1px solid var(--line);border-radius:22px;padding:19px;box-shadow:0 10px 26px rgba(9,29,46,.06);transition:transform .18s ease,box-shadow .18s ease}.geo-grid a:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(9,29,46,.1)}.geo-grid strong{display:block;font-size:1.08rem;line-height:1.2;color:var(--ink)}.geo-grid span{display:block;margin-top:7px;color:var(--muted);font-weight:700;line-height:1.38;font-size:.96rem}.light-on-dark{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.18)!important;box-shadow:none!important}.light-on-dark .commission-kicker{background:rgba(255,255,255,.12);color:var(--brand)}.light-on-dark strong,.light-on-dark p{color:#fff!important}.light-on-dark p{opacity:.82}.light-on-dark .commission-table{box-shadow:none}.light-on-dark .commission-table th{background:var(--brand);color:var(--ink)}@media (max-width:980px){.ai-summary-grid,.geo-grid{grid-template-columns:1fr 1fr}}@media (max-width:680px){.ai-summary-panel{padding:14px 0}.ai-summary-grid,.geo-grid{grid-template-columns:1fr}.ai-summary-grid>div,.geo-grid a{border-radius:18px;padding:15px}.geo-grid{gap:10px}}.start-card.has-start-media{min-height:300px;padding:28px;isolation:isolate;background-image:linear-gradient(180deg,rgba(7,25,41,.10),rgba(7,25,41,.62) 48%,rgba(7,25,41,.90)),var(--start-bg);background-size:cover;background-position:center;color:#fff;}.start-card.has-start-media::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(16,35,63,.78),rgba(16,35,63,.18) 55%,rgba(245,184,63,.18));z-index:0;pointer-events:none;}.start-card.has-start-media::after{z-index:0;opacity:.45;}.start-card.has-start-media .start-media{display:none!important;}.start-card.has-start-media .start-number,.start-card.has-start-media h3,.start-card.has-start-media p,.start-card.has-start-media strong{position:relative;z-index:2;color:#fff!important;text-shadow:0 8px 24px rgba(0,0,0,.34);}.start-card.has-start-media .start-number{color:rgba(255,255,255,.58)!important;}.start-card.has-start-media p{max-width:440px;opacity:.94;}.start-card.referral-start.has-start-media{background-image:linear-gradient(180deg,rgba(255,248,230,.12),rgba(16,35,63,.58) 46%,rgba(16,35,63,.90)),var(--start-bg);}.start-card.call-start.has-start-media{background-image:linear-gradient(180deg,rgba(255,255,255,.08),rgba(16,35,63,.60) 48%,rgba(16,35,63,.90)),var(--start-bg);}.top-three-grid{align-items:stretch;}.footer-links a,.footer-terms-links a{min-height:32px!important;padding:6px 10px!important;font-size:.9rem!important;line-height:1.1!important;}.footer-terms{align-items:flex-start;}@media (min-width:681px){.sticky-mobile-bar{display:none!important;}}@media (max-width:980px){.start-card.has-start-media{min-height:260px;}.top-three-grid{grid-template-columns:1fr!important;}}@media (max-width:680px){.start-card.has-start-media{min-height:235px;padding:22px;}.footer-links a,.footer-terms-links a{font-size:.86rem!important;min-height:30px!important;}}.template-blog-post,body.blog-page{background:#fbfaf6;color:#10233f;font-family:Barlow,Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;line-height:1.65}.blog-page .site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-bottom:1px solid rgba(16,35,63,.09)}.blog-page .bc{background:#fff;border-bottom:1px solid rgba(16,35,63,.08);font-size:.92rem;color:#516174}.blog-page .bc .wrap{max-width:1120px;margin:0 auto;padding:12px 20px;display:flex;gap:8px;align-items:center;flex-wrap:wrap}.blog-page .bc a{color:#005e66;font-weight:800;text-decoration:none}.blog-page .bc a:hover{text-decoration:underline}.blog-page .bc-sep{opacity:.55}.blog-page main{max-width:none;margin:0;padding:0}.blog-page .hero{padding:58px 20px 36px;background:linear-gradient(135deg,#fff8e9 0%,#f4fbfb 58%,#eef6f8 100%);border-bottom:1px solid rgba(16,35,63,.08)}.blog-page .hero-h1,.blog-page .hero h1{max-width:1040px;margin:16px auto 0;color:#0b2344;font-family:"Barlow Condensed",Barlow,sans-serif;font-size:clamp(2.35rem,6.2vw,5.1rem);line-height:.94;letter-spacing:-.045em;font-weight:900;text-wrap:balance}.blog-page .hero-badge-pill{display:block;width:max-content;max-width:calc(100% - 40px);margin:0 auto;background:rgba(0,94,102,.08);border:1px solid rgba(0,94,102,.22);color:#005e66;border-radius:999px;padding:9px 15px;text-transform:uppercase;letter-spacing:.1em;font-size:.78rem;font-weight:900}.blog-page .page-meta-strip{max-width:1040px;margin:22px auto 0;display:flex;gap:12px;flex-wrap:wrap}.blog-page .page-meta-card{background:#fff;border:1px solid rgba(16,35,63,.1);border-radius:18px;padding:10px 14px;box-shadow:0 10px 26px rgba(16,35,63,.06)}.blog-page .pm-label{display:block;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:#68768a;font-weight:900}.blog-page .pm-value{display:block;color:#10233f;font-weight:800}.blog-start-options{padding:28px 20px;background:#fff}.blog-start-grid{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.blog-start-card{display:flex;flex-direction:column;gap:8px;min-height:158px;border-radius:24px;padding:22px;text-decoration:none;background:#f5fafb;border:1px solid rgba(16,35,63,.12);box-shadow:0 18px 44px rgba(16,35,63,.08);color:#10233f}.blog-start-card span{font-family:"Barlow Condensed";font-weight:900;font-size:2rem;color:rgba(16,35,63,.25)}.blog-start-card strong{font-family:"Barlow Condensed";font-size:2.1rem;line-height:1;font-weight:900}.blog-start-card small{font-size:1rem;color:#465770;line-height:1.45}.blog-start-primary{background:#102d4b;color:#fff}.blog-start-primary small{color:rgba(255,255,255,.86)}.blog-start-primary span{color:rgba(255,255,255,.35)}.blog-start-referral{background:linear-gradient(135deg,#fff7df,#fff);border-color:rgba(245,177,54,.34)}.blog-page .content-grid{max-width:1120px;margin:0 auto;padding:42px 20px 64px;display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;align-items:start}.blog-page .main-col{min-width:0}.blog-page .side-col{position:sticky;top:110px}.blog-page article,.blog-page .main-col,.blog-page .post-card,.blog-page .panel,.blog-page .content-card,.blog-page .direct-answer,.blog-page .yitm-trust-banner,.blog-page .related-links,.blog-page .cta-panel,.blog-page .faq-box,.blog-page details{border-radius:24px}.blog-page .main-col>h2,.blog-page .main-col>h3,.blog-page article h2,.blog-page .u-h2-display{font-family:"Barlow Condensed",Barlow,sans-serif;color:#0b2344;letter-spacing:-.03em;line-height:1;font-weight:900;text-wrap:balance}.blog-page .main-col>h2,.blog-page article h2,.blog-page .u-h2-display{font-size:clamp(2rem,4.4vw,3.55rem);margin:38px 0 14px}.blog-page .main-col>h3,.blog-page article h3{font-size:clamp(1.45rem,2.8vw,2.2rem);margin:28px 0 10px}.blog-page .main-col p,.blog-page article p,.blog-page .u-copy,.blog-page li{font-size:1.08rem;color:#2b3f5d;line-height:1.72}.blog-page .main-col a,.blog-page article a{color:#005e66;font-weight:800;text-decoration-thickness:2px;text-underline-offset:3px}.blog-page ul,.blog-page ol{padding-left:1.35rem}.blog-page li{margin:.42rem 0}.blog-page img{max-width:100%;height:auto;border-radius:22px}.blog-page figure{margin:28px 0}.blog-page figcaption{color:#68768a;font-size:.95rem;text-align:center;margin-top:8px}.blog-page .direct-answer{background:#fff;border:1px solid rgba(16,35,63,.11);box-shadow:0 20px 48px rgba(16,35,63,.08);padding:24px 26px;margin:0 0 24px}.blog-page .da-label{display:inline-flex;align-items:center;background:#fff1c7;color:#7b4a00;border-radius:999px;padding:7px 12px;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:900;margin-bottom:10px}.blog-page .direct-answer p{margin:0;color:#253a59;font-weight:600}.blog-page .yitm-trust-banner{background:#082033;color:#fff;padding:24px 26px;margin:22px 0;box-shadow:0 24px 58px rgba(8,32,51,.18);border:1px solid rgba(255,255,255,.08)}.blog-page .yitm-trust-banner strong{display:block;font-family:"Barlow Condensed";font-size:2rem;line-height:1;color:#fff}.blog-page .yitm-trust-banner span{display:block;margin-top:6px;color:rgba(255,255,255,.82);font-weight:600}.blog-page .key-takeaways,.blog-page .checklist,.blog-page .info-box,.blog-page .note,.blog-page .related-card,.blog-page .sidebar-card,.blog-page .toc,.blog-page .summary-card{background:#fff;border:1px solid rgba(16,35,63,.11);border-radius:24px;box-shadow:0 18px 44px rgba(16,35,63,.07);padding:22px;margin:22px 0}.blog-page table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid rgba(16,35,63,.12);border-radius:22px;overflow:hidden;margin:24px 0}.blog-page th{background:#0b5139;color:#fff;text-align:left;padding:14px 16px;font-weight:900}.blog-page td{padding:13px 16px;border-top:1px solid rgba(16,35,63,.09);color:#10233f}.blog-page tr:nth-child(even) td{background:#f7fbf9}.blog-page .side-col,.blog-page aside{font-size:.98rem}.blog-page .side-col>*{background:#fff;border:1px solid rgba(16,35,63,.11);border-radius:24px;padding:20px;box-shadow:0 18px 44px rgba(16,35,63,.07);margin-bottom:16px}.blog-page .side-col h2,.blog-page .side-col h3,.blog-page aside h2,.blog-page aside h3{font-family:"Barlow Condensed";font-size:1.7rem;line-height:1;color:#0b2344;margin:0 0 10px}.blog-page .side-col a{color:#005e66;font-weight:800}.blog-page .post-footer-cta{margin-top:34px;background:linear-gradient(135deg,#102d4b,#0b5139);color:#fff;border-radius:28px;padding:30px;box-shadow:0 24px 64px rgba(16,45,75,.18)}.blog-page .post-footer-cta h2{color:#fff;margin:0 0 10px}.blog-page .post-footer-cta p{color:rgba(255,255,255,.86)}.blog-page .post-footer-cta .btn{margin-right:10px;margin-top:8px}.blog-page .footer{margin-top:0}.blog-page .sticky-mobile-bar{display:none}@media(max-width:920px){.blog-page .content-grid{grid-template-columns:1fr}.blog-page .side-col{position:static}.blog-start-grid{grid-template-columns:1fr}.blog-page .hero{padding-top:42px}.blog-page .sticky-mobile-bar{display:grid}}@media(max-width:640px){.blog-page .hero-h1,.blog-page .hero h1{font-size:clamp(2.2rem,13vw,3.3rem)}.blog-page .content-grid{padding:28px 16px 48px}.blog-start-options{padding:20px 16px}.blog-start-card{min-height:auto}.blog-page .main-col p,.blog-page article p,.blog-page li{font-size:1rem}.blog-page table{font-size:.93rem}.blog-page th,.blog-page td{padding:11px 12px}}.blog-page main>.hero,.blog-page main>.breadcrumb + .hero{width:min(1120px,calc(100% - 40px));margin:34px auto 24px;padding:50px 34px 42px!important;border:1px solid rgba(16,35,63,.10);border-radius:30px;background:linear-gradient(135deg,#fff8e9 0%,#f5fbfb 56%,#edf6f8 100%)!important;box-shadow:0 22px 58px rgba(16,35,63,.08);}.blog-page main>.hero .hero-text,.blog-page main>.hero>div:first-child,.blog-page main>.breadcrumb + .hero>div:first-child{max-width:920px;margin:0 auto;text-align:center;}.blog-page main>.hero .eyebrow,.blog-page main>.breadcrumb + .hero .eyebrow{display:inline-flex;width:auto;margin:0 auto 14px;}.blog-page main>.hero h1,.blog-page main>.breadcrumb + .hero h1{margin:12px auto 0!important;max-width:960px;}.blog-page main>.hero .lead,.blog-page main>.breadcrumb + .hero .lead{max-width:850px;margin:18px auto 0;color:#405166;font-size:clamp(1.05rem,1.5vw,1.22rem);line-height:1.62;}.blog-page .button-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:center;margin-top:24px;}.blog-page .button-row .btn,.blog-page .btn.gold,.blog-page .btn.secondary{border:1px solid rgba(16,35,63,.12);box-shadow:0 12px 28px rgba(16,35,63,.10);}.blog-page .btn.gold,.blog-page .btn-referral{background:#ffc84d;color:#10233f;}.blog-page .btn.secondary{background:#fff;color:#10233f;}.blog-page main>.breadcrumb{width:min(1120px,calc(100% - 40px));margin:22px auto 0;color:#516174;font-size:.94rem;}.blog-page main>.section,.blog-page main>.cluster,.blog-page main>.student-employability-uplift,.blog-page main>.gateway-strip,.blog-page main>.faq,.blog-page main>.content-card{width:min(1120px,calc(100% - 40px));margin-left:auto;margin-right:auto;}.blog-page main>.section{padding:24px 0 10px;}.blog-page main>.section>.cluster,.blog-page main>.cluster,.blog-page main>.student-employability-uplift{background:#fff;border:1px solid rgba(16,35,63,.11);border-radius:26px;box-shadow:0 18px 44px rgba(16,35,63,.07);padding:26px 28px;margin-top:20px;margin-bottom:20px;}.blog-page main>.section>.cluster:first-child{margin-top:0;}.blog-page main>.section>.cluster h3,.blog-page main>.cluster h3,.blog-page main>.student-employability-uplift h2{font-family:"Barlow Condensed",Barlow,sans-serif;color:#0b2344;letter-spacing:-.03em;line-height:1;font-weight:900;}.blog-page main>.section>.cluster h3,.blog-page main>.cluster h3{font-size:clamp(1.65rem,3vw,2.35rem);margin:0 0 12px;}.blog-page main>.student-employability-uplift h2{font-size:clamp(1.85rem,3.6vw,3rem);margin:30px 0 12px;}.blog-page main>.student-employability-uplift h2:first-child{margin-top:0;}.blog-page main>.section p,.blog-page main>.cluster p,.blog-page main>.student-employability-uplift p{color:#2b3f5d;font-size:1.06rem;line-height:1.72;}.blog-page .cluster-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}.blog-page .cluster-links a{display:block;min-height:96px;padding:18px;border-radius:20px;text-decoration:none;background:#f5fafb;border:1px solid rgba(16,35,63,.11);color:#10233f;box-shadow:0 12px 30px rgba(16,35,63,.05);}.blog-page .cluster-links a span{display:block;color:#516174;font-weight:600;margin-top:5px;}.blog-page main>.gateway-strip,.blog-page .gateway-strip{display:flex;justify-content:space-between;gap:24px;align-items:center;padding:30px;margin-top:28px;margin-bottom:28px;border-radius:28px;background:linear-gradient(135deg,#102d4b,#0b5139);color:#fff;box-shadow:0 22px 58px rgba(16,45,75,.16);}.blog-page .gateway-strip h2{color:#fff!important;margin:0 0 8px!important;}.blog-page .gateway-strip p{color:rgba(255,255,255,.86)!important;margin:0;}.blog-page main>.post-footer-cta,.blog-page .content-grid + .post-footer-cta,.blog-page .post-footer-cta{width:min(1120px,calc(100% - 40px));margin:48px auto 44px!important;padding:34px 36px;border-radius:30px;}.blog-page .footer{margin-top:0!important;}@media(max-width:760px){.blog-page main>.hero,.blog-page main>.breadcrumb + .hero,.blog-page main>.section,.blog-page main>.cluster,.blog-page main>.student-employability-uplift,.blog-page main>.gateway-strip,.blog-page main>.post-footer-cta,.blog-page .content-grid + .post-footer-cta,.blog-page .post-footer-cta{width:min(100% - 28px,1120px);}.blog-page main>.hero,.blog-page main>.breadcrumb + .hero{padding:34px 22px 30px!important;border-radius:24px;}.blog-page .cluster-links{grid-template-columns:1fr;}.blog-page main>.gateway-strip,.blog-page .gateway-strip{display:block;padding:24px;}.blog-page main>.post-footer-cta,.blog-page .content-grid + .post-footer-cta,.blog-page .post-footer-cta{margin:34px auto 34px!important;padding:26px 22px;}}body.blog-page.template-blog-post{background:#fbfaf6;overflow-x:hidden}.blog-page.template-blog-post main{max-width:none!important;width:100%;margin:0!important;padding:0!important;}.blog-page.template-blog-post main>.content,.blog-page.template-blog-post .content{width:min(1040px,calc(100% - 48px));max-width:1040px;margin:0 auto;padding:42px 0 30px;}.blog-page.template-blog-post article.article,.blog-page.template-blog-post .article{width:100%;max-width:920px;margin:0 auto;padding:0;}.blog-page.template-blog-post article.article>*:first-child{margin-top:0!important}.blog-page.template-blog-post .article h2,.blog-page.template-blog-post .section h2,.blog-page.template-blog-post .post-footer-cta h2{font-family:"Barlow Condensed",Barlow,sans-serif;color:#0b2344;letter-spacing:-.035em;line-height:1;font-weight:900;text-wrap:balance;}.blog-page.template-blog-post .article h2{font-size:clamp(2rem,4.2vw,3.45rem)!important;margin:42px 0 14px!important;}.blog-page.template-blog-post .article h3{font-family:"Barlow Condensed",Barlow,sans-serif;font-size:clamp(1.35rem,2.4vw,2rem)!important;line-height:1.05;margin:28px 0 10px;color:#0b2344;}.blog-page.template-blog-post .article p,.blog-page.template-blog-post .article li,.blog-page.template-blog-post .section p,.blog-page.template-blog-post .section li{color:#2b3f5d;font-size:1.06rem;line-height:1.72;}.blog-page.template-blog-post .direct-answer,.blog-page.template-blog-post .ai-box,.blog-page.template-blog-post .how-box,.blog-page.template-blog-post .disclaimer-block,.blog-page.template-blog-post .note-card{background:#fff;border:1px solid rgba(16,35,63,.11);border-radius:24px;box-shadow:0 18px 44px rgba(16,35,63,.07);padding:22px 24px;margin:22px 0;}.blog-page.template-blog-post .direct-answer .label,.blog-page.template-blog-post .ai-box .label,.blog-page.template-blog-post .mini-badge{display:inline-flex;align-items:center;width:max-content;max-width:100%;margin-bottom:10px;padding:7px 12px;border-radius:999px;background:#fff1c7;color:#7b4a00;font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;}.blog-page.template-blog-post .hero{width:min(1120px,calc(100% - 48px))!important;max-width:1120px;margin:34px auto 28px!important;padding:42px 32px!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(280px,440px);gap:28px;align-items:center;border-radius:30px!important;border:1px solid rgba(16,35,63,.10)!important;background:linear-gradient(135deg,#fff8e9 0%,#f5fbfb 56%,#edf6f8 100%)!important;box-shadow:0 22px 58px rgba(16,35,63,.08)!important;overflow:hidden;}.blog-page.template-blog-post .hero .hero-text,.blog-page.template-blog-post .hero>div:first-child{max-width:680px!important;margin:0!important;text-align:left!important;}.blog-page.template-blog-post .hero h1{max-width:680px!important;margin:12px 0 0!important;font-size:clamp(2.45rem,5vw,4.7rem)!important;}.blog-page.template-blog-post .hero h1::after{margin-left:0!important}.blog-page.template-blog-post .hero .lead{max-width:640px!important;margin:18px 0 0!important;}.blog-page.template-blog-post .hero>img,.blog-page.template-blog-post .hero img{display:block;width:100%;max-width:440px!important;max-height:330px!important;aspect-ratio:4/3;object-fit:cover;border-radius:24px;justify-self:end;box-shadow:0 18px 44px rgba(16,35,63,.16);}.blog-page.template-blog-post .button-row{justify-content:flex-start!important}.blog-page.template-blog-post .blog-start-options{padding:28px 20px 10px;background:#fff;}.blog-page.template-blog-post .blog-start-grid{max-width:1120px!important}.blog-page.template-blog-post .section,.blog-page.template-blog-post main>.section,.blog-page.template-blog-post .student-feature-crosslinks{width:min(1040px,calc(100% - 48px));max-width:1040px;margin:0 auto;padding:34px 0 12px!important;}.blog-page.template-blog-post .connect-grid,.blog-page.template-blog-post .benefit-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:18px 0 28px;}.blog-page.template-blog-post .benefit-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.blog-page.template-blog-post .connect-card{display:block;min-height:160px;padding:22px;border-radius:24px;text-decoration:none;background:#fff;border:1px solid rgba(16,35,63,.11);box-shadow:0 18px 44px rgba(16,35,63,.07);color:#10233f;}.blog-page.template-blog-post .connect-card h3{margin:8px 0 8px!important;color:#0b2344}.blog-page.template-blog-post .post-footer-cta{width:min(1040px,calc(100% - 48px))!important;max-width:1040px;margin:56px auto 56px!important;}.blog-page.template-blog-post .footer{margin-top:0!important}@media(max-width:880px){.blog-page.template-blog-post .hero{grid-template-columns:1fr;width:min(100% - 32px,1120px)!important;padding:32px 24px!important;}.blog-page.template-blog-post .hero>img,.blog-page.template-blog-post .hero img{justify-self:start;max-width:100%!important;max-height:260px!important;}.blog-page.template-blog-post .content,.blog-page.template-blog-post main>.content,.blog-page.template-blog-post .section,.blog-page.template-blog-post main>.section,.blog-page.template-blog-post .post-footer-cta{width:min(100% - 32px,1040px)!important;}.blog-page.template-blog-post .connect-grid,.blog-page.template-blog-post .benefit-strip{grid-template-columns:1fr}}@media(max-width:640px){.blog-page.template-blog-post .hero{margin:22px auto 20px!important;border-radius:24px!important}.blog-page.template-blog-post .hero h1{font-size:clamp(2.25rem,12vw,3.35rem)!important}.blog-page.template-blog-post .article h2{font-size:clamp(1.95rem,10vw,2.85rem)!important}.blog-page.template-blog-post .direct-answer,.blog-page.template-blog-post .ai-box,.blog-page.template-blog-post .how-box,.blog-page.template-blog-post .disclaimer-block,.blog-page.template-blog-post .note-card,.blog-page.template-blog-post .connect-card{padding:20px;border-radius:20px}}.blog-page.template-blog-post .post-footer-cta,.blog-page .post-footer-cta {color:#ffffff !important;}.blog-page.template-blog-post .post-footer-cta h1,.blog-page.template-blog-post .post-footer-cta h2,.blog-page.template-blog-post .post-footer-cta h3,.blog-page .post-footer-cta h1,.blog-page .post-footer-cta h2,.blog-page .post-footer-cta h3 {color:#ffffff !important;text-shadow:0 1px 0 rgba(0,0,0,.08);}.blog-page.template-blog-post .post-footer-cta p,.blog-page .post-footer-cta p {color:rgba(255,255,255,.9) !important;}.quoteme-home{background:linear-gradient(180deg,#fff 0%,#f6fafb 100%);padding-top:46px;padding-bottom:46px}.quoteme-home-panel{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr);gap:22px;align-items:stretch;background:radial-gradient(circle at 12% 0,rgba(245,184,63,.24),transparent 32%),linear-gradient(135deg,#fff,#eef7f8);border:1px solid var(--line);border-radius:36px;padding:34px;box-shadow:var(--shadow-soft)}.quoteme-home-copy h2{font-family:"Barlow Condensed",Barlow,sans-serif;font-size:clamp(2.2rem,4vw,4rem);line-height:1;letter-spacing:-.035em;margin:14px 0;color:var(--ink)}.quoteme-trust-row{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0 0}.quoteme-trust-row span{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border-radius:999px;background:#fff;border:1px solid var(--line);font-weight:900;color:#24384d;box-shadow:0 8px 20px rgba(9,29,46,.05)}.quoteme-trust-row span::before{content:"✓";display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:rgba(72,111,55,.12);color:var(--green);font-weight:900}.quoteme-mini-card{display:grid;align-content:center;gap:12px;background:#10233f;color:#fff;border-radius:28px;padding:26px;box-shadow:0 18px 44px rgba(16,35,63,.18)}.quoteme-mini-card strong{font-family:"Barlow Condensed",Barlow,sans-serif;font-size:clamp(1.8rem,3vw,2.7rem);line-height:.98;letter-spacing:-.025em;color:#fff}.quoteme-mini-card span{display:block;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:16px;padding:13px 15px;font-weight:900;color:rgba(255,255,255,.92)}@media(max-width:900px){.quoteme-home-panel{grid-template-columns:1fr;padding:26px;border-radius:28px}.quoteme-home{padding-top:34px;padding-bottom:34px}}@media(max-width:680px){.quoteme-home-panel{padding:22px;border-radius:24px}.quoteme-trust-row span{width:100%;justify-content:flex-start}.quoteme-mini-card{border-radius:22px;padding:22px}.sticky-mobile-bar a:first-child{background:var(--ink);color:#fff}.sticky-mobile-bar a:nth-child(2){background:#f2f6f8;color:var(--ink)}}body.blog-page{background:#fbfaf6!important;overflow-x:hidden;color:#10233f}body.blog-page .site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(16,35,63,.09)}body.blog-page .header-inner{min-height:76px;max-width:1160px;margin:0 auto;width:min(1160px,calc(100% - 40px))}body.blog-page main{width:100%;max-width:none;margin:0!important;padding:0!important}body.blog-page main>.breadcrumb,body.blog-page .breadcrumb{width:min(1040px,calc(100% - 48px));margin:18px auto 0!important;color:#536475;font-weight:800}body.blog-page .hero{width:min(1120px,calc(100% - 48px))!important;max-width:1120px;margin:26px auto 30px!important;padding:38px 32px!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(280px,430px);gap:26px;align-items:center;border-radius:30px!important;border:1px solid rgba(16,35,63,.10)!important;background:linear-gradient(135deg,#fff8e9 0%,#f5fbfb 58%,#edf6f8 100%)!important;box-shadow:0 22px 58px rgba(16,35,63,.08)!important;overflow:hidden}body.blog-page .hero:before{display:none!important}body.blog-page .hero .hero-text,body.blog-page .hero>div:first-child{max-width:700px!important;margin:0!important;text-align:left!important}body.blog-page .hero h1{font-size:clamp(2.4rem,4.8vw,4.4rem)!important;line-height:.98!important;letter-spacing:-.04em!important;max-width:740px!important;margin:12px 0!important;color:#10233f!important}body.blog-page .hero .lead,body.blog-page .hero p{max-width:680px;color:#405466}body.blog-page .hero>img,body.blog-page .hero img{display:block;width:100%;max-width:430px!important;max-height:300px!important;aspect-ratio:16/10;object-fit:cover;border-radius:24px;justify-self:end;box-shadow:0 18px 44px rgba(16,35,63,.16)}body.blog-page main>.content,body.blog-page .content,body.blog-page main>article,body.blog-page article.article{width:min(960px,calc(100% - 48px));max-width:960px;margin:0 auto!important;padding:38px 0 24px!important}body.blog-page article.article{padding:0!important;width:100%}body.blog-page .article p,body.blog-page main>article p,body.blog-page .content p,body.blog-page .section p{font-size:1.06rem;line-height:1.76;color:#2b3f5d}body.blog-page .article h2,body.blog-page main>article h2,body.blog-page .section h2,body.blog-page .post-footer-cta h2{font-family:"Barlow Condensed",Barlow,sans-serif;color:#10233f;letter-spacing:-.035em;line-height:1;font-weight:900;text-wrap:balance}body.blog-page .article h2,body.blog-page main>article h2{font-size:clamp(2rem,4.2vw,3.45rem)!important;margin:42px 0 14px!important}body.blog-page .article h3,body.blog-page main>article h3{font-family:"Barlow Condensed",Barlow,sans-serif;font-size:clamp(1.35rem,2.4vw,2rem)!important;line-height:1.05;color:#10233f;margin:28px 0 10px}body.blog-page .direct-answer,body.blog-page .ai-box,body.blog-page .how-box,body.blog-page .disclaimer-block,body.blog-page .note-card{background:#fff;border:1px solid rgba(16,35,63,.11);border-radius:24px;box-shadow:0 18px 44px rgba(16,35,63,.07);padding:22px 24px;margin:22px 0}body.blog-page .blog-start-options{padding:28px 0;background:#fff;border-top:1px solid rgba(16,35,63,.08);border-bottom:1px solid rgba(16,35,63,.08)}body.blog-page .blog-start-grid{width:min(1040px,calc(100% - 48px));max-width:1040px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}body.blog-page .blog-start-card{display:block;text-decoration:none;padding:22px;border:1px solid rgba(16,35,63,.11);border-radius:24px;background:#fff;box-shadow:0 18px 44px rgba(16,35,63,.07);color:#10233f;min-height:158px}body.blog-page .blog-start-card span{display:block;font-family:"Barlow Condensed",Barlow,sans-serif;font-size:1.9rem;font-weight:900;color:rgba(16,35,63,.34);line-height:1}body.blog-page .blog-start-card strong{display:block;margin:14px 0 6px;font-family:"Barlow Condensed",Barlow,sans-serif;font-size:clamp(1.6rem,2.8vw,2.25rem);line-height:.98;color:#10233f}body.blog-page .blog-start-card small{display:block;color:#536475;font-size:1rem;line-height:1.45}.blog-page .blog-start-primary{background:#10233f!important;color:#fff!important}.blog-page .blog-start-primary strong,.blog-page .blog-start-primary small{color:#fff!important}.blog-page .blog-start-primary span{color:rgba(255,255,255,.5)!important}body.blog-page .section,body.blog-page main>.section,body.blog-page .student-feature-crosslinks{width:min(1040px,calc(100% - 48px));max-width:1040px;margin:0 auto!important;padding:34px 0 12px!important}body.blog-page .connect-grid,body.blog-page .benefit-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:18px 0 28px}.blog-page .benefit-strip{grid-template-columns:repeat(2,minmax(0,1fr))}body.blog-page .connect-card{display:block;min-height:160px;padding:22px;border-radius:24px;text-decoration:none;background:#fff;border:1px solid rgba(16,35,63,.11);box-shadow:0 18px 44px rgba(16,35,63,.07);color:#10233f}body.blog-page .post-footer-cta{width:min(1040px,calc(100% - 48px))!important;max-width:1040px;margin:56px auto 64px!important;padding:34px!important;border-radius:30px!important;background:linear-gradient(135deg,#10233f,#07563b)!important;color:#fff!important;box-shadow:0 24px 64px rgba(16,35,63,.16)}body.blog-page .post-footer-cta h1,body.blog-page .post-footer-cta h2,body.blog-page .post-footer-cta h3,body.blog-page .post-footer-cta p{color:#fff!important}body.blog-page .footer{margin-top:0!important;background:#071929!important;color:#fff!important}.blog-page .footer a,.blog-page .footer p{color:rgba(255,255,255,.86)!important}@media(max-width:880px){body.blog-page .hero{grid-template-columns:1fr;width:min(100% - 32px,1120px)!important;padding:30px 22px!important}body.blog-page .hero>img,body.blog-page .hero img{justify-self:start;max-width:100%!important;max-height:240px!important}body.blog-page main>.content,body.blog-page .content,body.blog-page main>article,body.blog-page .section,body.blog-page main>.section,body.blog-page .post-footer-cta,body.blog-page .blog-start-grid{width:min(100% - 32px,1040px)!important}body.blog-page .blog-start-grid,body.blog-page .connect-grid,body.blog-page .benefit-strip{grid-template-columns:1fr}}@media(max-width:640px){body.blog-page .hero{margin:18px auto 18px!important;border-radius:24px!important}body.blog-page .hero h1{font-size:clamp(2.2rem,11vw,3.25rem)!important}body.blog-page .article h2,body.blog-page main>article h2{font-size:clamp(1.95rem,9vw,2.8rem)!important}body.blog-page .post-footer-cta{padding:24px!important;border-radius:24px!important}.blog-page .sticky-mobile-bar a:first-child{background:#10233f!important;color:#fff!important}.blog-page .sticky-mobile-bar a:nth-child(2){background:#fff!important;color:#10233f!important}}.yitm-post{max-width:1120px;margin:0 auto;padding:24px clamp(16px,3vw,32px);font-family:inherit;color:inherit}.yitm-breadcrumbs{font-size:.95rem;margin:0 0 18px;color:#4b5563}.yitm-breadcrumbs a{color:inherit;text-decoration:none}.yitm-breadcrumbs a:hover{text-decoration:underline}.yitm-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:28px;align-items:center;padding:30px;border-radius:28px;background:linear-gradient(135deg,#f7f3e8,#ffffff);box-shadow:0 18px 45px rgba(15,23,42,.08);border:1px solid rgba(15,23,42,.08);margin-bottom:24px}.yitm-hero h1{font-size:clamp(2rem,4vw,3.45rem);line-height:1.04;margin:.35rem 0 .65rem;letter-spacing:-.035em}.yitm-badge{display:inline-flex;align-items:center;gap:8px;border-radius:999px;background:#111827;color:#fff;padding:7px 12px;font-weight:700;font-size:.85rem;margin:0}.yitm-subtitle{font-size:1.12rem;line-height:1.65;color:#374151;margin:0 0 18px}.yitm-chip-row{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 18px}.yitm-chip{display:inline-flex;border-radius:999px;background:#fff;border:1px solid rgba(15,23,42,.1);padding:7px 11px;font-size:.86rem;color:#374151;font-weight:700}.yitm-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.yitm-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:11px 16px;background:#f4b400;color:#111827;text-decoration:none;font-weight:800;border:1px solid rgba(17,24,39,.08);box-shadow:0 8px 18px rgba(0,0,0,.08)}.yitm-btn:hover{transform:translateY(-1px);text-decoration:none}.yitm-hero-media{margin:0}.yitm-hero-media img{width:100%;height:auto;border-radius:22px;display:block;box-shadow:0 18px 40px rgba(15,23,42,.12);background:#f3f4f6}.yitm-card{background:#fff;border:1px solid rgba(15,23,42,.1);border-radius:22px;padding:22px;margin:18px 0;box-shadow:0 12px 30px rgba(15,23,42,.06)}.yitm-card-soft{background:#f8fafc}.yitm-card h2{font-size:clamp(1.45rem,2.5vw,2rem);margin-top:0}.yitm-card h3{margin-bottom:.35rem}.yitm-card p,.yitm-card li{line-height:1.72}.yitm-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.yitm-guide-card{display:block;text-decoration:none;color:inherit;margin:0;transition:transform .16s ease,box-shadow .16s ease}.yitm-guide-card:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(15,23,42,.1);text-decoration:none}.yitm-guide-card b{color:#0f172a}.yitm-related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.yitm-footer-note{font-size:.95rem;color:#4b5563}.yitm-about{background:#111827;color:#fff;border-color:#111827}.yitm-about a{color:#fff}.yitm-faq details{border-top:1px solid rgba(15,23,42,.12);padding:12px 0}.yitm-faq summary{font-weight:800;cursor:pointer}.yitm-short-answer{border-left:6px solid #f4b400}.yitm-what-you-get ul,.yitm-who-this-helps ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px}.yitm-section-nav{display:flex;flex-wrap:wrap;gap:10px}.yitm-section-nav a{border-radius:999px;border:1px solid rgba(15,23,42,.12);padding:8px 12px;text-decoration:none;background:#fff;font-weight:700}.yitm-section-nav a:hover{text-decoration:none;background:#f8fafc}@media(max-width:860px){.yitm-hero{grid-template-columns:1fr;padding:22px}.yitm-guide-grid,.yitm-related-grid,.yitm-what-you-get ul,.yitm-who-this-helps ul{grid-template-columns:1fr}.yitm-post{padding:16px}.yitm-actions{display:grid}.yitm-btn{width:100%}}.blog-page .faq-list,.faq-list{display:grid;gap:14px;margin:18px 0 34px;padding:0;}.blog-page .faq-item,.faq-item{display:block;border:1px solid rgba(16,35,63,.12);border-radius:20px;background:#fff;box-shadow:0 14px 34px rgba(16,35,63,.07);overflow:hidden;}.blog-page .faq-question,.faq-question{appearance:none;-webkit-appearance:none;width:100%;border:0;margin:0;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px;background:#f8fbfa;color:#0b2344;font-family:Barlow,Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;font-size:1.06rem;line-height:1.35;font-weight:900;text-align:left;cursor:pointer;}.blog-page .faq-question:hover,.faq-question:hover{background:#eff8f4;}.blog-page .faq-question:focus-visible,.faq-question:focus-visible{outline:3px solid rgba(0,94,102,.28);outline-offset:-3px;}.blog-page .faq-chevron,.faq-chevron{width:22px!important;height:22px!important;min-width:22px!important;max-width:22px!important;display:block!important;flex:0 0 22px!important;stroke:currentColor!important;stroke-width:2.4!important;fill:none!important;color:#0b5139;transition:transform .18s ease;}.blog-page .faq-question[aria-expanded="true"] .faq-chevron,.faq-question[aria-expanded="true"] .faq-chevron{transform:rotate(180deg);}.blog-page .faq-answer,.faq-answer{display:block;padding:0 20px 20px;color:#2b3f5d;font-size:1.02rem;line-height:1.72;background:#fff;}.blog-page .faq-answer>div,.faq-answer>div{padding-bottom:0!important;}.blog-page .faq-answer p,.faq-answer p{margin:10px 0 0;color:#2b3f5d;}.blog-page .aside-panel{position:sticky;top:110px;background:#fff;border:1px solid rgba(16,35,63,.11);border-radius:24px;padding:20px;box-shadow:0 18px 44px rgba(16,35,63,.07);}.blog-page .aside-panel h4{margin:0 0 10px;color:#0b2344;font-family:"Barlow Condensed",Barlow,sans-serif;font-size:1.55rem;line-height:1;font-weight:900;}.blog-page .aside-panel a{display:block;padding:9px 0;color:#005e66;font-weight:800;text-decoration:none;border-top:1px solid rgba(16,35,63,.08);}.blog-page .aside-panel a:hover{text-decoration:underline;text-underline-offset:3px;}.blog-page .feature-img-card,.blog-page .case-study,.blog-page .disclaimer-block,.blog-page .mid-cta-bar,.blog-page .trust-bar,.blog-page .cross-links,.blog-page .final-cta{margin:22px 0;}.blog-page .feature-img-card,.blog-page .case-study,.blog-page .disclaimer-block,.blog-page .mid-cta-bar,.blog-page .final-cta{background:#fff;border:1px solid rgba(16,35,63,.11);border-radius:24px;box-shadow:0 18px 44px rgba(16,35,63,.07);padding:22px;}.blog-page .feature-img-card{padding:12px;overflow:hidden;}.blog-page .feature-img-card img{display:block;width:100%;height:auto;border-radius:18px;}.blog-page .img-caption{padding:10px 4px 2px;color:#68768a;font-size:.95rem;text-align:center;}.blog-page .cs-label{display:inline-flex;margin-bottom:10px;background:#eef8f4;color:#0b5139;border-radius:999px;padding:7px 12px;font-weight:900;font-size:.82rem;text-transform:uppercase;letter-spacing:.06em;}.blog-page .disclaimer-block{background:#fff8e9;border-color:rgba(245,177,54,.35);color:#513b12;}.blog-page .trust-bar{display:flex;flex-wrap:wrap;gap:10px;}.blog-page .trust-pill{display:inline-flex;align-items:center;border-radius:999px;background:#eef8f4;border:1px solid rgba(0,94,102,.18);color:#0b5139;padding:8px 12px;font-weight:900;font-size:.92rem;}.blog-page .cross-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}.blog-page .cross-link-card{display:block;background:#fff;border:1px solid rgba(16,35,63,.11);border-radius:20px;padding:18px;text-decoration:none!important;box-shadow:0 14px 34px rgba(16,35,63,.06);}.blog-page .cl-label{color:#68768a;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;}.blog-page .cl-title{font-family:"Barlow Condensed",Barlow,sans-serif;color:#0b2344;font-size:1.55rem;line-height:1;font-weight:900;}.blog-page .cl-desc{color:#4b5e74;margin-top:8px;font-weight:600;}@media(max-width:920px){.blog-page .aside-panel{position:static}.blog-page .cross-links{grid-template-columns:1fr}.blog-page .faq-question{font-size:1rem;padding:16px}.blog-page .faq-answer{padding:0 16px 18px}}body.blog-page .hero{grid-template-columns:minmax(0,1fr) minmax(260px,390px)!important;gap:28px!important;align-items:center!important;padding:34px 32px!important;}body.blog-page .hero .hero-text,body.blog-page .hero>div:first-child{max-width:660px!important;min-width:0!important;}body.blog-page .hero h1,body.blog-page .hero .hero-h1{font-size:clamp(2.15rem,3.75vw,3.55rem)!important;line-height:1.02!important;letter-spacing:-.032em!important;max-width:640px!important;margin:14px 0 18px!important;overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important;}body.blog-page .hero .eyebrow,body.blog-page .hero-badge-pill{position:relative!important;z-index:2!important;margin-bottom:8px!important;}body.blog-page .hero .lead,body.blog-page .hero p{font-size:clamp(1.02rem,1.25vw,1.16rem)!important;line-height:1.58!important;}body.blog-page .hero::after,body.blog-page .hero h1::after,body.blog-page .hero .hero-h1::after{clear:both!important;}@media(max-width:1020px){body.blog-page .hero{grid-template-columns:1fr!important;padding:30px 24px!important;}body.blog-page .hero h1,body.blog-page .hero .hero-h1{font-size:clamp(2.05rem,7vw,3.25rem)!important;max-width:780px!important;}}@media(max-width:640px){body.blog-page .hero{padding:24px 18px!important;margin:16px auto 18px!important;}body.blog-page .hero h1,body.blog-page .hero .hero-h1{font-size:clamp(1.9rem,9.8vw,2.8rem)!important;line-height:1.05!important;margin:12px 0 14px!important;}}html{scroll-padding-top:112px;overflow-x:hidden}body{overflow-x:hidden}:target{scroll-margin-top:112px}body.yitm-post-unified,body.has-yitm-unified-shell,body.blog-page,body.template-service-page{background:#fbfaf6!important;color:#10233f;font-family:Barlow,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65;padding-bottom:76px;overflow-x:hidden!important}body.yitm-post-unified>.site-header,body.has-yitm-unified-shell>.site-header,body.blog-page>.site-header,body.template-service-page>.site-header{max-width:none!important;width:100%!important;margin:0!important;padding:0!important;position:sticky!important;top:0!important;z-index:1000!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(18px);border-bottom:1px solid rgba(16,35,63,.09)!important;box-shadow:0 8px 24px rgba(16,35,63,.05)}body.yitm-post-unified>.site-header .wrap,body.has-yitm-unified-shell>.site-header .wrap,body.blog-page>.site-header .wrap,body.template-service-page>.site-header .wrap{width:min(1180px,calc(100% - 40px))!important;max-width:1180px!important;margin-inline:auto!important;padding:0!important}body.yitm-post-unified .header-inner,body.has-yitm-unified-shell .header-inner,body.blog-page .header-inner,body.template-service-page .header-inner{min-height:78px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px!important;flex-wrap:nowrap!important}body.yitm-post-unified .nav,body.has-yitm-unified-shell .nav,body.blog-page .nav,body.template-service-page .nav{display:flex!important;align-items:center!important;gap:5px!important;flex-wrap:wrap!important;justify-content:flex-end!important;min-width:0!important}body.yitm-post-unified .nav a,body.has-yitm-unified-shell .nav a,body.blog-page .nav a,body.template-service-page .nav a{white-space:nowrap!important}body.yitm-post-unified main,body.has-yitm-unified-shell main,body.blog-page main,body.template-service-page main{width:min(1180px,calc(100% - 40px))!important;max-width:1180px!important;margin:0 auto!important;padding:24px 0 70px!important;overflow:visible!important}body.yitm-post-unified main>section:first-child,body.has-yitm-unified-shell main>section:first-child,body.blog-page main>section:first-child,body.template-service-page main>section:first-child{margin-top:0!important}body.yitm-post-unified .crumbs,body.yitm-post-unified .yitm-breadcrumbs,body.has-yitm-unified-shell .yitm-breadcrumbs,body.blog-page .yitm-breadcrumbs,body.template-service-page .crumbs{margin-top:0!important;margin-bottom:18px!important;padding-top:0!important;color:#40536a!important}body.yitm-post-unified .hero,body.yitm-post-unified .yitm-hero,body.has-yitm-unified-shell .yitm-hero,body.blog-page .yitm-hero,body.template-service-page .hero{margin:0 0 30px!important;padding:42px 38px!important;border:1px solid rgba(16,35,63,.09)!important;border-radius:34px!important;background:linear-gradient(135deg,#fffaf0 0,#f8fbf6 56%,#eef7f8 100%)!important;box-shadow:0 22px 60px rgba(16,35,63,.08)!important;overflow:hidden!important}body.yitm-post-unified .hero h1,body.yitm-post-unified .yitm-hero h1,body.has-yitm-unified-shell .yitm-hero h1,body.blog-page .yitm-hero h1,body.template-service-page .hero h1{font-family:"Barlow Condensed",Barlow,sans-serif!important;font-size:clamp(2.45rem,5vw,4.6rem)!important;line-height:.98!important;letter-spacing:-.04em!important;margin:0 0 16px!important;color:#10233f!important;text-wrap:balance;max-width:920px!important}body.yitm-post-unified h2,body.template-service-page h2,body.blog-page h2{scroll-margin-top:112px}body.yitm-post-unified .grid,body.template-service-page .grid,body.blog-page .grid,body.yitm-post-unified .compact-grid,body.template-service-page .compact-grid,body.blog-page .compact-grid,body.yitm-post-unified .guide-grid,body.template-service-page .guide-grid,body.blog-page .guide-grid,body.yitm-post-unified .yitm-guide-grid,body.template-service-page .yitm-guide-grid,body.blog-page .yitm-guide-grid,body.yitm-post-unified .related-grid,body.template-service-page .related-grid,body.blog-page .related-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(min(285px,100%),1fr))!important;gap:18px!important;width:100%!important;max-width:100%!important;overflow:visible!important;align-items:stretch!important}body.yitm-post-unified .grid>*,body.template-service-page .grid>*,body.blog-page .grid>*,body.yitm-post-unified .compact-grid>*,body.template-service-page .compact-grid>*,body.blog-page .compact-grid>*{min-width:0!important;max-width:100%!important}body.yitm-post-unified .card,body.template-service-page .card,body.blog-page .card,body.yitm-post-unified .soft-card,body.template-service-page .soft-card,body.blog-page .soft-card,body.yitm-post-unified .guide-card,body.template-service-page .guide-card,body.blog-page .guide-card{max-width:100%!important;min-width:0!important;overflow-wrap:anywhere!important;word-break:normal!important}body.yitm-post-unified .card a,body.template-service-page .card a,body.blog-page .card a,body.yitm-post-unified .guide-card a,body.template-service-page .guide-card a,body.blog-page .guide-card a{overflow-wrap:anywhere!important}body.yitm-post-unified section.card,body.template-service-page section.card,body.blog-page section.card{margin:24px 0!important}body.yitm-post-unified .footer,body.has-yitm-unified-shell .footer,body.blog-page .footer,body.template-service-page .footer{max-width:none!important;width:100%!important;margin:30px 0 0!important;padding:46px 0 100px!important;background:#071929!important;color:#fff!important}body.yitm-post-unified .footer .wrap,body.has-yitm-unified-shell .footer .wrap,body.blog-page .footer .wrap,body.template-service-page .footer .wrap{width:min(1180px,calc(100% - 40px))!important;max-width:1180px!important;margin-inline:auto!important;padding:0!important}body.yitm-post-unified .sticky-mobile-bar,body.has-yitm-unified-shell .sticky-mobile-bar,body.blog-page .sticky-mobile-bar,body.template-service-page .sticky-mobile-bar{position:fixed!important;left:12px!important;right:12px!important;bottom:12px!important;z-index:1100!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important;padding:8px!important;border-radius:22px!important;background:rgba(255,255,255,.95)!important;box-shadow:0 -8px 34px rgba(16,35,63,.22)!important;border:1px solid rgba(16,35,63,.1)!important;backdrop-filter:blur(16px)}body.yitm-post-unified .sticky-mobile-bar a,body.has-yitm-unified-shell .sticky-mobile-bar a,body.blog-page .sticky-mobile-bar a,body.template-service-page .sticky-mobile-bar a{display:flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;border-radius:16px!important;text-decoration:none!important;font-weight:900!important;color:#10233f!important}body.yitm-post-unified .sticky-mobile-bar a:first-child,body.has-yitm-unified-shell .sticky-mobile-bar a:first-child,body.blog-page .sticky-mobile-bar a:first-child,body.template-service-page .sticky-mobile-bar a:first-child{background:#10233f!important;color:#fff!important}body.yitm-post-unified .sticky-mobile-bar a:nth-child(2),body.has-yitm-unified-shell .sticky-mobile-bar a:nth-child(2),body.blog-page .sticky-mobile-bar a:nth-child(2),body.template-service-page .sticky-mobile-bar a:nth-child(2){background:#f5b800!important;color:#10233f!important}body.yitm-post-unified .sticky-mobile-bar a:last-child,body.has-yitm-unified-shell .sticky-mobile-bar a:last-child,body.blog-page .sticky-mobile-bar a:last-child,body.template-service-page .sticky-mobile-bar a:last-child{background:#eef3f6!important;color:#10233f!important}@media(min-width:920px){body.yitm-post-unified .sticky-mobile-bar,body.has-yitm-unified-shell .sticky-mobile-bar,body.blog-page .sticky-mobile-bar,body.template-service-page .sticky-mobile-bar{display:none!important}}@media(max-width:980px){body.yitm-post-unified main,body.has-yitm-unified-shell main,body.blog-page main,body.template-service-page main{width:min(100% - 24px,1180px)!important}.brand{min-width:0!important}.brand-text{font-size:1.2rem!important}.header-inner{flex-wrap:wrap!important}.nav{width:100%!important;justify-content:flex-start!important}.nav a{font-size:.9rem!important}.yitm-hero,.hero{grid-template-columns:1fr!important;padding:30px 24px!important}}@media(max-width:640px){body.yitm-post-unified main,body.has-yitm-unified-shell main,body.blog-page main,body.template-service-page main{width:min(100% - 20px,1180px)!important;padding-top:16px!important}.site-header .wrap{width:min(100% - 24px,1180px)!important}.yitm-hero,.hero{padding:24px 18px!important;border-radius:26px!important}.yitm-hero h1,.hero h1{font-size:clamp(2.15rem,11vw,3.1rem)!important}.grid,.compact-grid,.guide-grid,.yitm-guide-grid,.related-grid{grid-template-columns:1fr!important}.footer{padding-bottom:110px!important}}body.yitm-post-unified,body.has-yitm-unified-shell,body.blog-page,body.template-service-page{padding-bottom:0!important;min-height:auto!important;}body.yitm-post-unified main,body.has-yitm-unified-shell main,body.blog-page main,body.template-service-page main{padding-bottom:42px!important;}body.yitm-post-unified .footer,body.has-yitm-unified-shell .footer,body.blog-page .footer,body.template-service-page .footer{margin-top:24px!important;padding:44px 0 44px!important;min-height:auto!important;}body.yitm-post-unified figure.yitm-qa-hero,body.template-service-page figure.yitm-qa-hero,body.blog-page figure.yitm-qa-hero,body.yitm-post-unified figure.customer-hero-image,body.template-service-page figure.customer-hero-image,body.blog-page figure.customer-hero-image{width:100%!important;max-width:980px!important;margin:20px auto 32px!important;padding:0!important;border-radius:28px!important;overflow:hidden!important;background:#f2f6f7!important;border:1px solid rgba(16,35,63,.10)!important;box-shadow:0 18px 48px rgba(16,35,63,.10)!important;}body.yitm-post-unified figure.yitm-qa-hero img,body.template-service-page figure.yitm-qa-hero img,body.blog-page figure.yitm-qa-hero img,body.yitm-post-unified figure.customer-hero-image img,body.template-service-page figure.customer-hero-image img,body.blog-page figure.customer-hero-image img{display:block!important;width:100%!important;height:auto!important;max-height:420px!important;aspect-ratio:16/7!important;object-fit:cover!important;object-position:center!important;border-radius:0!important;box-shadow:none!important;}body.yitm-post-unified figure.yitm-qa-hero figcaption,body.template-service-page figure.yitm-qa-hero figcaption,body.blog-page figure.yitm-qa-hero figcaption,body.yitm-post-unified figure.customer-hero-image figcaption,body.template-service-page figure.customer-hero-image figcaption,body.blog-page figure.customer-hero-image figcaption{margin:0!important;padding:12px 18px!important;color:#536579!important;font-size:.95rem!important;line-height:1.45!important;background:#fff!important;text-align:left!important;}body.template-service-page main>h1:first-of-type,body.yitm-post-unified main>h1:first-of-type,body.has-yitm-unified-shell main>h1:first-of-type{font-family:"Barlow Condensed",Barlow,sans-serif!important;font-weight:900!important;font-size:clamp(2.25rem,5vw,4.5rem)!important;line-height:1!important;letter-spacing:-.04em!important;color:#10233f!important;max-width:960px!important;margin:20px auto 12px!important;text-align:left!important;text-wrap:balance!important;}body.template-service-page main figure:not(.hero-image):not(.story-image):not(.media-card) img,body.yitm-post-unified main figure:not(.hero-image):not(.story-image):not(.media-card) img,body.blog-page main figure:not(.hero-image):not(.story-image):not(.media-card) img{max-width:100%!important;}body.template-service-page .grid,body.yitm-post-unified .grid,body.blog-page .grid,body.template-service-page .compact-grid,body.yitm-post-unified .compact-grid,body.blog-page .compact-grid{justify-content:stretch!important;justify-items:stretch!important;}body.template-service-page .grid>.card,body.yitm-post-unified .grid>.card,body.blog-page .grid>.card,body.template-service-page .compact-grid>.card,body.yitm-post-unified .compact-grid>.card,body.blog-page .compact-grid>.card{width:100%!important;}@media(max-width:919px){body.yitm-post-unified,body.has-yitm-unified-shell,body.blog-page,body.template-service-page{padding-bottom:76px!important;}body.yitm-post-unified .footer,body.has-yitm-unified-shell .footer,body.blog-page .footer,body.template-service-page .footer{padding-bottom:116px!important;}body.yitm-post-unified figure.yitm-qa-hero img,body.template-service-page figure.yitm-qa-hero img,body.blog-page figure.yitm-qa-hero img,body.yitm-post-unified figure.customer-hero-image img,body.template-service-page figure.customer-hero-image img,body.blog-page figure.customer-hero-image img{max-height:320px!important;aspect-ratio:16/9!important;}}@media(max-width:640px){body.template-service-page main>h1:first-of-type,body.yitm-post-unified main>h1:first-of-type,body.has-yitm-unified-shell main>h1:first-of-type{font-size:clamp(2rem,10vw,3rem)!important;margin-top:14px!important;}body.yitm-post-unified figure.yitm-qa-hero,body.template-service-page figure.yitm-qa-hero,body.blog-page figure.yitm-qa-hero,body.yitm-post-unified figure.customer-hero-image,body.template-service-page figure.customer-hero-image,body.blog-page figure.customer-hero-image{border-radius:22px!important;margin:16px auto 24px!important;}body.yitm-post-unified figure.yitm-qa-hero img,body.template-service-page figure.yitm-qa-hero img,body.blog-page figure.yitm-qa-hero img,body.yitm-post-unified figure.customer-hero-image img,body.template-service-page figure.customer-hero-image img,body.blog-page figure.customer-hero-image img{max-height:250px!important;aspect-ratio:4/3!important;}}body.yitm-experienced-worker-page{background:#fbf7f1!important;color:#10233f!important;overflow-x:hidden!important}body.yitm-experienced-worker-page main.yitm-post{width:min(1180px,calc(100% - 40px))!important;max-width:1180px!important;margin:0 auto!important;padding:24px 0 58px!important}body.yitm-experienced-worker-page .yitm-breadcrumbs{max-width:980px!important;margin:0 auto 18px!important;color:#40536a!important;font-size:.95rem!important}body.yitm-experienced-worker-page .yitm-hero{display:grid!important;grid-template-columns:minmax(0,1.03fr) minmax(320px,.97fr)!important;gap:28px!important;align-items:center!important;margin:0 0 30px!important;padding:42px 38px!important;border-radius:34px!important;background:linear-gradient(135deg,#fffaf0 0,#f8fbf6 54%,#eef7f8 100%)!important;border:1px solid rgba(16,35,63,.09)!important;box-shadow:0 22px 60px rgba(16,35,63,.08)!important;overflow:hidden!important}body.yitm-experienced-worker-page .yitm-hero-copy{min-width:0!important}body.yitm-experienced-worker-page .yitm-badge{background:#10233f!important;color:#fff!important;border-radius:999px!important;padding:8px 13px!important;font-weight:900!important;letter-spacing:.02em!important}body.yitm-experienced-worker-page .yitm-hero h1{font-family:"Barlow Condensed",Barlow,sans-serif!important;font-size:clamp(2.45rem,5vw,4.6rem)!important;line-height:.98!important;letter-spacing:-.04em!important;margin:14px 0 16px!important;color:#10233f!important;text-wrap:balance!important}body.yitm-experienced-worker-page .yitm-subtitle{font-size:1.12rem!important;line-height:1.62!important;color:#40536a!important;max-width:780px!important;margin:0 0 18px!important}body.yitm-experienced-worker-page .yitm-chip{background:#fff!important;color:#10233f!important;border:1px solid rgba(16,35,63,.12)!important;font-weight:800!important}body.yitm-experienced-worker-page .yitm-btn{background:#f5b800!important;color:#10233f!important;border:1px solid rgba(16,35,63,.12)!important;box-shadow:none!important;min-height:48px!important;padding:12px 18px!important}body.yitm-experienced-worker-page .yitm-hero-media{margin:0!important;width:100%!important;max-width:100%!important;border-radius:26px!important;overflow:hidden!important;background:#10233f!important;border:1px solid rgba(16,35,63,.12)!important;box-shadow:0 18px 48px rgba(16,35,63,.14)!important}body.yitm-experienced-worker-page .yitm-hero-media img{display:block!important;width:100%!important;height:auto!important;aspect-ratio:16/9!important;object-fit:cover!important;object-position:center!important;border-radius:0!important;box-shadow:none!important;background:#eef3f6!important}body.yitm-experienced-worker-page .yitm-card{max-width:980px!important;margin:20px auto!important;padding:clamp(22px,3vw,34px)!important;border-radius:28px!important;background:#fff!important;border:1px solid rgba(16,35,63,.09)!important;box-shadow:0 18px 48px rgba(16,35,63,.07)!important;color:#10233f!important}body.yitm-experienced-worker-page .yitm-card-soft{background:#f8fbf6!important}body.yitm-experienced-worker-page .yitm-short-answer{border-left:0!important;border-top:7px solid #f5b800!important}body.yitm-experienced-worker-page .yitm-card h2{font-family:"Barlow Condensed",Barlow,sans-serif!important;font-size:clamp(1.8rem,3.4vw,2.65rem)!important;line-height:1!important;letter-spacing:-.03em!important;color:#10233f!important;margin:0 0 14px!important}body.yitm-experienced-worker-page .yitm-card h3{font-family:"Barlow Condensed",Barlow,sans-serif!important;font-size:clamp(1.3rem,2.4vw,1.8rem)!important;line-height:1.05!important;color:#10233f!important;margin:22px 0 8px!important}body.yitm-experienced-worker-page .yitm-card p,body.yitm-experienced-worker-page .yitm-card li{font-size:1.06rem!important;line-height:1.72!important;color:#2f3f4f!important}body.yitm-experienced-worker-page .yitm-guide-grid,body.yitm-experienced-worker-page .yitm-related-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(min(285px,100%),1fr))!important;gap:18px!important;max-width:980px!important;margin:20px auto!important}body.yitm-experienced-worker-page .yitm-guide-card{max-width:none!important;margin:0!important;text-decoration:none!important}body.yitm-experienced-worker-page .yitm-card-cta{background:linear-gradient(135deg,#10233f 0,#00563e 100%)!important;color:#fff!important;border-color:rgba(255,255,255,.12)!important}body.yitm-experienced-worker-page .yitm-card-cta h2,body.yitm-experienced-worker-page .yitm-card-cta p{color:#fff!important}body.yitm-experienced-worker-page .yitm-card-cta .yitm-btn{background:#fff!important;color:#10233f!important}body.yitm-experienced-worker-page .yitm-about{background:#10233f!important;color:#fff!important;border-color:#10233f!important}body.yitm-experienced-worker-page .yitm-about h2,body.yitm-experienced-worker-page .yitm-about p{color:#fff!important}body.yitm-experienced-worker-page .footer{margin-top:0!important}@media(max-width:980px){body.yitm-experienced-worker-page main.yitm-post{width:min(100% - 24px,1180px)!important;padding-top:18px!important}body.yitm-experienced-worker-page .yitm-hero{grid-template-columns:1fr!important;padding:30px 24px!important}.yitm-experienced-worker-page .yitm-hero-media{max-width:760px!important}}@media(max-width:640px){body.yitm-experienced-worker-page main.yitm-post{width:min(100% - 20px,1180px)!important}.yitm-experienced-worker-page .yitm-hero{padding:24px 18px!important;border-radius:26px!important}.yitm-experienced-worker-page .yitm-hero h1{font-size:clamp(2.15rem,11vw,3.15rem)!important}.yitm-experienced-worker-page .yitm-actions{display:grid!important}.yitm-experienced-worker-page .yitm-btn{width:100%!important}.yitm-experienced-worker-page .yitm-card{border-radius:24px!important;padding:22px 18px!important}}body.template-service-page{background:#fbf7f1!important;color:#10233f!important;overflow-x:hidden!important}body.template-service-page>.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:saturate(1.1) blur(10px);border-bottom:1px solid rgba(16,35,63,.08)}body.template-service-page>header:not(.site-header){width:min(1180px,calc(100% - 40px))!important;margin:28px auto 24px!important;padding:clamp(24px,4vw,44px)!important;border-radius:34px!important;background:linear-gradient(135deg,#fffaf0 0,#f8fbf6 55%,#eef7f8 100%)!important;border:1px solid rgba(16,35,63,.09)!important;box-shadow:0 22px 60px rgba(16,35,63,.08)!important;overflow:hidden!important}body.template-service-page>header:not(.site-header) .crumbs{display:flex!important;flex-wrap:wrap!important;gap:8px!important;align-items:center!important;margin:0 0 16px!important;color:#52635b!important;font-size:.95rem!important}body.template-service-page>header:not(.site-header) .crumbs a{color:#00563e!important;font-weight:800!important;text-decoration:none!important}body.template-service-page>header:not(.site-header) h1{font-family:"Barlow Condensed",Barlow,sans-serif!important;font-size:clamp(2.45rem,5.5vw,5rem)!important;line-height:.92!important;letter-spacing:-.045em!important;margin:0 0 16px!important;color:#10233f!important;max-width:960px!important;text-wrap:balance!important}body.template-service-page>header:not(.site-header) .lead{font-size:clamp(1.08rem,1.4vw,1.24rem)!important;line-height:1.6!important;color:#40536a!important;max-width:850px!important;margin:0 0 12px!important}body.template-service-page>header:not(.site-header) .content-status{display:inline-flex!important;flex-wrap:wrap!important;margin:8px 0 22px!important;padding:9px 14px!important;border-radius:999px!important;background:#10233f!important;color:#fff!important;font-size:.92rem!important;font-weight:800!important}body.template-service-page>header:not(.site-header) .hero-media{margin:22px 0 22px!important;border-radius:28px!important;overflow:hidden!important;background:#10233f!important;border:1px solid rgba(16,35,63,.12)!important;box-shadow:0 18px 48px rgba(16,35,63,.14)!important;max-width:100%!important}body.template-service-page>header:not(.site-header) .hero-media img{display:block!important;width:100%!important;height:auto!important;max-height:460px!important;aspect-ratio:16/7!important;object-fit:cover!important;object-position:center!important;border-radius:0!important;box-shadow:none!important}body.template-service-page>header:not(.site-header) .hero-media figcaption{margin:0!important;padding:12px 18px!important;background:#fff!important;color:#536579!important;font-size:.95rem!important;line-height:1.45!important}body.template-service-page>header:not(.site-header)>nav{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin-top:12px!important}body.template-service-page>header:not(.site-header)>nav a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;padding:10px 15px!important;border-radius:999px!important;background:#fff!important;border:1px solid rgba(16,35,63,.12)!important;color:#10233f!important;text-decoration:none!important;font-weight:900!important;box-shadow:0 8px 22px rgba(16,35,63,.06)!important}body.template-service-page>header:not(.site-header)>nav a:hover{transform:translateY(-1px);border-color:rgba(0,86,62,.28)!important;color:#00563e!important}body.template-service-page main#main-content{width:min(1040px,calc(100% - 40px))!important;margin:0 auto!important;padding:0 0 58px!important}body.template-service-page main#main-content>section{margin:20px auto!important;padding:clamp(22px,3vw,34px)!important;border-radius:28px!important;background:#fff!important;border:1px solid rgba(16,35,63,.09)!important;box-shadow:0 18px 48px rgba(16,35,63,.07)!important;color:#10233f!important}body.template-service-page main#main-content>section:first-child{border-top:7px solid #f5b800!important;font-size:1.1rem!important;line-height:1.7!important}body.template-service-page main#main-content section h2{font-family:"Barlow Condensed",Barlow,sans-serif!important;font-size:clamp(1.85rem,3.6vw,2.8rem)!important;line-height:1!important;letter-spacing:-.03em!important;color:#10233f!important;margin:0 0 14px!important;text-wrap:balance!important}body.template-service-page main#main-content section h3{font-family:"Barlow Condensed",Barlow,sans-serif!important;font-size:clamp(1.28rem,2.2vw,1.75rem)!important;line-height:1.05!important;color:#10233f!important;margin:8px 0 8px!important}body.template-service-page main#main-content section p,body.template-service-page main#main-content section li{font-size:1.04rem!important;line-height:1.72!important;color:#2f3f4f!important}body.template-service-page main#main-content a{color:#00563e;font-weight:800;text-underline-offset:3px}body.template-service-page .grid,body.template-service-page .card-grid,body.template-service-page .link-card-grid,body.template-service-page .cross-links,body.template-service-page .hub-local-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr))!important;gap:16px!important;margin-top:18px!important}body.template-service-page .card,body.template-service-page .cross-link-card,body.template-service-page .hub-local-panel,body.template-service-page .hub-service-panel{background:#f8fbf6!important;border:1px solid rgba(16,35,63,.09)!important;border-radius:22px!important;padding:20px!important;box-shadow:none!important;color:#10233f!important;text-decoration:none!important}body.template-service-page .card .card,body.template-service-page section.card{background:#fff!important}body.template-service-page .steps .card{background:#fffaf0!important}body.template-service-page .soft-note,body.template-service-page .local-note{margin-top:16px!important;padding:14px 16px!important;border-radius:18px!important;background:#fffaf0!important;border:1px solid rgba(245,184,0,.22)!important;color:#40536a!important}body.template-service-page .site-cta-bar{position:sticky!important;bottom:0!important;z-index:40!important;display:flex!important;justify-content:center!important;gap:10px!important;padding:10px 14px!important;background:rgba(255,255,255,.94)!important;border-top:1px solid rgba(16,35,63,.08)!important;backdrop-filter:blur(10px)!important}body.template-service-page .site-cta-bar a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;padding:10px 15px!important;border-radius:999px!important;text-decoration:none!important;font-weight:900!important;background:#f5b800!important;color:#10233f!important;border:1px solid rgba(16,35,63,.12)!important}body.template-service-page .site-cta-bar a.site-cta-call{background:#10233f!important;color:#fff!important}body.template-service-page>footer:not(.footer){display:none!important}body.template-service-page .footer{margin-top:0!important;background:#071827!important;color:#fff!important}body.template-service-page .footer a{color:#fff!important}@media(max-width:900px){body.template-service-page>header:not(.site-header){width:min(100% - 24px,1180px)!important;border-radius:28px!important;padding:28px 22px!important}body.template-service-page main#main-content{width:min(100% - 24px,1040px)!important}.template-service-page .site-cta-bar{display:grid!important;grid-template-columns:1fr!important}.template-service-page .site-cta-bar a{width:100%!important}}@media(max-width:640px){body.template-service-page>header:not(.site-header){width:min(100% - 20px,1180px)!important;margin:18px auto!important;padding:24px 18px!important;border-radius:24px!important}body.template-service-page>header:not(.site-header) h1{font-size:clamp(2.15rem,11vw,3.2rem)!important}body.template-service-page>header:not(.site-header) .hero-media img{aspect-ratio:4/3!important;max-height:290px!important}body.template-service-page main#main-content{width:min(100% - 20px,1040px)!important}body.template-service-page main#main-content>section{border-radius:24px!important;padding:22px 18px!important}}body.yitm-experienced-worker-page{background:#fbf7f1!important;color:#10233f!important;}body.yitm-experienced-worker-page main.yitm-post,body.blog-page.yitm-experienced-worker-page main.yitm-post{width:min(1180px,calc(100% - 48px))!important;max-width:1180px!important;margin-left:auto!important;margin-right:auto!important;padding:24px 0 54px!important;}body.yitm-experienced-worker-page .yitm-breadcrumbs{display:block!important;width:100%!important;max-width:1180px!important;margin:0 auto 18px!important;padding:0!important;color:#40536a!important;}body.yitm-experienced-worker-page .yitm-hero{width:100%!important;max-width:1180px!important;margin:0 auto 30px!important;}body.yitm-experienced-worker-page .yitm-card,body.yitm-experienced-worker-page .yitm-guide-grid,body.yitm-experienced-worker-page .yitm-related-grid{width:100%!important;max-width:980px!important;margin-left:auto!important;margin-right:auto!important;}body.yitm-experienced-worker-page .yitm-card-cta{margin-bottom:0!important;}body.yitm-experienced-worker-page .yitm-about,body.yitm-experienced-worker-page .yitm-footer-note{display:none!important;}body.yitm-experienced-worker-page .footer,body.template-service-page .footer,body.yitm-post-unified .footer{margin-top:0!important;padding:42px 0 42px!important;min-height:0!important;}body.yitm-experienced-worker-page .footer-links a,body.yitm-experienced-worker-page .footer-terms-links a,body.template-service-page .footer-links a,body.template-service-page .footer-terms-links a,body.yitm-post-unified .footer-links a,body.yitm-post-unified .footer-terms-links a{display:inline-flex!important;width:auto!important;height:auto!important;min-height:32px!important;padding:7px 12px!important;border-radius:999px!important;line-height:1.15!important;white-space:nowrap!important;align-items:center!important;justify-content:center!important;}body.template-service-page>footer:not(.footer),body.yitm-post-unified>footer:not(.footer),body.blog-page>footer:not(.footer){display:none!important;}@media(max-width:980px){body.yitm-experienced-worker-page main.yitm-post,body.blog-page.yitm-experienced-worker-page main.yitm-post{width:min(100% - 28px,1180px)!important;}}@media(max-width:640px){body.yitm-experienced-worker-page main.yitm-post,body.blog-page.yitm-experienced-worker-page main.yitm-post{width:min(100% - 20px,1180px)!important;padding-top:16px!important;}body.yitm-experienced-worker-page .yitm-hero{border-radius:24px!important;}body.yitm-experienced-worker-page .footer-links a,body.yitm-experienced-worker-page .footer-terms-links a,body.template-service-page .footer-links a,body.template-service-page .footer-terms-links a{white-space:normal!important;}}body.blog-page,body.yitm-post-unified,body.template-service-page{--qa-icon-bg:#eef7f8;--qa-icon-fg:#0b5f66;}body.yitm-post-unified>header.site-header:not(.yitm-unified-header),body.template-service-page>header.site-header:not(.yitm-unified-header),body.blog-page>header.site-header:not(.yitm-unified-header){display:none!important;}body.yitm-post-unified>a.skip-link + header.site-header:not(.yitm-unified-header),body.template-service-page>a.skip-link + header.site-header:not(.yitm-unified-header),body.blog-page>a.skip-link + header.site-header:not(.yitm-unified-header){display:none!important;}body.blog-page .trust-bar,body.yitm-post-unified .trust-bar,body.template-service-page .trust-bar{width:100%;margin:18px 0 26px;background:#fff;border-block:1px solid rgba(16,35,63,.09);overflow:hidden;}body.blog-page .trust-bar .wrap,body.yitm-post-unified .trust-bar .wrap,body.template-service-page .trust-bar .wrap{width:min(1180px,calc(100% - 40px));max-width:1180px;margin-inline:auto;padding:0;}body.blog-page .trust-bar-inner,body.yitm-post-unified .trust-bar-inner,body.template-service-page .trust-bar-inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;align-items:stretch;padding:16px 0;}body.blog-page .trust-item,body.yitm-post-unified .trust-item,body.template-service-page .trust-item{display:flex;align-items:center;gap:12px;min-width:0;padding:13px 14px;border:1px solid rgba(16,35,63,.1);border-radius:20px;background:linear-gradient(135deg,#fff,#f7fbfc);box-shadow:0 10px 24px rgba(16,35,63,.055);}body.blog-page .ti-icon,body.yitm-post-unified .ti-icon,body.template-service-page .ti-icon{display:inline-grid!important;place-items:center!important;width:42px!important;height:42px!important;min-width:42px!important;flex:0 0 42px!important;border-radius:15px;background:var(--qa-icon-bg);color:var(--qa-icon-fg);overflow:hidden;}body.blog-page .ti-icon svg,body.yitm-post-unified .ti-icon svg,body.template-service-page .ti-icon svg{display:block!important;width:22px!important;height:22px!important;max-width:22px!important;max-height:22px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important;overflow:visible!important;}body.blog-page .ti-text,body.yitm-post-unified .ti-text,body.template-service-page .ti-text{display:grid;gap:1px;min-width:0;}body.blog-page .ti-label,body.yitm-post-unified .ti-label,body.template-service-page .ti-label{display:block;color:#10233f;font-weight:900;line-height:1.15;overflow-wrap:anywhere;}body.blog-page .ti-sub,body.yitm-post-unified .ti-sub,body.template-service-page .ti-sub{display:block;color:#536475;font-size:.93rem;font-weight:700;line-height:1.25;overflow-wrap:anywhere;}body.blog-page .faq-chevron,body.yitm-post-unified .faq-chevron,body.template-service-page .faq-chevron{width:20px!important;height:20px!important;min-width:20px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;}body.blog-page .btn svg,body.blog-page .nav svg,body.blog-page .sticky-mobile-bar svg,body.yitm-post-unified .btn svg,body.yitm-post-unified .nav svg,body.yitm-post-unified .sticky-mobile-bar svg,body.template-service-page .btn svg,body.template-service-page .nav svg,body.template-service-page .sticky-mobile-bar svg{width:1.1em!important;height:1.1em!important;max-width:1.1em!important;max-height:1.1em!important;}@media(max-width:680px){body.blog-page .trust-bar .wrap,body.yitm-post-unified .trust-bar .wrap,body.template-service-page .trust-bar .wrap{width:min(100% - 28px,1180px)}body.blog-page .trust-bar-inner,body.yitm-post-unified .trust-bar-inner,body.template-service-page .trust-bar-inner{grid-template-columns:1fr;padding:12px 0}body.blog-page .trust-item,body.yitm-post-unified .trust-item,body.template-service-page .trust-item{border-radius:18px;padding:12px}}:root{--yitm-blog-shell-width:1120px;--yitm-blog-panel-width:1040px;--yitm-blog-panel-pad:clamp(24px,3.2vw,40px);--yitm-blog-panel-radius:30px;--yitm-blog-panel-gap:24px;--yitm-blog-h2-size:clamp(2rem,3.1vw,2.85rem);--yitm-blog-h3-size:clamp(1.35rem,2vw,1.8rem);--yitm-blog-copy-size:1.06rem;--yitm-blog-copy-line:1.72;}body.blog-page,body.yitm-post-unified,body.template-service-page{background:#fbfaf6!important;}body.blog-page main,body.yitm-post-unified main,body.template-service-page main,body.blog-page .yitm-post,body.yitm-post-unified .yitm-post,body.template-service-page .yitm-post{width:min(var(--yitm-blog-shell-width),calc(100% - 40px))!important;max-width:var(--yitm-blog-shell-width)!important;margin-inline:auto!important;}body.blog-page main>article.yitm-card,body.yitm-post-unified main>article.yitm-card,body.template-service-page main>article.yitm-card,body.blog-page article.yitm-card,body.yitm-post-unified article.yitm-card,body.template-service-page article.yitm-card,body.blog-page .yitm-card,body.yitm-post-unified .yitm-card,body.template-service-page .yitm-card,body.blog-page .yitm-related-guides,body.yitm-post-unified .yitm-related-guides,body.template-service-page .yitm-related-guides{width:100%!important;max-width:var(--yitm-blog-panel-width)!important;margin:var(--yitm-blog-panel-gap) auto!important;padding:var(--yitm-blog-panel-pad)!important;border-radius:var(--yitm-blog-panel-radius)!important;background:#fff!important;border:1px solid rgba(16,35,63,.10)!important;box-shadow:0 18px 48px rgba(16,35,63,.07)!important;overflow:hidden!important;color:#10233f!important;}body.blog-page .yitm-card .yitm-card,body.yitm-post-unified .yitm-card .yitm-card,body.template-service-page .yitm-card .yitm-card{max-width:100%!important;margin:18px 0!important;}body.blog-page .yitm-card h1,body.yitm-post-unified .yitm-card h1,body.template-service-page .yitm-card h1,body.blog-page .yitm-card h2,body.yitm-post-unified .yitm-card h2,body.template-service-page .yitm-card h2,body.blog-page article.yitm-card h2,body.yitm-post-unified article.yitm-card h2,body.template-service-page article.yitm-card h2,body.blog-page .yitm-related-guides h2,body.yitm-post-unified .yitm-related-guides h2,body.template-service-page .yitm-related-guides h2{font-family:"Barlow Condensed",Barlow,system-ui,-apple-system, "Segoe UI",sans-serif!important;font-size:var(--yitm-blog-h2-size)!important;line-height:1.04!important;letter-spacing:-.03em!important;font-weight:900!important;color:#10233f!important;margin:0 0 16px!important;max-width:920px!important;text-wrap:balance!important;overflow-wrap:normal!important;word-break:normal!important;}body.blog-page .yitm-card h2:not(:first-child),body.yitm-post-unified .yitm-card h2:not(:first-child),body.template-service-page .yitm-card h2:not(:first-child){margin-top:34px!important;}body.blog-page .yitm-card h3,body.yitm-post-unified .yitm-card h3,body.template-service-page .yitm-card h3,body.blog-page .yitm-related-guides h3,body.yitm-post-unified .yitm-related-guides h3,body.template-service-page .yitm-related-guides h3{font-family:"Barlow Condensed",Barlow,system-ui,-apple-system, "Segoe UI",sans-serif!important;font-size:var(--yitm-blog-h3-size)!important;line-height:1.12!important;letter-spacing:-.02em!important;font-weight:900!important;color:#10233f!important;margin:26px 0 10px!important;}body.blog-page .yitm-card p,body.yitm-post-unified .yitm-card p,body.template-service-page .yitm-card p,body.blog-page .yitm-card li,body.yitm-post-unified .yitm-card li,body.template-service-page .yitm-card li,body.blog-page .yitm-related-guides p,body.yitm-post-unified .yitm-related-guides p,body.template-service-page .yitm-related-guides p,body.blog-page .yitm-related-guides li,body.yitm-post-unified .yitm-related-guides li,body.template-service-page .yitm-related-guides li{font-size:var(--yitm-blog-copy-size)!important;line-height:var(--yitm-blog-copy-line)!important;color:#2b3f5d!important;margin:0 0 16px!important;max-width:900px;}body.blog-page .yitm-card p:last-child,body.yitm-post-unified .yitm-card p:last-child,body.template-service-page .yitm-card p:last-child,body.blog-page .yitm-related-guides p:last-child,body.yitm-post-unified .yitm-related-guides p:last-child,body.template-service-page .yitm-related-guides p:last-child{margin-bottom:0!important;}body.blog-page .yitm-card ul,body.yitm-post-unified .yitm-card ul,body.template-service-page .yitm-card ul,body.blog-page .yitm-card ol,body.yitm-post-unified .yitm-card ol,body.template-service-page .yitm-card ol,body.blog-page .yitm-related-guides ul,body.yitm-post-unified .yitm-related-guides ul,body.template-service-page .yitm-related-guides ul{margin:12px 0 0!important;padding-left:1.25rem!important;}body.blog-page .yitm-what-you-get ul,body.yitm-post-unified .yitm-what-you-get ul,body.template-service-page .yitm-what-you-get ul,body.blog-page .yitm-who-this-helps ul,body.yitm-post-unified .yitm-who-this-helps ul,body.template-service-page .yitm-who-this-helps ul{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;column-gap:36px!important;row-gap:14px!important;padding-left:1.1rem!important;}body.blog-page .yitm-what-you-get li,body.yitm-post-unified .yitm-what-you-get li,body.template-service-page .yitm-what-you-get li,body.blog-page .yitm-who-this-helps li,body.yitm-post-unified .yitm-who-this-helps li,body.template-service-page .yitm-who-this-helps li{margin:0!important;}body.blog-page .yitm-hero,body.yitm-post-unified .yitm-hero,body.template-service-page .yitm-hero,body.blog-page .hero,body.yitm-post-unified .hero,body.template-service-page .hero{width:100%!important;max-width:var(--yitm-blog-shell-width)!important;margin:0 auto 28px!important;padding:clamp(28px,4vw,44px)!important;border-radius:34px!important;overflow:hidden!important;}body.blog-page .yitm-hero h1,body.yitm-post-unified .yitm-hero h1,body.template-service-page .yitm-hero h1,body.blog-page .hero h1,body.yitm-post-unified .hero h1,body.template-service-page .hero h1{max-width:820px!important;font-size:clamp(2.25rem,4.2vw,4rem)!important;line-height:1!important;}body.blog-page .direct-answer,body.blog-page .ai-box,body.blog-page .how-box,body.blog-page .disclaimer-block,body.blog-page .note-card,body.blog-page .feature-img-card,body.blog-page .case-study,body.blog-page .mid-cta-bar,body.blog-page .final-cta,body.blog-page .summary-card,body.blog-page .info-box,body.blog-page .key-takeaways,body.yitm-post-unified .direct-answer,body.yitm-post-unified .ai-box,body.yitm-post-unified .how-box,body.yitm-post-unified .disclaimer-block,body.yitm-post-unified .note-card,body.yitm-post-unified .feature-img-card,body.yitm-post-unified .case-study,body.yitm-post-unified .mid-cta-bar,body.yitm-post-unified .final-cta,body.yitm-post-unified .summary-card,body.yitm-post-unified .info-box,body.yitm-post-unified .key-takeaways{max-width:var(--yitm-blog-panel-width)!important;margin:var(--yitm-blog-panel-gap) auto!important;padding:var(--yitm-blog-panel-pad)!important;border-radius:var(--yitm-blog-panel-radius)!important;}@media(max-width:760px){:root{--yitm-blog-panel-pad:22px;--yitm-blog-panel-radius:24px;--yitm-blog-panel-gap:18px;--yitm-blog-h2-size:clamp(1.85rem,8.2vw,2.55rem);--yitm-blog-h3-size:clamp(1.3rem,6.2vw,1.7rem);--yitm-blog-copy-size:1rem;}body.blog-page main,body.yitm-post-unified main,body.template-service-page main,body.blog-page .yitm-post,body.yitm-post-unified .yitm-post,body.template-service-page .yitm-post{width:min(100% - 28px,var(--yitm-blog-shell-width))!important;}body.blog-page .yitm-what-you-get ul,body.yitm-post-unified .yitm-what-you-get ul,body.template-service-page .yitm-what-you-get ul,body.blog-page .yitm-who-this-helps ul,body.yitm-post-unified .yitm-who-this-helps ul,body.template-service-page .yitm-who-this-helps ul{grid-template-columns:1fr!important;}}:root{--yitm-blog-display-weight:760;--yitm-blog-heading-weight:720;--yitm-blog-body-weight:400;--yitm-blog-h1-size:clamp(2.35rem,4.4vw,4.15rem);--yitm-blog-h2-size:clamp(1.9rem,2.75vw,2.55rem);--yitm-blog-h3-size:clamp(1.28rem,1.75vw,1.62rem);--yitm-blog-copy-size:1.04rem;--yitm-blog-copy-line:1.7;--yitm-blog-panel-pad:clamp(26px,3.1vw,38px);}body.blog-page,body.yitm-post-unified,body.template-service-page{font-family:Aptos, "Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,sans-serif!important;font-weight:var(--yitm-blog-body-weight)!important;}body.blog-page .yitm-hero h1,body.yitm-post-unified .yitm-hero h1,body.template-service-page .yitm-hero h1,body.blog-page .hero h1,body.yitm-post-unified .hero h1,body.template-service-page .hero h1,body.yitm-post-unified main>h1:first-of-type,body.has-yitm-unified-shell main>h1:first-of-type,body.template-service-page main>h1:first-of-type{font-family:Aptos, "Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:var(--yitm-blog-h1-size)!important;line-height:1.08!important;letter-spacing:-.045em!important;font-weight:var(--yitm-blog-display-weight)!important;color:#10233f!important;text-wrap:balance!important;overflow-wrap:normal!important;word-break:normal!important;}body.blog-page .yitm-card h1,body.yitm-post-unified .yitm-card h1,body.template-service-page .yitm-card h1,body.blog-page .yitm-card h2,body.yitm-post-unified .yitm-card h2,body.template-service-page .yitm-card h2,body.blog-page article.yitm-card h2,body.yitm-post-unified article.yitm-card h2,body.template-service-page article.yitm-card h2,body.blog-page .yitm-related-guides h2,body.yitm-post-unified .yitm-related-guides h2,body.template-service-page .yitm-related-guides h2,body.blog-page .article h2,body.blog-page main>article h2,body.blog-page .section h2,body.blog-page .post-footer-cta h2{font-family:Aptos, "Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:var(--yitm-blog-h2-size)!important;line-height:1.12!important;letter-spacing:-.035em!important;font-weight:var(--yitm-blog-heading-weight)!important;margin:0 0 16px!important;color:#10233f!important;text-wrap:balance!important;max-width:920px!important;}body.blog-page .yitm-card h3,body.yitm-post-unified .yitm-card h3,body.template-service-page .yitm-card h3,body.blog-page .yitm-related-guides h3,body.yitm-post-unified .yitm-related-guides h3,body.template-service-page .yitm-related-guides h3{font-family:Aptos, "Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:var(--yitm-blog-h3-size)!important;line-height:1.22!important;letter-spacing:-.025em!important;font-weight:var(--yitm-blog-heading-weight)!important;margin:26px 0 10px!important;}body.blog-page .yitm-card p,body.yitm-post-unified .yitm-card p,body.template-service-page .yitm-card p,body.blog-page .yitm-card li,body.yitm-post-unified .yitm-card li,body.template-service-page .yitm-card li,body.blog-page .yitm-related-guides p,body.yitm-post-unified .yitm-related-guides p,body.template-service-page .yitm-related-guides p,body.blog-page .yitm-related-guides li,body.yitm-post-unified .yitm-related-guides li,body.template-service-page .yitm-related-guides li{font-family:Aptos, "Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:var(--yitm-blog-copy-size)!important;line-height:var(--yitm-blog-copy-line)!important;font-weight:400!important;letter-spacing:0!important;color:#30425c!important;}body.blog-page .yitm-card,body.yitm-post-unified .yitm-card,body.template-service-page .yitm-card,body.blog-page .yitm-related-guides,body.yitm-post-unified .yitm-related-guides,body.template-service-page .yitm-related-guides{padding:var(--yitm-blog-panel-pad)!important;}@media(max-width:760px){:root{--yitm-blog-h1-size:clamp(2.05rem,10vw,3rem);--yitm-blog-h2-size:clamp(1.65rem,7.8vw,2.25rem);--yitm-blog-h3-size:clamp(1.22rem,5.8vw,1.55rem);--yitm-blog-copy-size:1rem;--yitm-blog-panel-pad:22px;}}:root{--yitm-editorial-ink:#13213b;--yitm-editorial-muted:#3f4d63;--yitm-editorial-soft:#f7f3ec;--yitm-editorial-panel:#ffffff;--yitm-editorial-line:rgba(19,33,59,.10);--yitm-editorial-shadow:0 18px 46px rgba(19,33,59,.08);--yitm-editorial-radius:32px;--yitm-editorial-width:1180px;--yitm-editorial-readable:920px;--yitm-editorial-pad:clamp(28px,4vw,52px);--yitm-editorial-gap:clamp(22px,3vw,34px);--yitm-editorial-h1:clamp(3.15rem,6.4vw,5.05rem);--yitm-editorial-h2:clamp(2.05rem,3.35vw,3rem);--yitm-editorial-h3:clamp(1.35rem,2vw,1.85rem);--yitm-editorial-copy:clamp(1.06rem,1.22vw,1.22rem);--yitm-editorial-small:clamp(.95rem,1vw,1.04rem);}body.blog-page,body.yitm-post-unified,body.template-service-page{background:var(--yitm-editorial-soft)!important;color:var(--yitm-editorial-ink)!important;font-family:Aptos,"Segoe UI",-apple-system,BlinkMacSystemFont,sans-serif!important;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;}body.blog-page .wrap,body.yitm-post-unified .wrap,body.template-service-page .wrap{max-width:var(--yitm-editorial-width)!important;}body.blog-page main,body.yitm-post-unified main,body.template-service-page main,body.blog-page .yitm-post,body.yitm-post-unified .yitm-post,body.template-service-page .yitm-post{max-width:calc(var(--yitm-editorial-width) + 48px)!important;margin-inline:auto!important;padding-inline:24px!important;}body.blog-page .yitm-breadcrumbs,body.yitm-post-unified .yitm-breadcrumbs,body.template-service-page .yitm-breadcrumbs{max-width:var(--yitm-editorial-width)!important;margin:22px auto 14px!important;padding:0!important;color:rgba(19,33,59,.64)!important;font-size:.95rem!important;line-height:1.45!important;}body.blog-page .yitm-hero,body.yitm-post-unified .yitm-hero,body.template-service-page .yitm-hero,body.blog-page .blog-hero,body.yitm-post-unified .blog-hero,body.template-service-page .blog-hero,body.blog-page .article-hero,body.yitm-post-unified .article-hero,body.template-service-page .article-hero,body.blog-page .post-hero,body.yitm-post-unified .post-hero,body.template-service-page .post-hero{width:100%!important;max-width:var(--yitm-editorial-width)!important;margin:0 auto var(--yitm-editorial-gap)!important;padding:clamp(34px,5vw,68px)!important;border:1px solid var(--yitm-editorial-line)!important;border-radius:0 0 var(--yitm-editorial-radius) var(--yitm-editorial-radius)!important;background:radial-gradient(circle at 88% 36%,rgba(45,140,255,.08),transparent 34%),#fbfaf7!important;box-shadow:var(--yitm-editorial-shadow)!important;overflow:hidden!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(220px,330px)!important;gap:clamp(28px,5vw,58px)!important;align-items:center!important;}body.blog-page .yitm-hero-copy,body.yitm-post-unified .yitm-hero-copy,body.template-service-page .yitm-hero-copy{min-width:0!important;}body.blog-page .yitm-badge,body.yitm-post-unified .yitm-badge,body.template-service-page .yitm-badge,body.blog-page .pill,body.yitm-post-unified .pill,body.template-service-page .pill,body.blog-page .eyebrow,body.yitm-post-unified .eyebrow,body.template-service-page .eyebrow{display:inline-flex!important;align-items:center!important;width:fit-content!important;max-width:100%!important;min-height:38px!important;margin:0 0 18px!important;padding:8px 18px!important;border:0!important;border-radius:999px!important;background:var(--yitm-editorial-ink)!important;color:#fff!important;font-size:.96rem!important;line-height:1.2!important;font-weight:720!important;letter-spacing:-.01em!important;}body.blog-page .yitm-hero h1,body.yitm-post-unified .yitm-hero h1,body.template-service-page .yitm-hero h1,body.blog-page .blog-hero h1,body.yitm-post-unified .blog-hero h1,body.template-service-page .blog-hero h1,body.blog-page .article-hero h1,body.yitm-post-unified .article-hero h1,body.template-service-page .article-hero h1,body.blog-page .post-hero h1,body.yitm-post-unified .post-hero h1,body.template-service-page .post-hero h1{max-width:860px!important;margin:0 0 20px!important;color:var(--yitm-editorial-ink)!important;font-size:var(--yitm-editorial-h1)!important;line-height:1!important;letter-spacing:-.062em!important;font-weight:760!important;text-wrap:balance!important;}body.blog-page .yitm-subtitle,body.yitm-post-unified .yitm-subtitle,body.template-service-page .yitm-subtitle,body.blog-page .blog-hero p,body.yitm-post-unified .blog-hero p,body.template-service-page .blog-hero p,body.blog-page .article-hero p,body.yitm-post-unified .article-hero p,body.template-service-page .article-hero p,body.blog-page .post-hero p,body.yitm-post-unified .post-hero p,body.template-service-page .post-hero p{max-width:780px!important;margin:0 0 22px!important;color:var(--yitm-editorial-muted)!important;font-size:clamp(1.18rem,2.05vw,1.45rem)!important;line-height:1.58!important;letter-spacing:-.015em!important;font-weight:400!important;}body.blog-page .yitm-hero-media,body.yitm-post-unified .yitm-hero-media,body.template-service-page .yitm-hero-media{justify-self:end!important;width:min(330px,100%)!important;max-width:100%!important;margin:0!important;padding:0!important;border-radius:28px!important;overflow:hidden!important;box-shadow:0 16px 42px rgba(19,33,59,.14)!important;background:#fff!important;}body.blog-page .yitm-hero-media img,body.yitm-post-unified .yitm-hero-media img,body.template-service-page .yitm-hero-media img,body.blog-page .yitm-hero img,body.yitm-post-unified .yitm-hero img,body.template-service-page .yitm-hero img{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;object-fit:contain!important;}body.blog-page .yitm-chip-row,body.yitm-post-unified .yitm-chip-row,body.template-service-page .yitm-chip-row,body.blog-page .yitm-actions,body.yitm-post-unified .yitm-actions,body.template-service-page .yitm-actions{max-width:920px!important;}body.blog-page .yitm-chip,body.yitm-post-unified .yitm-chip,body.template-service-page .yitm-chip{font-size:.92rem!important;line-height:1.2!important;font-weight:650!important;}body.blog-page .yitm-card,body.yitm-post-unified .yitm-card,body.template-service-page .yitm-card,body.blog-page .yitm-related-guides,body.yitm-post-unified .yitm-related-guides,body.template-service-page .yitm-related-guides,body.blog-page .blog-card,body.yitm-post-unified .blog-card,body.template-service-page .blog-card,body.blog-page .article-card,body.yitm-post-unified .article-card,body.template-service-page .article-card,body.blog-page .post-card,body.yitm-post-unified .post-card,body.template-service-page .post-card,body.blog-page .content-card,body.yitm-post-unified .content-card,body.template-service-page .content-card,body.blog-page .blog-panel,body.yitm-post-unified .blog-panel,body.template-service-page .blog-panel,body.blog-page .article-panel,body.yitm-post-unified .article-panel,body.template-service-page .article-panel,body.blog-page .post-panel,body.yitm-post-unified .post-panel,body.template-service-page .post-panel{width:100%!important;max-width:var(--yitm-editorial-width)!important;margin:0 auto var(--yitm-editorial-gap)!important;padding:var(--yitm-editorial-pad)!important;border:1px solid var(--yitm-editorial-line)!important;border-radius:var(--yitm-editorial-radius)!important;background:var(--yitm-editorial-panel)!important;box-shadow:var(--yitm-editorial-shadow)!important;overflow:hidden!important;}body.blog-page .yitm-card-soft,body.yitm-post-unified .yitm-card-soft,body.template-service-page .yitm-card-soft{background:linear-gradient(180deg,#fff,#fbfaf7)!important;}body.blog-page .yitm-card h2,body.yitm-post-unified .yitm-card h2,body.template-service-page .yitm-card h2,body.blog-page .yitm-related-guides h2,body.yitm-post-unified .yitm-related-guides h2,body.template-service-page .yitm-related-guides h2,body.blog-page .blog-card h2,body.yitm-post-unified .blog-card h2,body.template-service-page .blog-card h2,body.blog-page .article-card h2,body.yitm-post-unified .article-card h2,body.template-service-page .article-card h2,body.blog-page .post-card h2,body.yitm-post-unified .post-card h2,body.template-service-page .post-card h2,body.blog-page .content-card h2,body.yitm-post-unified .content-card h2,body.template-service-page .content-card h2,body.blog-page .blog-panel h2,body.yitm-post-unified .blog-panel h2,body.template-service-page .blog-panel h2,body.blog-page .article-panel h2,body.yitm-post-unified .article-panel h2,body.template-service-page .article-panel h2,body.blog-page .post-panel h2,body.yitm-post-unified .post-panel h2,body.template-service-page .post-panel h2{max-width:var(--yitm-editorial-readable)!important;margin:0 0 20px!important;color:var(--yitm-editorial-ink)!important;font-size:var(--yitm-editorial-h2)!important;line-height:1.08!important;letter-spacing:-.047em!important;font-weight:740!important;text-wrap:balance!important;}body.blog-page .yitm-article-body h2:not(:first-child),body.yitm-post-unified .yitm-article-body h2:not(:first-child),body.template-service-page .yitm-article-body h2:not(:first-child){margin-top:34px!important;padding-top:30px!important;border-top:1px solid var(--yitm-editorial-line)!important;}body.blog-page .yitm-card h3,body.yitm-post-unified .yitm-card h3,body.template-service-page .yitm-card h3,body.blog-page .yitm-related-guides h3,body.yitm-post-unified .yitm-related-guides h3,body.template-service-page .yitm-related-guides h3{max-width:var(--yitm-editorial-readable)!important;margin:28px 0 12px!important;color:var(--yitm-editorial-ink)!important;font-size:var(--yitm-editorial-h3)!important;line-height:1.16!important;letter-spacing:-.03em!important;font-weight:720!important;text-wrap:balance!important;}body.blog-page .yitm-card p,body.yitm-post-unified .yitm-card p,body.template-service-page .yitm-card p,body.blog-page .yitm-related-guides p,body.yitm-post-unified .yitm-related-guides p,body.template-service-page .yitm-related-guides p{max-width:var(--yitm-editorial-readable)!important;margin:0 0 18px!important;color:var(--yitm-editorial-muted)!important;font-size:var(--yitm-editorial-copy)!important;line-height:1.68!important;letter-spacing:-.01em!important;font-weight:400!important;}body.blog-page .yitm-card p:last-child,body.yitm-post-unified .yitm-card p:last-child,body.template-service-page .yitm-card p:last-child{margin-bottom:0!important;}body.blog-page .yitm-card ul,body.yitm-post-unified .yitm-card ul,body.template-service-page .yitm-card ul,body.blog-page .yitm-related-guides ul,body.yitm-post-unified .yitm-related-guides ul,body.template-service-page .yitm-related-guides ul{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;column-gap:clamp(28px,6vw,90px)!important;row-gap:14px!important;max-width:1040px!important;margin:0!important;padding-left:22px!important;}body.blog-page .yitm-article-body ul,body.yitm-post-unified .yitm-article-body ul,body.template-service-page .yitm-article-body ul,body.blog-page .yitm-related-guides ul,body.yitm-post-unified .yitm-related-guides ul,body.template-service-page .yitm-related-guides ul{grid-template-columns:1fr!important;max-width:var(--yitm-editorial-readable)!important;}body.blog-page .yitm-who-this-helps ul,body.yitm-post-unified .yitm-who-this-helps ul,body.template-service-page .yitm-who-this-helps ul,body.blog-page .yitm-what-you-get ul,body.yitm-post-unified .yitm-what-you-get ul,body.template-service-page .yitm-what-you-get ul{grid-template-columns:repeat(2,minmax(0,1fr))!important;}body.blog-page .yitm-card li,body.yitm-post-unified .yitm-card li,body.template-service-page .yitm-card li,body.blog-page .yitm-related-guides li,body.yitm-post-unified .yitm-related-guides li,body.template-service-page .yitm-related-guides li{color:var(--yitm-editorial-muted)!important;font-size:var(--yitm-editorial-copy)!important;line-height:1.56!important;font-weight:400!important;padding-left:4px!important;margin:0!important;}body.blog-page .yitm-card a,body.yitm-post-unified .yitm-card a,body.template-service-page .yitm-card a,body.blog-page .yitm-related-guides a,body.yitm-post-unified .yitm-related-guides a,body.template-service-page .yitm-related-guides a{color:#07509d!important;font-weight:700!important;text-decoration-thickness:1px!important;text-underline-offset:3px!important;}body.blog-page .yitm-card img,body.yitm-post-unified .yitm-card img,body.template-service-page .yitm-card img,body.blog-page .yitm-related-guides img,body.yitm-post-unified .yitm-related-guides img,body.template-service-page .yitm-related-guides img{max-width:100%!important;height:auto!important;border-radius:22px!important;}body.blog-page .yitm-card-cta,body.yitm-post-unified .yitm-card-cta,body.template-service-page .yitm-card-cta{background:linear-gradient(135deg,#10233f,#0d4d5f)!important;color:#fff!important;}body.blog-page .yitm-card-cta h2,body.yitm-post-unified .yitm-card-cta h2,body.template-service-page .yitm-card-cta h2,body.blog-page .yitm-card-cta p,body.yitm-post-unified .yitm-card-cta p,body.template-service-page .yitm-card-cta p{color:#fff!important;}body.blog-page .yitm-btn,body.yitm-post-unified .yitm-btn,body.template-service-page .yitm-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:44px!important;padding:11px 16px!important;border-radius:999px!important;font-size:.96rem!important;line-height:1.18!important;font-weight:720!important;text-decoration:none!important;white-space:normal!important;}body.blog-page .article-layout,body.yitm-post-unified .article-layout,body.template-service-page .article-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 240px!important;gap:28px!important;max-width:calc(var(--yitm-editorial-width) + 280px)!important;margin-inline:auto!important;}body.blog-page .article-toc,body.yitm-post-unified .article-toc,body.template-service-page .article-toc,body.blog-page .yitm-article-toc,body.yitm-post-unified .yitm-article-toc,body.template-service-page .yitm-article-toc{position:sticky!important;top:96px!important;align-self:start!important;padding:18px!important;border:1px solid var(--yitm-editorial-line)!important;border-radius:22px!important;background:rgba(255,255,255,.86)!important;box-shadow:0 12px 30px rgba(19,33,59,.07)!important;backdrop-filter:blur(14px)!important;}body.blog-page .article-toc a,body.yitm-post-unified .article-toc a,body.template-service-page .article-toc a,body.blog-page .yitm-article-toc a,body.yitm-post-unified .yitm-article-toc a,body.template-service-page .yitm-article-toc a{display:block!important;padding:7px 0!important;color:var(--yitm-editorial-muted)!important;font-size:.95rem!important;line-height:1.3!important;font-weight:650!important;text-decoration:none!important;}body.blog-page .article-toc a:hover,body.yitm-post-unified .article-toc a:hover,body.template-service-page .article-toc a:hover,body.blog-page .yitm-article-toc a:hover,body.yitm-post-unified .yitm-article-toc a:hover,body.template-service-page .yitm-article-toc a:hover{color:#07509d!important;text-decoration:underline!important;text-underline-offset:3px!important;}@media(max-width:980px){body.blog-page .yitm-hero,body.yitm-post-unified .yitm-hero,body.template-service-page .yitm-hero,body.blog-page .blog-hero,body.yitm-post-unified .blog-hero,body.template-service-page .blog-hero,body.blog-page .article-hero,body.yitm-post-unified .article-hero,body.template-service-page .article-hero,body.blog-page .post-hero,body.yitm-post-unified .post-hero,body.template-service-page .post-hero{grid-template-columns:1fr!important;}body.blog-page .yitm-hero-media,body.yitm-post-unified .yitm-hero-media,body.template-service-page .yitm-hero-media{justify-self:start!important;width:min(360px,100%)!important;}body.blog-page .article-layout,body.yitm-post-unified .article-layout,body.template-service-page .article-layout{grid-template-columns:1fr!important;}body.blog-page .article-toc,body.yitm-post-unified .article-toc,body.template-service-page .article-toc,body.blog-page .yitm-article-toc,body.yitm-post-unified .yitm-article-toc,body.template-service-page .yitm-article-toc{position:relative!important;top:auto!important;display:flex!important;gap:12px!important;overflow:auto!important;}}@media(max-width:760px){:root{--yitm-editorial-radius:24px;--yitm-editorial-pad:24px;--yitm-editorial-gap:18px;--yitm-editorial-h1:clamp(2.35rem,11vw,3.45rem);--yitm-editorial-h2:clamp(1.78rem,7.8vw,2.45rem);--yitm-editorial-h3:clamp(1.25rem,5.8vw,1.55rem);--yitm-editorial-copy:1rem;}body.blog-page main,body.yitm-post-unified main,body.template-service-page main,body.blog-page .yitm-post,body.yitm-post-unified .yitm-post,body.template-service-page .yitm-post{padding-inline:14px!important;}body.blog-page .yitm-hero,body.yitm-post-unified .yitm-hero,body.template-service-page .yitm-hero,body.blog-page .blog-hero,body.yitm-post-unified .blog-hero,body.template-service-page .blog-hero,body.blog-page .article-hero,body.yitm-post-unified .article-hero,body.template-service-page .article-hero,body.blog-page .post-hero,body.yitm-post-unified .post-hero,body.template-service-page .post-hero{padding:30px 20px!important;border-radius:0 0 26px 26px!important;}body.blog-page .yitm-hero h1,body.yitm-post-unified .yitm-hero h1,body.template-service-page .yitm-hero h1,body.blog-page .blog-hero h1,body.yitm-post-unified .blog-hero h1,body.template-service-page .blog-hero h1,body.blog-page .article-hero h1,body.yitm-post-unified .article-hero h1,body.template-service-page .article-hero h1,body.blog-page .post-hero h1,body.yitm-post-unified .post-hero h1,body.template-service-page .post-hero h1{letter-spacing:-.052em!important;line-height:1.03!important;}body.blog-page .yitm-subtitle,body.yitm-post-unified .yitm-subtitle,body.template-service-page .yitm-subtitle{font-size:1.08rem!important;line-height:1.58!important;}body.blog-page .yitm-who-this-helps ul,body.yitm-post-unified .yitm-who-this-helps ul,body.template-service-page .yitm-who-this-helps ul,body.blog-page .yitm-what-you-get ul,body.yitm-post-unified .yitm-what-you-get ul,body.template-service-page .yitm-what-you-get ul,body.blog-page .yitm-card ul,body.yitm-post-unified .yitm-card ul,body.template-service-page .yitm-card ul,body.blog-page .yitm-related-guides ul,body.yitm-post-unified .yitm-related-guides ul,body.template-service-page .yitm-related-guides ul{grid-template-columns:1fr!important;gap:10px!important;}body.blog-page .yitm-actions,body.yitm-post-unified .yitm-actions,body.template-service-page .yitm-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;}body.blog-page .yitm-btn,body.yitm-post-unified .yitm-btn,body.template-service-page .yitm-btn{width:100%!important;}}:root{--yitm-editorial-line:rgba(19,33,59,.08);--yitm-editorial-shadow:0 10px 30px rgba(19,33,59,.055);--yitm-editorial-radius:28px;--yitm-editorial-readable:820px;--yitm-editorial-h1:clamp(3.05rem,5.9vw,4.75rem);--yitm-editorial-h2:clamp(1.9rem,3.05vw,2.75rem);--yitm-editorial-h3:clamp(1.32rem,1.9vw,1.75rem);--yitm-editorial-copy:clamp(1.05rem,1.12vw,1.16rem);}body.blog-page,body.yitm-post-unified,body.template-service-page{font-family:Aptos,"Segoe UI",-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif!important;font-weight:400!important;letter-spacing:0!important;}body.blog-page article h1,body.blog-page article h2,body.blog-page article h3,body.blog-page main article h1,body.blog-page main article h2,body.blog-page main article h3,body.blog-page .article h1,body.blog-page .article h2,body.blog-page .article h3,body.blog-page .main-col h1,body.blog-page .main-col h2,body.blog-page .main-col h3,body.blog-page .yitm-card h1,body.blog-page .yitm-card h2,body.blog-page .yitm-card h3,body.yitm-post-unified article h1,body.yitm-post-unified article h2,body.yitm-post-unified article h3,body.yitm-post-unified .yitm-card h1,body.yitm-post-unified .yitm-card h2,body.yitm-post-unified .yitm-card h3,body.template-service-page main#main-content section h1,body.template-service-page main#main-content section h2,body.template-service-page main#main-content section h3,body.template-service-page .yitm-card h1,body.template-service-page .yitm-card h2,body.template-service-page .yitm-card h3{font-family:Aptos,"Segoe UI",-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif!important;font-style:normal!important;}body.blog-page .yitm-hero h1,body.yitm-post-unified .yitm-hero h1,body.template-service-page .yitm-hero h1,body.blog-page .blog-hero h1,body.yitm-post-unified .blog-hero h1,body.template-service-page .blog-hero h1,body.blog-page .article-hero h1,body.yitm-post-unified .article-hero h1,body.template-service-page .article-hero h1,body.blog-page .post-hero h1,body.yitm-post-unified .post-hero h1,body.template-service-page .post-hero h1{font-family:Aptos,"Segoe UI",-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif!important;max-width:860px!important;font-size:var(--yitm-editorial-h1)!important;line-height:1.01!important;letter-spacing:-.055em!important;font-weight:760!important;}body.blog-page .yitm-card h2,body.yitm-post-unified .yitm-card h2,body.template-service-page .yitm-card h2,body.blog-page .yitm-related-guides h2,body.yitm-post-unified .yitm-related-guides h2,body.template-service-page .yitm-related-guides h2,body.blog-page .blog-card h2,body.yitm-post-unified .blog-card h2,body.template-service-page .blog-card h2,body.blog-page .article-card h2,body.yitm-post-unified .article-card h2,body.template-service-page .article-card h2,body.blog-page .post-card h2,body.yitm-post-unified .post-card h2,body.template-service-page .post-card h2,body.blog-page .content-card h2,body.yitm-post-unified .content-card h2,body.template-service-page .content-card h2,body.blog-page .blog-panel h2,body.yitm-post-unified .blog-panel h2,body.template-service-page .blog-panel h2,body.blog-page .article-panel h2,body.yitm-post-unified .article-panel h2,body.template-service-page .article-panel h2,body.blog-page .post-panel h2,body.yitm-post-unified .post-panel h2,body.template-service-page .post-panel h2,body.blog-page main article section h2,body.yitm-post-unified main article section h2,body.template-service-page main#main-content section h2{max-width:var(--yitm-editorial-readable)!important;font-family:Aptos,"Segoe UI",-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif!important;font-size:var(--yitm-editorial-h2)!important;line-height:1.1!important;letter-spacing:-.042em!important;font-weight:720!important;margin:0 0 18px!important;}body.blog-page .yitm-card h3,body.yitm-post-unified .yitm-card h3,body.template-service-page .yitm-card h3,body.blog-page .yitm-related-guides h3,body.yitm-post-unified .yitm-related-guides h3,body.template-service-page .yitm-related-guides h3,body.blog-page main article section h3,body.yitm-post-unified main article section h3,body.template-service-page main#main-content section h3{max-width:var(--yitm-editorial-readable)!important;font-family:Aptos,"Segoe UI",-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif!important;font-size:var(--yitm-editorial-h3)!important;line-height:1.18!important;letter-spacing:-.028em!important;font-weight:700!important;margin:24px 0 10px!important;}body.blog-page .yitm-card,body.yitm-post-unified .yitm-card,body.template-service-page .yitm-card,body.blog-page .yitm-related-guides,body.yitm-post-unified .yitm-related-guides,body.template-service-page .yitm-related-guides,body.blog-page .blog-card,body.yitm-post-unified .blog-card,body.template-service-page .blog-card,body.blog-page .article-card,body.yitm-post-unified .article-card,body.template-service-page .article-card,body.blog-page .post-card,body.yitm-post-unified .post-card,body.template-service-page .post-card,body.blog-page .content-card,body.yitm-post-unified .content-card,body.template-service-page .content-card,body.blog-page .blog-panel,body.yitm-post-unified .blog-panel,body.template-service-page .blog-panel,body.blog-page .article-panel,body.yitm-post-unified .article-panel,body.template-service-page .article-panel,body.blog-page .post-panel,body.yitm-post-unified .post-panel,body.template-service-page .post-panel{border-color:var(--yitm-editorial-line)!important;border-radius:var(--yitm-editorial-radius)!important;box-shadow:var(--yitm-editorial-shadow)!important;}body.blog-page .yitm-card p,body.yitm-post-unified .yitm-card p,body.template-service-page .yitm-card p,body.blog-page .yitm-related-guides p,body.yitm-post-unified .yitm-related-guides p,body.template-service-page .yitm-related-guides p,body.blog-page main article section p,body.yitm-post-unified main article section p,body.template-service-page main#main-content section p{max-width:var(--yitm-editorial-readable)!important;font-size:var(--yitm-editorial-copy)!important;line-height:1.7!important;color:#34445c!important;font-weight:400!important;}body.blog-page .yitm-card ul,body.yitm-post-unified .yitm-card ul,body.template-service-page .yitm-card ul,body.blog-page .yitm-related-guides ul,body.yitm-post-unified .yitm-related-guides ul,body.template-service-page .yitm-related-guides ul,body.blog-page main article section ul,body.yitm-post-unified main article section ul,body.template-service-page main#main-content section ul{max-width:var(--yitm-editorial-readable)!important;}body.blog-page .yitm-card li,body.yitm-post-unified .yitm-card li,body.template-service-page .yitm-card li,body.blog-page .yitm-related-guides li,body.yitm-post-unified .yitm-related-guides li,body.template-service-page .yitm-related-guides li,body.blog-page main article section li,body.yitm-post-unified main article section li,body.template-service-page main#main-content section li{font-size:var(--yitm-editorial-copy)!important;line-height:1.58!important;color:#34445c!important;font-weight:400!important;}body.blog-page .yitm-hero-media,body.yitm-post-unified .yitm-hero-media,body.template-service-page .yitm-hero-media{width:min(340px,32vw)!important;padding:18px!important;border:1px solid var(--yitm-editorial-line)!important;border-radius:24px!important;background:rgba(255,255,255,.72)!important;box-shadow:0 10px 28px rgba(19,33,59,.075)!important;}body.blog-page .yitm-hero-media img,body.yitm-post-unified .yitm-hero-media img,body.template-service-page .yitm-hero-media img{aspect-ratio:4/3!important;object-fit:contain!important;border-radius:18px!important;background:transparent!important;}body.blog-page .yitm-card-cta,body.yitm-post-unified .yitm-card-cta,body.template-service-page .yitm-card-cta,body.blog-page .blog-cta,body.yitm-post-unified .blog-cta,body.template-service-page .blog-cta,body.blog-page .cta-panel,body.yitm-post-unified .cta-panel,body.template-service-page .cta-panel{background:#0f243f!important;color:#fff!important;border-color:rgba(255,255,255,.08)!important;box-shadow:0 16px 38px rgba(15,36,63,.16)!important;}body.blog-page .yitm-card-cta h2,body.yitm-post-unified .yitm-card-cta h2,body.template-service-page .yitm-card-cta h2,body.blog-page .yitm-card-cta h3,body.yitm-post-unified .yitm-card-cta h3,body.template-service-page .yitm-card-cta h3,body.blog-page .yitm-card-cta p,body.yitm-post-unified .yitm-card-cta p,body.template-service-page .yitm-card-cta p,body.blog-page .blog-cta h2,body.blog-page .blog-cta p,body.blog-page .cta-panel h2,body.blog-page .cta-panel p{color:#fff!important;}body.blog-page .read-next,body.yitm-post-unified .read-next,body.template-service-page .read-next,body.blog-page .related-posts,body.yitm-post-unified .related-posts,body.template-service-page .related-posts{max-width:var(--yitm-editorial-width)!important;margin:0 auto var(--yitm-editorial-gap)!important;}body.blog-page .read-next a,body.yitm-post-unified .read-next a,body.template-service-page .read-next a,body.blog-page .related-posts a,body.yitm-post-unified .related-posts a,body.template-service-page .related-posts a{border-color:var(--yitm-editorial-line)!important;box-shadow:0 8px 22px rgba(19,33,59,.045)!important;font-weight:680!important;}body.blog-page .yitm-btn,body.yitm-post-unified .yitm-btn,body.template-service-page .yitm-btn,body.blog-page .btn,body.yitm-post-unified .btn,body.template-service-page .btn{font-weight:700!important;}@media(max-width:760px){:root{--yitm-editorial-radius:22px;--yitm-editorial-h1:clamp(2.25rem,10.4vw,3.2rem);--yitm-editorial-h2:clamp(1.62rem,7vw,2.15rem);--yitm-editorial-h3:clamp(1.2rem,5.4vw,1.48rem);--yitm-editorial-readable:100%;}body.blog-page .yitm-hero-media,body.yitm-post-unified .yitm-hero-media,body.template-service-page .yitm-hero-media{width:100%!important;max-width:360px!important;padding:14px!important;}}@media (max-width:919px){body.yitm-post-unified>.site-header,body.has-yitm-unified-shell>.site-header,body.blog-page>.site-header,body.template-service-page>.site-header,.site-header{position:sticky!important;top:0!important;z-index:1400!important;overflow:visible!important;background:rgba(255,255,255,.96)!important;border-bottom:1px solid rgba(16,35,63,.09)!important;box-shadow:0 8px 22px rgba(16,35,63,.055)!important;}body.yitm-post-unified>.site-header .wrap,body.has-yitm-unified-shell>.site-header .wrap,body.blog-page>.site-header .wrap,body.template-service-page>.site-header .wrap,.site-header .wrap{width:min(100% - 20px,1180px)!important;max-width:1180px!important;margin-inline:auto!important;padding:0!important;}body.yitm-post-unified .header-inner,body.has-yitm-unified-shell .header-inner,body.blog-page .header-inner,body.template-service-page .header-inner,.header-inner{position:relative!important;min-height:64px!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;}body.yitm-post-unified .brand,body.has-yitm-unified-shell .brand,body.blog-page .brand,body.template-service-page .brand,.brand{min-width:0!important;max-width:calc(100% - 92px)!important;flex:1 1 auto!important;gap:9px!important;}body.yitm-post-unified .brand-mark,body.has-yitm-unified-shell .brand-mark,body.blog-page .brand-mark,body.template-service-page .brand-mark,.brand-mark{width:40px!important;height:40px!important;flex:0 0 40px!important;border-radius:14px!important;}body.yitm-post-unified .brand-text,body.has-yitm-unified-shell .brand-text,body.blog-page .brand-text,body.template-service-page .brand-text,.brand-text{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:1.05rem!important;line-height:1!important;}body.yitm-post-unified .brand-text small,body.has-yitm-unified-shell .brand-text small,body.blog-page .brand-text small,body.template-service-page .brand-text small,.brand-text small{display:none!important;}body.yitm-post-unified .mobile-menu-btn,body.has-yitm-unified-shell .mobile-menu-btn,body.blog-page .mobile-menu-btn,body.template-service-page .mobile-menu-btn,.mobile-menu-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;min-height:42px!important;padding:10px 16px!important;border:1px solid rgba(16,35,63,.12)!important;border-radius:999px!important;background:#fff!important;color:#10233f!important;font-size:.92rem!important;font-weight:850!important;box-shadow:0 8px 18px rgba(16,35,63,.06)!important;}body.yitm-post-unified .nav:not(.is-open),body.has-yitm-unified-shell .nav:not(.is-open),body.blog-page .nav:not(.is-open),body.template-service-page .nav:not(.is-open),.nav:not(.is-open){display:none!important;}body.yitm-post-unified .nav.is-open,body.has-yitm-unified-shell .nav.is-open,body.blog-page .nav.is-open,body.template-service-page .nav.is-open,.nav.is-open{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;position:absolute!important;left:0!important;right:0!important;top:calc(100% + 10px)!important;width:auto!important;max-width:none!important;max-height:calc(100vh - 94px)!important;overflow:auto!important;gap:8px!important;padding:12px!important;border:1px solid rgba(16,35,63,.12)!important;border-radius:22px!important;background:rgba(255,255,255,.98)!important;box-shadow:0 18px 52px rgba(16,35,63,.18)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;}body.yitm-post-unified .nav.is-open a,body.has-yitm-unified-shell .nav.is-open a,body.blog-page .nav.is-open a,body.template-service-page .nav.is-open a,.nav.is-open a{display:flex!important;align-items:center!important;justify-content:center!important;min-height:44px!important;padding:10px 12px!important;border-radius:16px!important;background:#f6f8fa!important;color:#10233f!important;text-align:center!important;white-space:normal!important;font-size:.92rem!important;line-height:1.16!important;font-weight:850!important;text-decoration:none!important;}body.yitm-post-unified .nav.is-open .nav-cta,body.has-yitm-unified-shell .nav.is-open .nav-cta,body.blog-page .nav.is-open .nav-cta,body.template-service-page .nav.is-open .nav-cta,.nav.is-open .nav-cta{grid-column:1/-1!important;background:#10233f!important;color:#fff!important;box-shadow:none!important;}}@media (max-width:420px){body.yitm-post-unified .nav.is-open,body.has-yitm-unified-shell .nav.is-open,body.blog-page .nav.is-open,body.template-service-page .nav.is-open,.nav.is-open{grid-template-columns:1fr!important;}}@media (min-width:920px){body.yitm-post-unified .mobile-menu-btn,body.has-yitm-unified-shell .mobile-menu-btn,body.blog-page .mobile-menu-btn,body.template-service-page .mobile-menu-btn,.mobile-menu-btn{display:none!important;}}body.template-service-page .services-bento,body.yitm-post-unified .services-bento{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important;margin:24px 0 10px!important;}body.template-service-page .service-card,body.yitm-post-unified .service-card{display:flex!important;flex-direction:column!important;gap:10px!important;min-width:0!important;min-height:100%!important;padding:24px!important;border:1px solid rgba(16,35,63,.11)!important;border-radius:24px!important;background:linear-gradient(135deg,#fff,#f7fbfc)!important;box-shadow:0 18px 44px rgba(16,35,63,.07)!important;color:#10233f!important;overflow:hidden!important;}body.template-service-page .service-card .sc-icon,body.yitm-post-unified .service-card .sc-icon{display:inline-grid!important;place-items:center!important;width:52px!important;height:52px!important;min-width:52px!important;max-width:52px!important;min-height:52px!important;max-height:52px!important;flex:0 0 52px!important;border-radius:18px!important;background:rgba(25,91,99,.10)!important;color:#195b63!important;line-height:1!important;overflow:hidden!important;}body.template-service-page .service-card .sc-icon svg,body.yitm-post-unified .service-card .sc-icon svg{display:block!important;width:26px!important;height:26px!important;min-width:26px!important;max-width:26px!important;min-height:26px!important;max-height:26px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important;overflow:visible!important;}body.template-service-page .service-card h3,body.yitm-post-unified .service-card h3{margin:8px 0 4px!important;font-family:"Barlow Condensed",Barlow,sans-serif!important;font-size:clamp(1.45rem,2.2vw,2rem)!important;line-height:1.05!important;letter-spacing:-.025em!important;color:#10233f!important;}body.template-service-page .service-card p,body.yitm-post-unified .service-card p{margin:0!important;color:#2b3f5d!important;line-height:1.68!important;}body.template-service-page .service-card .sc-link,body.yitm-post-unified .service-card .sc-link{margin-top:auto!important;display:inline-flex!important;align-items:center!important;width:max-content!important;max-width:100%!important;min-height:38px!important;padding:8px 12px!important;border-radius:999px!important;background:#fff!important;border:1px solid rgba(16,35,63,.11)!important;color:#005e66!important;font-weight:900!important;text-decoration:none!important;box-shadow:0 8px 18px rgba(16,35,63,.05)!important;}body.template-service-page .service-card .sc-link:hover,body.yitm-post-unified .service-card .sc-link:hover{transform:translateY(-1px)!important;box-shadow:0 12px 24px rgba(16,35,63,.08)!important;}@media(max-width:980px){body.template-service-page .services-bento,body.yitm-post-unified .services-bento{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}@media(max-width:680px){body.template-service-page .services-bento,body.yitm-post-unified .services-bento{grid-template-columns:1fr!important;gap:14px!important;}body.template-service-page .service-card,body.yitm-post-unified .service-card{padding:20px!important;border-radius:22px!important;}body.template-service-page .service-card .sc-icon,body.yitm-post-unified .service-card .sc-icon{width:46px!important;height:46px!important;min-width:46px!important;max-width:46px!important;min-height:46px!important;max-height:46px!important;border-radius:16px!important;}body.template-service-page .service-card .sc-icon svg,body.yitm-post-unified .service-card .sc-icon svg{width:23px!important;height:23px!important;min-width:23px!important;max-width:23px!important;min-height:23px!important;max-height:23px!important;}}.yitm-customer-answer-hub,.yitm-llm-summary,.yitm-customer-faq{position:relative;}.yitm-customer-perspective-grid .glass-card,.yitm-llm-summary .comparison-card{min-height:100%;}.yitm-geo-answer{margin:22px 0 0;padding:18px 22px;border-radius:18px;background:rgba(255,255,255,.92);border:1px solid rgba(126,94,57,.16);box-shadow:0 16px 40px rgba(22,34,51,.06);}.yitm-customer-cta{margin-top:18px;}.yitm-related-service-links{margin-top:24px;}.yitm-customer-answer-hub .section-header--card,.yitm-customer-faq .section-header{scroll-margin-top:120px;}.yitm-customer-answer-hub .glass-card h3,.yitm-llm-summary .comparison-card h3{color:#10284a;}.yitm-customer-answer-hub p,.yitm-llm-summary p,.yitm-customer-faq p{color:#344765;}@media (max-width:760px){.yitm-geo-answer{padding:16px}.yitm-customer-cta .btn{width:100%;justify-content:center}}body.yitm-app-page{background:#f7f3eb;color:#10233f;}body.yitm-app-page main.wrap,body.yitm-app-page .wrap.yitm-app-main{padding-top:34px;padding-bottom:48px;}body.yitm-app-page .top{max-width:1120px;margin:18px auto 0;padding:0 20px;background:transparent!important;border:0!important;}body.yitm-app-page .top .btn,body.yitm-app-page .btn{border-radius:999px;}body.yitm-app-page .card,body.yitm-app-page .yitm-app-card{border-radius:24px;border:1px solid rgba(16,35,63,.10);box-shadow:0 16px 42px rgba(16,35,63,.08);}body.yitm-app-page .yitm-unified-site-footer,body.yitm-app-page footer.wrap{display:none!important;}body.yitm-app-page .footer.yitm-unified-footer{display:block!important;margin-top:0;}body.yitm-app-page .sticky-mobile-bar{font-family:Barlow,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;}@media(max-width:680px){body.yitm-app-page main.wrap,body.yitm-app-page .wrap.yitm-app-main{padding-top:22px;padding-bottom:34px;}body.yitm-app-page .top{padding:0 14px;}}body.yitm-app-page .yitm-unified-site-footer,body.yitm-app-page footer.child-wrap,body.yitm-app-page footer.wrap:not(.footer-terms):not(.footer-main){display:none!important;}.yitm-spoke-library .columns{columns:2;column-gap:2rem;}.yitm-spoke-library .columns li{break-inside:avoid;margin:0 0 .45rem;}.yitm-epping-reverse-links .grid,.yitm-spoke-library .grid{align-items:stretch;}@media (max-width:720px){.yitm-spoke-library .columns{columns:1;}}.yitm-epping-trust-cta{margin-top:clamp(1.25rem,3vw,2rem);}.yitm-epping-trust-cta .inline-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-top:1rem;}.yitm-epping-trust-cta .small-note{font-size:.95rem;color:var(--muted,#526173);}body.yitm-post-unified main,body.template-service-page main{background:#f7f3eb;}body.yitm-post-unified .article-body,body.template-service-page .article-body{width:min(940px,calc(100% - 40px));margin:0 auto clamp(2rem,5vw,4rem);}body.yitm-post-unified .article-body .safety-disclaimer,body.template-service-page .article-body .safety-disclaimer{margin:clamp(1.25rem,3vw,2rem) 0;padding:clamp(1rem,2.4vw,1.35rem) clamp(1rem,2.6vw,1.5rem);border-radius:22px;background:#fff8e7;border:1px solid rgba(245,184,63,.35);box-shadow:0 14px 32px rgba(16,35,63,.06);color:#37475e;}body.yitm-post-unified .article-body .article-section,body.template-service-page .article-body .article-section{margin:clamp(1rem,3vw,1.55rem) 0;padding:clamp(1.25rem,3vw,2rem);border:1px solid rgba(16,35,63,.10);border-radius:28px;background:#fff;box-shadow:0 18px 48px rgba(16,35,63,.08);}body.yitm-post-unified .article-body .article-section>h2:first-child,body.template-service-page .article-body .article-section>h2:first-child{margin-top:0;font-size:clamp(2rem,4vw,3rem);}body.yitm-post-unified .article-body .article-section p,body.template-service-page .article-body .article-section p{max-width:76ch;}body.yitm-post-unified .article-body .article-section ul,body.template-service-page .article-body .article-section ul{display:grid;gap:.5rem;margin:1rem 0 0;padding-left:1.35rem;}body.yitm-post-unified .article-body .article-section li,body.template-service-page .article-body .article-section li{padding-left:.25rem;}body.yitm-post-unified .article-body .article-section.related-section .grid,body.template-service-page .article-body .article-section.related-section .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;}body.yitm-post-unified .article-body .article-section.related-section .card,body.template-service-page .article-body .article-section.related-section .card{box-shadow:none;border-radius:20px;background:#fbfdfe;}body.yitm-post-unified .article-body .faq details,body.template-service-page .article-body .faq details{border-radius:18px;background:#fbfdfe;}body.yitm-post-unified .quick-answer,body.template-service-page .quick-answer{width:min(940px,calc(100% - 40px));margin:clamp(1rem,3vw,2rem) auto;display:grid;grid-template-columns:1.2fr .8fr;gap:1rem;}body.yitm-post-unified .quick-answer .card,body.template-service-page .quick-answer .card{border-radius:24px;box-shadow:0 18px 44px rgba(16,35,63,.08);}body.yitm-post-unified .mini-kicker,body.template-service-page .mini-kicker{font-weight:900;color:#195b63;margin-bottom:.45rem;}body.yitm-post-unified .topic-pills,body.template-service-page .topic-pills{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1rem;}body.yitm-post-unified .topic-pills span,body.template-service-page .topic-pills span{display:inline-flex;align-items:center;border:1px solid rgba(16,35,63,.12);border-radius:999px;padding:.5rem .8rem;background:#f7fafb;color:#344765;font-weight:800;line-height:1.25;}body.yitm-post-unified .trust-strip,body.template-service-page .trust-strip{display:none!important;}@media(max-width:760px){body.yitm-post-unified .article-body,body.template-service-page .article-body,body.yitm-post-unified .quick-answer,body.template-service-page .quick-answer{width:min(100% - 28px,940px);}body.yitm-post-unified .quick-answer,body.template-service-page .quick-answer{grid-template-columns:1fr;}body.yitm-post-unified .article-body .article-section,body.template-service-page .article-body .article-section{border-radius:22px;}}body.yitm-post-unified .eyebrow,body.template-service-page .eyebrow,body.blog-page .eyebrow,body.yitm-post-unified .yitm-badge,body.template-service-page .yitm-badge,body.blog-page .yitm-badge,body.yitm-post-unified .tag,body.template-service-page .tag,body.blog-page .tag{background:#10233f!important;color:#fff!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 12px 24px rgba(16,35,63,.12)!important;opacity:1!important;text-decoration:none!important;}body.yitm-post-unified .eyebrow *,body.template-service-page .eyebrow *,body.blog-page .eyebrow *,body.yitm-post-unified .yitm-badge *,body.template-service-page .yitm-badge *,body.blog-page .yitm-badge *{color:#fff!important;}body.yitm-post-unified .btn-primary,body.template-service-page .btn-primary,body.blog-page .btn-primary,body.yitm-post-unified a.btn-primary,body.template-service-page a.btn-primary,body.blog-page a.btn-primary,body.yitm-post-unified .inline-actions a.btn-primary,body.template-service-page .inline-actions a.btn-primary,body.blog-page .inline-actions a.btn-primary{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:46px!important;padding:12px 18px!important;border-radius:999px!important;background:#10233f!important;color:#fff!important;border:1px solid #10233f!important;text-decoration:none!important;font-weight:900!important;box-shadow:0 14px 28px rgba(16,35,63,.18)!important;}body.yitm-post-unified .btn-secondary,body.template-service-page .btn-secondary,body.blog-page .btn-secondary,body.yitm-post-unified a.btn-secondary,body.template-service-page a.btn-secondary,body.blog-page a.btn-secondary,body.yitm-post-unified .inline-actions a.btn-secondary,body.template-service-page .inline-actions a.btn-secondary,body.blog-page .inline-actions a.btn-secondary{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:46px!important;padding:12px 18px!important;border-radius:999px!important;background:#fff!important;color:#195b63!important;border:1px solid rgba(16,35,63,.14)!important;text-decoration:none!important;font-weight:900!important;box-shadow:0 10px 22px rgba(16,35,63,.08)!important;}body.yitm-post-unified .inline-actions,body.template-service-page .inline-actions,body.blog-page .inline-actions{display:flex!important;flex-wrap:wrap!important;gap:12px!important;align-items:center!important;margin:24px 0 8px!important;}body.yitm-post-unified .yitm-hero:not(:has(.yitm-hero-copy)),body.template-service-page .yitm-hero:not(:has(.yitm-hero-copy)),body.blog-page .yitm-hero:not(:has(.yitm-hero-copy)){display:grid!important;grid-template-columns:minmax(0,1fr) minmax(280px,420px)!important;gap:clamp(22px,4vw,48px)!important;align-items:start!important;padding:clamp(28px,4vw,54px)!important;border-radius:34px!important;}body.yitm-post-unified .yitm-hero:not(:has(.yitm-hero-copy)) .yitm-crumbs,body.template-service-page .yitm-hero:not(:has(.yitm-hero-copy)) .yitm-crumbs,body.blog-page .yitm-hero:not(:has(.yitm-hero-copy)) .yitm-crumbs,body.yitm-post-unified .yitm-hero:not(:has(.yitm-hero-copy)) h1,body.template-service-page .yitm-hero:not(:has(.yitm-hero-copy)) h1,body.blog-page .yitm-hero:not(:has(.yitm-hero-copy)) h1,body.yitm-post-unified .yitm-hero:not(:has(.yitm-hero-copy)) .lead,body.template-service-page .yitm-hero:not(:has(.yitm-hero-copy)) .lead,body.blog-page .yitm-hero:not(:has(.yitm-hero-copy)) .lead{grid-column:1!important;}body.yitm-post-unified .yitm-hero:not(:has(.yitm-hero-copy)) .yitm-review-line,body.template-service-page .yitm-hero:not(:has(.yitm-hero-copy)) .yitm-review-line,body.blog-page .yitm-hero:not(:has(.yitm-hero-copy)) .yitm-review-line{grid-column:1!important;max-width:620px!important;margin-top:6px!important;padding:12px 16px!important;border-radius:18px!important;background:rgba(255,255,255,.72)!important;border:1px solid rgba(16,35,63,.08)!important;color:#40536a!important;font-size:1rem!important;}body.yitm-post-unified .yitm-hero:not(:has(.yitm-hero-copy)) .yitm-hero-img,body.template-service-page .yitm-hero:not(:has(.yitm-hero-copy)) .yitm-hero-img,body.blog-page .yitm-hero:not(:has(.yitm-hero-copy)) .yitm-hero-img{grid-column:2!important;grid-row:1 / span 5!important;align-self:stretch!important;width:100%!important;height:100%!important;min-height:320px!important;max-height:560px!important;object-fit:cover!important;border-radius:28px!important;box-shadow:0 18px 48px rgba(16,35,63,.14)!important;background:#eef3f6!important;}body.yitm-post-unified .yitm-hero .lead,body.template-service-page .yitm-hero .lead,body.blog-page .yitm-hero .lead{max-width:720px!important;font-size:clamp(1.08rem,1.55vw,1.28rem)!important;line-height:1.62!important;color:#344961!important;}body.yitm-post-unified main>section:not(.yitm-hero),body.template-service-page main>section:not(.yitm-hero),body.blog-page main>section:not(.yitm-hero){max-width:100%!important;}body.yitm-post-unified main>section.card,body.template-service-page main>section.card,body.blog-page main>section.card{border-radius:34px!important;padding:clamp(26px,4vw,44px)!important;border:1px solid rgba(16,35,63,.09)!important;box-shadow:0 18px 48px rgba(16,35,63,.08)!important;background:#fff!important;}body.yitm-post-unified main>section:not(.card):not(.yitm-hero),body.template-service-page main>section:not(.card):not(.yitm-hero),body.blog-page main>section:not(.card):not(.yitm-hero){padding:clamp(24px,3vw,36px)!important;margin:24px 0!important;border-radius:30px!important;background:#fff!important;border:1px solid rgba(16,35,63,.08)!important;box-shadow:0 12px 34px rgba(16,35,63,.05)!important;}body.yitm-post-unified .soft-card,body.template-service-page .soft-card,body.blog-page .soft-card,body.yitm-post-unified .grid>.card,body.template-service-page .grid>.card,body.blog-page .grid>.card{border-radius:26px!important;padding:clamp(20px,2.6vw,28px)!important;background:linear-gradient(180deg,#fff 0%,#fbfcfd 100%)!important;border:1px solid rgba(16,35,63,.09)!important;box-shadow:0 10px 26px rgba(16,35,63,.05)!important;}body.yitm-post-unified h2,body.template-service-page h2,body.blog-page h2{max-width:900px!important;text-wrap:balance!important;}body.yitm-post-unified p,body.template-service-page p,body.blog-page p,body.yitm-post-unified li,body.template-service-page li,body.blog-page li{overflow-wrap:normal!important;word-break:normal!important;}body.yitm-post-unified .link-list,body.template-service-page .link-list,body.blog-page .link-list{display:grid!important;gap:10px!important;padding-left:1.1rem!important;}body.yitm-post-unified .small-note,body.template-service-page .small-note,body.blog-page .small-note{margin-top:16px!important;padding:14px 16px!important;border-radius:18px!important;background:#f7fafb!important;border:1px solid rgba(16,35,63,.08)!important;color:#40536a!important;}body.yitm-post-unified .footer-links,body.template-service-page .footer-links,body.blog-page .footer-links{gap:8px!important;}@media(max-width:920px){body.yitm-post-unified .yitm-hero:not(:has(.yitm-hero-copy)),body.template-service-page .yitm-hero:not(:has(.yitm-hero-copy)),body.blog-page .yitm-hero:not(:has(.yitm-hero-copy)){grid-template-columns:1fr!important;}body.yitm-post-unified .yitm-hero:not(:has(.yitm-hero-copy)) .yitm-hero-img,body.template-service-page .yitm-hero:not(:has(.yitm-hero-copy)) .yitm-hero-img,body.blog-page .yitm-hero:not(:has(.yitm-hero-copy)) .yitm-hero-img{grid-column:1!important;grid-row:auto!important;min-height:0!important;max-height:420px!important;aspect-ratio:16/9!important;}}@media(max-width:640px){body.yitm-post-unified .inline-actions,body.template-service-page .inline-actions,body.blog-page .inline-actions{display:grid!important;grid-template-columns:1fr!important;}body.yitm-post-unified .inline-actions a,body.template-service-page .inline-actions a,body.blog-page .inline-actions a{width:100%!important;}}body.yitm-post-unified .eyebrow,body.template-service-page .eyebrow,body.blog-page .eyebrow,body.yitm-post-unified .yitm-badge,body.template-service-page .yitm-badge,body.blog-page .yitm-badge,body.yitm-post-unified .pill,body.template-service-page .pill,body.blog-page .pill,body.yitm-post-unified .badge,body.template-service-page .badge,body.blog-page .badge{color:#fff!important;background:#10233f!important;border-color:#10233f!important;text-decoration:none!important;}body.yitm-post-unified .eyebrow a,body.template-service-page .eyebrow a,body.blog-page .eyebrow a,body.yitm-post-unified .badge a,body.template-service-page .badge a,body.blog-page .badge a{color:#fff!important;text-decoration:none!important}body.yitm-post-unified .button-row a,body.template-service-page .button-row a,body.blog-page .button-row a,body.yitm-post-unified .inline-actions a,body.template-service-page .inline-actions a,body.blog-page .inline-actions a,body.yitm-post-unified .cta-row a,body.template-service-page .cta-row a,body.blog-page .cta-row a{border-radius:999px!important;padding:.82rem 1.05rem!important;font-weight:900!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:44px!important;line-height:1.1!important;}body.yitm-post-unified .button-row a:first-child,body.template-service-page .button-row a:first-child,body.blog-page .button-row a:first-child,body.yitm-post-unified .inline-actions a:first-child,body.template-service-page .inline-actions a:first-child,body.blog-page .inline-actions a:first-child,body.yitm-post-unified .cta-row a:first-child,body.template-service-page .cta-row a:first-child,body.blog-page .cta-row a:first-child{background:#10233f!important;color:#fff!important;border-color:#10233f!important;text-decoration:none!important;box-shadow:0 14px 28px rgba(16,35,63,.16)!important;}.yitm-repair-guide-template{margin:clamp(24px,4vw,42px) 0!important;padding:clamp(22px,3.4vw,38px)!important;border:1px solid rgba(16,35,63,.09)!important;border-radius:34px!important;background:linear-gradient(135deg,#ffffff 0%,#fbfaf6 52%,#edf7f8 100%)!important;box-shadow:0 22px 60px rgba(16,35,63,.08)!important;color:#10233f!important;clear:both!important;}.yitm-guide-template-head{max-width:850px!important;margin:0 0 18px!important}.yitm-template-kicker{display:inline-flex!important;align-items:center!important;width:max-content!important;border-radius:999px!important;padding:.48rem .78rem!important;background:#10233f!important;color:#fff!important;font-size:.78rem!important;line-height:1!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important;}.yitm-guide-template-head h2{margin:14px 0 8px!important;font-size:clamp(2rem,3.8vw,3.3rem)!important;line-height:.98!important;letter-spacing:-.035em!important;max-width:900px!important;}.yitm-guide-template-head p{margin:0!important;color:#40536a!important;font-size:1.04rem!important}.yitm-quick-answer-card{padding:clamp(18px,2.5vw,26px)!important;border-radius:24px!important;background:#f7fbf6!important;border:1px solid rgba(25,91,99,.14)!important;box-shadow:0 10px 26px rgba(16,35,63,.04)!important;margin:18px 0!important;}.yitm-quick-answer-card strong{display:block!important;color:#10233f!important;font-size:1rem!important;margin-bottom:8px!important}.yitm-quick-answer-card p{margin:0!important;color:#2d4058!important;font-size:1.05rem!important;line-height:1.65!important;max-width:920px!important}.yitm-decision-strip,.yitm-stop-try-send,.yitm-guide-template-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;margin:18px 0!important;}.yitm-decision-strip>div,.yitm-stop-try-send>article,.yitm-template-panel{background:#fff!important;border:1px solid rgba(16,35,63,.09)!important;border-radius:24px!important;padding:clamp(18px,2.2vw,24px)!important;box-shadow:0 12px 30px rgba(16,35,63,.045)!important;min-width:0!important;}.yitm-decision-strip strong,.yitm-stop-try-send h3,.yitm-template-panel h3{display:block!important;margin:0 0 8px!important;color:#10233f!important;font-weight:900!important;font-size:1.28rem!important;line-height:1.1!important;}.yitm-decision-strip span{display:inline-flex!important;width:max-content!important;max-width:100%!important;margin:0 0 10px!important;border-radius:999px!important;padding:.42rem .7rem!important;font-weight:900!important;font-size:.86rem!important;background:#eef6f7!important;color:#195b63!important;border:1px solid rgba(25,91,99,.15)!important;}.yitm-decision-strip span.risk-high{background:#fff0ef!important;color:#9f1f1f!important;border-color:rgba(159,31,31,.18)!important}.yitm-decision-strip span.risk-medium{background:#fff7e0!important;color:#705012!important;border-color:rgba(112,80,18,.18)!important}.yitm-decision-strip span.risk-low{background:#edf8ef!important;color:#195b2c!important;border-color:rgba(25,91,44,.18)!important}.yitm-decision-strip p,.yitm-stop-try-send p,.yitm-template-panel p,.yitm-template-panel li{margin:.25rem 0 0!important;color:#40536a!important;line-height:1.62!important;font-size:1rem!important}.yitm-template-panel ul{margin:8px 0 0!important;padding-left:1.2rem!important}.yitm-template-links{display:grid!important;gap:8px!important;margin-top:8px!important}.yitm-template-links a{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:11px 13px!important;border-radius:16px!important;background:#f8fbfc!important;border:1px solid rgba(16,35,63,.08)!important;color:#195b63!important;font-weight:900!important;text-decoration:none!important;}.yitm-template-links a:hover{background:#eef7f8!important;text-decoration:none!important;transform:translateY(-1px)!important}.yitm-guide-template-tags{margin:16px 0 0!important;padding:12px 14px!important;border-radius:18px!important;background:#fff!important;border:1px solid rgba(16,35,63,.08)!important;color:#526276!important;font-size:.95rem!important;}@media(max-width:900px){.yitm-decision-strip,.yitm-stop-try-send,.yitm-guide-template-grid{grid-template-columns:1fr!important}.yitm-repair-guide-template{border-radius:26px!important;padding:20px!important}.yitm-guide-template-head h2{font-size:clamp(1.9rem,8vw,2.6rem)!important}}body.yitm-post-unified .eyebrow,body.template-service-page .eyebrow,body.blog-page .eyebrow,body.yitm-post-unified p.eyebrow,body.template-service-page p.eyebrow,body.blog-page p.eyebrow,body.yitm-post-unified span.eyebrow,body.template-service-page span.eyebrow,body.blog-page span.eyebrow{background:#10233f!important;color:#ffffff!important;border-color:#10233f!important;opacity:1!important;text-shadow:none!important;}body.yitm-post-unified .eyebrow *,body.template-service-page .eyebrow *,body.blog-page .eyebrow *{color:#ffffff!important;opacity:1!important;}body.template-service-page .primary-start,body.yitm-post-unified .primary-start,body.blog-page .primary-start{background:linear-gradient(135deg,#10233f,#17395a)!important;color:#fff!important;}body.template-service-page .primary-start strong,body.template-service-page .primary-start span,body.template-service-page .primary-start p,body.yitm-post-unified .primary-start strong,body.yitm-post-unified .primary-start span,body.yitm-post-unified .primary-start p,body.blog-page .primary-start strong,body.blog-page .primary-start span,body.blog-page .primary-start p{color:#fff!important;opacity:1!important;text-shadow:none!important;}body.template-service-page .primary-start .start-number,body.yitm-post-unified .primary-start .start-number,body.blog-page .primary-start .start-number{color:rgba(255,255,255,.55)!important;}body.template-service-page .yitm-epping-service-triage,body.yitm-post-unified .yitm-epping-service-triage{margin:clamp(24px,4vw,42px) auto!important;width:min(100% - 48px,1180px)!important;}body.template-service-page .yitm-epping-service-triage .yitm-template-kicker,body.yitm-post-unified .yitm-epping-service-triage .yitm-template-kicker{background:#10233f!important;color:#fff!important;border-color:#10233f!important;opacity:1!important;}body.template-service-page .yitm-epping-service-triage ul,body.yitm-post-unified .yitm-epping-service-triage ul{margin:8px 0 0!important;padding-left:1.15rem!important;color:#40536a!important;}body.template-service-page .yitm-epping-service-triage li,body.yitm-post-unified .yitm-epping-service-triage li{margin:.28rem 0!important;color:#40536a!important;line-height:1.55!important;}@media(max-width:760px){body.template-service-page .yitm-epping-service-triage,body.yitm-post-unified .yitm-epping-service-triage{width:min(100% - 28px,1180px)!important;}}body.yitm-post-unified .eyebrow,body.template-service-page .eyebrow,body.template-suburb-page .eyebrow,body.blog-page .eyebrow,body.yitm-post-unified .yitm-template-kicker,body.template-service-page .yitm-template-kicker,body.template-suburb-page .yitm-template-kicker,body.blog-page .yitm-template-kicker,body.yitm-post-unified .hero-badge-pill,body.template-service-page .hero-badge-pill,body.template-suburb-page .hero-badge-pill,body.blog-page .hero-badge-pill,body.yitm-post-unified .pill,body.template-service-page .pill,body.template-suburb-page .pill,body.blog-page .pill,body.yitm-post-unified .badge,body.template-service-page .badge,body.template-suburb-page .badge,body.blog-page .badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:44px!important;padding:.72rem 1.18rem!important;border-radius:999px!important;background:#10233f!important;border:1px solid #10233f!important;color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;text-shadow:none!important;opacity:1!important;font-size:.92rem!important;line-height:1.15!important;letter-spacing:.06em!important;text-transform:uppercase!important;font-weight:900!important;}body.yitm-post-unified .eyebrow *,body.template-service-page .eyebrow *,body.template-suburb-page .eyebrow *,body.blog-page .eyebrow *,body.yitm-post-unified .yitm-template-kicker *,body.template-service-page .yitm-template-kicker *,body.template-suburb-page .yitm-template-kicker *,body.blog-page .yitm-template-kicker *,body.yitm-post-unified .hero-badge-pill *,body.template-service-page .hero-badge-pill *,body.template-suburb-page .hero-badge-pill *,body.blog-page .hero-badge-pill *,body.yitm-post-unified .pill *,body.template-service-page .pill *,body.template-suburb-page .pill *,body.blog-page .pill *,body.yitm-post-unified .badge *,body.template-service-page .badge *,body.template-suburb-page .badge *,body.blog-page .badge *{color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;opacity:1!important;}body.yitm-post-unified section.card>.eyebrow,body.template-service-page section.card>.eyebrow,body.template-suburb-page section.card>.eyebrow,body.blog-page section.card>.eyebrow{margin:0 0 18px!important;}.footer-referral-link{color:#fff;font-weight:900;text-decoration:underline;text-underline-offset:3px}.footer-referral-link:focus{outline:3px solid rgba(245,184,63,.55);outline-offset:3px;border-radius:4px}.footer-referral-cta{margin:0 auto 0;padding:0 20px 14px;text-align:center;color:#d9e2ec;font-size:.95rem;line-height:1.55}.footer-referral-cta__link{color:#fff;font-weight:900;text-decoration:underline;text-underline-offset:3px}.footer-referral-cta__link:focus{outline:3px solid rgba(245,184,63,.55);outline-offset:3px;border-radius:4px}.footer.yitm-unified-footer{padding:36px 0 42px;background:#071929;color:#fff;}.footer.yitm-unified-footer .footer-main{align-items:flex-start;}.footer.yitm-unified-footer .footer-grid{grid-template-columns:minmax(260px,1fr) minmax(300px,1fr);gap:24px;}.footer.yitm-unified-footer strong{display:block;font-weight:900;margin-bottom:6px;}.footer.yitm-unified-footer p{margin:0;color:rgba(255,255,255,.72);max-width:440px;line-height:1.5;}.footer.yitm-unified-footer .footer-links,.footer.yitm-unified-footer .footer-terms-links{display:flex;flex-wrap:wrap;gap:9px;justify-content:flex-end;}.footer.yitm-unified-footer .footer-links a,.footer.yitm-unified-footer .footer-terms-links a{display:inline-flex;align-items:center;min-height:34px;padding:7px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.16);color:#fff;text-decoration:none;font-weight:800;font-size:.92rem;line-height:1;}.footer.yitm-unified-footer .footer-links a[href*="referrals"]{border-color:rgba(245,184,63,.42);background:rgba(245,184,63,.08);}.footer.yitm-unified-footer .footer-terms{margin-top:18px;padding-top:16px;border-top:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:space-between;gap:18px;}.footer.yitm-unified-footer .footer-terms span{color:rgba(255,255,255,.82);}.footer.yitm-unified-footer .footer-referral-cta{display:none!important;}@media(max-width:760px){.footer.yitm-unified-footer{padding:30px 0 32px}.footer.yitm-unified-footer .footer-grid{grid-template-columns:1fr}.footer.yitm-unified-footer .footer-links,.footer.yitm-unified-footer .footer-terms-links{justify-content:flex-start}.footer.yitm-unified-footer .footer-terms{display:block}.footer.yitm-unified-footer .footer-terms-links{margin-top:12px}}.yitm-unified-footer .footer-referral-note,.footer-referral-note{margin-top:18px;padding-top:16px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.88);font-weight:800;line-height:1.45;text-align:center;font-size:.95rem}.footer-referral-note a{color:#fff;text-decoration:underline;text-underline-offset:3px;font-weight:900}@media (min-width:681px){.sticky-mobile-bar{display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}}@media (max-width:680px){body{padding-bottom:92px}.sticky-mobile-bar{position:fixed!important;left:10px!important;right:10px!important;bottom:10px!important;z-index:9999!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;padding:8px!important;background:rgba(255,255,255,.96)!important;border:1px solid rgba(16,35,63,.12)!important;border-radius:20px!important;box-shadow:0 -8px 34px rgba(16,35,63,.22)!important;backdrop-filter:blur(16px)!important;visibility:visible!important;height:auto!important;min-height:0!important;overflow:visible!important}.sticky-mobile-bar a{display:flex!important;align-items:center!important;justify-content:center!important;min-height:44px!important;padding:10px 8px!important;border-radius:14px!important;text-align:center!important;text-decoration:none!important;font-weight:900!important;font-size:.95rem!important;line-height:1.1!important;color:#10233f!important;background:#eef3f6!important}.sticky-mobile-bar a:first-child{background:#10233f!important;color:#fff!important}.sticky-mobile-bar a:nth-child(2){background:#f5b800!important;color:#10233f!important}.sticky-mobile-bar a:last-child{background:#eef3f6!important;color:#10233f!important}}.sticky-mobile-bar{display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}@media (max-width:680px){.sticky-mobile-bar{display:grid!important;visibility:visible!important;height:auto!important;min-height:0!important;overflow:visible!important}}@media (min-width:681px){.sticky-mobile-bar{display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}}.yitm-virus-modern{max-width:1180px;margin:0 auto;padding:28px 22px 68px;color:#10233f}.yitm-virus-modern a{color:#064e35;font-weight:900}.vm-hero{background:linear-gradient(135deg,#fff,#f6fbff 58%,#eef8f3);border:1px solid #d9e6ee;border-radius:34px;padding:34px;box-shadow:0 18px 50px rgba(16,35,63,.08);display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);gap:28px;align-items:center}.vm-kicker{display:inline-flex;align-items:center;gap:8px;border:1px solid #d8eadf;background:#f8fffb;border-radius:999px;color:#064e35;font-weight:1000;padding:8px 13px;margin:0 0 14px}.vm-hero h1{font-size:clamp(3rem,6vw,6.2rem);line-height:.9;letter-spacing:-.055em;margin:0 0 16px;color:#10233f;font-family:"Barlow Condensed",Barlow,sans-serif}.vm-hero h1 em{font-style:normal;color:#064e35}.vm-lead{font-size:1.18rem;line-height:1.55;color:#33465c;max-width:720px}.vm-actions,.vm-chipbar,.vm-linkgrid,.vm-cards,.vm-stoptry,.vm-checks,.vm-local{display:flex;flex-wrap:wrap;gap:10px}.vm-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 18px;background:#064e35;color:#fff!important;text-decoration:none!important;font-weight:1000;box-shadow:0 10px 24px rgba(6,78,53,.16)}.vm-btn.secondary{background:#fff;color:#064e35!important;border:1px solid #cfe4d8;box-shadow:none}.vm-hero-img{border-radius:28px;overflow:hidden;border:1px solid #d9e6ee;background:#fff;box-shadow:0 16px 42px rgba(16,35,63,.12)}.vm-hero-img img{display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover}.vm-triage{margin:22px 0;background:#fff;border:1px solid #d8eadf;border-radius:28px;padding:16px;box-shadow:0 12px 30px rgba(16,35,63,.06)}.vm-chipbar{align-items:center}.vm-chipbar strong{color:#064e35;margin-right:4px}.vm-chipbar a{display:inline-flex;text-decoration:none;border:1px solid #cfe4d8;border-radius:999px;padding:9px 13px;background:#f8fffb;color:#064e35}.vm-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}.vm-panel{background:#fff;border:1px solid #d9e6ee;border-radius:28px;padding:24px;margin:20px 0;box-shadow:0 12px 34px rgba(16,35,63,.06)}.vm-answer{background:#fff;color:#10233f;border-top:7px solid #064e35}.vm-panel h2{font-family:"Barlow Condensed",Barlow,sans-serif;font-size:clamp(2rem,3.5vw,3.35rem);line-height:.95;letter-spacing:-.035em;color:#10233f;margin:10px 0 12px}.vm-panel h3{color:#064e35;margin:10px 0 8px}.vm-panel p,.vm-panel li,.vm-panel td{color:#33465c}.vm-urgent{background:#fff7f4;border:2px solid #e07a5f}.vm-urgent h2{color:#8a2715}.vm-pill{display:inline-flex;border-radius:999px;padding:6px 11px;font-weight:1000;background:#fff1c4;color:#62480b}.vm-pill.high{background:#ffe4de;color:#8a2715}.vm-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.vm-card{border:1px solid #d8eadf;background:#fbfffd;border-radius:20px;padding:15px}.vm-stoptry{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.vm-table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #d8eadf;border-radius:20px;overflow:hidden}.vm-table th{background:#064e35;color:#fff;text-align:left}.vm-table th,.vm-table td{padding:13px;border-bottom:1px solid #e5f0e9;vertical-align:top}.vm-table tr:last-child td{border-bottom:0}.vm-checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.vm-side{position:sticky;top:96px}.vm-side .vm-panel{margin-top:0}.vm-side a,.vm-linkgrid a,.vm-local a{display:block;text-decoration:none;border:1px solid #d8eadf;background:#fff;border-radius:16px;padding:12px;margin:8px 0;color:#064e35}.vm-linkgrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.vm-local{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.vm-note{background:#fffaf1;border-color:#ead79b}.vm-trust{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.vm-trust span{background:#f8fffb;border:1px solid #d8eadf;border-radius:999px;padding:8px 12px;font-weight:900;color:#064e35}.vm-faq details{border:1px solid #d8eadf;border-radius:18px;padding:14px;background:#fff;margin:10px 0}.vm-faq summary{cursor:pointer;font-weight:1000;color:#10233f}.vm-subtle{color:#607267!important;font-size:.95rem}.vm-bottom-cta{text-align:center;background:linear-gradient(135deg,#064e35,#123448);color:#fff}.vm-bottom-cta h2,.vm-bottom-cta p{color:#fff}.vm-bottom-cta .vm-btn.secondary{border-color:rgba(255,255,255,.35)}@media(max-width:900px){.vm-hero,.vm-layout,.vm-cards,.vm-stoptry,.vm-checks,.vm-linkgrid,.vm-local{grid-template-columns:1fr}.vm-side{position:static}.yitm-virus-modern{padding:18px 14px 78px}.vm-hero{padding:24px;border-radius:26px}.vm-triage{border-radius:22px}.vm-hero h1{font-size:clamp(2.8rem,13vw,4.4rem)}}.sticky-mobile-bar{display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;overflow:hidden!important}@media (max-width:680px){.sticky-mobile-bar{display:grid!important;visibility:visible!important;height:auto!important;overflow:visible!important}}.yitm-blog-cta-row{display:none!important}.yitm-triage-post{max-width:1180px;margin:0 auto;padding:22px}.yitm-triage-post .yitm-breadcrumbs{margin:12px 0 18px;color:#607267;font-weight:800}.yitm-triage-post .yitm-breadcrumbs a{color:#064e35;text-decoration:none}.yitm-triage-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:28px;align-items:center;background:linear-gradient(135deg,#eff8f2,#fff);border:1px solid #d8eadf;border-radius:32px;padding:30px;margin-bottom:22px}.yitm-kicker{display:inline-flex;border:1px solid #cfe4d8;border-radius:999px;padding:7px 12px;background:#fff;color:#064e35;font-weight:900}.yitm-triage-hero h1{font-size:clamp(2rem,4vw,3.35rem);line-height:1.03;margin:14px 0;color:#10241a}.yitm-subtitle{font-size:1.15rem;line-height:1.55;color:#30483a}.yitm-hero-media img{width:100%;height:auto;border-radius:26px;box-shadow:0 18px 38px rgba(16,36,26,.13)}.yitm-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.yitm-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:12px 17px;background:#064e35;color:#fff!important;text-decoration:none!important;font-weight:900}.yitm-btn.secondary{background:#fff;color:#064e35!important;border:1px solid #cfe4d8}.yitm-content{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:24px}.yitm-article{min-width:0}.yitm-card{border:1px solid #d8eadf;border-radius:26px;background:#fff;padding:22px;margin:18px 0;box-shadow:0 10px 24px rgba(16,36,26,.06)}.yitm-answer{background:#064e35;color:#fff;border-color:#064e35}.yitm-answer h2,.yitm-answer p,.yitm-answer a{color:#fff}.yitm-answer .yitm-btn{background:#fff;color:#064e35!important}.yitm-risk{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.yitm-risk div{border:1px solid #cfe4d8;border-radius:18px;background:#f8fffb;padding:14px}.yitm-risk strong,.yitm-sts h3,.yitm-card h2,.yitm-card h3{color:#064e35}.risk-low,.risk-medium{display:inline-flex;border-radius:999px;padding:5px 10px;font-weight:1000}.risk-low{background:#eaf7ef;color:#064e35}.risk-medium{background:#fff1c4;color:#62480b}.yitm-sts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.yitm-sts article{border:1px solid #cfe4d8;border-radius:20px;background:#f8fffb;padding:16px}.yitm-table{width:100%;border-collapse:separate;border-spacing:0;margin:12px 0;border:1px solid #d8eadf;border-radius:20px;overflow:hidden}.yitm-table th{background:#064e35;color:#fff;text-align:left}.yitm-table th,.yitm-table td{padding:12px;border-bottom:1px solid #e5f0e9;vertical-align:top}.yitm-table tr:last-child td{border-bottom:0}.yitm-checkgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.yitm-checkgrid div{border:1px solid #d8eadf;border-radius:18px;padding:15px;background:#fbfffd}.yitm-pathways a,.yitm-side a{display:block;text-decoration:none;color:#064e35;font-weight:900;border:1px solid #d8eadf;border-radius:16px;padding:11px 12px;margin:8px 0;background:#fff}.yitm-side{position:sticky;top:18px;height:max-content}.yitm-side .yitm-card{margin-top:0}.yitm-note{background:#fffaf1;border-color:#ead79b}.yitm-faq h3{margin-top:18px}.yitm-mini{font-size:.94rem;color:#607267}.yitm-trust-strip{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.yitm-trust-strip span{background:#f8fffb;border:1px solid #d8eadf;border-radius:999px;padding:8px 12px;font-weight:900;color:#064e35}.yitm-triage-bar{position:sticky;top:0;z-index:20;display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:0 0 18px;padding:12px 14px;border:1px solid #d8eadf;border-radius:999px;background:rgba(255,255,255,.96);box-shadow:0 10px 24px rgba(16,36,26,.08)}.yitm-triage-bar strong{color:#064e35;margin-right:4px}.yitm-triage-bar a{display:inline-flex;text-decoration:none;color:#064e35;font-weight:900;border:1px solid #cfe4d8;border-radius:999px;padding:8px 12px;background:#f8fffb}.yitm-definition{background:#f8fffb;border-left:6px solid #064e35}.yitm-definition .yitm-def-label{display:inline-flex;border-radius:999px;background:#eaf7ef;color:#064e35;font-weight:1000;padding:5px 10px;margin-bottom:8px}.yitm-time-saved{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.yitm-time-saved span{display:block;border:1px solid #d8eadf;border-radius:16px;padding:11px;background:#fff}.yitm-related-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.yitm-related-groups div{border:1px solid #d8eadf;border-radius:18px;background:#fbfffd;padding:14px}.yitm-related-groups h3{margin-top:0}.yitm-related-groups a{margin:7px 0}@media(max-width:900px){.yitm-triage-bar{position:static;border-radius:22px}.yitm-related-groups,.yitm-time-saved{grid-template-columns:1fr}}@media(max-width:900px){.yitm-triage-hero,.yitm-content,.yitm-risk,.yitm-sts,.yitm-checkgrid{grid-template-columns:1fr}.yitm-side{position:static}.yitm-triage-post{padding:14px}.yitm-triage-hero{padding:22px}}.yitm-unified-footer{background:#061827;color:#fff;padding:34px 0 28px;margin-top:48px;border-top:1px solid rgba(255,255,255,.08)}.yitm-unified-footer .footer-grid,.yitm-unified-footer .footer-main{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:start;max-width:1180px;margin:0 auto;padding:0 22px}.yitm-unified-footer strong{display:block;margin:0 0 8px;font-weight:900;color:#fff}.yitm-unified-footer p{margin:0;color:#d9e6ee;line-height:1.5;max-width:520px}.yitm-unified-footer a{color:#fff;text-decoration:none}.yitm-unified-footer .footer-links,.yitm-unified-footer .footer-terms-links{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.yitm-unified-footer .footer-links a,.yitm-unified-footer .footer-terms-links a{border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:8px 13px;font-weight:800;font-size:.92rem;line-height:1}.yitm-unified-footer .footer-terms{max-width:1180px;margin:24px auto 0;padding:18px 22px 0;border-top:1px solid rgba(255,255,255,.14);display:flex;gap:16px;align-items:center;justify-content:space-between;color:#fff}@media(max-width:760px){.yitm-unified-footer .footer-grid,.yitm-unified-footer .footer-main{grid-template-columns:1fr}.yitm-unified-footer .footer-links,.yitm-unified-footer .footer-terms-links{justify-content:flex-start}.yitm-unified-footer .footer-terms{display:block}.yitm-unified-footer .footer-terms-links{margin-top:14px}}.sticky-mobile-bar,.mobile-sticky-bar,.mobile-action-dock{display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}@media (max-width:680px){.sticky-mobile-bar,.mobile-sticky-bar,.mobile-action-dock{display:grid!important;visibility:visible!important;height:auto!important;min-height:0!important;overflow:visible!important}}@media (min-width:681px){.sticky-mobile-bar,.mobile-sticky-bar,.mobile-action-dock{display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}}.yitm-blog-cta-row{display:none!important}.yitm-unified-footer .footer-main,.footer-main{border-bottom:0!important;}.yitm-unified-footer .footer-referral-note,.footer-referral-note{border-top:0!important;padding-top:8px!important;}@media (min-width:681px){.sticky-mobile-bar,.mobile-sticky-bar,.mobile-action-dock{display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;}}.yitm-unified-footer .footer-main,.footer.yitm-unified-footer .footer-main,.footer-main{border-bottom:0!important;}.yitm-unified-footer .footer-referral-note,.footer.yitm-unified-footer .footer-referral-note,.footer-referral-note{width:min(1180px,calc(100% - 44px))!important;max-width:1180px!important;margin:18px auto 0!important;padding:16px 20px!important;border:0!important;border-radius:22px!important;background:linear-gradient(135deg,#f8fafc,#eef7f1)!important;color:#10233f!important;font-weight:900!important;line-height:1.45!important;text-align:center!important;box-shadow:0 14px 34px rgba(0,0,0,.12)!important;}.yitm-unified-footer .footer-referral-note a,.footer.yitm-unified-footer .footer-referral-note a,.footer-referral-note a{color:#07563b!important;text-decoration:underline!important;text-underline-offset:3px!important;font-weight:1000!important;}.yitm-unified-footer .footer-terms,.footer.yitm-unified-footer .footer-terms,.footer-terms{border-top:0!important;padding-top:8px!important;margin-top:14px!important;}.sticky-mobile-bar,.mobile-sticky-bar,.mobile-action-dock{display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;}@media (max-width:680px){.sticky-mobile-bar,.mobile-sticky-bar,.mobile-action-dock{position:fixed!important;left:10px!important;right:10px!important;bottom:10px!important;z-index:9999!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;padding:8px!important;border-radius:20px!important;background:rgba(255,255,255,.96)!important;border:1px solid rgba(16,35,63,.12)!important;box-shadow:0 -8px 34px rgba(16,35,63,.22)!important;backdrop-filter:blur(16px)!important;visibility:visible!important;height:auto!important;min-height:0!important;overflow:visible!important;}.sticky-mobile-bar a,.mobile-sticky-bar a,.mobile-action-dock a{display:flex!important;align-items:center!important;justify-content:center!important;min-height:44px!important;padding:10px 8px!important;border-radius:14px!important;text-align:center!important;text-decoration:none!important;font-weight:900!important;font-size:.95rem!important;line-height:1.1!important;color:#10233f!important;background:#eef3f6!important;}.sticky-mobile-bar a:first-child,.mobile-sticky-bar a:first-child,.mobile-action-dock a:first-child{background:#10233f!important;color:#fff!important;}.sticky-mobile-bar a:nth-child(2),.mobile-sticky-bar a:nth-child(2),.mobile-action-dock a:nth-child(2){background:#f5b800!important;color:#10233f!important;}.sticky-mobile-bar a:last-child,.mobile-sticky-bar a:last-child,.mobile-action-dock a:last-child{background:#eef3f6!important;color:#10233f!important;}body{padding-bottom:82px;}}@media (min-width:681px){.sticky-mobile-bar,.mobile-sticky-bar,.mobile-action-dock{display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;}}.yitm-virus-modern .vm-hero{grid-template-columns:minmax(0,1fr) minmax(280px,.78fr)!important;align-items:center!important;background:linear-gradient(135deg,#ffffff 0%,#f7fbff 60%,#f4faf6 100%)!important;}.yitm-virus-modern .vm-hero h1{font-size:clamp(2.7rem,4.45vw,4.6rem)!important;line-height:1.02!important;letter-spacing:-.035em!important;max-width:760px!important;}.yitm-virus-modern .vm-hero h1 em{color:#064e35!important;}.yitm-virus-modern .vm-lead{font-size:1.08rem!important;line-height:1.65!important;color:#33465c!important;}.yitm-virus-modern .vm-hero-img{max-width:430px!important;justify-self:center!important;}.yitm-virus-modern .vm-hero-img img{aspect-ratio:16/11!important;object-fit:cover!important;}.yitm-virus-modern .vm-bottom-cta{background:linear-gradient(135deg,#fffaf1,#f8fffb)!important;border:2px solid #ead79b!important;color:#10233f!important;text-align:center!important;}.yitm-virus-modern .vm-bottom-cta h2,.yitm-virus-modern .vm-bottom-cta p{color:#10233f!important;text-shadow:none!important;opacity:1!important;}.yitm-virus-modern .vm-bottom-cta .vm-btn{background:#064e35!important;color:#fff!important;}.yitm-virus-modern .vm-bottom-cta .vm-btn.secondary{background:#fff!important;color:#064e35!important;border:1px solid #cfe4d8!important;}.yitm-virus-modern .vm-panel,.yitm-triage-post .yitm-card{overflow-wrap:anywhere;}.yitm-virus-modern .vm-panel h2,.yitm-triage-post .yitm-card h2{color:#10233f!important;}.yitm-virus-modern .vm-panel h3,.yitm-triage-post .yitm-card h3{color:#064e35!important;}.yitm-virus-modern .vm-answer{background:#ffffff!important;color:#10233f!important;border-top:7px solid #064e35!important;}.yitm-virus-modern .vm-answer h2,.yitm-virus-modern .vm-answer p{color:#10233f!important;}.yitm-virus-modern .vm-answer .vm-kicker{background:#f8fffb!important;color:#064e35!important;}.site-footer .footer-referral-line,.site-footer .footer-referral-panel,.site-footer [class*="referral"]{border-top:0!important;}.site-footer hr{display:none!important;}@media(max-width:900px){.yitm-virus-modern .vm-hero{grid-template-columns:1fr!important}.yitm-virus-modern .vm-hero h1{font-size:clamp(2.4rem,11vw,3.6rem)!important}.yitm-virus-modern .vm-hero-img{max-width:100%!important}}@media(min-width:901px){.sticky-mobile-bar,.mobile-sticky-bar,.mobile-action-dock{display:none!important;visibility:hidden!important;}}@media(max-width:900px){.sticky-mobile-bar,.mobile-sticky-bar,.mobile-action-dock{display:flex!important;visibility:visible!important;}}body.blog-page .yitm-card .yitm-stop-try-send,body.yitm-post-unified .yitm-card .yitm-stop-try-send,body.template-service-page .yitm-card .yitm-stop-try-send,.yitm-triage-post .yitm-stop-try-send{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;max-width:100%!important;}body.blog-page .yitm-card .yitm-stop-try-send>div,body.yitm-post-unified .yitm-card .yitm-stop-try-send>div,body.template-service-page .yitm-card .yitm-stop-try-send>div,.yitm-triage-post .yitm-stop-try-send>div{min-width:0!important;width:100%!important;overflow-wrap:break-word!important;word-break:normal!important;}body.blog-page .yitm-card .yitm-stop-try-send ul,body.yitm-post-unified .yitm-card .yitm-stop-try-send ul,body.template-service-page .yitm-card .yitm-stop-try-send ul,.yitm-triage-post .yitm-stop-try-send ul,body.blog-page .yitm-card ul.yitm-checklist,body.yitm-post-unified .yitm-card ul.yitm-checklist,body.template-service-page .yitm-card ul.yitm-checklist,.yitm-triage-post ul.yitm-checklist{display:block!important;grid-template-columns:1fr!important;columns:1!important;max-width:100%!important;margin:.4rem 0 0!important;padding-left:1.25rem!important;}body.blog-page .yitm-card .yitm-stop-try-send li,body.yitm-post-unified .yitm-card .yitm-stop-try-send li,body.template-service-page .yitm-card .yitm-stop-try-send li,.yitm-triage-post .yitm-stop-try-send li,body.blog-page .yitm-card ul.yitm-checklist li,body.yitm-post-unified .yitm-card ul.yitm-checklist li,body.template-service-page .yitm-card ul.yitm-checklist li,.yitm-triage-post ul.yitm-checklist li{display:list-item!important;max-width:100%!important;margin:0 0 .55rem!important;line-height:1.55!important;overflow-wrap:break-word!important;word-break:normal!important;}@media (min-width:1040px){body.blog-page .yitm-content .yitm-article .yitm-stop-try-send,body.yitm-post-unified .yitm-content .yitm-article .yitm-stop-try-send,body.template-service-page .yitm-content .yitm-article .yitm-stop-try-send{grid-template-columns:repeat(3,minmax(0,1fr))!important;}}@media (max-width:720px){body.blog-page .yitm-card .yitm-stop-try-send,body.yitm-post-unified .yitm-card .yitm-stop-try-send,body.template-service-page .yitm-card .yitm-stop-try-send{grid-template-columns:1fr!important;}}body.blog-page .yitm-card:not(.yitm-answer) a.yitm-btn:not(.secondary),body.yitm-post-unified .yitm-card:not(.yitm-answer) a.yitm-btn:not(.secondary),body.template-service-page .yitm-card:not(.yitm-answer) a.yitm-btn:not(.secondary),body.blog-page .yitm-local-bridge a.yitm-btn:not(.secondary),body.yitm-post-unified .yitm-local-bridge a.yitm-btn:not(.secondary),body.template-service-page .yitm-local-bridge a.yitm-btn:not(.secondary){background:#064e35!important;color:#ffffff!important;border-color:#064e35!important;text-decoration:none!important;}body.blog-page .yitm-card:not(.yitm-answer) a.yitm-btn:not(.secondary):hover,body.yitm-post-unified .yitm-card:not(.yitm-answer) a.yitm-btn:not(.secondary):hover,body.template-service-page .yitm-card:not(.yitm-answer) a.yitm-btn:not(.secondary):hover,body.blog-page .yitm-local-bridge a.yitm-btn:not(.secondary):hover,body.yitm-post-unified .yitm-local-bridge a.yitm-btn:not(.secondary):hover,body.template-service-page .yitm-local-bridge a.yitm-btn:not(.secondary):hover{background:#053f2b!important;color:#ffffff!important;}body.blog-page .yitm-card a.yitm-btn.secondary,body.yitm-post-unified .yitm-card a.yitm-btn.secondary,body.template-service-page .yitm-card a.yitm-btn.secondary,body.blog-page .yitm-local-bridge a.yitm-btn.secondary,body.yitm-post-unified .yitm-local-bridge a.yitm-btn.secondary,body.template-service-page .yitm-local-bridge a.yitm-btn.secondary{background:#ffffff!important;color:#064e35!important;border-color:#cfe4d8!important;text-decoration:none!important;}body.blog-page .yitm-card .yitm-sts,body.yitm-post-unified .yitm-card .yitm-sts,body.template-service-page .yitm-card .yitm-sts,.yitm-triage-post .yitm-sts,body.blog-page .yitm-card .yitm-checkgrid,body.yitm-post-unified .yitm-card .yitm-checkgrid,body.template-service-page .yitm-card .yitm-checkgrid,.yitm-triage-post .yitm-checkgrid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;max-width:100%!important;}body.blog-page .yitm-card .yitm-sts article,body.yitm-post-unified .yitm-card .yitm-sts article,body.template-service-page .yitm-card .yitm-sts article,.yitm-triage-post .yitm-sts article,body.blog-page .yitm-card .yitm-checkgrid>div,body.yitm-post-unified .yitm-card .yitm-checkgrid>div,body.template-service-page .yitm-card .yitm-checkgrid>div,.yitm-triage-post .yitm-checkgrid>div{position:relative!important;display:grid!important;grid-template-columns:minmax(120px,180px) minmax(0,1fr)!important;gap:16px!important;align-items:start!important;min-width:0!important;width:100%!important;overflow:hidden!important;padding:18px 20px 18px 26px!important;border-radius:20px!important;border:1px solid rgba(16,35,63,.1)!important;background:#ffffff!important;box-shadow:0 12px 28px rgba(16,35,63,.055)!important;}body.blog-page .yitm-card .yitm-sts article::before,body.yitm-post-unified .yitm-card .yitm-sts article::before,body.template-service-page .yitm-card .yitm-sts article::before,.yitm-triage-post .yitm-sts article::before,body.blog-page .yitm-card .yitm-checkgrid>div::before,body.yitm-post-unified .yitm-card .yitm-checkgrid>div::before,body.template-service-page .yitm-card .yitm-checkgrid>div::before,.yitm-triage-post .yitm-checkgrid>div::before{content:""!important;position:absolute!important;left:0!important;top:0!important;bottom:0!important;width:8px!important;background:#0f766e!important;}body.blog-page .yitm-card .yitm-sts article:nth-child(1)::before,body.yitm-post-unified .yitm-card .yitm-sts article:nth-child(1)::before,body.template-service-page .yitm-card .yitm-sts article:nth-child(1)::before,.yitm-triage-post .yitm-sts article:nth-child(1)::before{background:#dc2626!important;}body.blog-page .yitm-card .yitm-sts article:nth-child(2)::before,body.yitm-post-unified .yitm-card .yitm-sts article:nth-child(2)::before,body.template-service-page .yitm-card .yitm-sts article:nth-child(2)::before,.yitm-triage-post .yitm-sts article:nth-child(2)::before{background:#2563eb!important;}body.blog-page .yitm-card .yitm-sts article:nth-child(3)::before,body.yitm-post-unified .yitm-card .yitm-sts article:nth-child(3)::before,body.template-service-page .yitm-card .yitm-sts article:nth-child(3)::before,.yitm-triage-post .yitm-sts article:nth-child(3)::before{background:#0f766e!important;}body.blog-page .yitm-card .yitm-checkgrid>div:nth-child(1)::before,body.yitm-post-unified .yitm-card .yitm-checkgrid>div:nth-child(1)::before,body.template-service-page .yitm-card .yitm-checkgrid>div:nth-child(1)::before,.yitm-triage-post .yitm-checkgrid>div:nth-child(1)::before{background:#2563eb!important;}body.blog-page .yitm-card .yitm-checkgrid>div:nth-child(2)::before,body.yitm-post-unified .yitm-card .yitm-checkgrid>div:nth-child(2)::before,body.template-service-page .yitm-card .yitm-checkgrid>div:nth-child(2)::before,.yitm-triage-post .yitm-checkgrid>div:nth-child(2)::before{background:#0f766e!important;}body.blog-page .yitm-card .yitm-sts h3,body.yitm-post-unified .yitm-card .yitm-sts h3,body.template-service-page .yitm-card .yitm-sts h3,.yitm-triage-post .yitm-sts h3,body.blog-page .yitm-card .yitm-checkgrid h3,body.yitm-post-unified .yitm-card .yitm-checkgrid h3,body.template-service-page .yitm-card .yitm-checkgrid h3,.yitm-triage-post .yitm-checkgrid h3{margin:0!important;color:#10233f!important;font-size:clamp(1.25rem,2vw,1.55rem)!important;line-height:1.15!important;}body.blog-page .yitm-card .yitm-sts ul,body.yitm-post-unified .yitm-card .yitm-sts ul,body.template-service-page .yitm-card .yitm-sts ul,.yitm-triage-post .yitm-sts ul,body.blog-page .yitm-card .yitm-checkgrid ul,body.yitm-post-unified .yitm-card .yitm-checkgrid ul,body.template-service-page .yitm-card .yitm-checkgrid ul,.yitm-triage-post .yitm-checkgrid ul{display:grid!important;grid-template-columns:repeat(2,minmax(220px,1fr))!important;columns:1!important;gap:8px 22px!important;max-width:100%!important;margin:0!important;padding-left:1.15rem!important;}body.blog-page .yitm-card .yitm-sts li,body.yitm-post-unified .yitm-card .yitm-sts li,body.template-service-page .yitm-card .yitm-sts li,.yitm-triage-post .yitm-sts li,body.blog-page .yitm-card .yitm-checkgrid li,body.yitm-post-unified .yitm-card .yitm-checkgrid li,body.template-service-page .yitm-card .yitm-checkgrid li,.yitm-triage-post .yitm-checkgrid li{display:list-item!important;margin:0!important;max-width:100%!important;color:#33465c!important;line-height:1.55!important;font-size:1rem!important;overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important;}@media(max-width:760px){body.blog-page .yitm-card .yitm-sts article,body.yitm-post-unified .yitm-card .yitm-sts article,body.template-service-page .yitm-card .yitm-sts article,.yitm-triage-post .yitm-sts article,body.blog-page .yitm-card .yitm-checkgrid>div,body.yitm-post-unified .yitm-card .yitm-checkgrid>div,body.template-service-page .yitm-card .yitm-checkgrid>div,.yitm-triage-post .yitm-checkgrid>div{grid-template-columns:1fr!important;gap:10px!important;padding:18px 18px 18px 24px!important;}body.blog-page .yitm-card .yitm-sts ul,body.yitm-post-unified .yitm-card .yitm-sts ul,body.template-service-page .yitm-card .yitm-sts ul,.yitm-triage-post .yitm-sts ul,body.blog-page .yitm-card .yitm-checkgrid ul,body.yitm-post-unified .yitm-card .yitm-checkgrid ul,body.template-service-page .yitm-card .yitm-checkgrid ul,.yitm-triage-post .yitm-checkgrid ul{grid-template-columns:1fr!important;}}body.blog-page .hero h1,.blog-page.template-blog-post .hero h1,.blog-page .hero-h1{font-size:clamp(2.15rem,4.2vw,3.85rem)!important;line-height:1.02!important;letter-spacing:-.032em!important;max-width:760px!important;text-wrap:balance;overflow-wrap:anywhere;}body.blog-page .hero{padding:clamp(24px,4vw,38px) clamp(20px,4vw,32px)!important;gap:clamp(18px,3vw,26px)!important;}body.blog-page .hero .lead,body.blog-page .hero p{font-size:clamp(1rem,1.45vw,1.14rem)!important;line-height:1.58!important}.student-outcome-pathway,.yitm-student-link-map,.yitm-student-hub-upgrade,.yitm-student-expanded-guide{width:min(1040px,calc(100% - 48px));max-width:1040px;margin:26px auto!important;background:#fff;border:1px solid rgba(16,35,63,.11);border-radius:26px;box-shadow:0 18px 44px rgba(16,35,63,.07);padding:26px 28px;}.student-outcome-pathway h2,.yitm-student-link-map h2,.yitm-student-hub-upgrade h2,.yitm-student-expanded-guide h2{font-family:"Barlow Condensed",Barlow,sans-serif;font-size:clamp(1.9rem,3.5vw,3rem);line-height:1;letter-spacing:-.03em;color:#10233f;margin:8px 0 12px;}.student-outcome-grid,.student-link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:18px 0}.student-outcome-grid>div,.student-link-grid>a{display:block;border:1px solid rgba(16,35,63,.11);border-radius:20px;padding:18px;background:#f7fbfb;color:#10233f;text-decoration:none;box-shadow:0 10px 26px rgba(16,35,63,.05)}.student-outcome-grid strong,.student-link-grid a{font-weight:900}.student-outcome-grid span,.student-link-grid span{display:block;margin-top:6px;color:#516174;font-weight:600;line-height:1.5}.student-safe-next-step{background:#fff8df;border:1px solid rgba(245,184,63,.32);border-radius:18px;padding:16px 18px;margin:18px 0 0!important}.student-moved-fallback{width:min(960px,calc(100% - 32px));margin:30px auto;padding:24px;border-radius:24px;background:#fff;border:1px solid rgba(16,35,63,.12)}@media(max-width:880px){.student-outcome-grid,.student-link-grid{grid-template-columns:1fr}}@media(max-width:640px){body.blog-page .hero h1,.blog-page.template-blog-post .hero h1,.blog-page .hero-h1{font-size:clamp(1.9rem,8.5vw,2.65rem)!important;line-height:1.05!important;letter-spacing:-.025em!important}body.blog-page .hero{margin:16px auto 18px!important;border-radius:22px!important;padding:24px 18px!important}.student-outcome-pathway,.yitm-student-link-map,.yitm-student-hub-upgrade,.yitm-student-expanded-guide{width:min(100% - 32px,1040px);padding:20px;border-radius:22px}.student-outcome-pathway h2,.yitm-student-link-map h2,.yitm-student-hub-upgrade h2,.yitm-student-expanded-guide h2{font-size:clamp(1.75rem,8vw,2.45rem)}.button-row,.hero-actions,.yitm-actions{gap:10px!important}.button-row .btn,.hero-actions .btn,.yitm-actions .yitm-btn{width:100%;min-height:46px}}body.blog-page .hero,body.blog-page main>.hero,body.blog-page main>.breadcrumb + .hero,body.blog-page.template-blog-post .hero,body.yitm-post-unified .hero,body.yitm-post-unified .yitm-hero,body.has-yitm-unified-shell .yitm-hero,body.blog-page .yitm-hero,body.blog-page .blog-hero,body.blog-page .article-hero,body.blog-page .post-hero,body.template-service-page .hero,body.template-service-page .yitm-hero,body.template-service-page .blog-hero,body.template-service-page .article-hero,body.template-service-page .post-hero{padding:clamp(28px,4vw,46px)!important;gap:clamp(18px,3vw,30px)!important;}body.blog-page .hero .hero-text,body.blog-page .hero>div:first-child,body.blog-page main>.hero .hero-text,body.blog-page main>.hero>div:first-child,body.blog-page main>.breadcrumb + .hero .hero-text,body.blog-page main>.breadcrumb + .hero>div:first-child,body.blog-page.template-blog-post .hero .hero-text,body.blog-page.template-blog-post .hero>div:first-child,body.yitm-post-unified .hero .hero-text,body.yitm-post-unified .hero>div:first-child,body.yitm-post-unified .yitm-hero-copy,body.blog-page .yitm-hero-copy,body.template-service-page .hero .hero-text,body.template-service-page .hero>div:first-child,body.template-service-page .yitm-hero-copy{max-width:920px!important;width:100%!important;min-width:0!important;}body.blog-page .hero h1,body.blog-page .hero .hero-h1,body.blog-page main>.hero h1,body.blog-page main>.breadcrumb + .hero h1,body.blog-page.template-blog-post .hero h1,body.yitm-post-unified .hero h1,body.yitm-post-unified .yitm-hero h1,body.has-yitm-unified-shell .yitm-hero h1,body.blog-page .yitm-hero h1,body.blog-page .blog-hero h1,body.blog-page .article-hero h1,body.blog-page .post-hero h1,body.template-service-page .hero h1,body.template-service-page .yitm-hero h1,body.template-service-page .blog-hero h1,body.template-service-page .article-hero h1,body.template-service-page .post-hero h1{max-width:920px!important;font-size:clamp(2.05rem,3.35vw,3.35rem)!important;line-height:1.08!important;letter-spacing:-.028em!important;margin:10px 0 16px!important;text-wrap:balance!important;overflow-wrap:normal!important;word-break:normal!important;}body.blog-page .hero .lead,body.blog-page .hero p,body.blog-page .yitm-subtitle,body.blog-page .blog-hero p,body.blog-page .article-hero p,body.blog-page .post-hero p,body.yitm-post-unified .hero .lead,body.yitm-post-unified .hero p,body.yitm-post-unified .yitm-subtitle,body.yitm-post-unified .yitm-hero p,body.template-service-page .hero .lead,body.template-service-page .hero p,body.template-service-page .yitm-subtitle{max-width:760px!important;font-size:clamp(1rem,1.35vw,1.15rem)!important;line-height:1.58!important;}@media(max-width:980px){body.blog-page .hero h1,body.blog-page .hero .hero-h1,body.blog-page main>.hero h1,body.blog-page main>.breadcrumb + .hero h1,body.blog-page.template-blog-post .hero h1,body.yitm-post-unified .hero h1,body.yitm-post-unified .yitm-hero h1,body.has-yitm-unified-shell .yitm-hero h1,body.blog-page .yitm-hero h1,body.blog-page .blog-hero h1,body.blog-page .article-hero h1,body.blog-page .post-hero h1,body.template-service-page .hero h1,body.template-service-page .yitm-hero h1,body.template-service-page .blog-hero h1,body.template-service-page .article-hero h1,body.template-service-page .post-hero h1{font-size:clamp(2rem,5.2vw,2.85rem)!important;line-height:1.08!important;}}@media(max-width:640px){body.blog-page .hero,body.blog-page main>.hero,body.blog-page main>.breadcrumb + .hero,body.blog-page.template-blog-post .hero,body.yitm-post-unified .hero,body.yitm-post-unified .yitm-hero,body.has-yitm-unified-shell .yitm-hero,body.blog-page .yitm-hero,body.blog-page .blog-hero,body.blog-page .article-hero,body.blog-page .post-hero,body.template-service-page .hero,body.template-service-page .yitm-hero,body.template-service-page .blog-hero,body.template-service-page .article-hero,body.template-service-page .post-hero{padding:22px 18px!important;margin:16px auto 18px!important;border-radius:22px!important;}body.blog-page .hero h1,body.blog-page .hero .hero-h1,body.blog-page main>.hero h1,body.blog-page main>.breadcrumb + .hero h1,body.blog-page.template-blog-post .hero h1,body.yitm-post-unified .hero h1,body.yitm-post-unified .yitm-hero h1,body.has-yitm-unified-shell .yitm-hero h1,body.blog-page .yitm-hero h1,body.blog-page .blog-hero h1,body.blog-page .article-hero h1,body.blog-page .post-hero h1,body.template-service-page .hero h1,body.template-service-page .yitm-hero h1,body.template-service-page .blog-hero h1,body.template-service-page .article-hero h1,body.template-service-page .post-hero h1{font-size:clamp(1.82rem,8.4vw,2.45rem)!important;line-height:1.1!important;letter-spacing:-.022em!important;margin-bottom:12px!important;}body.blog-page .hero .lead,body.blog-page .hero p,body.blog-page .yitm-subtitle,body.blog-page .blog-hero p,body.blog-page .article-hero p,body.blog-page .post-hero p,body.yitm-post-unified .hero .lead,body.yitm-post-unified .hero p,body.yitm-post-unified .yitm-subtitle,body.template-service-page .hero .lead,body.template-service-page .hero p,body.template-service-page .yitm-subtitle{font-size:1rem!important;line-height:1.55!important;}}body.blog-page .gateway-strip,body.blog-page main>.gateway-strip,body.yitm-post-unified .gateway-strip{color:#ffffff!important;background:linear-gradient(135deg,#102d4b 0%,#0b5139 100%)!important;}body.blog-page .gateway-strip h1,body.blog-page .gateway-strip h2,body.blog-page .gateway-strip h3,body.blog-page .gateway-strip p,body.blog-page .gateway-strip strong,body.blog-page .gateway-strip span,body.blog-page main>.gateway-strip h1,body.blog-page main>.gateway-strip h2,body.blog-page main>.gateway-strip h3,body.blog-page main>.gateway-strip p,body.blog-page main>.gateway-strip strong,body.blog-page main>.gateway-strip span,body.yitm-post-unified .gateway-strip h1,body.yitm-post-unified .gateway-strip h2,body.yitm-post-unified .gateway-strip h3,body.yitm-post-unified .gateway-strip p,body.yitm-post-unified .gateway-strip strong,body.yitm-post-unified .gateway-strip span{color:#ffffff!important;opacity:1!important;}body.blog-page .gateway-strip p,body.blog-page main>.gateway-strip p,body.yitm-post-unified .gateway-strip p{color:rgba(255,255,255,.9)!important;}body.blog-page .gateway-strip .btn,body.blog-page main>.gateway-strip .btn,body.yitm-post-unified .gateway-strip .btn{color:#ffffff!important;background:#10233f!important;border-color:rgba(255,255,255,.22)!important;}body.blog-page .gateway-strip .btn.secondary,body.blog-page main>.gateway-strip .btn.secondary,body.yitm-post-unified .gateway-strip .btn.secondary{color:#0b5139!important;background:#ffffff!important;}body.blog-page .gateway-strip .btn.gold,body.blog-page main>.gateway-strip .btn.gold,body.yitm-post-unified .gateway-strip .btn.gold{color:#ffffff!important;background:#10233f!important;}body.blog-page .hero.has-student-hero-image,body.yitm-post-unified .hero.has-student-hero-image,body.template-service-page .hero.has-student-hero-image{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(280px,.72fr)!important;gap:28px!important;align-items:center!important;}body.blog-page .hero.has-student-hero-image .hero-text,body.yitm-post-unified .hero.has-student-hero-image .hero-text{min-width:0!important;}body.blog-page .yitm-student-seo-hero-media,body.yitm-post-unified .yitm-student-seo-hero-media{min-width:0!important;width:100%!important;}body.blog-page .yitm-student-seo-hero-image,body.yitm-post-unified .yitm-student-seo-hero-image{margin:0!important;border-radius:26px!important;overflow:hidden!important;background:#eef5f7!important;box-shadow:0 18px 46px rgba(16,35,63,.13)!important;border:1px solid rgba(16,35,63,.09)!important;}body.blog-page .yitm-student-seo-hero-image img,body.yitm-post-unified .yitm-student-seo-hero-image img{display:block!important;width:100%!important;height:auto!important;aspect-ratio:4/3!important;object-fit:cover!important;}body.blog-page [class*="cta"],body.blog-page [class*="banner"],body.blog-page [class*="strip"]{text-shadow:none;}body.blog-page .final-cta,body.blog-page .post-footer-cta{color:#10233f!important;}@media(max-width:900px){body.blog-page .hero.has-student-hero-image,body.yitm-post-unified .hero.has-student-hero-image,body.template-service-page .hero.has-student-hero-image{grid-template-columns:1fr!important;}body.blog-page .yitm-student-seo-hero-image img,body.yitm-post-unified .yitm-student-seo-hero-image img{aspect-ratio:16/9!important;}}@media(max-width:640px){body.blog-page .gateway-strip,body.blog-page main>.gateway-strip,body.yitm-post-unified .gateway-strip{display:grid!important;gap:16px!important;padding:24px 20px!important;}body.blog-page .gateway-strip .button-row,body.blog-page main>.gateway-strip .button-row,body.yitm-post-unified .gateway-strip .button-row{display:grid!important;width:100%!important;}body.blog-page .gateway-strip .button-row .btn,body.blog-page main>.gateway-strip .button-row .btn,body.yitm-post-unified .gateway-strip .button-row .btn{width:100%!important;}}@media (max-width:900px){body.yitm-mobile-menu-open .sticky-mobile-bar,body.yitm-mobile-menu-open .mobile-sticky-bar,body.yitm-mobile-menu-open .mobile-action-dock{display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;padding:0!important;margin:0!important;overflow:hidden!important;}body.yitm-mobile-menu-open .mobile-menu-btn{background:#10233f!important;color:#ffffff!important;border-color:#10233f!important;}.sticky-mobile-bar a,.mobile-sticky-bar a,.mobile-action-dock a{font-family:Arial, "Helvetica Neue",Helvetica,system-ui,-apple-system,BlinkMacSystemFont, "Segoe UI",sans-serif!important;font-weight:700!important;letter-spacing:-.01em!important;}}.site-header .mobile-menu-btn{width:auto!important;max-width:none!important;min-width:92px!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important}.site-header .nav a[href*="scam-message-checker"]{display:none!important}body.yitm-mobile-menu-open .sticky-mobile-bar{display:none!important;visibility:hidden!important}@media(max-width:920px){.site-header{z-index:10050!important}.site-header .header-inner{position:relative!important}.site-header .nav{display:none;position:absolute!important;left:14px!important;right:14px!important;top:calc(100% + 10px)!important;z-index:10060!important;max-height:calc(100vh - 112px)!important;overflow-y:auto!important;background:#fff!important;border:1px solid rgba(16,35,63,.14)!important;border-radius:22px!important;box-shadow:0 18px 54px rgba(16,35,63,.24)!important;padding:12px!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important}.site-header .nav.is-open{display:flex!important}.site-header .nav a{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;min-height:44px!important;width:100%!important;border-radius:14px!important;padding:10px 12px!important;box-sizing:border-box!important}.site-header .nav a.nav-cta{background:#10233f!important;color:#fff!important}}@media(max-width:760px){.site-header .mobile-menu-btn{display:inline-flex!important;width:auto!important;max-width:none!important;min-height:44px!important;padding:10px 16px!important;border-radius:999px!important}.site-header .brand{min-width:0!important}}body .site-footer,body .site-footer p,body .site-footer span,body .site-footer strong,body .site-footer li,body .yitm-unified-footer,body .yitm-unified-footer p,body .yitm-unified-footer span,body .yitm-unified-footer strong,body .yitm-unified-footer li{color:#eef4fb!important;}body .site-footer a,body .site-footer a:visited,body .site-footer .footer-links a,body .site-footer .footer-terms-links a,body .yitm-unified-footer a,body .yitm-unified-footer a:visited,body .yitm-unified-footer .footer-links a,body .yitm-unified-footer .footer-terms-links a{color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;opacity:1!important;}body .site-footer .footer-referral-cta,body .yitm-unified-footer .footer-referral-cta{color:#fff7d6!important;}body .site-footer .footer-referral-cta a,body .site-footer a.footer-referral-link,body .yitm-unified-footer .footer-referral-cta a,body .yitm-unified-footer a.footer-referral-link{color:#ffe27a!important;-webkit-text-fill-color:#ffe27a!important;text-decoration-color:currentColor!important;}body .site-footer a:hover,body .site-footer a:focus-visible,body .yitm-unified-footer a:hover,body .yitm-unified-footer a:focus-visible{color:#ffe27a!important;-webkit-text-fill-color:#ffe27a!important;border-color:rgba(255,226,122,.72)!important;outline-color:#ffe27a!important;}body.template-service-page .section>.wrap,body.yitm-post-unified .section>.wrap{min-width:0;}body.template-service-page .section-header,body.template-service-page .section-head,body.yitm-post-unified .section-header,body.yitm-post-unified .section-head{max-width:880px;margin:0 0 28px;}body.template-service-page .section-header--card,body.yitm-post-unified .section-header--card{max-width:none;padding:26px 28px;border:1px solid rgba(16,35,63,.09);border-radius:24px;background:linear-gradient(135deg,#fff 0%,#f8fbf6 100%);box-shadow:0 14px 36px rgba(16,35,63,.06);}body.template-service-page .section-header h2,body.template-service-page .section-head h2,body.yitm-post-unified .section-header h2,body.yitm-post-unified .section-head h2{margin:12px 0 10px!important;max-width:900px;}body.template-service-page .section-header p:last-child,body.template-service-page .section-head p:last-child,body.yitm-post-unified .section-header p:last-child,body.yitm-post-unified .section-head p:last-child{margin-bottom:0;}body.template-service-page .grid-2,body.yitm-post-unified .grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:stretch;}body.template-service-page .grid-3,body.template-service-page .cards-3,body.template-service-page .service-grid-3,body.yitm-post-unified .grid-3,body.yitm-post-unified .cards-3,body.yitm-post-unified .service-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch;}body.template-service-page .grid-2>*,body.template-service-page .grid-3>*,body.template-service-page .cards-3>*,body.template-service-page .service-grid-3>*,body.yitm-post-unified .grid-2>*,body.yitm-post-unified .grid-3>*,body.yitm-post-unified .cards-3>*,body.yitm-post-unified .service-grid-3>*{min-width:0;height:100%;}body.template-service-page .service,body.template-service-page .glass-card,body.template-service-page .price-card,body.template-service-page .comparison-card,body.yitm-post-unified .service,body.yitm-post-unified .glass-card,body.yitm-post-unified .price-card,body.yitm-post-unified .comparison-card{display:flex;flex-direction:column;min-width:0;padding:24px;border:1px solid rgba(16,35,63,.10);border-radius:22px;background:#fff;box-shadow:0 12px 32px rgba(16,35,63,.06);overflow-wrap:anywhere;}body.template-service-page .service h3,body.template-service-page .glass-card h3,body.template-service-page .price-card h3,body.template-service-page .comparison-card h3,body.yitm-post-unified .service h3,body.yitm-post-unified .glass-card h3,body.yitm-post-unified .price-card h3,body.yitm-post-unified .comparison-card h3{margin:10px 0 10px;line-height:1.15;}body.template-service-page .price-range,body.template-service-page .pricing-price,body.template-service-page .pricing-model,body.yitm-post-unified .price-range,body.yitm-post-unified .pricing-price,body.yitm-post-unified .pricing-model{color:#195b63;font-family:"Barlow Condensed",Barlow,sans-serif;font-weight:900;line-height:1;}body.template-service-page .price-range,body.yitm-post-unified .price-range{font-size:clamp(1.7rem,3vw,2.35rem);margin-bottom:4px;}body.template-service-page .hero-pricing-grid,body.yitm-post-unified .hero-pricing-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:24px;align-items:stretch;}body.template-service-page .hero-pricing-grid>*,body.yitm-post-unified .hero-pricing-grid>*{min-width:0;height:100%;}body.template-service-page .pricing-feature-box,body.yitm-post-unified .pricing-feature-box{padding:26px;border:1px solid rgba(16,35,63,.10);border-radius:24px;background:#fff;box-shadow:0 14px 36px rgba(16,35,63,.07);}body.template-service-page .pricing-pills,body.yitm-post-unified .pricing-pills{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px;}body.template-service-page .pricing-pill,body.yitm-post-unified .pricing-pill{display:inline-flex;align-items:center;min-height:36px;padding:7px 12px;border-radius:999px;background:#eef7f8;border:1px solid rgba(25,91,99,.16);color:#173e45;font-size:.92rem;font-weight:800;}body.template-service-page .pricing-kicker-strip,body.yitm-post-unified .pricing-kicker-strip{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:22px;padding:20px 22px;border-radius:22px;background:#10233f;color:#fff;}body.template-service-page .pricing-kicker-strip p,body.yitm-post-unified .pricing-kicker-strip p{margin:0;color:#fff;max-width:720px;}body.template-service-page .pricing-kicker-strip .cta-actions,body.yitm-post-unified .pricing-kicker-strip .cta-actions{margin:0;flex:0 0 auto;}body.template-service-page .pricing-overview-grid,body.yitm-post-unified .pricing-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch;}body.template-service-page .pricing-card,body.yitm-post-unified .pricing-card{display:flex;flex-direction:column;min-width:0;height:100%;padding:26px;}body.template-service-page .pricing-card-featured,body.yitm-post-unified .pricing-card-featured{border-color:rgba(25,91,99,.28);background:linear-gradient(180deg,#f4fbfb 0%,#fff 100%);box-shadow:0 18px 44px rgba(25,91,99,.10);}body.template-service-page .pricing-card-label,body.yitm-post-unified .pricing-card-label{align-self:flex-start;padding:6px 10px;border-radius:999px;background:#fff2cf;color:#6d4c0e;font-size:.78rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase;}body.template-service-page .pricing-list,body.yitm-post-unified .pricing-list{margin:18px 0 0;padding-left:20px;}body.template-service-page .pricing-list li+li,body.yitm-post-unified .pricing-list li+li{margin-top:8px;}body.template-service-page .manual-cro-grid,body.yitm-post-unified .manual-cro-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch;}body.template-service-page .manual-cro-card,body.yitm-post-unified .manual-cro-card{height:100%;padding:20px;border:1px solid rgba(16,35,63,.09);border-radius:20px;background:#fff;}body.template-service-page .cta-actions,body.template-service-page .cta-button-grid,body.template-service-page .hero-ctas,body.yitm-post-unified .cta-actions,body.yitm-post-unified .cta-button-grid,body.yitm-post-unified .hero-ctas{display:flex;flex-wrap:wrap;gap:12px;align-items:stretch;}body.template-service-page .cta-actions .btn,body.template-service-page .cta-button-grid .btn,body.template-service-page .hero-ctas .btn,body.yitm-post-unified .cta-actions .btn,body.yitm-post-unified .cta-button-grid .btn,body.yitm-post-unified .hero-ctas .btn{min-height:48px;text-align:center;}body.template-service-page .table-wrap,body.yitm-post-unified .table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid rgba(16,35,63,.09);border-radius:18px;}body.template-service-page .table-wrap table,body.yitm-post-unified .table-wrap table{width:100%;min-width:620px;border-collapse:collapse;margin:0;}body.template-service-page .table-wrap th,body.template-service-page .table-wrap td,body.yitm-post-unified .table-wrap th,body.yitm-post-unified .table-wrap td{padding:14px 16px;text-align:left;vertical-align:top;border-bottom:1px solid rgba(16,35,63,.08);}body.template-service-page .table-wrap tr:last-child td,body.yitm-post-unified .table-wrap tr:last-child td{border-bottom:0;}@media(max-width:980px){body.template-service-page .hero-pricing-grid,body.yitm-post-unified .hero-pricing-grid,body.template-service-page .pricing-overview-grid,body.yitm-post-unified .pricing-overview-grid,body.template-service-page .grid-3,body.template-service-page .cards-3,body.template-service-page .service-grid-3,body.yitm-post-unified .grid-3,body.yitm-post-unified .cards-3,body.yitm-post-unified .service-grid-3{grid-template-columns:repeat(2,minmax(0,1fr));}body.template-service-page .pricing-kicker-strip,body.yitm-post-unified .pricing-kicker-strip{align-items:flex-start;flex-direction:column;}}@media(max-width:680px){body.template-service-page .grid-2,body.template-service-page .grid-3,body.template-service-page .cards-3,body.template-service-page .service-grid-3,body.template-service-page .hero-pricing-grid,body.template-service-page .pricing-overview-grid,body.template-service-page .manual-cro-grid,body.yitm-post-unified .grid-2,body.yitm-post-unified .grid-3,body.yitm-post-unified .cards-3,body.yitm-post-unified .service-grid-3,body.yitm-post-unified .hero-pricing-grid,body.yitm-post-unified .pricing-overview-grid,body.yitm-post-unified .manual-cro-grid{grid-template-columns:1fr;}body.template-service-page .section-header--card,body.yitm-post-unified .section-header--card,body.template-service-page .pricing-card,body.yitm-post-unified .pricing-card,body.template-service-page .pricing-feature-box,body.yitm-post-unified .pricing-feature-box{padding:20px;border-radius:20px;}body.template-service-page .cta-actions,body.template-service-page .cta-button-grid,body.template-service-page .hero-ctas,body.yitm-post-unified .cta-actions,body.yitm-post-unified .cta-button-grid,body.yitm-post-unified .hero-ctas{flex-direction:column;}body.template-service-page .cta-actions .btn,body.template-service-page .cta-button-grid .btn,body.template-service-page .hero-ctas .btn,body.yitm-post-unified .cta-actions .btn,body.yitm-post-unified .cta-button-grid .btn,body.yitm-post-unified .hero-ctas .btn{width:100%;}}body.yitm-simple-page{min-height:100vh;background:linear-gradient(180deg,#f8fafc 0,#fff 260px);color:var(--ink)}body.yitm-simple-page main.container{width:min(1040px,calc(100% - 40px));max-width:none!important;margin:0 auto!important;padding:clamp(42px,7vw,76px) 0 84px!important}body.yitm-simple-page main.container>h1{font-family:"Barlow Condensed",Barlow,sans-serif;font-size:clamp(2.5rem,6vw,4.8rem);line-height:1;letter-spacing:-.04em;margin:0 0 18px;color:var(--ink);text-wrap:balance}body.yitm-simple-page main.container>p{max-width:820px;color:var(--muted);font-size:1.08rem;line-height:1.65}body.yitm-simple-page .service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:32px 0}body.yitm-simple-page .service-card{display:flex;flex-direction:column;min-height:180px;padding:24px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow-soft);text-decoration:none;color:var(--ink);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}body.yitm-simple-page .service-card:hover,body.yitm-simple-page .service-card:focus-visible{transform:translateY(-3px);box-shadow:var(--shadow);border-color:rgba(25,91,99,.35)}body.yitm-simple-page .service-card h2{font-family:"Barlow Condensed",Barlow,sans-serif;font-size:clamp(1.65rem,3vw,2.2rem);line-height:1.05;letter-spacing:-.025em;margin:0 0 12px;color:var(--ink);text-decoration:none}body.yitm-simple-page .service-card p{margin:0;color:var(--muted);line-height:1.55;text-decoration:none}body.yitm-simple-page section.card{margin:18px 0;padding:24px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow-soft)}body.yitm-simple-page section.card h2{margin:0 0 8px;font-family:"Barlow Condensed",Barlow,sans-serif;font-size:1.8rem;line-height:1.1;color:var(--ink)}body.yitm-simple-page label{display:grid;gap:8px;font-weight:800;color:var(--ink)}body.yitm-simple-page input[type="text"]{width:100%;min-height:48px;padding:12px 14px;border:1px solid #b9c6d6;border-radius:12px;background:#fff;color:var(--ink);font:inherit}body.yitm-simple-page input[type="text"]:focus{outline:3px solid rgba(25,91,99,.2);border-color:var(--brand2)}body.yitm-simple-page button,body.yitm-simple-page .no-print a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 17px;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--ink);font:inherit;font-weight:900;text-decoration:none;cursor:pointer}body.yitm-simple-page button{background:var(--ink);color:#fff;border-color:var(--ink)}body.yitm-simple-page .no-print{margin-top:28px;padding:22px;border-radius:20px;background:var(--soft)}body.yitm-simple-page .no-print p{display:flex;flex-wrap:wrap;gap:10px;margin-top:0}@media(max-width:700px){body.yitm-simple-page main.container{width:min(100% - 28px,1040px);padding-top:34px!important}body.yitm-simple-page .service-grid{grid-template-columns:1fr;gap:12px}body.yitm-simple-page .service-card{min-height:0;padding:20px;border-radius:20px}}body .footer.yitm-unified-footer,body .yitm-unified-footer{margin-top:24px!important;}body .footer.yitm-unified-footer .footer-referral-note,body .yitm-unified-footer .footer-referral-note{color:#10233f!important;-webkit-text-fill-color:#10233f!important;}body .footer.yitm-unified-footer .footer-referral-note a,body .yitm-unified-footer .footer-referral-note a{color:#07563b!important;-webkit-text-fill-color:#07563b!important;opacity:1!important;}body .footer.yitm-unified-footer .footer-terms,body .yitm-unified-footer .footer-terms{margin-top:10px!important;}body .footer.yitm-unified-footer{padding-bottom:34px!important;}body.yitm-progressive-tool .footer.yitm-unified-footer,body.yitm-progressive-tool .yitm-unified-footer{margin-top:0!important;}@media(max-width:760px){body .footer.yitm-unified-footer{padding-bottom:30px!important}}:root{--yitm-navy-900:#10233f;--yitm-teal-700:#195b63;--yitm-teal-050:#eef7f6;--yitm-gold-400:#f5b83f;--yitm-line-soft:rgba(16,35,63,.11);}body.template-service-page main#main-content:is( .pricing-kicker-strip,.review-proof,.review-card,.feature-band,.yitm-answer,.vm-bottom-cta,.post-footer-cta,.leadroom-sample-record,.yitm-about ):is(h1,h2,h3,h4,p,li),body.yitm-post-unified main:is( .pricing-kicker-strip,.review-proof,.review-card,.feature-band,.yitm-answer,.vm-bottom-cta,.post-footer-cta,.leadroom-sample-record,.yitm-about ):is(h1,h2,h3,h4,p,li){color:#f7fbff!important;-webkit-text-fill-color:#f7fbff!important;opacity:1!important;text-shadow:none!important;}body.template-service-page main#main-content:is( .pricing-kicker-strip,.review-proof,.review-card,.feature-band,.yitm-answer,.vm-bottom-cta,.post-footer-cta,.leadroom-sample-record,.yitm-about ) strong,body.yitm-post-unified main:is( .pricing-kicker-strip,.review-proof,.review-card,.feature-band,.yitm-answer,.vm-bottom-cta,.post-footer-cta,.leadroom-sample-record,.yitm-about ) strong{color:#fff!important;-webkit-text-fill-color:#fff!important;}body.yitm-pricing-page .pricing-kicker-strip{display:grid!important;grid-template-columns:minmax(240px,.82fr) minmax(0,1.18fr)!important;align-items:center!important;gap:clamp(20px,3vw,38px)!important;padding:clamp(24px,3vw,32px)!important;background:linear-gradient(135deg,#10233f 0%,#173352 100%)!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 18px 42px rgba(16,35,63,.18)!important;}body.yitm-pricing-page .pricing-kicker-strip p{max-width:44ch!important;margin:0!important;color:#f7fbff!important;-webkit-text-fill-color:#f7fbff!important;font-size:clamp(1rem,1.35vw,1.16rem)!important;line-height:1.58!important;font-weight:500!important;}body.yitm-pricing-page .pricing-kicker-strip p strong{color:#fff!important;-webkit-text-fill-color:#fff!important;font-weight:900!important;}body.yitm-pricing-page .pricing-kicker-strip .cta-actions{display:flex!important;flex-wrap:wrap!important;justify-content:flex-end!important;align-items:center!important;gap:12px!important;margin:0!important;}body.yitm-pricing-page .pricing-kicker-strip .btn{min-height:50px!important;padding:12px 18px!important;white-space:nowrap!important;box-shadow:none!important;}body.yitm-pricing-page .pricing-kicker-strip .btn-primary{background:var(--yitm-gold-400)!important;border-color:var(--yitm-gold-400)!important;color:var(--yitm-navy-900)!important;-webkit-text-fill-color:var(--yitm-navy-900)!important;}body.yitm-pricing-page .pricing-kicker-strip .btn-secondary{background:#fff!important;border-color:rgba(255,255,255,.82)!important;color:#174b52!important;-webkit-text-fill-color:#174b52!important;}body.yitm-pricing-page .pricing-kicker-strip .btn:hover{transform:translateY(-2px)!important;box-shadow:0 12px 24px rgba(0,0,0,.18)!important;}body.yitm-pricing-page .pricing-kicker-strip .btn:focus-visible{outline:3px solid #fff!important;outline-offset:3px!important;}body.yitm-pricing-page .decision-steps{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;margin-top:24px!important;}body.yitm-pricing-page .decision-step{position:relative!important;min-width:0!important;padding:24px!important;border:1px solid var(--yitm-line-soft)!important;border-radius:22px!important;background:linear-gradient(180deg,#fff 0%,#fbfcfd 100%)!important;box-shadow:0 12px 28px rgba(16,35,63,.06)!important;}body.yitm-pricing-page .decision-step .step-num{display:grid!important;place-items:center!important;width:42px!important;height:42px!important;margin-bottom:18px!important;border-radius:14px!important;background:var(--yitm-navy-900)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-weight:900!important;box-shadow:0 8px 18px rgba(16,35,63,.16)!important;}body.yitm-pricing-page .decision-step h3{margin:0 0 10px!important;color:var(--yitm-navy-900)!important;font-size:clamp(1.2rem,2vw,1.48rem)!important;line-height:1.18!important;}body.yitm-pricing-page .decision-step p{margin:0!important;color:#40536a!important;font-size:1rem!important;line-height:1.62!important;}body.yitm-pricing-page .price-table-wrap{width:100%!important;margin-top:24px!important;overflow:hidden!important;border:1px solid var(--yitm-line-soft)!important;border-radius:22px!important;background:#fff!important;box-shadow:0 14px 34px rgba(16,35,63,.07)!important;}body.yitm-pricing-page .price-table{width:100%!important;min-width:0!important;margin:0!important;border:0!important;border-collapse:separate!important;border-spacing:0!important;table-layout:fixed!important;background:#fff!important;}body.yitm-pricing-page .price-table th,body.yitm-pricing-page .price-table td{padding:15px 18px!important;text-align:left!important;vertical-align:top!important;border:0!important;border-bottom:1px solid rgba(16,35,63,.08)!important;line-height:1.48!important;}body.yitm-pricing-page .price-table th{background:var(--yitm-navy-900)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:.82rem!important;font-weight:900!important;letter-spacing:.065em!important;text-transform:uppercase!important;}body.yitm-pricing-page .price-table th:nth-child(1),body.yitm-pricing-page .price-table td:nth-child(1){width:34%!important;}body.yitm-pricing-page .price-table th:nth-child(2),body.yitm-pricing-page .price-table td:nth-child(2){width:21%!important;}body.yitm-pricing-page .price-table th:nth-child(3),body.yitm-pricing-page .price-table td:nth-child(3){width:45%!important;}body.yitm-pricing-page .price-table tbody tr:nth-child(odd){background:#fff!important;}body.yitm-pricing-page .price-table tbody tr:nth-child(even){background:var(--yitm-teal-050)!important;}body.yitm-pricing-page .price-table tbody tr:last-child td{border-bottom:0!important;}body.yitm-pricing-page .price-table tbody tr:hover{background:#fff8e6!important;}body.yitm-pricing-page .price-table td{color:#31445a!important;font-size:1rem!important;}body.yitm-pricing-page .price-table td:first-child{color:var(--yitm-navy-900)!important;font-weight:800!important;}body.yitm-pricing-page .price-table td:nth-child(2){color:var(--yitm-teal-700)!important;font-weight:900!important;white-space:nowrap!important;}body.template-service-page .yitm-weekend-home-visit .glass-card,body.yitm-post-unified .yitm-weekend-home-visit .glass-card{border:1px solid rgba(16,35,63,.11)!important;border-top:6px solid var(--yitm-gold-400)!important;background:linear-gradient(135deg,#fffdf7 0%,#f4faf8 100%)!important;box-shadow:0 18px 42px rgba(16,35,63,.08)!important;}body.template-service-page .yitm-weekend-home-visit h2,body.yitm-post-unified .yitm-weekend-home-visit h2{margin:.55rem 0 1rem!important;color:var(--yitm-navy-900)!important;font-size:clamp(2.1rem,4.5vw,3.65rem)!important;line-height:1!important;text-wrap:balance!important;}body.template-service-page .yitm-weekend-home-visit p,body.yitm-post-unified .yitm-weekend-home-visit p{max-width:82ch!important;color:#34445c!important;font-size:1rem!important;line-height:1.68!important;}@media(max-width:980px){body.yitm-pricing-page .pricing-kicker-strip{grid-template-columns:1fr!important;}body.yitm-pricing-page .pricing-kicker-strip p{max-width:66ch!important;}body.yitm-pricing-page .pricing-kicker-strip .cta-actions{justify-content:flex-start!important;}}@media(max-width:760px){body.yitm-pricing-page .decision-steps{grid-template-columns:1fr!important;}body.yitm-pricing-page .pricing-kicker-strip{padding:22px!important;border-radius:20px!important;}body.yitm-pricing-page .pricing-kicker-strip .cta-actions{display:grid!important;grid-template-columns:1fr!important;width:100%!important;}body.yitm-pricing-page .pricing-kicker-strip .btn{width:100%!important;white-space:normal!important;}body.yitm-pricing-page .price-table-wrap{overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;}body.yitm-pricing-page .price-table,body.yitm-pricing-page .price-table tbody,body.yitm-pricing-page .price-table tr,body.yitm-pricing-page .price-table td{display:block!important;width:100%!important;}body.yitm-pricing-page .price-table thead{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;}body.yitm-pricing-page .price-table tbody{display:grid!important;gap:12px!important;}body.yitm-pricing-page .price-table tbody tr{overflow:hidden!important;border:1px solid var(--yitm-line-soft)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 8px 22px rgba(16,35,63,.05)!important;}body.yitm-pricing-page .price-table td{display:grid!important;grid-template-columns:minmax(105px,.42fr) minmax(0,1fr)!important;gap:12px!important;padding:12px 14px!important;border-bottom:1px solid rgba(16,35,63,.08)!important;white-space:normal!important;}body.yitm-pricing-page .price-table td::before{content:attr(data-label)!important;color:#607084!important;font-size:.76rem!important;font-weight:900!important;letter-spacing:.045em!important;text-transform:uppercase!important;}body.yitm-pricing-page .price-table tbody tr td:last-child{border-bottom:0!important;}}:root{--yitm-ui-navy:#10233f;--yitm-ui-navy-hover:#0b1a31;--yitm-ui-teal:#165f4a;--yitm-ui-gold:#f5b83f;--yitm-ui-line:#d9e2e7;--yitm-ui-soft:#f4faf8;--yitm-ui-radius:24px;--yitm-ui-shadow:0 16px 40px rgba(16,35,63,.08);}body.template-service-page main#main-content:is(.btn-primary,.start-card.primary-start,.yitm-choice-actions a:first-child),body.yitm-post-unified main:is(.btn-primary,.start-card.primary-start,.yitm-choice-actions a:first-child),body.yitm-pricing-page main:is(.btn-primary,.start-card.primary-start,.yitm-choice-actions a:first-child){color:#fff!important;-webkit-text-fill-color:#fff!important;}body.template-service-page main#main-content:is(.btn-primary,.start-card.primary-start,.yitm-choice-actions a:first-child):is(:hover,:focus-visible),body.yitm-post-unified main:is(.btn-primary,.start-card.primary-start,.yitm-choice-actions a:first-child):is(:hover,:focus-visible),body.yitm-pricing-page main:is(.btn-primary,.start-card.primary-start,.yitm-choice-actions a:first-child):is(:hover,:focus-visible){color:#fff!important;-webkit-text-fill-color:#fff!important;}body.template-service-page main#main-content:is(.btn,.yitm-choice-actions a,.yitm-crm-next-step-actions a),body.yitm-post-unified main:is(.btn,.yitm-choice-actions a,.yitm-crm-next-step-actions a){min-height:50px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:800;line-height:1.2;text-align:center;text-decoration:none;}body.template-service-page:is(a,button,summary):focus-visible,body.yitm-post-unified:is(a,button,summary):focus-visible{outline:3px solid var(--yitm-ui-gold)!important;outline-offset:3px!important;}body.template-service-page main#main-content>:is(.section,.section-alt,.hero)>.wrap,body.yitm-post-unified main>:is(.section,.section-alt,.hero)>.wrap{width:min(1160px,calc(100% - 40px));margin-inline:auto;box-sizing:border-box;}body.template-service-page main#main-content:is(.section-header--card,.manual-cro-shell,.yitm-crm-next-step,.shared-card),body.yitm-post-unified main:is(.section-header--card,.manual-cro-shell,.yitm-crm-next-step,.shared-card){border-radius:var(--yitm-ui-radius);}body.template-service-page main#main-content:is(.section-header p,.s-body,.hero-intro,.manual-cro-intro),body.yitm-post-unified main:is(.section-header p,.s-body,.hero-intro,.manual-cro-intro){max-width:70ch;line-height:1.65;text-wrap:pretty;}body.template-service-page .yitm-customer-faq .faq-list,body.yitm-post-unified .yitm-customer-faq .faq-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px 20px!important;align-items:start!important;margin-top:24px!important;}body.template-service-page .yitm-customer-faq .faq-list details,body.yitm-post-unified .yitm-customer-faq .faq-list details{min-width:0!important;min-height:0!important;height:auto!important;margin:0!important;padding:0!important;overflow:hidden!important;border:1px solid var(--yitm-ui-line)!important;border-radius:16px!important;background:#fff!important;box-shadow:0 8px 22px rgba(16,35,63,.05)!important;}body.template-service-page .yitm-customer-faq .faq-list summary,body.yitm-post-unified .yitm-customer-faq .faq-list summary{min-height:58px!important;padding:17px 20px!important;display:flex!important;align-items:center!important;color:var(--yitm-ui-navy)!important;-webkit-text-fill-color:var(--yitm-ui-navy)!important;font-weight:800!important;line-height:1.35!important;cursor:pointer!important;}body.template-service-page .yitm-customer-faq .faq-list details[open] summary,body.yitm-post-unified .yitm-customer-faq .faq-list details[open] summary{border-bottom:1px solid var(--yitm-ui-line)!important;background:var(--yitm-ui-soft)!important;}body.template-service-page .yitm-customer-faq .faq-answer-inner,body.yitm-post-unified .yitm-customer-faq .faq-answer-inner{padding:18px 20px 20px!important;}body.template-service-page .yitm-customer-faq,body.yitm-post-unified .yitm-customer-faq{min-height:0!important;height:auto!important;}body.yitm-pricing-page .yitm-hero{align-items:center!important;column-gap:clamp(32px,4vw,56px)!important;}body.yitm-pricing-page .yitm-hero-img{height:clamp(430px,43vw,560px)!important;object-fit:cover!important;object-position:center!important;border-radius:26px!important;}body.yitm-pricing-page .pricing-kicker-strip{grid-template-columns:minmax(250px,.8fr) minmax(560px,1.2fr)!important;}body.yitm-pricing-page .pricing-kicker-strip .cta-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;width:100%!important;}body.yitm-pricing-page .pricing-kicker-strip .btn{width:100%!important;min-width:0!important;white-space:normal!important;}body.yitm-pricing-page .yitm-customer-faq .wrap{padding-bottom:0!important;}@media(max-width:980px){body.yitm-pricing-page .pricing-kicker-strip{grid-template-columns:1fr!important;}body.yitm-pricing-page .pricing-kicker-strip .cta-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;}body.yitm-pricing-page .pricing-kicker-strip .cta-actions .btn:last-child{grid-column:1/-1!important;}}@media(max-width:760px){body.template-service-page .yitm-customer-faq .faq-list,body.yitm-post-unified .yitm-customer-faq .faq-list{grid-template-columns:1fr!important;}body.template-service-page main#main-content>:is(.section,.section-alt,.hero)>.wrap,body.yitm-post-unified main>:is(.section,.section-alt,.hero)>.wrap{width:min(100% - 28px,1160px);}body.yitm-pricing-page .pricing-kicker-strip .cta-actions{grid-template-columns:1fr!important;}body.yitm-pricing-page .pricing-kicker-strip .cta-actions .btn:last-child{grid-column:auto!important;}body.yitm-pricing-page .yitm-hero-img{height:auto!important;max-height:none!important;}}.feature-band:where(h1,h2,h3,h4,p,li,strong,small,a){color:#f7fbff!important;-webkit-text-fill-color:#f7fbff!important;}.feature-band .eyebrow{color:#ffe28a!important;-webkit-text-fill-color:#ffe28a!important;border-color:rgba(255,255,255,.28)!important;background:rgba(255,255,255,.10)!important;}html body[class]:is(a,button,input)[class][class~="btn"],html body[class]:is(a,button,input)[class][class*="-btn"],html body[class]:is(a,button,input)[class][class*="btn-"]{-webkit-text-fill-color:currentColor!important;}html body[class]:is(a,button)[class][class~="btn"]:is(span,strong,em,small),html body[class]:is(a,button)[class][class*="-btn"]:is(span,strong,em,small),html body[class]:is(a,button)[class][class*="btn-"]:is(span,strong,em,small){-webkit-text-fill-color:currentColor!important;}body.has-yitm-unified-shell .bc-sep{color:#5f7067!important;-webkit-text-fill-color:#5f7067!important}body.yitm-editorial-page .theme-software-ai-for-business .yitm-inline-link{color:#a10f35!important;-webkit-text-fill-color:#a10f35!important}body.yitm-editorial-page .yitm-card-qh-hero .yitm-qh-step span{color:#4b5563!important;-webkit-text-fill-color:#4b5563!important}body.yitm-editorial-page .yitm-card-qh-hero .yitm-safe-note{color:#4b5563!important;-webkit-text-fill-color:#4b5563!important}body.template-service-page main#main-content:is(.shared-card,.service-card,.process-step,.comparison-card,.content-panel),body.yitm-post-unified main:is(.shared-card,.service-card,.process-step,.comparison-card,.content-panel){-webkit-text-fill-color:currentColor}body.template-service-page main#main-content:is(.shared-card,.service-card,.process-step,.comparison-card,.content-panel):is(h1,h2,h3,h4,h5,h6,p,span,li,dt,dd,strong,em,small,label),body.yitm-post-unified main:is(.shared-card,.service-card,.process-step,.comparison-card,.content-panel):is(h1,h2,h3,h4,h5,h6,p,span,li,dt,dd,strong,em,small,label){-webkit-text-fill-color:currentColor}html body .skip-link{background:#10233f!important;color:#fff!important;-webkit-text-fill-color:#fff!important}:is(.yitm-card-cta,.blog-cta,.cta-panel,.leadroom-cta){box-sizing:border-box;}:is(.yitm-card-cta,.blog-cta,.cta-panel){padding:clamp(28px,3.2vw,44px)!important;}:is(.yitm-card-cta,.blog-cta,.cta-panel)>* + *{margin-top:clamp(14px,1.8vw,22px)!important;}.leadroom-cta{gap:clamp(20px,2.6vw,34px)!important;padding:clamp(26px,3vw,40px)!important;align-items:center!important;}.leadroom-cta>div{min-width:0;display:grid;gap:clamp(10px,1.25vw,16px);}.leadroom-cta>div>:is(h2,h3,p){margin:0!important;}.leadroom-cta>:is(a,button,.yitm-btn,.leadroom-button){margin-top:4px!important;flex:0 0 auto;}.yitm-card-cta>.leadroom-cta{padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;}@media (max-width:980px){.leadroom-cta{grid-template-columns:1fr!important;align-items:start!important;}.leadroom-cta>:is(a,button,.yitm-btn,.leadroom-button){width:auto!important;justify-self:start;margin-top:2px!important;}}@media (max-width:640px){:is(.yitm-card-cta,.blog-cta,.cta-panel){padding:24px 20px!important;}.leadroom-cta{padding:24px 20px!important;gap:18px!important;}.yitm-card-cta>.leadroom-cta{padding:0!important;}.leadroom-cta>:is(a,button,.yitm-btn,.leadroom-button){width:100%!important;}}}@scope (html[data-yitm-b4-css~="b4-29"]) {:root{--navy:#13264b;--ink:#10233f;--muted:#526074;--cream:#fffaf0;--paper:#fffef9;--line:#e3d8c4;--green:#0f6a50;--gold:#f6bd27;--red:#b42318;--shadow:0 22px 60px rgba(16,35,63,.14);--radius:28px;--max:1180px}*{box-sizing:border-box}body{margin:0;background:#fbfaf6;color:var(--ink);font-family:Inter,Arial,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:18px;line-height:1.65}.site-header{background:#fff;border-bottom:1px solid #e7e0d4;position:sticky;top:0;z-index:20}.site-header-inner{max-width:var(--max);margin:auto;padding:14px 22px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;gap:12px;align-items:center;text-decoration:none;font-weight:900;color:var(--navy)}.brand-mark{width:54px;height:54px;border:1px solid #e2e7ef;border-radius:14px;overflow:hidden;display:grid;place-items:center}.brand-mark img{width:100%;height:100%;object-fit:contain;padding:4px}.brand small{display:block;color:var(--muted);font-weight:700}.site-nav{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.site-nav a{text-decoration:none;font-weight:850;font-size:.92rem;color:var(--navy)}.site-nav .call{background:var(--navy);color:#fff;border-radius:999px;padding:10px 14px}.wrap{max-width:var(--max);margin:auto;padding:28px 22px}.hero{background:linear-gradient(135deg,#112348,#103d39);color:#fff;border-radius:34px;padding:44px;display:grid;grid-template-columns:1.04fr .96fr;gap:38px;align-items:center;box-shadow:var(--shadow);overflow:hidden}.kicker{display:inline-flex;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.09);padding:8px 14px;border-radius:999px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;color:#ffe28a}.hero h1{font-size:clamp(2.35rem,5vw,4.6rem);line-height:1.02;margin:18px 0;letter-spacing:-.04em;font-weight:850}.hero p{font-size:1.1rem;color:#eef7f0;margin:0 0 20px}.notice{background:#fff7d8;color:#17264a;border:1px solid rgba(246,189,39,.45);border-radius:18px;padding:14px 16px;font-weight:750;margin:18px 0}.actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:13px 22px;border-radius:999px;font-weight:900;text-decoration:none;border:2px solid transparent;cursor:pointer;font-size:1rem}.btn-primary{background:var(--gold);color:var(--navy)}.btn-light{background:#fff;color:var(--navy)}.btn-outline{border-color:#d7dce5;background:#fff;color:var(--navy)}.hero-card{background:#fff;color:var(--ink);border-radius:28px;padding:22px;box-shadow:0 18px 45px rgba(0,0,0,.18)}.tool-hero-media{margin:0}.tool-hero-media img{display:block;width:100%;height:auto;border-radius:24px;box-shadow:0 18px 45px rgba(0,0,0,.25);background:#081727}.tool-hero-media figcaption{margin-top:10px;color:#20314c;font-size:.93rem;font-weight:800}.privacy-pill{display:inline-flex;border-radius:999px;background:#fff7d8;color:#17264a;padding:8px 12px;font-weight:900;font-size:.9rem;margin-top:12px}.section{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:34px;margin-top:28px}.section-soft{background:linear-gradient(180deg,#fffaf0,#fffef9)}h2{font-size:clamp(1.85rem,3vw,3.1rem);line-height:1.1;margin:0 0 16px;letter-spacing:-.03em;font-weight:800;color:#14264b}h3{font-size:1.18rem;margin:0 0 10px;color:#0f2042}.lead{font-size:1.12rem;color:#21314c;font-weight:650}.tool-shell{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:24px;align-items:start}.form-card{background:#fffef9;border:1px solid var(--line);border-radius:24px;padding:24px}.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0}.choice{display:flex;gap:12px;align-items:flex-start;text-align:left;border:2px solid #d8deea;background:#fff;border-radius:18px;padding:15px;cursor:pointer;min-height:76px;font-weight:850;color:var(--navy)}.choice input{margin-top:7px;accent-color:var(--green)}.choice:has(input:checked){border-color:var(--green);background:#f1fbf7;box-shadow:0 10px 24px rgba(15,106,80,.1)}.result-card{background:#f8fbfa;border:1px solid #dbe8e2;border-radius:24px;padding:24px;position:sticky;top:92px}.score{display:flex;gap:16px;align-items:center}.score-circle{width:104px;height:104px;border-radius:50%;background:#e5e9f1;display:grid;place-items:center;border:8px solid #fff;box-shadow:0 8px 24px rgba(16,35,63,.12);font-weight:950;color:var(--navy);text-align:center}.warning-card{background:#fff7d8;border:1px solid #f5d779;border-radius:18px;padding:14px 16px;color:#4b3500;font-weight:750}.guide-grid,.spoke-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.guide-card,.spoke-card{border:1px solid #e2e7ef;border-radius:22px;padding:20px;background:#fff;color:var(--navy);text-decoration:none;box-shadow:0 12px 32px rgba(16,35,63,.08)}.guide-card p,.spoke-card p{color:#34435c;font-weight:600}.report-box{white-space:pre-wrap;background:#fff;border:1px solid #d8deea;border-radius:18px;padding:18px;min-height:240px;max-height:420px;overflow:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.95rem}.footer{background:#081727;color:#dfe9f5;margin-top:34px}.footer .wrap{padding:34px 22px}.footer a{color:#fff;font-weight:800}.mobile-sticky{display:none}.toast{position:fixed;left:50%;bottom:90px;transform:translateX(-50%) translateY(20px);background:#13264b;color:#fff;padding:12px 16px;border-radius:999px;font-weight:900;opacity:0;transition:.2s;z-index:100}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}@media(max-width:900px){.hero,.tool-shell{grid-template-columns:1fr}.result-card{position:static}.guide-grid,.spoke-grid{grid-template-columns:1fr 1fr}}@media(max-width:760px){body{font-size:16px;padding-bottom:92px}.site-nav{display:none}.wrap{padding:18px 16px}.hero{padding:24px;border-radius:24px}.choice-grid,.guide-grid,.spoke-grid{grid-template-columns:1fr}.actions{display:grid;grid-template-columns:1fr}.btn{width:100%}.mobile-sticky{position:fixed;left:14px;right:14px;bottom:14px;z-index:50;background:#fff;border-radius:24px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;padding:10px;box-shadow:0 20px 55px rgba(16,35,63,.22)}.mobile-sticky a{display:flex;align-items:center;justify-content:center;min-height:54px;border-radius:18px;text-decoration:none;font-weight:900;color:#13264b;background:#eef2f7}.mobile-sticky a:first-child{background:#13264b;color:#fff}.mobile-sticky a:nth-child(2){background:#f6bd27;color:#13264b}.toast{left:14px;right:14px;transform:translateY(20px);text-align:center}.toast.show{transform:translateY(0)}}.customer-start-card{margin:18px 0 20px;padding:18px 20px;border:1px solid rgba(15,106,80,.22);border-radius:22px;background:linear-gradient(135deg,#f1fbf7,#fffaf0);color:#10233f;box-shadow:0 12px 32px rgba(16,35,63,.07);}.customer-start-card strong{display:block;color:#0f2042;font-size:1.08rem;margin-bottom:4px}.customer-start-card p{margin:.25rem 0 .6rem;color:#23364f;font-weight:650}.customer-start-card ul{margin:.3rem 0 0;padding-left:1.2rem;color:#23364f}.customer-start-card li{margin:.2rem 0;font-weight:600}.safe-next-step{margin-top:14px;padding:14px 16px;border-radius:18px;background:#eef6ff;border:1px solid #c9dff8;color:#10233f;}.safe-next-step strong{display:block;color:#13264b;font-weight:900;margin-bottom:2px}.safe-next-step p{margin:0;color:#20314c;font-weight:750;line-height:1.5}.report-privacy-card{margin:14px 0 18px;padding:16px 18px;border-radius:20px;background:#fff7d8;border:1px solid rgba(246,189,39,.45);color:#17264a;}.report-privacy-card strong{display:block;font-weight:900;margin-bottom:2px}.report-privacy-card p{margin:0;color:#17264a;font-weight:650}.report-detail-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:18px 0;}.report-detail-form label,.support-fieldset{display:flex;flex-direction:column;gap:7px;color:#10233f;font-weight:850;}.report-detail-form input[type="text"],.report-detail-form select,.report-detail-form textarea{width:100%;border:2px solid #d8deea;border-radius:16px;padding:12px 14px;min-height:50px;font:inherit;color:#10233f;background:#fff;}.report-detail-form textarea{resize:vertical;min-height:116px}.report-detail-form label:has(textarea),.support-fieldset{grid-column:1/-1}.support-fieldset{border:1px solid #d8deea;border-radius:18px;padding:16px;background:#fffef9;}.support-fieldset legend{font-weight:900;color:#13264b;padding:0 6px}.support-fieldset label{display:flex;flex-direction:row;align-items:flex-start;gap:10px;font-weight:700;color:#20314c;}.support-fieldset input{margin-top:7px;accent-color:#0f6a50}@media(max-width:760px){.report-detail-form{grid-template-columns:1fr}.customer-start-card,.report-privacy-card{padding:15px 16px}}.scam-cluster-statement{margin:14px 0 0;max-width:760px;color:#f4f8ff !important;font-weight:700;line-height:1.6;font-size:1.05rem;}.hero .scam-cluster-statement{color:#eaf4ff !important;}.section-soft .scam-cluster-statement,.guide-card .scam-cluster-statement{color:#17345f !important;}@media(max-width:760px){.scam-cluster-statement{font-size:1rem;line-height:1.55;}}.hero .scam-cluster-statement,.scam-cluster-statement{display:block !important;margin:18px 0 20px !important;max-width:780px !important;padding:16px 18px 16px 50px !important;border-radius:22px !important;border:1px solid rgba(246,189,39,.46) !important;background:rgba(255,250,240,.12) !important;color:#fff7d6 !important;font-weight:750 !important;line-height:1.55 !important;position:relative !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 14px 38px rgba(0,0,0,.12) !important;text-shadow:0 1px 2px rgba(0,0,0,.24) !important;}.scam-cluster-statement::before{content:"✓";position:absolute;left:16px;top:16px;width:24px;height:24px;display:grid;place-items:center;border-radius:999px;background:#f6bd27;color:#13264b;font-weight:950;line-height:1;text-shadow:none;}.hero p,.hero li,.hero .lead{color:#f5f9ff !important;opacity:1 !important;text-shadow:0 1px 2px rgba(0,0,0,.2) !important;}.hero .notice,.hero .notice strong{color:#17264a !important;text-shadow:none !important;}.hero-card figcaption,.tool-hero-media figcaption{color:#17264a !important;opacity:1 !important;font-weight:750 !important;}.privacy-pill{color:#13264b !important;background:#fff7d8 !important;}.section-soft .scam-cluster-statement,.guide-card .scam-cluster-statement,.spoke-card .scam-cluster-statement{background:#fffaf0 !important;color:#13264b !important;text-shadow:none !important;}.result-card,.safe-next-step,.customer-start-card{color:#10233f !important;}.result-card p,.result-card li,.safe-next-step p,.customer-start-card p,.customer-start-card li{color:#20314c !important;opacity:1 !important;}.btn-primary{color:#13264b !important;text-shadow:none !important;}.btn-light,.btn-outline{color:#13264b !important;text-shadow:none !important;}@media(max-width:760px){.hero .scam-cluster-statement,.scam-cluster-statement{padding:14px 16px 14px 46px !important;border-radius:18px !important;font-size:1rem !important;line-height:1.5 !important;}.scam-cluster-statement::before{left:14px;top:14px;}}.yitm-explain-panel,.yitm-highlight-panel,.yitm-micro-share,.yitm-exposure-card{border:1px solid #dbe3ee;border-radius:22px;background:#fffef9;box-shadow:0 12px 34px rgba(16,35,63,.08);padding:18px;margin-top:18px;color:#10233f}.yitm-explain-head{display:flex;align-items:flex-start;gap:10px;justify-content:space-between;flex-wrap:wrap;margin-bottom:10px}.yitm-explain-head h3{margin:4px 0 0;font-size:1.08rem;line-height:1.25;color:#13264b}.yitm-mini-badge{display:inline-flex;align-items:center;border:1px solid #dbe3ee;background:#edf2f7;color:#40506a;border-radius:999px;padding:5px 9px;font-size:.72rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.yitm-privacy-note{font-size:.9rem;color:#526074;margin:8px 0}.yitm-highlight-output{white-space:pre-wrap;word-break:break-word;background:#f8fafc;border:1px dashed #ccd7e5;border-radius:16px;padding:14px;min-height:56px;line-height:1.65}.yitm-flag-token{background:#fff1c2;border-bottom:2px solid #d68b00;border-radius:5px;padding:1px 3px;font-weight:850;color:#13264b}.yitm-risk-strip{display:grid;gap:5px;border-radius:16px;padding:13px;margin:8px 0 12px;border:1px solid #dbe3ee;background:#f8fafc}.yitm-risk-strip strong{font-size:1.02rem}.yitm-risk-high{border-color:#f0b5b5;background:#fff5f5}.yitm-risk-caution{border-color:#f2d58a;background:#fff9e8}.yitm-risk-low{border-color:#b7ddca;background:#f4fbf7}.yitm-risk-neutral{border-color:#dbe3ee;background:#f8fafc}.yitm-why-list{display:grid;gap:9px;margin:0;padding-left:1.1rem}.yitm-why-list li{background:#fff;border:1px solid #edf0f5;border-radius:14px;padding:10px 12px}.yitm-empty-note{background:#fff;border:1px solid #edf0f5;border-radius:14px;padding:12px;color:#526074}.yitm-micro-share,.yitm-exposure-card{display:grid;grid-template-columns:1.2fr .8fr;gap:14px;align-items:center}.yitm-micro-share h3,.yitm-exposure-card h3{margin:6px 0 6px;color:#13264b}.yitm-micro-share p,.yitm-exposure-card p{margin:0;color:#40506a}.yitm-share-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.yitm-share-actions .btn{min-height:44px;padding:10px 15px;font-size:.92rem}.toast.show{opacity:1;transform:translateY(0)}@media(max-width:760px){.yitm-micro-share,.yitm-exposure-card{grid-template-columns:1fr}.yitm-share-actions{justify-content:flex-start}.yitm-share-actions .btn{width:100%}.yitm-explain-panel,.yitm-highlight-panel,.yitm-micro-share,.yitm-exposure-card{padding:15px;border-radius:18px}}main>.yitm-exposure-card{max-width:1180px;margin:18px auto;padding-left:22px;padding-right:22px}.yitm-url-risk-panel{background:#fffef9;border:1px solid #e2e8f0;border-left:5px solid #13264b;border-radius:20px;padding:18px;margin:16px 0;box-shadow:0 10px 28px rgba(16,35,63,.08);}.yitm-url-choice{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:12px 14px;margin:12px 0;overflow-wrap:anywhere;font-weight:750;}.yitm-url-db-note{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:12px 14px;margin:12px 0;}.yitm-risk-unknown{border-color:#d9e2ec;background:#f8fafc;color:#24364f}.yitm-muted{color:#64748b;font-weight:650}.yitm-url-risk-panel .btn[disabled]{opacity:.55;cursor:not-allowed}@media (max-width:700px){.yitm-url-risk-panel{padding:16px;border-radius:18px}.yitm-url-choice{font-size:.94rem}}.yitm-url-select-label{display:block;margin:8px 0;font-weight:800;color:var(--navy)}.yitm-url-select-label select{display:block;width:100%;margin-top:8px;border:1px solid #d7dce5;border-radius:14px;padding:12px;font:inherit;background:#fff;color:var(--ink)}.yitm-copy-url-advice{margin-top:12px}.yitm-highlight-panel textarea,.yitm-url-risk-panel textarea{max-width:100%}.yitm-explain-panel .yitm-risk-strip,.yitm-url-risk-panel .yitm-risk-strip{align-items:flex-start}.yitm-muted{color:var(--muted);font-size:.9rem}@media (max-width:720px){.yitm-share-actions .btn,.yitm-url-risk-panel .btn{width:100%}.yitm-url-choice{word-break:break-word}}.yitm-quick-check-row{margin:14px 0 16px;padding:12px;border:1px solid #dfe5ee;border-radius:18px;background:#fff;}.yitm-quick-check-row .btn{min-width:180px;}@media (max-width:700px){.yitm-quick-check-row .btn{width:100%;}}.yitm-free-tool-callout{background:linear-gradient(135deg,#fff8e1,#ffffff);border-bottom:1px solid #f0d98a;border-top:1px solid #f7e8b5;color:#071a44}.yitm-free-tool-callout-inner{display:flex;align-items:center;gap:14px;justify-content:space-between;padding:12px 20px;line-height:1.45}.yitm-free-tool-callout strong{font-weight:900;white-space:nowrap}.yitm-free-tool-callout span{font-size:.95rem;color:#24395f;flex:1}.yitm-free-tool-callout a{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#f2bd00;color:#071a44;text-decoration:none;font-weight:900;padding:8px 14px;white-space:nowrap;border:1px solid #dca900}.yitm-start-again-row{margin-top:12px;display:flex;justify-content:flex-start;gap:10px;flex-wrap:wrap}.yitm-start-again-row .btn{min-width:160px}@media(max-width:760px){.yitm-free-tool-callout-inner{display:block;padding:12px 16px}.yitm-free-tool-callout strong,.yitm-free-tool-callout span{display:block}.yitm-free-tool-callout span{margin-top:4px}.yitm-free-tool-callout a{margin-top:10px;width:100%;box-sizing:border-box}}.yitm-shared-link-service{background:#fffef9;border:1px solid #e2e8f0;border-radius:20px;padding:18px;margin:16px 0;box-shadow:0 10px 28px rgba(16,35,63,.06);}.yitm-shared-link-service textarea{width:100%;min-height:96px;resize:vertical;border:2px solid #d8deea;border-radius:16px;padding:14px;background:#fff;color:#10233f;}.yitm-shared-link-service textarea:focus{outline:3px solid rgba(246,189,39,.35);border-color:#f2bd00;}.yitm-shared-link-risk-panel{margin-top:12px;}.yitm-url-choice .yitm-muted{display:block;margin-top:6px;}.guide-card>strong,.spoke-card>strong,.official-grid a>strong {display:block;margin-bottom:6px;line-height:1.25;}.guide-card>span,.spoke-card>span,.official-grid a>span {display:block;margin-top:6px;color:#34435c;font-weight:600;line-height:1.55;}.brand-mark img {width:100%;height:100%;object-fit:contain;padding:4px;}.site-footer.yitm-unified-footer {background:#081727;color:#dfe9f5;margin-top:44px;}.site-footer.yitm-unified-footer .wrap {padding-top:34px;padding-bottom:34px;}.site-footer.yitm-unified-footer .footer-grid {display:grid;grid-template-columns:1fr 1.4fr;gap:22px;align-items:start;}.site-footer.yitm-unified-footer .footer-links,.site-footer.yitm-unified-footer .footer-terms-links {display:flex;gap:14px;flex-wrap:wrap;}.site-footer.yitm-unified-footer .footer-links {justify-content:flex-end;}.site-footer.yitm-unified-footer a {color:#fff;text-decoration:none;font-weight:800;}.site-footer.yitm-unified-footer a:hover {text-decoration:underline;}.site-footer.yitm-unified-footer .footer-referral-cta {border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);color:#f6f9fc;}.site-footer.yitm-unified-footer .footer-referral-cta a {color:#ffe28a;font-weight:900;}.site-footer.yitm-unified-footer .footer-terms {display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;color:#b9c6d8;font-size:.94rem;}.site-footer.yitm-unified-footer .footer-terms-links a {color:#e8eef7;}@media (max-width:900px) {.site-footer.yitm-unified-footer .footer-grid {grid-template-columns:1fr;}.site-footer.yitm-unified-footer .footer-links {justify-content:flex-start;}.site-footer.yitm-unified-footer .footer-terms {display:block;}.site-footer.yitm-unified-footer .footer-terms-links {margin-top:10px;}}.yitm-emergency-alert{background:#b42318;color:#fff;border-bottom:1px solid rgba(0,0,0,.12);box-shadow:0 8px 22px rgba(180,35,24,.18)}.yitm-emergency-alert .wrap{padding-top:10px;padding-bottom:10px}.yitm-emergency-alert-inner{display:flex;align-items:flex-start;gap:12px}.yitm-emergency-alert-icon{display:inline-grid;place-items:center;flex:0 0 auto;width:30px;height:30px;border-radius:999px;background:#fff;color:#b42318;font-weight:950;font-size:1.15rem;line-height:1;margin-top:2px}.yitm-emergency-alert p{margin:0;color:#fff!important;font-size:.98rem;line-height:1.48!important;font-weight:650}.yitm-emergency-alert strong{color:#fff;font-weight:950}@media(max-width:760px){.yitm-emergency-alert .wrap{padding:10px 16px}.yitm-emergency-alert p{font-size:.94rem}.yitm-emergency-alert-icon{width:28px;height:28px}}.mobile-menu-btn{display:none;border:1px solid #dfe5ee;background:#fff;color:var(--navy);border-radius:999px;padding:10px 14px;font-weight:950;gap:8px;align-items:center;justify-content:center;min-height:44px;box-shadow:0 10px 26px rgba(16,35,63,.08)}@media(max-width:760px){.site-header-inner{position:relative}.mobile-menu-btn{display:inline-flex;margin-left:auto}.site-nav{display:none}.site-nav.is-open{display:grid;grid-template-columns:1fr;gap:8px;position:absolute;left:16px;right:16px;top:calc(100% + 8px);z-index:80;background:#fff;border:1px solid #dfe5ee;border-radius:20px;padding:12px;box-shadow:0 24px 60px rgba(16,35,63,.22)}.site-nav.is-open a{display:flex;align-items:center;justify-content:center;min-height:48px;border-radius:14px;background:#f5f7fb;font-size:1rem}.site-nav.is-open .call{background:var(--navy);color:#fff}.brand{min-width:0}.brand span:last-child{min-width:0}.brand small{font-size:.82rem}.brand-mark{flex:0 0 auto}}.yitm-safety-slogan,.yitm-footer-slogan,.yitm-cta-helper{margin:.75rem 0 0;font-weight:900;letter-spacing:-.01em;color:#13234f;}.yitm-safety-slogan strong{display:inline-block;margin-right:.35rem;}.hero .yitm-safety-slogan,.scam-safety-hero .yitm-safety-slogan,.scam-post-hero .yitm-safety-slogan{color:#fff7d6;text-shadow:0 1px 2px rgba(0,0,0,.28);}.yitm-slogan-strip{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;margin:0 0 1rem;padding:.85rem 1rem;border:1px solid rgba(19,35,79,.14);border-radius:999px;background:#fff8d8;color:#13234f;font-weight:900;box-shadow:0 10px 24px rgba(19,35,79,.08);}.yitm-slogan-strip span{display:inline-flex;align-items:center;}.yitm-slogan-strip span:not(:last-child)::after{content:"•";margin-left:.45rem;color:#b51f13;}.yitm-footer-slogan{margin-top:.35rem;color:rgba(255,255,255,.78)!important;font-weight:900!important;}@media(max-width:640px){.yitm-safety-slogan{font-size:1.05rem;line-height:1.35;}.yitm-slogan-strip{border-radius:18px;align-items:flex-start;}}.yitm-user-tested-panel{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px;margin-top:28px}.yitm-user-tested-card{background:#fff;border:1px solid #e2e7ef;border-radius:22px;padding:18px;box-shadow:0 12px 32px rgba(16,35,63,.08);color:#13264b}.yitm-user-tested-card strong{display:block;margin-bottom:6px;font-size:1.02rem}.yitm-user-tested-card p{margin:0;color:#34435c;font-weight:650;line-height:1.5}.yitm-tool-route-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0 22px}.yitm-route-chip{border:1px solid #dbe3ee;background:#fff;border-radius:18px;padding:14px 15px;color:#13264b;font-weight:850}.yitm-route-chip span{display:block;color:#526074;font-size:.92rem;font-weight:650;margin-top:4px;line-height:1.4}.yitm-result-summary{margin:14px 0;padding:13px 15px;border-radius:16px;background:#fff;border:1px solid #dbe3ee;color:#20314c;font-weight:750}.yitm-why-box{margin-top:14px;padding:14px 16px;border-radius:18px;background:#fff;border:1px solid #dbe3ee}.yitm-why-box strong{display:block;color:#13264b;margin-bottom:6px}.yitm-why-box ul{margin:.3rem 0 0;padding-left:1.15rem}.yitm-why-box li{margin:.2rem 0;color:#34435c;font-weight:650}.score-circle.risk-low{background:#e7f7ef;color:#0f6a50}.score-circle.risk-medium{background:#fff4ce;color:#6f4b00}.score-circle.risk-high{background:#ffe1de;color:#9f1f15}.score-circle.risk-urgent{background:#b42318;color:#fff}.yitm-action-urgent{border-color:#f0b5b5!important;background:#fff5f5!important;color:#7a160f!important}.yitm-action-high{border-color:#f2d58a!important;background:#fff9e8!important;color:#4b3500!important}.yitm-action-safe{border-color:#b7ddca!important;background:#f4fbf7!important;color:#0f3d2f!important}@media(max-width:900px){.yitm-user-tested-panel,.yitm-tool-route-strip{grid-template-columns:1fr}}@media(max-width:760px){.yitm-user-tested-panel{gap:10px}.yitm-user-tested-card,.yitm-route-chip{padding:14px 15px;border-radius:18px}.score-circle{width:92px;height:92px}}.yitm-emergency-alert{background:#b42318!important;color:#fff!important;border-bottom:1px solid rgba(0,0,0,.14);box-shadow:none!important;}.yitm-emergency-alert .wrap{padding-top:14px!important;padding-bottom:14px!important;}.yitm-emergency-alert-inner{display:flex!important;align-items:flex-start!important;gap:16px!important;}.yitm-emergency-alert-icon{display:inline-grid!important;place-items:center!important;flex:0 0 auto!important;width:34px!important;height:34px!important;border-radius:999px!important;background:#fff!important;color:#b42318!important;font-weight:950!important;font-size:1.25rem!important;line-height:1!important;margin-top:1px!important;}.yitm-emergency-alert p{margin:0!important;color:#fff!important;font-size:1.02rem!important;line-height:1.45!important;font-weight:760!important;}.yitm-emergency-alert strong{color:#fff!important;font-weight:950!important;}.yitm-free-tool-callout{background:linear-gradient(90deg,#fff9e8,#fffdf6)!important;border-top:0!important;border-bottom:1px solid #f0d98a!important;color:#071a44!important;}.yitm-free-tool-callout-inner{display:grid!important;grid-template-columns:minmax(230px,.9fr) minmax(320px,1.5fr) auto!important;gap:22px!important;align-items:center!important;padding:18px 22px!important;line-height:1.42!important;}.yitm-free-tool-callout strong{font-size:1.12rem!important;font-weight:950!important;color:#071a44!important;white-space:normal!important;}.yitm-free-tool-callout span{font-size:.98rem!important;color:#102a55!important;font-weight:560!important;max-width:700px!important;}.yitm-free-tool-callout a{display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#f2bd00!important;color:#071a44!important;text-decoration:none!important;font-weight:950!important;padding:11px 24px!important;white-space:nowrap!important;border:1px solid #dca900!important;box-shadow:0 10px 22px rgba(246,189,39,.25)!important;}.yitm-free-tool-callout a:hover,.yitm-free-tool-callout a:focus{background:#ffd84a!important;outline:3px solid rgba(19,38,75,.18)!important;outline-offset:2px!important;}@media(max-width:860px){.yitm-free-tool-callout-inner{grid-template-columns:1fr!important;gap:8px!important;padding:15px 16px!important}.yitm-free-tool-callout a{width:100%!important;margin-top:6px!important}.yitm-emergency-alert .wrap{padding:12px 16px!important}.yitm-emergency-alert p{font-size:.95rem!important}.yitm-emergency-alert-icon{width:30px!important;height:30px!important;font-size:1.1rem!important}}.yitm-triage-hub{background:linear-gradient(135deg,#071a44,#102a55 52%,#173457);color:#fff;border-radius:28px;padding:24px;margin:28px 0;box-shadow:0 20px 60px rgba(7,26,68,.18);position:relative;overflow:hidden}.yitm-triage-hub:before{content:"";position:absolute;inset:-80px -80px auto auto;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(242,189,0,.28),rgba(242,189,0,0) 65%);pointer-events:none}.yitm-triage-hub .kicker{background:rgba(255,255,255,.12)!important;color:#fff!important;border-color:rgba(255,255,255,.22)!important}.yitm-triage-hub h2{color:#fff;margin:.25rem 0 .4rem}.yitm-triage-hub p{color:#dbe7ff}.yitm-triage-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:18px}.yitm-triage-card{display:flex;flex-direction:column;gap:8px;min-height:150px;border:1px solid rgba(255,255,255,.16);border-radius:20px;padding:16px;background:rgba(255,255,255,.08);text-decoration:none;color:#fff;transition:transform .18s ease,background .18s ease,border-color .18s ease}.yitm-triage-card:hover,.yitm-triage-card:focus-visible{transform:translateY(-2px);background:rgba(255,255,255,.13);border-color:#f2bd00;outline:none}.yitm-triage-card strong{font-size:1rem;color:#fff}.yitm-triage-card span{font-size:.9rem;line-height:1.35;color:#dbe7ff}.yitm-triage-card b{margin-top:auto;font-size:.85rem;color:#f2bd00}.yitm-triage-urgent{background:linear-gradient(135deg,rgba(174,30,16,.34),rgba(255,255,255,.08));border-color:rgba(255,255,255,.26)}.yitm-share-safety{background:#fff;border:1px solid #dce2e8;border-radius:28px;padding:24px;margin:28px 0;box-shadow:0 18px 54px rgba(7,26,68,.1)}.yitm-share-safety h2{margin:.25rem 0 .45rem;color:#071a44}.yitm-share-safety .lead{max-width:980px}.yitm-share-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;margin-top:18px}.yitm-share-card{border:1px solid #e5eaf2;border-radius:22px;padding:18px;background:linear-gradient(135deg,#fff,#f8fbff)}.yitm-share-card strong{display:block;color:#071a44;font-size:1.05rem;margin-bottom:6px}.yitm-share-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.yitm-share-btn{border:0;border-radius:999px;padding:10px 14px;font-weight:900;cursor:pointer;background:#071a44;color:#fff;box-shadow:0 8px 20px rgba(7,26,68,.16)}.yitm-share-btn.secondary{background:#f2bd00;color:#071a44}.yitm-share-btn.light{background:#eef4ff;color:#071a44}.yitm-share-btn:hover,.yitm-share-btn:focus-visible{filter:brightness(.96);outline:3px solid rgba(242,189,0,.35);outline-offset:2px}.yitm-copy-status{font-size:.92rem;color:#0f6a50;font-weight:800;min-height:1.3em;margin-top:10px}.yitm-safe-message{border:1px dashed #a9b8cf;border-radius:16px;background:#f7fbff;padding:12px;color:#24395f;font-size:.94rem;line-height:1.45}.yitm-helping-someone{background:#fff8e1;border:1px solid #f0d98a;border-radius:18px;padding:16px}.yitm-helping-someone ol{margin:10px 0 0 20px}.yitm-helping-someone li{margin:5px 0}.yitm-print-card{display:none}.yitm-triage-note{margin-top:14px;padding:12px 14px;border-radius:16px;background:rgba(242,189,0,.14);border:1px solid rgba(242,189,0,.35);color:#fff}.yitm-triage-note strong{color:#f2bd00}.yitm-result-summary:after{content:" Privacy-safe result only. Do not share pasted messages, links, codes, card numbers or ID details.";display:block;margin-top:6px;color:#5a6d8d;font-size:.88rem}.result-card .actions:before{content:"Triage result: follow the safest next step below before booking paid help.";display:block;width:100%;font-weight:900;color:#071a44;margin-bottom:4px}.yitm-route-chip{cursor:default}.yitm-route-chip strong{display:block;color:#071a44;margin-bottom:3px}@media(max-width:1000px){.yitm-triage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.yitm-share-grid{grid-template-columns:1fr}}@media(max-width:640px){.yitm-triage-hub,.yitm-share-safety{border-radius:20px;padding:18px}.yitm-triage-grid{grid-template-columns:1fr}.yitm-triage-card{min-height:auto}.yitm-share-actions{display:grid}.yitm-share-btn{width:100%}}@media print{header,.yitm-emergency-alert,.yitm-free-tool-callout,.hero,.section:not(.yitm-share-safety),.mobile-sticky,footer,.site-nav,.mobile-menu-btn{display:none!important}.yitm-share-safety{box-shadow:none;border:0;margin:0;padding:0}.yitm-share-grid,.yitm-share-card:not(.yitm-print-card-wrap){display:none!important}.yitm-print-card{display:block!important;color:#071a44;font-family:Arial,sans-serif}.yitm-print-card h1{font-size:26px;margin:0 0 8px}.yitm-print-card h2{font-size:18px;margin:18px 0 8px}.yitm-print-card ul{margin:0 0 0 22px}.yitm-print-card li{margin:6px 0}.yitm-print-url{font-weight:bold;margin-top:18px;border-top:2px solid #071a44;padding-top:12px}.yitm-print-brand{font-size:22px;font-weight:900;margin-bottom:6px}}.yitm-triage-card.is-current{background:rgba(242,189,0,.18);border-color:#f2bd00;box-shadow:inset 0 0 0 1px rgba(242,189,0,.3)}.yitm-triage-card.is-current b:after{content:" • current tool";color:#fff;font-weight:800}.site-footer.yitm-unified-footer{margin-top:44px;}.site-footer.yitm-unified-footer .footer-links a,.site-footer.yitm-unified-footer .footer-terms-links a{white-space:nowrap;}@media (max-width:900px){.site-footer.yitm-unified-footer .footer-links{justify-content:flex-start}.site-footer.yitm-unified-footer .footer-terms{display:block}.site-footer.yitm-unified-footer .footer-terms-links{margin-top:10px}}.scam-human-help-bridge{margin:28px auto;padding:0 20px;max-width:1160px}.scam-human-help-bridge__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;padding:22px;border:1px solid rgba(19,55,89,.14);border-radius:18px;background:#f5faf8}.scam-human-help-bridge h2{margin:3px 0 8px;font-size:clamp(1.35rem,2.4vw,1.9rem);line-height:1.15}.scam-human-help-bridge p{margin:0;line-height:1.6}.scam-human-help-bridge__eyebrow{display:block;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#27634f}.scam-human-help-bridge__actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.scam-human-help-bridge__actions a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:10px 15px;border-radius:10px;text-decoration:none;font-weight:800;border:1px solid #163b61;background:#fff;color:#163b61}.scam-human-help-bridge__actions a:first-child{background:#163b61;color:#fff}@media(max-width:760px){.scam-human-help-bridge{padding:0 14px}.scam-human-help-bridge__inner{grid-template-columns:1fr;padding:18px}.scam-human-help-bridge__actions{justify-content:flex-start}.scam-human-help-bridge__actions a{width:100%}}body.yitm-editorial-page main>.hero>div:first-child>:where(h1,h2,h3,h4,p,span,strong,em,small),.yitm-triage-hub>:where(h1,h2,h3,h4,p,span,strong,em,small),.yitm-triage-hub .lead{color:#eef7f0!important;-webkit-text-fill-color:#eef7f0!important;}body.yitm-editorial-page main>.hero>div:first-child>.kicker,.yitm-triage-hub>.kicker{color:#ffe28a!important;-webkit-text-fill-color:#ffe28a!important;}body.yitm-editorial-page main>.hero .notice,body.yitm-editorial-page main>.hero .notice:where(strong,span,p,small){color:#17264a!important;-webkit-text-fill-color:#17264a!important;text-shadow:none!important;}}@scope (html[data-yitm-b4-css~="b4-31"]) {:root{--navy:#13264b;--deep:#071a44;--ink:#10233f;--muted:#526074;--cream:#fffaf0;--paper:#fffef9;--line:#e3d8c4;--green:#0f6a50;--gold:#f6bd27;--red:#b42318;--blue:#eef6ff;--shadow:0 22px 60px rgba(16,35,63,.14);--radius:28px;--max:1180px}*{box-sizing:border-box}body.cyber-safety-page{margin:0;background:#fbfaf6;color:var(--ink);font-family:Inter,Barlow,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:18px;line-height:1.65}body.cyber-safety-page a{color:var(--navy)}.skip-link{position:absolute;left:-9999px;top:auto}.skip-link:focus{left:16px;top:16px;z-index:999;background:#fff;color:#071a44;padding:10px 14px;border-radius:999px}.site-header{background:#fff;border-bottom:1px solid #e7e0d4;position:sticky;top:0;z-index:20}.header-inner,.site-header-inner{max-width:var(--max);margin:auto;padding:14px 22px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;gap:12px;align-items:center;text-decoration:none;font-weight:900;color:var(--navy)}.brand-mark{width:54px;height:54px;border:1px solid #e2e7ef;border-radius:14px;overflow:hidden;display:grid;place-items:center;background:#fff}.brand-mark img{width:100%;height:100%;object-fit:contain;padding:4px}.brand-text{display:flex;flex-direction:column;line-height:1.05}.brand small{display:block;color:var(--muted);font-weight:700}.brand em{font-style:normal;color:var(--green)}.nav,.site-nav{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.nav a,.site-nav a{text-decoration:none;font-weight:850;font-size:.92rem;color:var(--navy)}.nav .nav-cta,.site-nav .call{background:var(--navy);color:#fff;border-radius:999px;padding:10px 14px}.mobile-menu-btn{display:none}.wrap{max-width:var(--max);margin:auto;padding:28px 22px}.cyber-hero{background:radial-gradient(circle at 76% 18%,rgba(246,189,39,.18),transparent 28%),linear-gradient(135deg,#112348,#0d4a42);color:#fff;border-radius:34px;padding:44px;display:grid;grid-template-columns:1.02fr .98fr;gap:38px;align-items:center;box-shadow:var(--shadow);overflow:hidden}.eyebrow,.kicker{display:inline-flex;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.09);padding:8px 14px;border-radius:999px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;color:#ffe28a}.cyber-hero h1{font-size:clamp(2.35rem,5vw,4.45rem);line-height:1.04;margin:18px 0;letter-spacing:-.04em;font-weight:780;text-wrap:balance}.cyber-hero p{font-size:1.1rem;color:#eef7f0;margin:0 0 20px;font-weight:650}.cyber-cluster-statement{display:block;margin:18px 0 20px;max-width:780px;padding:16px 18px;border-radius:22px;border:1px solid rgba(246,189,39,.46);background:rgba(255,250,240,.12);color:#fff7d6!important;font-weight:760;line-height:1.55}.cyber-trust-badges{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.cyber-trust-badges span{display:inline-flex;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.1);color:#fff;border-radius:999px;padding:8px 12px;font-size:.88rem;font-weight:850}.hero-actions,.actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:13px 22px;border-radius:999px;font-weight:900;text-decoration:none;border:2px solid transparent;cursor:pointer;font-size:1rem;text-align:center}.btn-primary{background:var(--gold);color:var(--navy)}.btn-secondary,.btn-light{background:#fff;color:var(--navy)}.btn-outline{border-color:#d7dce5;background:#fff;color:var(--navy)}.cyber-hero-card{background:#fff;color:var(--ink);border-radius:28px;padding:24px;box-shadow:0 18px 45px rgba(0,0,0,.18)}.cyber-hero-card h2{font-size:1.55rem;margin:0 0 12px;color:#0f2042}.cyber-hero-card p{color:#20314c!important;font-size:1rem!important;margin:0 0 14px!important}.mini-status-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.mini-status-list li{display:flex;justify-content:space-between;gap:14px;border:1px solid #e2e7ef;background:#fbfaf6;border-radius:16px;padding:12px 14px;color:#162b50;font-weight:800}.mini-status-list span:last-child{color:#0f6a50}.section{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:34px;margin-top:28px}.section-soft{background:linear-gradient(180deg,#fffaf0,#fffef9)}.section h2{font-size:clamp(1.85rem,3vw,2.85rem);line-height:1.12;margin:0 0 16px;letter-spacing:-.03em;font-weight:780;color:#14264b;text-wrap:balance}.section h3{font-size:1.18rem;margin:0 0 10px;color:#0f2042}.lead{font-size:1.12rem;color:#21314c;font-weight:650}.plain-callout,.trust-callout{background:linear-gradient(135deg,#f1fbf7,#fffaf0);border:1px solid rgba(15,106,80,.22);border-radius:24px;padding:22px;color:#10233f;box-shadow:0 12px 32px rgba(16,35,63,.07)}.plain-callout strong,.trust-callout strong{display:block;color:#0f2042;font-size:1.08rem;margin-bottom:4px}.tool-rank-grid,.concern-grid,.guide-grid,.spoke-grid,.fix-grid,.faq-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.tool-rank-card,.concern-card,.guide-card,.spoke-card,.fix-card,.faq-card{border:1px solid #e2e7ef;border-radius:22px;padding:20px;background:#fff;color:var(--navy);text-decoration:none;box-shadow:0 12px 32px rgba(16,35,63,.08);min-height:100%}.tool-rank-card.primary{background:linear-gradient(135deg,#13264b,#0f6a50);color:#fff;border-color:rgba(255,255,255,.16)}.tool-rank-card span,.concern-card span{display:inline-block;margin-bottom:8px;font-size:.82rem;letter-spacing:.04em;text-transform:uppercase;font-weight:950;color:#0f6a50}.tool-rank-card.primary span{color:#ffe28a}.tool-rank-card strong,.concern-card strong{display:block;font-size:1.15rem;line-height:1.2;margin-bottom:8px}.tool-rank-card p,.concern-card p,.guide-card p,.spoke-card p,.fix-card p,.faq-card p{color:#34435c;font-weight:650;margin:0}.tool-rank-card.primary p{color:#f2f7fb}.coming-soon{opacity:.82;background:#fbfaf6}.coming-soon strong{color:#34435c}.mapping-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0 0;padding:0;list-style:none}.mapping-list li{background:#fffef9;border:1px solid #e2e7ef;border-radius:18px;padding:14px;color:#183633;font-weight:700}.tool-shell{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:24px;align-items:start}.form-card{background:#fffef9;border:1px solid var(--line);border-radius:24px;padding:24px}.form-card fieldset{border:0;padding:0;margin:0 0 22px}.form-card legend{font-size:1.15rem;font-weight:950;color:#13264b;margin:0 0 10px}.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:12px 0}.choice{display:flex;gap:12px;align-items:flex-start;text-align:left;border:2px solid #d8deea;background:#fff;border-radius:18px;padding:15px;cursor:pointer;min-height:76px;font-weight:850;color:var(--navy)}.choice input{margin-top:7px;accent-color:var(--green)}.choice:has(input:checked){border-color:var(--green);background:#f1fbf7;box-shadow:0 10px 24px rgba(15,106,80,.1)}.result-card{background:#f8fbfa;border:1px solid #dbe8e2;border-radius:24px;padding:24px;position:sticky;top:92px}.score{display:flex;gap:16px;align-items:center;margin-bottom:14px}.score-circle{width:112px;height:112px;border-radius:50%;background:#e5e9f1;display:grid;place-items:center;border:8px solid #fff;box-shadow:0 8px 24px rgba(16,35,63,.12);font-weight:950;color:var(--navy);text-align:center;line-height:1.1}.result-level{background:#fff7d8;border:1px solid #f5d779;border-radius:18px;padding:14px 16px;color:#4b3500;font-weight:750}.result-level.low{background:#edf9f3;border-color:#bfe5d0;color:#0c4a35}.result-level.medium{background:#fff7d8;border-color:#f5d779;color:#4b3500}.result-level.high{background:#fff0e8;border-color:#f4c2a8;color:#743000}.result-level.urgent{background:#fff1f0;border-color:#ffc9c4;color:#7a231c}.result-list{margin:12px 0 0;padding-left:1.2rem}.result-list li{margin:.25rem 0}.safe-next-step{margin-top:14px;padding:14px 16px;border-radius:18px;background:#eef6ff;border:1px solid #c9dff8;color:#10233f}.safe-next-step strong{display:block;color:#13264b;font-weight:900;margin-bottom:2px}.safe-next-step p{margin:0;color:#20314c;font-weight:750;line-height:1.5}.privacy-pill{display:inline-flex;border-radius:999px;background:#fff7d8;color:#17264a;padding:8px 12px;font-weight:900;font-size:.9rem;margin-top:12px}.footer{background:#081727;color:#dfe9f5;margin-top:34px}.footer .wrap{padding:34px 22px}.footer a{color:#fff;font-weight:800}.mobile-sticky{display:none}.toast{position:fixed;left:50%;bottom:90px;transform:translateX(-50%) translateY(20px);background:#13264b;color:#fff;padding:12px 16px;border-radius:999px;font-weight:900;opacity:0;transition:.2s;z-index:100}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}@media(max-width:980px){.cyber-hero,.tool-shell{grid-template-columns:1fr}.result-card{position:static}.tool-rank-grid,.concern-grid,.guide-grid,.spoke-grid,.fix-grid,.faq-grid{grid-template-columns:1fr 1fr}.mapping-list{grid-template-columns:1fr}}@media(max-width:760px){body.cyber-safety-page{font-size:16px;padding-bottom:92px}.nav,.site-nav{display:none}.mobile-menu-btn{display:inline-flex;background:#eef2f7;border:0;color:#13264b;font-weight:900;border-radius:999px;padding:10px 14px}.wrap{padding:18px 16px}.cyber-hero{padding:24px;border-radius:24px}.cyber-hero h1{font-size:clamp(2.35rem,11vw,3.35rem);line-height:1.05}.choice-grid,.tool-rank-grid,.concern-grid,.guide-grid,.spoke-grid,.fix-grid,.faq-grid{grid-template-columns:1fr}.actions,.hero-actions{display:grid;grid-template-columns:1fr}.btn{width:100%}.section{padding:22px}.mobile-sticky{position:fixed;left:14px;right:14px;bottom:14px;z-index:50;background:#fff;border-radius:24px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;padding:10px;box-shadow:0 20px 55px rgba(16,35,63,.22)}.mobile-sticky a{display:flex;align-items:center;justify-content:center;min-height:54px;border-radius:18px;text-decoration:none;font-weight:900;color:#13264b;background:#eef2f7}.mobile-sticky a:first-child{background:#13264b;color:#fff}.mobile-sticky a:nth-child(2){background:#f6bd27;color:#13264b}.toast{left:14px;right:14px;transform:translateY(20px);text-align:center}.toast.show{transform:translateY(0)}}.cyber-hero-with-art{align-items:start;}.hero-visual-stack{display:grid;gap:16px;}.hero-art{margin:0;background:#081b3a;border:1px solid rgba(255,255,255,.10);border-radius:24px;box-shadow:0 18px 40px rgba(0,0,0,.22);overflow:hidden;}.hero-art img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;object-position:center top;}.hero-art figcaption{padding:10px 14px;color:var(--muted);font-size:14px;background:rgba(255,255,255,.02);}@media (min-width:920px){.cyber-hero-with-art{grid-template-columns:minmax(0,1.2fr) minmax(340px,.9fr);}.hero-art img{min-height:320px;}}.blog-hero-art{margin:0;background:#071a44;border:1px solid rgba(255,255,255,.14);border-radius:26px;box-shadow:0 18px 42px rgba(0,0,0,.22);overflow:hidden;}.blog-hero-art img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;object-position:center;}.blog-hero-art figcaption{padding:10px 14px;background:rgba(255,255,255,.05);color:#dfe9f5;font-size:14px;font-weight:750;}.blog-hero-stack{display:grid;gap:16px;}@media (min-width:920px){.cyber-hero-with-art{grid-template-columns:minmax(0,1.18fr) minmax(340px,.9fr);}.blog-hero-art img{min-height:300px;}}.cyber-hero>:first-child:where(h1,h2,h3,h4,p,li,span,strong,em,small,a:not(.btn-primary):not(.btn-secondary):not(.btn-light):not(.btn-outline)),.tool-rank-card.primary:where(strong,p,li,small),.hero-art figcaption,.blog-hero-art figcaption{color:#f4fbff!important;-webkit-text-fill-color:#f4fbff!important;}.cyber-hero>:first-child:where(.eyebrow,.kicker),.tool-rank-card.primary span{color:#ffe28a!important;-webkit-text-fill-color:#ffe28a!important;}.cyber-hero .cyber-hero-card{background:#fff!important;color:#10233f!important;-webkit-text-fill-color:#10233f!important;}.cyber-hero .cyber-hero-card:where(h2,h3,strong){color:#0f2042!important;-webkit-text-fill-color:#0f2042!important;}.cyber-hero .cyber-hero-card:where(p,li,span,small){color:#20314c!important;-webkit-text-fill-color:#20314c!important;}.cyber-hero .cyber-hero-card .mini-status-list li{color:#162b50!important;-webkit-text-fill-color:#162b50!important;}.cyber-hero .cyber-hero-card .mini-status-list span:last-child{color:#0f6a50!important;-webkit-text-fill-color:#0f6a50!important;}.cyber-hero .cyber-hero-card .privacy-pill{color:#17264a!important;-webkit-text-fill-color:#17264a!important;}.cyber-hero>.yitm-review-strip,.cyber-hero>.yitm-review-strip:where(span,strong,small,time){color:#30483a!important;-webkit-text-fill-color:#30483a!important;}body.cyber-safety-page .footer,body.cyber-safety-page .footer:where(p,li,span,strong,em,small,a){color:#f4fbff!important;-webkit-text-fill-color:#f4fbff!important;}}@scope (html[data-yitm-b4-css~="b4-01"]) {:root{--navy:#13264b;--deep:#071a44;--ink:#10233f;--muted:#526074;--cream:#fffaf0;--paper:#fffef9;--line:#e3d8c4;--green:#0f6a50;--gold:#f6bd27;--red:#b42318;--blue:#eef6ff;--shadow:0 22px 60px rgba(16,35,63,.14);--radius:28px;--max:1180px}*{box-sizing:border-box}body.business-cyber-page{margin:0;background:#fbfaf6;color:var(--ink);font-family:Inter,Barlow,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:18px;line-height:1.65}body.business-cyber-page a{color:var(--navy)}.skip-link{position:absolute;left:-9999px;top:auto}.skip-link:focus{left:16px;top:16px;z-index:999;background:#fff;color:#071a44;padding:10px 14px;border-radius:999px}.site-header{background:#fff;border-bottom:1px solid #e7e0d4;position:sticky;top:0;z-index:20}.header-inner{max-width:var(--max);margin:auto;padding:14px 22px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;gap:12px;align-items:center;text-decoration:none;font-weight:900;color:var(--navy)}.brand-mark{width:54px;height:54px;border:1px solid #e2e7ef;border-radius:14px;overflow:hidden;display:grid;place-items:center;background:#fff}.brand-mark img{width:100%;height:100%;object-fit:contain;padding:4px}.brand-text{display:flex;flex-direction:column;line-height:1.05}.brand small{display:block;color:var(--muted);font-weight:700}.brand em{font-style:normal;color:var(--green)}.nav{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.nav a{text-decoration:none;font-weight:850;font-size:.92rem;color:var(--navy)}.nav .nav-cta{background:var(--navy);color:#fff;border-radius:999px;padding:10px 14px}.mobile-menu-btn{display:none}.wrap{max-width:var(--max);margin:auto;padding:28px 22px}.business-hero{background:radial-gradient(circle at 76% 18%,rgba(246,189,39,.19),transparent 28%),linear-gradient(135deg,#112348,#0d4a42);color:#fff;border-radius:34px;padding:42px;display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center;box-shadow:var(--shadow);overflow:hidden;margin-top:18px}.business-hero h1{font-size:clamp(2.25rem,5vw,4.2rem);line-height:1.04;margin:18px 0;letter-spacing:-.04em;font-weight:900;text-wrap:balance}.eyebrow{display:inline-flex;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.09);padding:8px 14px;border-radius:999px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;color:#ffe28a}.lede,.business-hero p{font-size:1.1rem;color:#eef7f0;margin:0 0 20px;font-weight:650}.business-statement{display:block;margin:18px 0 20px;max-width:780px;padding:16px 18px;border-radius:22px;border:1px solid rgba(246,189,39,.46);background:rgba(255,250,240,.12);color:#fff7d6!important;font-weight:760;line-height:1.55}.hero-visual{background:#fff;border-radius:28px;padding:14px;box-shadow:0 18px 45px rgba(0,0,0,.18)}.hero-visual img{display:block;width:100%;height:auto;border-radius:20px;object-fit:cover;aspect-ratio:16/9}.hero-visual figcaption{color:#20314c;font-size:.86rem;font-weight:750;padding:10px 6px 2px}.trust-badges{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.trust-badges span{display:inline-flex;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.1);color:#fff;border-radius:999px;padding:8px 12px;font-size:.88rem;font-weight:850}.hero-actions,.actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:13px 22px;border-radius:999px;font-weight:900;text-decoration:none;border:2px solid transparent;cursor:pointer;font-size:1rem;text-align:center}.btn-primary{background:var(--gold);color:var(--navy)}.btn-secondary,.btn-light{background:#fff;color:var(--navy)}.btn-outline{border-color:#d7dce5;background:#fff;color:var(--navy)}.section{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:34px;margin-top:28px}.section-soft{background:linear-gradient(180deg,#fffaf0,#fffef9)}.section h2{font-size:clamp(1.85rem,3vw,2.85rem);line-height:1.12;margin:0 0 16px;letter-spacing:-.03em;font-weight:900;color:#14264b;text-wrap:balance}.section h3{font-size:1.18rem;margin:0 0 10px;color:#0f2042}.lead{font-size:1.12rem;color:#21314c;font-weight:650}.tool-grid,.guide-grid,.spoke-grid,.fix-grid,.faq-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.tool-card,.guide-card,.spoke-card,.fix-card,.faq-card{border:1px solid #e2e7ef;border-radius:22px;padding:20px;background:#fff;color:var(--navy);text-decoration:none;box-shadow:0 12px 32px rgba(16,35,63,.08);min-height:100%}.tool-card.primary{background:linear-gradient(135deg,#13264b,#0f6a50);color:#fff}.tool-card.primary p{color:#f2f7fb}.tool-card p,.guide-card p,.spoke-card p,.fix-card p,.faq-card p{color:#34435c;font-weight:650;margin:0}.tool-card strong{display:block;font-size:1.15rem;line-height:1.2;margin-bottom:8px}.decision-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.decision-bar div{border-radius:18px;padding:16px;background:#fff;border:1px solid #e2e7ef;font-weight:850;color:#13264b}.decision-bar strong{display:block;color:#0f6a50}.tool-shell{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:24px;align-items:start}.form-card{background:#fffef9;border:1px solid var(--line);border-radius:24px;padding:24px}.form-card fieldset{border:0;padding:0;margin:0 0 22px}.form-card legend{font-size:1.15rem;font-weight:950;color:#13264b;margin:0 0 10px}.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:12px 0}.choice{display:flex;gap:12px;align-items:flex-start;text-align:left;border:2px solid #d8deea;background:#fff;border-radius:18px;padding:15px;cursor:pointer;min-height:76px;font-weight:850;color:var(--navy)}.choice input{margin-top:7px;accent-color:var(--green)}.choice:has(input:checked){border-color:var(--green);background:#f1fbf7;box-shadow:0 10px 24px rgba(15,106,80,.1)}.result-card{background:#f8fbfa;border:1px solid #dbe8e2;border-radius:24px;padding:24px;position:sticky;top:92px}.score{display:flex;gap:16px;align-items:center;margin-bottom:14px}.score-circle{width:112px;height:112px;border-radius:50%;background:#e5e9f1;display:grid;place-items:center;border:8px solid #fff;box-shadow:0 8px 24px rgba(16,35,63,.12);font-weight:950;color:var(--navy);text-align:center;line-height:1.1}.result-level{background:#fff7d8;border:1px solid #f5d779;border-radius:18px;padding:14px 16px;color:#4b3500;font-weight:750}.result-level.low{background:#edf9f3;border-color:#bfe5d0;color:#0c4a35}.result-level.medium{background:#fff7d8;border-color:#f5d779;color:#4b3500}.result-level.high{background:#fff0e8;border-color:#f4c2a8;color:#743000}.result-level.urgent{background:#fff1f0;border-color:#ffc9c4;color:#7a231c}.safe-next-step,.warning-callout{margin-top:14px;padding:14px 16px;border-radius:18px;background:#eef6ff;border:1px solid #c9dff8;color:#10233f}.warning-callout{background:#fff1f0;border-color:#ffc9c4}.safe-next-step strong,.warning-callout strong{display:block;color:#13264b;font-weight:900;margin-bottom:2px}.privacy-pill{display:inline-flex;border-radius:999px;background:#fff7d8;color:#17264a;padding:8px 12px;font-weight:900;font-size:.9rem;margin-top:12px}.site-footer{background:#081727;color:#dfe9f5;margin-top:34px}.site-footer .wrap{padding:24px 22px}.footer-grid{display:grid;grid-template-columns:1fr 2fr;gap:20px;align-items:start}.footer-links,.footer-terms-links{display:flex;gap:14px;flex-wrap:wrap}.site-footer a{color:#fff;font-weight:800}.footer-referral-cta{border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14);color:#fff7d6}.footer-terms{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;font-size:.92rem;color:#c9d6e8}.sticky-mobile-bar{display:none}.toast{position:fixed;left:50%;bottom:90px;transform:translateX(-50%) translateY(20px);background:#13264b;color:#fff;padding:12px 16px;border-radius:999px;font-weight:900;opacity:0;transition:.2s;z-index:100}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}@media(max-width:980px){.business-hero,.tool-shell{grid-template-columns:1fr}.result-card{position:static}.tool-grid,.guide-grid,.spoke-grid,.fix-grid,.faq-grid{grid-template-columns:1fr 1fr}.decision-bar{grid-template-columns:1fr 1fr}}@media(max-width:760px){body.business-cyber-page{font-size:16px;padding-bottom:92px}.nav{display:none}.mobile-menu-btn{display:inline-flex;background:#eef2f7;border:0;color:#13264b;font-weight:900;border-radius:999px;padding:10px 14px}.wrap{padding:18px 16px}.business-hero{padding:24px;border-radius:24px}.business-hero h1{font-size:clamp(2.25rem,10.5vw,3.25rem)}.choice-grid,.tool-grid,.guide-grid,.spoke-grid,.fix-grid,.faq-grid,.decision-bar{grid-template-columns:1fr}.actions,.hero-actions{display:grid;grid-template-columns:1fr}.btn{width:100%}.section{padding:22px}.footer-grid{grid-template-columns:1fr}.sticky-mobile-bar{position:fixed;left:14px;right:14px;bottom:14px;z-index:50;background:#fff;border-radius:24px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;padding:10px;box-shadow:0 20px 55px rgba(16,35,63,.22)}.sticky-mobile-bar a{display:flex;align-items:center;justify-content:center;min-height:54px;border-radius:18px;text-decoration:none;font-weight:900;color:#13264b;background:#eef2f7}.sticky-mobile-bar a:first-child{background:#13264b;color:#fff}.sticky-mobile-bar a:nth-child(2){background:#f6bd27;color:#13264b}}.business-cyber-blog-page .blog-article-hero{margin-top:18px}.business-cyber-blog-page .article-section p{font-size:1.06rem;line-height:1.72;color:#26364e;font-weight:620}.business-cyber-blog-page .quick-answer .decision-bar div{min-height:112px}.check-list{margin:18px 0 0;padding:0;display:grid;gap:12px;list-style:none}.check-list li{position:relative;padding:14px 16px 14px 48px;border-radius:18px;background:#fff;border:1px solid #e2e7ef;color:#20314c;font-weight:750;line-height:1.48}.check-list li::before{content:"!";position:absolute;left:16px;top:13px;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#fff1f0;color:#7a231c;font-weight:950;font-size:.86rem}.check-list.positive li::before{content:"✓";background:#edf9f3;color:#0f6a50}.check-list.danger li::before{content:"×";background:#fff1f0;color:#7a231c}.business-cyber-blog-list{margin-top:16px}.business-cyber-blog-list .spoke-card p{margin-top:8px}@media(max-width:760px){.business-cyber-blog-page .quick-answer .decision-bar div{min-height:0}}}@scope (html[data-yitm-b4-css~="b4-34"]) {.yitm-journey-nav{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center;margin:1rem 0 1.25rem;padding:.75rem;border:1px solid rgba(15,23,42,.12);border-radius:14px;background:#fff}.yitm-journey-nav a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.62rem .85rem;border-radius:10px;text-decoration:none;font-weight:700;line-height:1.2}.yitm-journey-nav a[aria-current="page"]{outline:2px solid currentColor;outline-offset:2px}.yitm-quick-choice{margin:1rem 0 1.5rem;padding:1rem;border:1px solid rgba(15,23,42,.14);border-radius:16px;background:#fff;color:#10233f;box-shadow:0 8px 24px rgba(15,23,42,.06);min-width:0;overflow-wrap:anywhere}.yitm-quick-choice h2{margin:0 0 .35rem;font-size:clamp(1.15rem,2.4vw,1.45rem)}.yitm-quick-choice p{margin:.2rem 0 .85rem;max-width:72ch;color:#334155;opacity:1}.yitm-choice-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.yitm-choice-actions a{display:flex;align-items:center;justify-content:center;min-height:48px;padding:.75rem .9rem;border-radius:11px;text-align:center;text-decoration:none;font-weight:800}.yitm-choice-actions a:first-child{background:#111827;color:#fff!important;-webkit-text-fill-color:#fff!important}.yitm-choice-actions a:not(:first-child){border:1px solid #cbd5e1;background:#fff;color:#10233f}.yitm-more-details{width:min(1160px,calc(100% - 40px));box-sizing:border-box;margin:1.25rem auto;border:1px solid rgba(15,23,42,.14);border-radius:14px;background:#fff;overflow:hidden}.yitm-more-details>summary{cursor:pointer;list-style:none;padding:1rem 1.1rem;font-weight:800;min-height:48px;display:flex;align-items:center;justify-content:space-between}.yitm-more-details>summary::-webkit-details-marker{display:none}.yitm-more-details>summary::after{content:"+";font-size:1.3rem;line-height:1}.yitm-more-details[open]>summary::after{content:"−"}.yitm-more-details-content{padding:0 1.1rem 1.1rem}.yitm-more-details-content>:first-child{margin-top:0}.yitm-context-note{font-size:.92rem;opacity:.82;margin:.5rem 0 0}@media(max-width:760px){.yitm-choice-actions{grid-template-columns:1fr}.yitm-journey-nav{display:grid;grid-template-columns:1fr 1fr}.yitm-journey-nav a{width:100%}}@media(max-width:430px){.yitm-journey-nav{grid-template-columns:1fr}.yitm-quick-choice{padding:.85rem}}.wrap .yitm-more-details{width:100%}@media(max-width:680px){.yitm-more-details{width:calc(100% - 28px)}}:root{--yitm-a0018010-navy:#10233f;--yitm-a0018010-gold:#f5b83f;}body.template-service-page main#main-content:is( .pricing-kicker-strip,.review-proof,.review-card,.feature-band,.yitm-answer,.vm-bottom-cta,.post-footer-cta,.leadroom-sample-record,.yitm-about ):is(h1,h2,h3,h4,p,li),body.yitm-post-unified main:is( .pricing-kicker-strip,.review-proof,.review-card,.feature-band,.yitm-answer,.vm-bottom-cta,.post-footer-cta,.leadroom-sample-record,.yitm-about ):is(h1,h2,h3,h4,p,li){color:#f7fbff!important;-webkit-text-fill-color:#f7fbff!important;opacity:1!important;text-shadow:none!important;}body.template-service-page main#main-content:is( .pricing-kicker-strip,.review-proof,.review-card,.feature-band,.yitm-answer,.vm-bottom-cta,.post-footer-cta,.leadroom-sample-record,.yitm-about ) strong,body.yitm-post-unified main:is( .pricing-kicker-strip,.review-proof,.review-card,.feature-band,.yitm-answer,.vm-bottom-cta,.post-footer-cta,.leadroom-sample-record,.yitm-about ) strong{color:#fff!important;-webkit-text-fill-color:#fff!important;}body.template-service-page .yitm-weekend-home-visit .glass-card,body.yitm-post-unified .yitm-weekend-home-visit .glass-card{border:1px solid rgba(16,35,63,.11)!important;border-top:6px solid var(--yitm-a0018010-gold)!important;background:linear-gradient(135deg,#fffdf7 0%,#f4faf8 100%)!important;box-shadow:0 18px 42px rgba(16,35,63,.08)!important;}body.template-service-page .yitm-weekend-home-visit h2,body.yitm-post-unified .yitm-weekend-home-visit h2{margin:.55rem 0 1rem!important;color:var(--yitm-a0018010-navy)!important;-webkit-text-fill-color:var(--yitm-a0018010-navy)!important;font-size:clamp(2.1rem,4.5vw,3.65rem)!important;line-height:1!important;text-wrap:balance!important;}body.template-service-page .yitm-weekend-home-visit p,body.yitm-post-unified .yitm-weekend-home-visit p{max-width:82ch!important;color:#34445c!important;-webkit-text-fill-color:#34445c!important;font-size:1rem!important;line-height:1.68!important;}}@scope (html[data-yitm-b4-css~="b4-07"]) {.yitm-crm-next-step{width:min(1160px,calc(100% - 40px));box-sizing:border-box;margin:28px auto;padding:clamp(22px,3vw,32px);border:1px solid rgba(16,35,63,.12);border-radius:24px;background:#fff;box-shadow:0 16px 40px rgba(16,35,63,.08)}.yitm-crm-next-step h2{margin:0 0 10px;color:#10233f;font-size:clamp(2rem,3.5vw,3rem);line-height:1.05;text-wrap:balance}.yitm-crm-next-step p{max-width:72ch;margin:0 0 18px;color:#40536a;line-height:1.65}.yitm-crm-next-step-actions{display:flex;flex-wrap:wrap;gap:12px}.yitm-crm-next-step-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:11px 20px;border:2px solid #10233f;border-radius:999px;text-align:center;text-decoration:none;font-weight:900;line-height:1.2;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease}.yitm-crm-next-step-actions a:first-child{background:#10233f!important;color:#fff!important;-webkit-text-fill-color:#fff!important}.yitm-crm-next-step-actions a:not(:first-child){background:#fff!important;color:#10233f!important;-webkit-text-fill-color:#10233f!important}.yitm-crm-next-step-actions a:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(16,35,63,.12)}.yitm-crm-next-step-actions a:focus-visible{outline:3px solid #f5b83f;outline-offset:3px}@media(max-width:680px){.yitm-crm-next-step{width:calc(100% - 28px);margin:20px auto;padding:20px}.yitm-crm-next-step-actions{display:grid;grid-template-columns:1fr}.yitm-crm-next-step-actions a{width:100%}}}@scope (html[data-yitm-b4-css~="b4-26"]) {[data-start-here-ai],[data-cga-panel],[data-scam-ai],[data-business-cyber-ai]{overflow-wrap:anywhere}[data-start-here-ai] textarea,[data-cga-panel] textarea,[data-scam-ai] textarea{color:#10233f!important;background:#fff!important;border-color:#94a3b8!important}[data-start-here-ai] textarea::placeholder,[data-cga-panel] textarea::placeholder,[data-scam-ai] textarea::placeholder{color:#64748b!important;opacity:1}[data-start-here-ai] button:focus-visible,[data-cga-panel] button:focus-visible,[data-scam-ai] button:focus-visible,[data-business-cyber-ai] button:focus-visible,[data-start-here-ai] a:focus-visible,[data-cga-panel] a:focus-visible,[data-scam-ai] a:focus-visible,[data-business-cyber-ai] a:focus-visible{outline:3px solid #f6bd27!important;outline-offset:3px}[data-start-here-ai] button:disabled,[data-cga-panel] button:disabled,[data-scam-ai] button:disabled,[data-business-cyber-ai] button:disabled{opacity:.62;cursor:not-allowed}[data-scam-ai] .status,[data-business-cyber-ai] [aria-live],[data-start-here-ai] [aria-live],[data-cga-panel] [aria-live]{min-height:1.6em}@media(max-width:700px){[data-start-here-ai] .actions,[data-cga-panel] .cga-actions,[data-scam-ai] .actions,[data-business-cyber-ai] .actions{display:grid!important;grid-template-columns:1fr!important}[data-start-here-ai] .actions>*,[data-cga-panel] .cga-actions>*,[data-scam-ai] .actions>*,[data-business-cyber-ai] .actions>*{width:100%!important;min-width:0!important}}}@scope (html[data-yitm-b4-css~="b4-32"]) {:root{--yitm-tool-ink:#10233f;--yitm-tool-copy:#263a55;--yitm-tool-muted:#46566d;}.hero .form-card,.hero .hero-card,.hero .result-card,.hero .tool-card,.tool-shell .form-card,.tool-shell .result-card,.section .form-card,.section .result-card{color:var(--yitm-tool-ink)!important;text-shadow:none!important;}.hero .form-card h1,.hero .form-card h2,.hero .form-card h3,.hero .form-card h4,.hero .hero-card h1,.hero .hero-card h2,.hero .hero-card h3,.hero .hero-card h4,.hero .result-card h1,.hero .result-card h2,.hero .result-card h3,.hero .result-card h4,.tool-shell .form-card h1,.tool-shell .form-card h2,.tool-shell .form-card h3,.tool-shell .form-card h4,.tool-shell .result-card h1,.tool-shell .result-card h2,.tool-shell .result-card h3,.tool-shell .result-card h4{color:#102a56!important;opacity:1!important;text-shadow:none!important;}.hero .form-card p,.hero .form-card li,.hero .form-card label,.hero .form-card small,.hero .form-card span,.hero .hero-card p,.hero .hero-card li,.hero .hero-card label,.hero .hero-card small,.hero .hero-card span,.hero .result-card p,.hero .result-card li,.hero .result-card label,.hero .result-card small,.hero .result-card span,.tool-shell .form-card p,.tool-shell .form-card li,.tool-shell .form-card label,.tool-shell .form-card small,.tool-shell .form-card span,.tool-shell .result-card p,.tool-shell .result-card li,.tool-shell .result-card label,.tool-shell .result-card small,.tool-shell .result-card span{color:var(--yitm-tool-copy)!important;opacity:1!important;text-shadow:none!important;}.form-card .help-text,.result-card .help-text,.tool-card .help-text,.field-help,.helper-text,.muted{color:var(--yitm-tool-muted)!important;opacity:1!important;}.form-card input,.form-card textarea,.form-card select,.tool-shell input,.tool-shell textarea,.tool-shell select{color:var(--yitm-tool-ink)!important;background:#fff!important;}.form-card input::placeholder,.form-card textarea::placeholder,.tool-shell input::placeholder,.tool-shell textarea::placeholder{color:#5b687a!important;opacity:1!important;}.hero .form-card .btn-light,.hero .form-card .btn-outline,.hero .form-card .chip,.hero .hero-card .btn-light,.hero .hero-card .btn-outline,.hero .hero-card .chip,.tool-shell .btn-light,.tool-shell .btn-outline,.tool-shell .chip{color:#102a56!important;background:#fff!important;border-color:#bdc7d5!important;text-shadow:none!important;opacity:1!important;}.hero .form-card .btn-primary,.hero .hero-card .btn-primary,.tool-shell .btn-primary{opacity:1!important;text-shadow:none!important;}@media (prefers-contrast:more){.form-card,.result-card,.hero-card{border-color:#6b7789!important}.form-card input,.form-card textarea,.form-card select{border-color:#526174!important}}.hero .yitm-quick-choice,.yitm-triage-hub .yitm-quick-choice,main .yitm-quick-choice {background:#ffffff!important;color:#10233f!important;text-shadow:none!important;}.hero .yitm-quick-choice h1,.hero .yitm-quick-choice h2,.hero .yitm-quick-choice h3,.yitm-triage-hub .yitm-quick-choice h1,.yitm-triage-hub .yitm-quick-choice h2,.yitm-triage-hub .yitm-quick-choice h3,main .yitm-quick-choice h1,main .yitm-quick-choice h2,main .yitm-quick-choice h3 {color:#102a56!important;opacity:1!important;text-shadow:none!important;}.hero .yitm-quick-choice p,.hero .yitm-quick-choice span,.hero .yitm-quick-choice small,.yitm-triage-hub .yitm-quick-choice p,.yitm-triage-hub .yitm-quick-choice span,.yitm-triage-hub .yitm-quick-choice small,main .yitm-quick-choice p,main .yitm-quick-choice span,main .yitm-quick-choice small {color:#263a55!important;opacity:1!important;text-shadow:none!important;}.hero .yitm-choice-actions a:not(:first-child),.yitm-triage-hub .yitm-choice-actions a:not(:first-child),main .yitm-choice-actions a:not(:first-child) {color:#102a56!important;background:#ffffff!important;border-color:#aeb9c8!important;opacity:1!important;text-shadow:none!important;}.hero .yitm-choice-actions a:first-child,.yitm-triage-hub .yitm-choice-actions a:first-child,main .yitm-choice-actions a:first-child {color:#ffffff!important;background:#111827!important;opacity:1!important;text-shadow:none!important;}.hero-image-card .hero-image-caption {color:#ffffff!important;background:#061a33!important;opacity:1!important;text-shadow:none!important;}}@scope (html[data-yitm-b4-css~="b4-25"]) {[data-business-cyber-action-plan-ai] .cyber-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:1rem 0}[data-business-cyber-action-plan-ai] .cyber-plan-column{background:#fff;border:1px solid #cbd5e1;border-radius:16px;padding:1rem;min-width:0}[data-business-cyber-action-plan-ai] .cyber-plan-column h4{margin:0 0 .75rem;color:#0f172a}[data-business-cyber-action-plan-ai] .cyber-plan-column ol{margin:0;padding-left:1.25rem}[data-business-cyber-action-plan-ai] .cyber-plan-column li{margin:.7rem 0;color:#1e293b}[data-business-cyber-action-plan-ai] .cyber-plan-column p{margin:.25rem 0 0;color:#475569;font-size:.94rem}[data-business-cyber-action-plan-ai] #business-cyber-plan-status{color:#334155;font-weight:600}[data-business-cyber-action-plan-ai] #business-cyber-plan-status.is-error{color:#9f1239}[data-business-cyber-action-plan-ai] .result-card:focus{outline:3px solid #f59e0b;outline-offset:3px}@media(max-width:820px){[data-business-cyber-action-plan-ai] .cyber-plan-grid{grid-template-columns:1fr}}}@scope (html[data-yitm-b4-css~="b4-27"]) {[data-scam-recovery-ai]{background:#fff;border:1px solid #d8e2ea;border-radius:28px;box-shadow:0 16px 38px rgba(16,35,63,.08);padding:30px;overflow:hidden}[data-scam-recovery-ai] .ai-recovery-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.85fr);gap:22px;align-items:start}[data-scam-recovery-ai] .ai-recovery-safety{background:#fff5db;border:1px solid #e7c870;border-radius:18px;padding:16px;color:#31260e}[data-scam-recovery-ai] .ai-recovery-consent{display:flex;gap:12px;align-items:flex-start;border:1px solid #cad7e2;border-radius:18px;padding:15px;background:#f8fbfd;font-weight:750;color:#15263f}[data-scam-recovery-ai] .ai-recovery-consent input{margin-top:6px;min-width:20px;min-height:20px;accent-color:#0f6a50}[data-scam-recovery-ai] .ai-recovery-status{min-height:1.6em;color:#29425f;font-weight:750}[data-scam-recovery-ai] .ai-recovery-status.is-error{color:#9b1c13}[data-scam-recovery-ai] .ai-recovery-result{background:#f3faf7;border:1px solid #b8ddcf;border-radius:22px;padding:20px;outline:none}[data-scam-recovery-ai] .ai-recovery-result[data-urgency="urgent"]{background:#fff7ee;border-color:#efc38f}[data-scam-recovery-ai] .ai-recovery-result h3{margin-top:18px}[data-scam-recovery-ai] .ai-recovery-result ol{padding-left:1.4rem}[data-scam-recovery-ai] .ai-recovery-result li{margin:.55rem 0;color:#192b43}[data-scam-recovery-ai] .ai-recovery-note{font-size:.95rem;color:#40546d}[data-scam-recovery-ai] button:focus-visible,[data-scam-recovery-ai] a:focus-visible,[data-scam-recovery-ai] input:focus-visible{outline:4px solid rgba(246,189,39,.55);outline-offset:3px}@media(max-width:820px){[data-scam-recovery-ai]{padding:22px 18px}[data-scam-recovery-ai] .ai-recovery-grid{grid-template-columns:1fr}}@media(max-width:540px){[data-scam-recovery-ai] .btn{width:100%;text-align:center}}}@scope (html[data-yitm-b4-css~="b4-12"]) {:root{--ldt-ink:#10233f;--ldt-navy:#071b2b;--ldt-green:#0b5f46;--ldt-green-dark:#064e35;--ldt-gold:#f5b83f;--ldt-cream:#fffaf0;--ldt-soft:#f3f8f5;--ldt-line:#d5e3dd;--ldt-muted:#4d6259;--ldt-white:#fff;--ldt-danger:#8b2f2f;--ldt-warning:#7d5700;--ldt-info:#174f79;--ldt-radius:24px;--ldt-shadow:0 22px 65px rgba(8,33,70,.10);}.ldt-page{background:#fff;color:var(--ldt-ink)}.ldt-shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}.ldt-breadcrumbs{display:flex;gap:8px;flex-wrap:wrap;padding:22px 0 0;color:var(--ldt-muted);font-size:.94rem}.ldt-breadcrumbs a{color:var(--ldt-green-dark);font-weight:800}.ldt-hero{padding:48px 0 52px;background:radial-gradient(circle at 82% 12%,rgba(245,184,63,.22),transparent 30rem),linear-gradient(135deg,#f4fbf7 0,#fff 58%,#fff8e8 100%)}.ldt-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);gap:42px;align-items:center}.ldt-kicker{display:inline-flex;align-items:center;min-height:34px;padding:7px 12px;border:1px solid rgba(11,95,70,.16);border-radius:999px;background:#eef8f2;color:var(--ldt-green-dark);font-size:.78rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.ldt-hero h1{margin:15px 0 16px;font-family:"Barlow Condensed",Barlow,sans-serif;font-size:clamp(3rem,6vw,6rem);line-height:.9;letter-spacing:-.045em;color:var(--ldt-ink)}.ldt-hero p{max-width:780px;margin:0;color:var(--ldt-muted);font-size:clamp(1.08rem,1.7vw,1.28rem);line-height:1.62;text-wrap:pretty}.ldt-hero-media{border-radius:30px;overflow:hidden;border:1px solid var(--ldt-line);background:#e8f1ed;box-shadow:var(--ldt-shadow)}.ldt-hero-media img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.ldt-trust-row{display:flex;flex-wrap:wrap;gap:9px;margin:22px 0 0;padding:0;list-style:none}.ldt-trust-row li{padding:8px 12px;border-radius:999px;border:1px solid var(--ldt-line);background:rgba(255,255,255,.86);color:#28463b;font-weight:800;font-size:.92rem}.ldt-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-top:24px}.ldt-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 18px;border-radius:999px;border:1px solid var(--ldt-green-dark);font:inherit;font-weight:900;text-decoration:none;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.ldt-btn:hover{transform:translateY(-2px)}.ldt-btn:focus-visible,.ldt-choice:has(input:focus-visible){outline:3px solid #1598ff;outline-offset:3px}.ldt-btn-primary{background:var(--ldt-green-dark);color:#fff;box-shadow:0 13px 28px rgba(6,78,53,.18)}.ldt-btn-secondary{background:#fff;color:var(--ldt-green-dark)}.ldt-btn-quiet{background:#eef5f1;color:var(--ldt-ink);border-color:var(--ldt-line)}.ldt-section{padding:64px 0}.ldt-section-soft{background:var(--ldt-soft)}.ldt-section-head{max-width:850px;margin-bottom:28px}.ldt-section-head.center{text-align:center;margin-inline:auto}.ldt-section h2,.ldt-section-head h2{margin:0 0 12px;font-family:"Barlow Condensed",Barlow,sans-serif;font-size:clamp(2.25rem,4.5vw,4.35rem);line-height:.94;letter-spacing:-.035em;color:var(--ldt-ink)}.ldt-section-head p,.ldt-lead{margin:0;color:var(--ldt-muted);font-size:1.08rem;line-height:1.68;text-wrap:pretty}.ldt-answer{padding:20px 22px;border:1px solid #b9d7c8;border-radius:20px;background:#f1faf5;color:#27473b;line-height:1.65}.ldt-answer strong{display:block;margin-bottom:5px;color:var(--ldt-green-dark);font-size:.78rem;letter-spacing:.09em;text-transform:uppercase}.ldt-hub-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.ldt-hub-card{display:flex;flex-direction:column;min-height:310px;padding:26px;border:1px solid var(--ldt-line);border-radius:28px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 14px 42px rgba(8,33,70,.07);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.ldt-hub-card:hover{transform:translateY(-4px);box-shadow:var(--ldt-shadow);border-color:#9dc4b2}.ldt-hub-card .ldt-card-label{font-size:.76rem;letter-spacing:.09em;text-transform:uppercase;font-weight:900;color:var(--ldt-green)}.ldt-hub-card h2,.ldt-hub-card h3{margin:14px 0 10px;font-family:"Barlow Condensed",Barlow,sans-serif;font-size:2.25rem;line-height:.95;letter-spacing:-.025em;color:var(--ldt-ink)}.ldt-hub-card p{margin:0 0 16px;color:var(--ldt-muted);line-height:1.58}.ldt-hub-card ul{margin:0 0 18px;padding-left:20px;color:#355247}.ldt-hub-card .ldt-card-link{margin-top:auto;color:var(--ldt-green-dark);font-weight:900}.ldt-tool-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(290px,.8fr);gap:24px;align-items:start}.ldt-tool-card,.ldt-side-card,.ldt-content-card{border:1px solid var(--ldt-line);border-radius:28px;background:#fff;box-shadow:0 14px 42px rgba(8,33,70,.07)}.ldt-tool-card{padding:clamp(20px,3vw,34px)}.ldt-side-card,.ldt-content-card{padding:24px}.ldt-tool-intro{margin-bottom:24px}.ldt-tool-intro h2{font-size:clamp(2rem,4vw,3.4rem)}.ldt-tool-intro p{color:var(--ldt-muted);line-height:1.6}.ldt-privacy-note{display:flex;gap:12px;align-items:flex-start;padding:15px 17px;border:1px solid #bed8ca;border-radius:18px;background:#f5fbf7;color:#315046;line-height:1.5}.ldt-privacy-note b{color:var(--ldt-green-dark)}.ldt-form{display:grid;gap:22px;margin-top:24px}.ldt-fieldset{margin:0;padding:0;border:0}.ldt-fieldset legend,.ldt-field label.ldt-label{display:block;margin-bottom:10px;font-weight:900;color:var(--ldt-ink)}.ldt-help{display:block;margin-top:-4px;margin-bottom:10px;color:var(--ldt-muted);font-size:.92rem;line-height:1.45}.ldt-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ldt-choice{position:relative;display:flex;align-items:flex-start;gap:10px;min-height:54px;padding:13px 14px;border:1px solid #c9d8d1;border-radius:16px;background:#fff;cursor:pointer;color:#243d34;font-weight:750;line-height:1.35;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.ldt-choice:hover{border-color:#8fb5a4;background:#f9fcfa}.ldt-choice input{flex:0 0 auto;width:18px;height:18px;margin:2px 0 0;accent-color:var(--ldt-green-dark)}.ldt-choice:has(input:checked){border-color:var(--ldt-green-dark);background:#eef8f2;box-shadow:0 0 0 1px var(--ldt-green-dark)}.ldt-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ldt-field{display:grid;gap:7px}.ldt-field input,.ldt-field select,.ldt-field textarea{width:100%;min-height:48px;padding:11px 12px;border:1px solid #bdcdc4;border-radius:14px;background:#fff;color:var(--ldt-ink);font:inherit}.ldt-field textarea{min-height:100px;resize:vertical}.ldt-field input:focus,.ldt-field select:focus,.ldt-field textarea:focus{outline:3px solid rgba(21,152,255,.25);border-color:#1598ff}.ldt-form-actions{display:flex;gap:10px;flex-wrap:wrap;padding-top:4px}.ldt-result{margin-top:28px;padding:clamp(22px,3vw,32px);border:1px solid #b9d7c8;border-radius:24px;background:#f5fbf7;box-shadow:0 16px 44px rgba(8,33,70,.08)}.ldt-result[hidden]{display:none!important}.ldt-result[data-level="urgent"]{border-color:#d7a0a0;background:#fff5f5}.ldt-result[data-level="caution"]{border-color:#dfc37d;background:#fff9e9}.ldt-result[data-level="positive"]{border-color:#9ccab1;background:#f2fbf6}.ldt-result[data-level="info"]{border-color:#a9c9df;background:#f4f9fc}.ldt-result-badge{display:inline-flex;padding:7px 11px;border-radius:999px;background:#fff;border:1px solid currentColor;color:var(--ldt-green-dark);font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.ldt-result[data-level="urgent"] .ldt-result-badge{color:var(--ldt-danger)}.ldt-result[data-level="caution"] .ldt-result-badge{color:var(--ldt-warning)}.ldt-result[data-level="info"] .ldt-result-badge{color:var(--ldt-info)}.ldt-result h2{margin:12px 0 9px;font-family:"Barlow Condensed",Barlow,sans-serif;font-size:clamp(2.1rem,4vw,3.5rem);line-height:.95;letter-spacing:-.03em}.ldt-result-intro{font-size:1.08rem;line-height:1.62;color:#344f45}.ldt-result-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:20px}.ldt-result-panel{padding:18px;border:1px solid rgba(16,35,63,.11);border-radius:18px;background:rgba(255,255,255,.78)}.ldt-result-panel h3{margin:0 0 8px;font-size:1.08rem}.ldt-result-panel ul,.ldt-result-panel ol{margin:0;padding-left:20px;color:#3d574d;line-height:1.55}.ldt-result-panel li+li{margin-top:6px}.ldt-result-summary{margin-top:18px;padding:16px;border:1px dashed #9fb6ab;border-radius:16px;background:#fff;white-space:pre-wrap;color:#314b41;font-size:.94rem;line-height:1.55}.ldt-copy-status{min-height:24px;margin-top:8px;color:var(--ldt-green-dark);font-weight:800}.ldt-side-stack{display:grid;gap:18px}.ldt-side-card h2,.ldt-side-card h3,.ldt-content-card h3{margin:0 0 10px;font-family:"Barlow Condensed",Barlow,sans-serif;font-size:1.85rem;line-height:1}.ldt-side-card p,.ldt-side-card li,.ldt-content-card p,.ldt-content-card li{color:var(--ldt-muted);line-height:1.6}.ldt-side-card ul,.ldt-content-card ul{padding-left:20px}.ldt-side-card a{color:var(--ldt-green-dark);font-weight:800}.ldt-content-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.ldt-content-card h3{font-size:1.65rem}.ldt-faq details{margin:10px 0;padding:16px 18px;border:1px solid var(--ldt-line);border-radius:16px;background:#fff}.ldt-faq summary{cursor:pointer;font-weight:900;color:var(--ldt-ink)}.ldt-faq p{color:var(--ldt-muted);line-height:1.6}.ldt-local-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ldt-local-link{display:block;padding:18px;border:1px solid var(--ldt-line);border-radius:18px;background:#fff;text-decoration:none;color:var(--ldt-ink);font-weight:900}.ldt-local-link span{display:block;margin-top:5px;color:var(--ldt-muted);font-weight:600;line-height:1.4}.ldt-final{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:center;padding:30px;border-radius:28px;background:var(--ldt-navy);color:#fff}.ldt-final h2{color:#fff;margin:0 0 8px}.ldt-final p{margin:0;color:rgba(255,255,255,.84)}.ldt-disclaimer{font-size:.92rem;color:var(--ldt-muted);line-height:1.55}.ldt-home-card-note{display:block;margin-top:6px;color:var(--ldt-muted)}.yitm-decision-tool-callout{width:min(1160px,calc(100% - 40px));max-width:1160px;margin:28px auto;padding:24px;box-sizing:border-box;border:1px solid #bed8ca;border-radius:24px;background:linear-gradient(135deg,#f5fbf7 0,#fffaf0 100%);box-shadow:0 14px 42px rgba(8,33,70,.07);color:#10233f}.yitm-decision-tool-callout .ldt-callout-label{display:inline-flex;padding:6px 10px;border-radius:999px;background:#eaf7ef;color:#064e35;font-size:.75rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.yitm-decision-tool-callout h2,.yitm-decision-tool-callout h3{margin:10px 0 8px;font-family:"Barlow Condensed",Barlow,sans-serif;font-size:clamp(1.8rem,3vw,2.55rem);line-height:.96}.yitm-decision-tool-callout p{margin:0;color:#40584f;line-height:1.58}.yitm-decision-tool-callout .ldt-callout-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.yitm-decision-tool-callout a{display:inline-flex;align-items:center;min-height:44px;padding:10px 15px;border-radius:999px;text-decoration:none;font-weight:900;border:1px solid #064e35}.yitm-decision-tool-callout a:first-child{background:#064e35;color:#fff}.yitm-decision-tool-callout a:last-child{background:#fff;color:#064e35}.ldt-tools-promo{margin:34px auto;padding:30px;border:1px solid var(--ldt-line);border-radius:28px;background:linear-gradient(135deg,#fff 0,#eef8f2 100%);box-shadow:var(--ldt-shadow)}.ldt-tools-promo h2{margin:0 0 10px;font-family:"Barlow Condensed",Barlow,sans-serif;font-size:clamp(2rem,4vw,3.5rem);line-height:.95}.ldt-tools-promo p{color:var(--ldt-muted);line-height:1.6}.ldt-tools-promo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px}.ldt-tools-promo-grid a{padding:15px;border:1px solid var(--ldt-line);border-radius:16px;background:#fff;color:var(--ldt-ink);text-decoration:none;font-weight:900;line-height:1.3}.ldt-tools-promo-grid a span{display:block;margin-top:5px;color:var(--ldt-muted);font-size:.9rem;font-weight:600}@media(max-width:980px){.ldt-hero-grid,.ldt-tool-layout,.ldt-final{grid-template-columns:1fr}.ldt-hero-media{max-width:720px}.ldt-content-grid{grid-template-columns:1fr}.ldt-tools-promo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.ldt-shell{width:min(100% - 28px,1180px)}.yitm-decision-tool-callout{width:min(1160px,calc(100% - 28px));padding:20px;border-radius:20px}.ldt-hero{padding:34px 0 40px}.ldt-hub-grid,.ldt-choice-grid,.ldt-field-grid,.ldt-result-grid,.ldt-local-links{grid-template-columns:1fr}.ldt-section{padding:46px 0}.ldt-hub-card{min-height:0;padding:22px}.ldt-actions,.ldt-form-actions,.ldt-result .ldt-actions{display:grid}.ldt-btn{width:100%}.ldt-tools-promo-grid{grid-template-columns:1fr}.yitm-decision-tool-callout .ldt-callout-actions{display:grid}.yitm-decision-tool-callout a{justify-content:center}}@media(prefers-reduced-motion:reduce){.ldt-btn,.ldt-hub-card,.ldt-choice{transition:none!important}.ldt-btn:hover,.ldt-hub-card:hover{transform:none!important}}@media print{.site-header,.yitm-unified-footer,.sticky-mobile-bar,.ldt-hero,.ldt-side-stack,.ldt-form,.ldt-section:not(.ldt-print-section),.ldt-result .ldt-actions,.ldt-copy-status{display:none!important}.ldt-section.ldt-print-section{display:block!important;padding:0}.ldt-tool-layout{display:block}.ldt-tool-card{border:0;box-shadow:none;padding:0}.ldt-result{display:block!important;border:0;box-shadow:none;background:#fff;padding:0}.ldt-result-summary{border:0;padding:0}.ldt-result-grid{display:grid;grid-template-columns:1fr 1fr}.ldt-shell{width:100%}}.ldt-btn.ldt-btn-primary,a.ldt-btn.ldt-btn-primary{color:#fff!important;-webkit-text-fill-color:#fff!important;}.yitm-decision-tool-callout .ldt-callout-actions a:first-child{color:#fff!important;-webkit-text-fill-color:#fff!important;}.yitm-decision-tool-callout .ldt-callout-actions a:last-child{color:#064e35!important;-webkit-text-fill-color:#064e35!important;}nn n.ldt-tool-layout.ldt-has-result{grid-template-columns:minmax(0,1fr)}n.ldt-tool-layout.ldt-has-result>.ldt-tool-card{width:100%;max-width:none}n.ldt-tool-layout.ldt-has-result>.ldt-side-stack{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}n.ldt-tool-layout.ldt-has-result>.ldt-side-stack .ldt-side-card{box-shadow:none;background:#fbfdfc}n.ldt-result{margin-top:34px;padding:clamp(24px,3.2vw,38px)}n.ldt-result>h3{margin:26px 0 8px;font-size:1rem;color:#40584f}n.ldt-result .ldt-actions{padding-top:18px;border-top:1px solid rgba(16,35,63,.10);gap:10px}n.ldt-result .ldt-actions [data-quoteme-link]{min-width:240px}n.ldt-result-summary{max-height:190px;overflow:auto;font-size:.9rem}n.ldt-result-grid{align-items:stretch}n.ldt-result-panel{min-width:0}n.ldt-result .yitm-device-carry{width:100%;max-width:none;margin:18px 0}n@media(min-width:981px){n .ldt-tool-layout:not(.ldt-has-result){grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr)}n}n@media(max-width:980px){n .ldt-tool-layout.ldt-has-result>.ldt-side-stack{grid-template-columns:1fr}n}}@scope (html[data-yitm-b4-css~="b4-24"]) {.yitm-ai-accessibility{margin:1rem 0;padding:1rem;border:1px solid #b8c7d9;border-radius:14px;background:#f7fafc;color:#172033;box-shadow:0 8px 24px rgba(15,35,60,.07)}.yitm-ai-accessibility__head{display:flex;gap:.75rem;align-items:flex-start;justify-content:space-between;flex-wrap:wrap}.yitm-ai-accessibility__head h3{margin:0;font-size:1.05rem;color:#10233f}.yitm-ai-accessibility__head p{margin:.25rem 0 0;color:#35445b;max-width:64ch}.yitm-ai-accessibility__controls{display:flex;gap:.55rem;flex-wrap:wrap;margin-top:.85rem}.yitm-ai-accessibility button,.yitm-ai-accessibility a{min-height:44px;padding:.62rem .82rem;border:2px solid #245c91;border-radius:10px;background:#fff;color:#123f6c;font:inherit;font-weight:700;cursor:pointer;text-decoration:none}.yitm-ai-accessibility button:hover,.yitm-ai-accessibility button:focus-visible,.yitm-ai-accessibility a:hover,.yitm-ai-accessibility a:focus-visible{background:#e8f2fb;outline:3px solid #f5b942;outline-offset:2px}.yitm-ai-accessibility button[aria-pressed="true"]{background:#123f6c;color:#fff}.yitm-ai-accessibility button:disabled{opacity:.58;cursor:not-allowed}.yitm-ai-accessibility__note{margin:.75rem 0 0;color:#445166;font-size:.94rem}.yitm-ai-readable{margin-top:1rem;padding:1rem;border-left:5px solid #245c91;border-radius:10px;background:#fff;color:#172033}.yitm-ai-readable[hidden]{display:none!important}.yitm-ai-readable h3{margin-top:0;color:#10233f}.yitm-ai-readable p,.yitm-ai-readable li{line-height:1.7}.yitm-ai-readable ol{padding-left:1.5rem}.yitm-ai-readable .yitm-keyword{font-weight:700;text-decoration:underline dotted;text-underline-offset:3px}.yitm-ai-glossary{margin-top:1rem;padding:.9rem;border:1px solid #cbd6e3;border-radius:10px;background:#fff}.yitm-ai-glossary dl{margin:.5rem 0 0;display:grid;grid-template-columns:minmax(8rem,auto) 1fr;gap:.5rem .8rem}.yitm-ai-glossary dt{font-weight:800;color:#123f6c}.yitm-ai-glossary dd{margin:0;color:#28374c}.yitm-ai-large-text{font-size:1.18rem!important}.yitm-ai-large-text p,.yitm-ai-large-text li,.yitm-ai-large-text a{line-height:1.8!important}.yitm-ai-step-card{display:block;margin:.65rem 0;padding:.75rem;border:1px solid #d4deea;border-radius:9px;background:#fbfdff}.yitm-ai-short-view .yitm-ai-secondary{display:none!important}@media(max-width:640px){.yitm-ai-accessibility{padding:.85rem}.yitm-ai-accessibility__controls{display:grid;grid-template-columns:1fr}.yitm-ai-accessibility button,.yitm-ai-accessibility a{width:100%;text-align:center}.yitm-ai-glossary dl{grid-template-columns:1fr}.yitm-ai-glossary dd{margin-bottom:.55rem}}@media(prefers-reduced-motion:reduce){.yitm-ai-accessibility *{scroll-behavior:auto!important;transition:none!important}}@media(forced-colors:active){.yitm-ai-accessibility,.yitm-ai-readable,.yitm-ai-glossary{border:2px solid CanvasText}.yitm-ai-accessibility button{border:2px solid ButtonText}}.yitm-ai-accessibility[hidden]{display:none!important}.yitm-ai-readable:focus,.yitm-ai-glossary:focus{outline:3px solid #f5b942;outline-offset:3px}}@scope (html[data-yitm-b4-css~="b4-33"]) {body.yitm-all-tools-rollout{--at-navy:#13294b;--at-green:#1f6b55;--at-gold:#f5bd2f;--at-ink:#17233d;--at-muted:#4b5d78;--at-line:#d9e2ee;--at-soft:#f5f8fb;--at-radius:20px;background:#f7f4ec;color:var(--at-ink)}.yitm-all-tools-rollout main{overflow:visible}.yitm-all-tools-rollout .hero{padding:38px 0 28px!important;background:transparent!important}.yitm-all-tools-rollout .hero>.wrap,.yitm-all-tools-rollout .at-auto-hero{max-width:1180px;margin:auto;background:#fff;border:1px solid var(--at-line);border-top:7px solid var(--at-gold);border-radius:28px;padding:36px;box-shadow:0 18px 42px rgba(23,35,61,.09);display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);gap:34px;align-items:center}.yitm-all-tools-rollout .hero h1,.yitm-all-tools-rollout .at-auto-hero h1{font-size:clamp(2rem,4vw,3.35rem)!important;line-height:1.03!important;letter-spacing:-.035em;color:var(--at-navy)!important;margin:0 0 16px!important}.yitm-all-tools-rollout .hero p,.yitm-all-tools-rollout .at-auto-hero p{color:var(--at-muted)!important;font-size:1.06rem!important;line-height:1.7!important;max-width:760px}.yitm-all-tools-rollout .at-hero-image{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:18px;border:1px solid var(--at-line);box-shadow:0 12px 28px rgba(23,35,61,.12)}.yitm-all-tools-rollout .at-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--at-green);font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;margin-bottom:14px}.yitm-all-tools-rollout .at-stepbar{max-width:1180px;margin:0 auto 26px;background:#fff;border:1px solid var(--at-line);border-radius:16px;display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;box-shadow:0 10px 24px rgba(23,35,61,.06)}.yitm-all-tools-rollout .at-step{padding:15px 18px;display:flex;align-items:center;justify-content:center;gap:10px;font-weight:800;color:#53627a;border-right:1px solid var(--at-line)}.yitm-all-tools-rollout .at-step:last-child{border-right:0}.yitm-all-tools-rollout .at-step span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#eaf0f7;color:var(--at-navy)}.yitm-all-tools-rollout .at-step:first-child{color:var(--at-green)}.yitm-all-tools-rollout .at-step:first-child span{background:var(--at-green);color:#fff}.yitm-all-tools-rollout #tool,.yitm-all-tools-rollout .visual-pass-tool,.yitm-all-tools-rollout .section.tool-grid{max-width:1240px;margin:0 auto 26px!important;padding:0 20px!important}.yitm-all-tools-rollout #tool>.wrap,.yitm-all-tools-rollout .visual-pass-tool>.wrap,.yitm-all-tools-rollout .section.tool-grid>.wrap{max-width:1180px!important;background:#fff;border:1px solid var(--at-line);border-radius:24px;padding:30px!important;box-shadow:0 16px 36px rgba(23,35,61,.07)}.yitm-all-tools-rollout .glass-card,.yitm-all-tools-rollout .tool-shell,.yitm-all-tools-rollout .tool-frame,.yitm-all-tools-rollout .form-card,.yitm-all-tools-rollout .calculator-card,.yitm-all-tools-rollout .quiz-card,.yitm-all-tools-rollout .checker-card{border:1px solid var(--at-line)!important;border-radius:20px!important;background:#fff!important;box-shadow:none!important}.yitm-all-tools-rollout label{color:var(--at-ink)!important;font-weight:800}.yitm-all-tools-rollout input,.yitm-all-tools-rollout select,.yitm-all-tools-rollout textarea{width:100%;min-height:48px;border:1.5px solid #c8d5e5!important;border-radius:12px!important;background:#fff!important;color:var(--at-ink)!important;padding:12px 14px!important;font:inherit!important}.yitm-all-tools-rollout input:focus,.yitm-all-tools-rollout select:focus,.yitm-all-tools-rollout textarea:focus{outline:3px solid rgba(31,107,85,.18)!important;border-color:var(--at-green)!important}.yitm-all-tools-rollout button,.yitm-all-tools-rollout .btn{border-radius:12px!important;min-height:48px;padding:12px 18px!important;font-weight:850!important;line-height:1.2!important;white-space:normal!important}.yitm-all-tools-rollout .btn-primary,.yitm-all-tools-rollout button[type=submit]{background:var(--at-gold)!important;color:var(--at-navy)!important;border:1px solid #dda812!important;box-shadow:0 8px 18px rgba(245,189,47,.22)!important}.yitm-all-tools-rollout .btn-secondary{background:#fff!important;color:var(--at-navy)!important;border:1.5px solid #b8c7d9!important}.yitm-all-tools-rollout .option,.yitm-all-tools-rollout .answer-option,.yitm-all-tools-rollout .choice,.yitm-all-tools-rollout [data-option]{border:1.5px solid #cbd7e5!important;border-radius:14px!important;background:#fff!important;color:var(--at-navy)!important;padding:16px!important;transition:.18s ease}.yitm-all-tools-rollout .option:hover,.yitm-all-tools-rollout .answer-option:hover,.yitm-all-tools-rollout .choice:hover,.yitm-all-tools-rollout [data-option]:hover{border-color:var(--at-green)!important;background:#f4fbf8!important;transform:translateY(-1px)}.yitm-all-tools-rollout #diag-result,.yitm-all-tools-rollout [id*=result]:empty,.yitm-all-tools-rollout .result:empty,.yitm-all-tools-rollout .result-card:empty{display:none!important;min-height:0!important;padding:0!important;margin:0!important;border:0!important}.yitm-all-tools-rollout #diag-result:not(:empty),.yitm-all-tools-rollout .result-card:not(:empty),.yitm-all-tools-rollout .tool-result-card:not(:empty),.yitm-all-tools-rollout .at-visible-result{display:block!important;background:linear-gradient(145deg,#eefaf6,#fff)!important;border:1px solid #b9dcd6!important;border-radius:20px!important;padding:26px!important;box-shadow:0 14px 30px rgba(31,107,85,.09)!important;color:var(--at-ink)!important}.yitm-all-tools-rollout #result-title,.yitm-all-tools-rollout .result-title{color:var(--at-navy)!important;font-weight:850!important}.yitm-all-tools-rollout #result-body,.yitm-all-tools-rollout .result-body{color:var(--at-muted)!important;line-height:1.7!important}.yitm-all-tools-rollout .at-related-questions{max-width:1180px;margin:0 auto 26px;background:#fff;border:1px solid var(--at-line);border-radius:22px;padding:26px;box-shadow:0 12px 28px rgba(23,35,61,.06)}.yitm-all-tools-rollout .at-related-questions h2{margin:0 0 8px;color:var(--at-navy);font-size:1.45rem}.yitm-all-tools-rollout .at-related-questions p{margin:0 0 18px;color:var(--at-muted)}.yitm-all-tools-rollout .at-question-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.yitm-all-tools-rollout .at-question-grid a{display:block;padding:14px 16px;border:1px solid var(--at-line);border-radius:12px;color:var(--at-navy)!important;text-decoration:none;font-weight:750;background:#fbfcfe}.yitm-all-tools-rollout .at-question-grid a:hover{border-color:var(--at-green);background:#f4fbf8}.yitm-all-tools-rollout .at-handoff{max-width:1180px;margin:0 auto 26px;display:grid;grid-template-columns:1fr 1fr;border-radius:22px;overflow:hidden;box-shadow:0 16px 34px rgba(23,35,61,.09)}.yitm-all-tools-rollout .at-handoff article{padding:28px}.yitm-all-tools-rollout .at-handoff .help{background:#244573;color:#fff}.yitm-all-tools-rollout .at-handoff .refer{background:#f5bd2f;color:var(--at-navy)}.yitm-all-tools-rollout .at-handoff h2{margin:5px 0 10px;color:inherit!important;font-size:1.65rem}.yitm-all-tools-rollout .at-handoff p{color:inherit!important;opacity:.96;line-height:1.65}.yitm-all-tools-rollout .at-handoff .btn{display:inline-flex;align-items:center;margin-top:8px}.yitm-all-tools-rollout .at-handoff .help .btn{background:#fff!important;color:var(--at-navy)!important}.yitm-all-tools-rollout .at-handoff .refer .btn{background:var(--at-navy)!important;color:#fff!important;border-color:var(--at-navy)!important}.yitm-all-tools-rollout footer{margin-top:24px!important}.yitm-all-tools-rollout footer,.yitm-all-tools-rollout footer *{color:#fff}.yitm-all-tools-rollout footer a{color:#fff!important}.yitm-all-tools-rollout footer .wrap{padding-top:30px!important;padding-bottom:24px!important}.yitm-all-tools-rollout .section:last-of-type{padding-bottom:24px!important}@media(max-width:860px){.yitm-all-tools-rollout .hero>.wrap,.yitm-all-tools-rollout .at-auto-hero{grid-template-columns:1fr;padding:24px}.yitm-all-tools-rollout .at-hero-image{max-height:240px}.yitm-all-tools-rollout .at-stepbar{margin-left:16px;margin-right:16px}.yitm-all-tools-rollout .at-step{font-size:.86rem;padding:12px 8px}.yitm-all-tools-rollout .at-question-grid,.yitm-all-tools-rollout .at-handoff{grid-template-columns:1fr}.yitm-all-tools-rollout #tool,.yitm-all-tools-rollout .visual-pass-tool,.yitm-all-tools-rollout .section.tool-grid{padding:0 14px!important}}@media(max-width:560px){.yitm-all-tools-rollout .at-stepbar{grid-template-columns:1fr}.yitm-all-tools-rollout .at-step{justify-content:flex-start;border-right:0;border-bottom:1px solid var(--at-line)}.yitm-all-tools-rollout .at-step:last-child{border-bottom:0}.yitm-all-tools-rollout .at-question-grid{grid-template-columns:1fr}.yitm-all-tools-rollout button,.yitm-all-tools-rollout .btn{width:100%;justify-content:center}.yitm-all-tools-rollout .hero>.wrap,.yitm-all-tools-rollout .at-auto-hero{border-radius:20px}.yitm-all-tools-rollout .at-handoff article{padding:22px}}.yitm-all-tools-rollout .hero>:is(.wrap,div)>div:first-child>.kicker,.yitm-all-tools-rollout .hero>.wrap>div:first-child>.kicker,.yitm-all-tools-rollout .hero .kicker:not(.yitm-triage-hub .kicker){background:#eef7f2!important;border-color:#b9d9ca!important;color:#0f6a50!important;-webkit-text-fill-color:#0f6a50!important;text-shadow:none!important;}.yitm-all-tools-rollout .hero .pill-row .pill{background:#eef5f8!important;border:1px solid #c9d8e2!important;color:#10233f!important;-webkit-text-fill-color:#10233f!important;text-shadow:none!important;}.yitm-all-tools-rollout .hero:is(.btn-light,.btn-outline){background:#fff!important;border-color:#aebdca!important;color:#10233f!important;-webkit-text-fill-color:#10233f!important;text-shadow:none!important;}}@scope (html[data-yitm-b4-css~="b4-28"]) {.yitm-tai{margin:22px 0;padding:clamp(18px,3vw,28px);border:1px solid #cfe4d8;border-radius:22px;background:#f7fbf8;color:#10241a}.yitm-tai h3{margin:.2rem 0 .45rem;font-size:clamp(1.3rem,2.5vw,1.75rem)}.yitm-tai__kicker{margin:0;color:#17613d;font-size:.8rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.yitm-tai__privacy,.yitm-tai__safety{padding:12px 14px;border-radius:14px;background:#fff7dc;border:1px solid #ead28c}.yitm-tai__choices{display:flex;flex-wrap:wrap;gap:9px;margin:14px 0}.yitm-tai button,.yitm-tai__copy,.yitm-tai__help{min-height:44px;padding:10px 14px;border:1px solid #17613d;border-radius:12px;background:#fff;color:#17613d;font:inherit;font-weight:850;cursor:pointer;text-decoration:none}.yitm-tai button[aria-pressed=true],.yitm-tai button:hover,.yitm-tai__help{background:#17613d;color:#fff}.yitm-tai__confirm{display:flex;align-items:flex-start;gap:9px;margin:12px 0}.yitm-tai__confirm input{margin-top:.25rem}.yitm-tai__status{min-height:1.5em;font-weight:800;color:#35534a}.yitm-tai__status.is-error{color:#9b1c1c}.yitm-tai__result{margin-top:16px;padding:16px;border:1px solid #cfe4d8;border-radius:16px;background:#fff}.yitm-tai__result h4{margin:14px 0 5px}.yitm-tai__sources{padding-left:1.2rem}.yitm-tai__actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:14px}.yitm-tai [hidden]{display:none!important}.yitm-tai [aria-busy=true]{opacity:.65;pointer-events:none}}@scope (html[data-yitm-b4-css~="b4-08"]) {:root{--yitm-polish-ink:#10233f;--yitm-polish-green:#0b5f46;--yitm-polish-soft:#f5faf7;--yitm-polish-line:rgba(16,35,63,.13);--yitm-polish-gold:#f5b83f}html{overflow-x:clip}body{overflow-wrap:normal;word-break:normal}.wrap,main,section,article,aside,div{min-width:0}img{max-width:100%;height:auto}.yitm-review-strip,.ee-credentials{grid-column:1/-1!important;order:20!important;width:100%;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr)) auto!important;gap:16px!important;align-items:center!important;margin:22px 0 0!important;padding:16px 18px!important;border:1px solid var(--yitm-polish-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 8px 24px rgba(16,35,63,.06)!important;font-family:inherit!important}.yitm-review-person{display:grid;gap:3px;min-width:0}.yitm-review-person>span{font-size:.76rem;letter-spacing:.06em;text-transform:uppercase;font-weight:900;color:#52635a}.yitm-review-person strong{display:block;color:var(--yitm-polish-ink);font-size:1rem;line-height:1.25}.yitm-review-person small{display:block;color:#52635a;font-size:.9rem;line-height:1.35}.yitm-review-date{justify-self:end;display:inline-flex;align-items:center;min-height:36px;padding:8px 12px;border-radius:999px;background:#edf7f1;color:var(--yitm-polish-green);font-size:.86rem;font-weight:900;white-space:nowrap}.hero-grid>.yitm-review-strip,.hero-grid>.ee-credentials,.cyber-hero>.yitm-review-strip,.cyber-hero>.ee-credentials{grid-column:1/-1!important}.hero-grid>.hero-image{min-width:0}.feature-img-card{max-width:100%;overflow:hidden}.feature-img-card img{display:block;width:100%;height:auto;object-fit:cover}.img-caption{line-height:1.45}.hub-strip{display:flex!important;flex-wrap:wrap!important;gap:9px!important;margin:18px 0!important}.hub-strip .chip{display:inline-flex!important;align-items:center!important;min-height:36px!important;padding:8px 12px!important;border-radius:999px!important;background:#eef8f2!important;border:1px solid rgba(11,95,70,.16)!important;color:#24443a!important;font-weight:800!important;line-height:1.15!important}.refer-grid{display:grid!important;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr)!important;gap:28px!important;align-items:center!important}.refer-steps{display:grid!important;gap:12px!important;margin-top:20px!important}.refer-step{display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;gap:14px!important;align-items:start!important;padding:14px!important;border:1px solid var(--yitm-polish-line)!important;border-radius:18px!important;background:#fff!important}.refer-step .rs-num{display:grid!important;place-items:center!important;width:38px!important;height:38px!important;border-radius:50%!important;background:var(--yitm-polish-green)!important;color:#fff!important;font-weight:900!important}.refer-step strong{display:block!important;margin:0 0 4px!important}.refer-step p{margin:0!important;line-height:1.5!important}.refer-img-wrap{width:100%!important}.refer-img{display:block!important;width:100%!important;height:auto!important;border-radius:20px!important}.cta-stack{min-width:0!important}.ee-source-block{width:min(1160px,calc(100% - 40px))!important;box-sizing:border-box!important;max-width:1160px!important;margin:28px auto!important;padding:22px!important;border:1px solid #bfd5c7!important;border-radius:20px!important;background:#f8fbf9!important}.ee-source-block h2{font-size:clamp(1.45rem,2.4vw,2rem)!important;margin:0 0 10px!important}.ee-source-list{display:grid!important;gap:8px!important;margin:14px 0!important;padding-left:22px!important}.ee-source-note{margin-bottom:0!important}.yitm-llm-summary .section-header p,.yitm-customer-answer-hub .section-header p{max-width:760px}.page-meta-strip{display:flex!important;flex-wrap:wrap!important;gap:10px!important}.page-meta-card{display:flex!important;gap:7px!important;align-items:center!important;min-width:0!important}.business-related-grid,.cross-links,.comparison-grid,.service-grid-3,.grid-2{align-items:stretch}.cross-link-card,.comparison-card,.business-related-card{min-width:0;overflow-wrap:break-word}.btn,a.btn,.yitm-crm-next-step-actions a{white-space:normal;text-align:center;line-height:1.25}.cta-button-grid,.hero-ctas,.action-row{gap:12px}.yitm-trust-banner span{display:block;margin-top:5px}@media(max-width:900px){.refer-grid{grid-template-columns:1fr!important}.yitm-review-strip,.ee-credentials{grid-template-columns:1fr!important}.yitm-review-date{justify-self:start}.hero-grid>.hero-image{grid-column:1/-1!important}.cta-stack{max-width:620px;margin-inline:auto}}@media(max-width:680px){.yitm-review-strip,.ee-credentials{padding:14px!important;border-radius:16px!important}.hub-strip{gap:7px!important}.hub-strip .chip{font-size:.9rem!important}.refer-step{grid-template-columns:36px minmax(0,1fr)!important;padding:12px!important}.refer-step .rs-num{width:34px!important;height:34px!important}.ee-source-block{padding:18px!important;border-radius:18px!important}.cta-button-grid,.hero-ctas,.action-row{display:grid!important;grid-template-columns:1fr!important}.btn,a.btn,.yitm-crm-next-step-actions a{width:100%!important;justify-content:center!important}}.yitm-footer-build-badge,.px-footer-build-badge,[class*="build-badge"]{display:none!important}@media(max-width:680px){.ee-source-block{width:calc(100% - 28px)!important}}}@scope (html[data-yitm-b4-css~="b4-35"]) {body.yitm-progressive-tool{background:#f6f8fb;color:#162033}.yitm-progressive-tool .quick-nav,.yitm-progressive-tool .trust-bar,.yitm-progressive-tool .refer-section,.yitm-progressive-tool .content-related-links,.yitm-progressive-tool .ecosystem-section{display:none!important}.yitm-progressive-tool main{overflow:hidden}.pt-hero{padding:44px 20px 28px;background:linear-gradient(135deg,#10233f 0%,#173a65 58%,#0c7a73 100%);color:#fff}.pt-wrap{width:min(1120px,100%);margin:0 auto}.pt-hero-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:34px;align-items:center}.pt-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.13);font-size:.82rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.pt-hero h1{max-width:820px;margin:16px 0 12px;font-size:clamp(2.05rem,4vw,3.65rem);line-height:1.05;color:#fff}.pt-hero p{max-width:760px;margin:0;color:#e8f1fb;font-size:1.08rem;line-height:1.65}.pt-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.pt-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 18px;border-radius:12px;font-weight:800;text-decoration:none;border:1px solid transparent;cursor:pointer}.pt-btn--primary{background:#f5b942;color:#152238}.pt-btn--secondary{background:transparent;border-color:rgba(255,255,255,.52);color:#fff}.pt-hero-card{padding:22px;border:1px solid rgba(255,255,255,.22);border-radius:20px;background:rgba(255,255,255,.1);backdrop-filter:blur(12px)}.pt-hero-card strong{display:block;font-size:1.05rem}.pt-hero-card ul{margin:14px 0 0;padding-left:20px;color:#edf5fc}.pt-hero-card li+li{margin-top:9px}.pt-stepbar{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid #dce3ed;box-shadow:0 8px 24px rgba(15,35,62,.06)}.pt-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.pt-step{display:flex;align-items:center;justify-content:center;gap:10px;padding:15px 10px;font-weight:800;color:#536278}.pt-step span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#e8eef6;color:#173a65}.pt-step.is-current{color:#0b6e67}.pt-step.is-current span{background:#0b6e67;color:#fff}.pt-core{padding:34px 20px 20px}.pt-core>.pt-wrap{display:grid;gap:24px}.pt-stage{background:#fff;border:1px solid #dce4ee;border-radius:22px;box-shadow:0 18px 50px rgba(15,35,62,.08);overflow:hidden}.pt-stage-head{padding:24px 26px 18px;border-bottom:1px solid #e6ebf2;background:linear-gradient(180deg,#fff,#f8fafc)}.pt-stage-num{display:inline-flex;align-items:center;gap:8px;color:#0b6e67;font-size:.8rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.pt-stage-head h2{margin:8px 0 6px;font-size:clamp(1.45rem,2.5vw,2rem);color:#17263c}.pt-stage-head p{margin:0;color:#5c687b}.pt-stage-body{padding:26px}.yitm-progressive-tool #tool,.yitm-progressive-tool #self-check{padding:0!important;background:transparent!important}.yitm-progressive-tool #tool>.wrap,.yitm-progressive-tool #self-check>.tool-shell{width:100%;max-width:none;margin:0}.yitm-progressive-tool #tool .hub-strip,.yitm-progressive-tool #tool>.wrap>.section-header,.yitm-progressive-tool #tool>.wrap>.bento,.yitm-progressive-tool #tool .u-media-frame{display:none!important}.yitm-progressive-tool .glass-card,.yitm-progressive-tool .tool-frame,.yitm-progressive-tool .form-card,.yitm-progressive-tool .result-card{box-shadow:none!important;border-color:#dce4ee!important}.yitm-progressive-tool .yitm-tai{margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;padding:0!important}.pt-ai-inner{padding:26px}.pt-ai-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);gap:22px}.pt-ai-note{padding:18px;border-radius:16px;background:#eef8f6;border:1px solid #c8e8e2}.pt-ai-note strong{color:#075e58}.yitm-progressive-tool .yitm-tai__choices{display:grid!important;grid-template-columns:repeat(3,1fr);gap:12px!important}.yitm-progressive-tool .yitm-tai__choices button{min-height:58px;border-radius:12px!important;border:1px solid #b9c8da!important;background:#fff!important;color:#18314f!important;font-weight:800!important}.yitm-progressive-tool .yitm-tai__choices button[aria-pressed=true]{background:#e7f5f2!important;border-color:#0b7a72!important;color:#075e58!important}.yitm-progressive-tool [data-ai-submit],.yitm-progressive-tool #business-cyber-ai-submit,.yitm-progressive-tool #business-cyber-plan-submit{min-height:48px;border-radius:12px;background:#0b6e67!important;color:#fff!important;font-weight:900;border:0;padding:12px 18px}.pt-handoff{margin:0 20px 46px}.pt-handoff-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:0;border-radius:22px;overflow:hidden;box-shadow:0 18px 50px rgba(15,35,62,.1)}.pt-help{padding:30px;background:#173a65;color:#fff}.pt-help h2,.pt-fixers h2{margin:8px 0 10px;color:inherit}.pt-help p{color:#e7eef7}.pt-fixers{padding:30px;background:#f5b942;color:#17263c}.pt-fixers p{color:#334155}.pt-route-label{font-size:.78rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase;opacity:.8}.pt-route-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.pt-help .pt-btn--primary{background:#fff;color:#173a65}.pt-fixers .pt-btn--primary{background:#17263c;color:#fff}.pt-fine{margin-top:14px!important;font-size:.82rem!important;opacity:.86}.pt-support{padding:0 20px 50px}.pt-support details{width:min(1120px,100%);margin:auto;background:#fff;border:1px solid #dce4ee;border-radius:16px}.pt-support summary{cursor:pointer;padding:18px 22px;font-weight:900;color:#173a65}.pt-support-content{padding:0 22px 22px;color:#536278}@media(max-width:820px){.pt-hero-grid,.pt-ai-grid,.pt-handoff-grid{grid-template-columns:1fr}.pt-hero{padding-top:30px}.pt-hero-card{display:none}.pt-steps{grid-template-columns:1fr}.pt-step{display:none}.pt-step.is-current{display:flex}.yitm-progressive-tool .yitm-tai__choices{grid-template-columns:1fr}.pt-stage-body,.pt-ai-inner{padding:18px}.pt-handoff{margin-left:14px;margin-right:14px}}.yitm-progressive-tool .pt-hero{background:linear-gradient(135deg,#11294b 0%,#173f70 58%,#08756d 100%)}.yitm-progressive-tool .pt-stage-head h2{font-size:clamp(1.8rem,3vw,2.65rem);line-height:1.1}.yitm-progressive-tool .pt-stage-body{background:#fff}.yitm-progressive-tool #diag-tool,.yitm-progressive-tool [data-repair-replace-tool],.yitm-progressive-tool #self-check{max-width:880px;margin:0 auto}.yitm-progressive-tool #diag-q,.yitm-progressive-tool .tool-question,.yitm-progressive-tool .self-check-panel{padding:28px!important;border:1px solid #d8e2ee!important;border-radius:20px!important;background:linear-gradient(180deg,#fff 0%,#f8fbfd 100%)!important;box-shadow:0 14px 35px rgba(18,44,75,.08)!important}.yitm-progressive-tool #q-text{font-size:clamp(1.25rem,2.3vw,1.75rem)!important;line-height:1.35!important;color:#152b4b!important;margin-bottom:22px!important}.yitm-progressive-tool #q-options{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px!important}.yitm-progressive-tool .tool-btn-option,.yitm-progressive-tool .answer-option,.yitm-progressive-tool .option-btn{width:100%;min-height:64px;padding:15px 17px!important;border:1px solid #c8d6e5!important;border-radius:14px!important;background:#fff!important;color:#18314f!important;text-align:left!important;font-size:1rem!important;font-weight:750!important;line-height:1.35!important;box-shadow:0 5px 14px rgba(23,58,101,.04)!important;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease!important}.yitm-progressive-tool .tool-btn-option:hover,.yitm-progressive-tool .tool-btn-option:focus-visible,.yitm-progressive-tool .answer-option:hover,.yitm-progressive-tool .option-btn:hover{transform:translateY(-2px);border-color:#0b756d!important;background:#eef9f7!important;box-shadow:0 9px 20px rgba(11,117,109,.12)!important;outline:3px solid rgba(11,117,109,.15);outline-offset:2px}.yitm-progressive-tool #diag-progress{justify-content:center!important;margin-top:22px!important;gap:8px!important}.yitm-progressive-tool .tool-progress-dot{width:34px!important;height:6px!important;border-radius:999px!important;background:#dce5ef!important}.yitm-progressive-tool .tool-progress-dot--active{background:#f2b72f!important}.yitm-progressive-tool .tool-progress-dot--done{background:#0b756d!important}.yitm-progressive-tool #diag-result{padding:30px!important;border:1px solid #b9dcd6!important;border-radius:20px!important;background:linear-gradient(145deg,#f1fbf8,#fff)!important;box-shadow:0 16px 35px rgba(11,117,109,.1)!important}.yitm-progressive-tool #result-icon{font-size:2.5rem!important;margin-bottom:10px!important}.yitm-progressive-tool #result-title{font-size:clamp(1.55rem,2.6vw,2.2rem)!important;line-height:1.15!important;color:#143052!important;margin-bottom:12px!important}.yitm-progressive-tool #result-body{font-size:1.05rem!important;line-height:1.75!important;color:#41536c!important;max-width:760px}.yitm-progressive-tool #result-actions{margin-top:22px!important;gap:10px!important}.yitm-progressive-tool .tool-link-primary,.yitm-progressive-tool .tool-btn-reset{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:46px!important;padding:11px 16px!important;border-radius:11px!important;font-weight:800!important;text-decoration:none!important}.yitm-progressive-tool .tool-link-primary{background:#0b6e67!important;color:#fff!important;border:1px solid #0b6e67!important}.yitm-progressive-tool .tool-btn-reset{background:#fff!important;color:#173a65!important;border:1px solid #b8c7d9!important}.yitm-progressive-tool .pt-help h2,.yitm-progressive-tool .pt-help p,.yitm-progressive-tool .pt-help .pt-route-label{color:#fff!important}.yitm-progressive-tool .pt-help .pt-btn--secondary{color:#fff!important;border-color:rgba(255,255,255,.7)!important}.yitm-progressive-tool .pt-fixers .pt-btn--primary{color:#fff!important}.yitm-progressive-tool .pt-support details[open] summary{border-bottom:1px solid #dce4ee;background:#f7fafc}.yitm-progressive-tool .pt-support-content{padding:22px!important}.yitm-progressive-tool .pt-support-content>.section,.yitm-progressive-tool .pt-support-content>.section-alt{padding:28px 0!important;background:transparent!important}.yitm-progressive-tool .pt-support-content .wrap,.yitm-progressive-tool .pt-support-content .container{width:100%!important;max-width:none!important;padding-left:0!important;padding-right:0!important}.yitm-progressive-tool .pt-support-content .hero,.yitm-progressive-tool .pt-support-content .contact-pref-banner,.yitm-progressive-tool .pt-support-content .bc,.yitm-progressive-tool .pt-support-content .urg,.yitm-progressive-tool .pt-support-content .quick-nav,.yitm-progressive-tool .pt-support-content .mid-cta-bar,.yitm-progressive-tool .pt-support-content .final-cta,.yitm-progressive-tool .pt-support-content .strong-cta-bar,.yitm-progressive-tool .pt-support-content .yitm-mini-trust{display:none!important}.yitm-progressive-tool .pt-support-intro{padding:16px 18px;margin:0 0 18px;border-radius:12px;background:#eef7f5;color:#36536a}@media(max-width:680px){.yitm-progressive-tool #q-options{grid-template-columns:1fr}.yitm-progressive-tool #diag-q,.yitm-progressive-tool #diag-result{padding:20px!important}.yitm-progressive-tool .pt-route-actions .pt-btn{width:100%}}body.yitm-progressive-tool{background:#f7f4ec!important}.yitm-progressive-tool .pt-hero{width:min(1180px,calc(100% - 32px));margin:28px auto 18px;padding:0!important;background:#fff!important;color:#17263c!important;border:1px solid #dfe6ee;border-top:8px solid #f3b61f;border-radius:28px;box-shadow:0 20px 55px rgba(18,38,67,.10);overflow:hidden}.yitm-progressive-tool .pt-hero-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(250px,360px)!important;gap:28px!important;align-items:center!important;padding:34px 36px!important}.yitm-progressive-tool .pt-eyebrow{background:#eef7f5!important;color:#0b6e67!important;border:1px solid #cfe7e2!important;font-size:.78rem!important}.yitm-progressive-tool .pt-hero h1{margin:14px 0 12px!important;max-width:760px!important;color:#152747!important;font-size:clamp(2rem,4.1vw,3.25rem)!important;line-height:1.04!important;letter-spacing:-.035em!important}.yitm-progressive-tool .pt-hero p{max-width:720px!important;color:#4b5c73!important;font-size:1.05rem!important;line-height:1.65!important}.yitm-progressive-tool .pt-hero-actions{margin-top:20px!important}.yitm-progressive-tool .pt-btn{min-height:48px!important;border-radius:12px!important;font-size:.98rem!important;line-height:1.2!important}.yitm-progressive-tool .pt-btn--primary{background:#f3b61f!important;color:#143052!important;box-shadow:0 8px 18px rgba(243,182,31,.25)}.yitm-progressive-tool .pt-btn--secondary{background:#fff!important;border-color:#9fb0c3!important;color:#173a65!important}.yitm-progressive-tool .pt-hero-media{position:relative;border-radius:20px;overflow:hidden;aspect-ratio:4/3;background:#e8eef5;box-shadow:0 14px 30px rgba(19,43,74,.14)}.yitm-progressive-tool .pt-hero-media img{width:100%;height:100%;display:block;object-fit:cover}.yitm-progressive-tool .pt-hero-media::after{content:"";position:absolute;inset:auto 0 0;height:38%;background:linear-gradient(transparent,rgba(10,28,50,.35));pointer-events:none}.yitm-progressive-tool .pt-hero-trust{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.yitm-progressive-tool .pt-hero-trust span{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:#f5f8fb;color:#42546b;border:1px solid #dce4ed;font-size:.8rem;font-weight:750}.yitm-progressive-tool .pt-stepbar{position:static!important;width:min(1180px,calc(100% - 32px));margin:0 auto 20px;border:1px solid #dfe6ee;border-radius:16px;overflow:hidden;box-shadow:0 10px 28px rgba(20,42,72,.06)}.yitm-progressive-tool .pt-step{padding:13px 10px!important;font-size:.95rem!important}.yitm-progressive-tool .pt-core{padding:0 16px 22px!important}.yitm-progressive-tool .pt-core>.pt-wrap{width:min(1180px,100%)!important}.yitm-progressive-tool .pt-stage{border-radius:24px!important}.yitm-progressive-tool .pt-stage-head{padding:22px 28px 18px!important}.yitm-progressive-tool .pt-stage-head h2{font-size:clamp(1.65rem,3vw,2.35rem)!important;letter-spacing:-.025em!important}.yitm-progressive-tool .pt-stage-body{padding:26px 28px 30px!important}.yitm-progressive-tool #diag-q,.yitm-progressive-tool .tool-question,.yitm-progressive-tool .self-check-panel{max-width:900px!important;padding:24px!important;border-radius:18px!important}.yitm-progressive-tool #q-options{gap:10px!important}.yitm-progressive-tool .tool-btn-option,.yitm-progressive-tool .answer-option,.yitm-progressive-tool .option-btn{min-height:58px!important;padding:14px 16px!important;border-radius:12px!important;font-weight:700!important;box-shadow:none!important}.yitm-progressive-tool .tool-btn-option:hover,.yitm-progressive-tool .tool-btn-option:focus-visible,.yitm-progressive-tool .answer-option:hover,.yitm-progressive-tool .option-btn:hover{transform:none!important;background:#eef8f6!important;border-color:#0b756d!important;box-shadow:0 0 0 3px rgba(11,117,109,.12)!important}.yitm-progressive-tool #diag-progress{margin:18px auto 0!important;max-width:420px!important}.yitm-progressive-tool #diag-result[style*="display: block"] + #diag-progress{display:none!important}.yitm-progressive-tool #diag-result{max-width:900px!important;margin:0 auto!important;padding:28px!important;border-radius:20px!important}.yitm-progressive-tool #result-actions{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:10px!important}.yitm-progressive-tool .tool-link-primary,.yitm-progressive-tool .tool-btn-reset{flex:0 1 auto!important;min-width:0!important;white-space:normal!important;text-align:center!important}.yitm-progressive-tool .tool-link-primary{background:#0b6e67!important;border-color:#0b6e67!important;color:#fff!important}.yitm-progressive-tool .tool-link-primary:hover{background:#085a55!important}.yitm-progressive-tool .tool-btn-reset{background:#fff!important;color:#173a65!important}.yitm-progressive-tool .pt-common-questions{margin-top:22px;padding:20px;border:1px solid #dce5ee;border-radius:16px;background:#f8fafc}.yitm-progressive-tool .pt-common-questions h3{margin:0 0 6px;color:#173a65;font-size:1.05rem}.yitm-progressive-tool .pt-common-questions p{margin:0 0 14px;color:#607087;font-size:.92rem}.yitm-progressive-tool .pt-common-question-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.yitm-progressive-tool .pt-common-question{min-height:48px;padding:11px 13px;border:1px solid #cbd7e4;border-radius:11px;background:#fff;color:#18314f;text-align:left;font-weight:750;cursor:pointer}.yitm-progressive-tool .pt-common-question:hover,.yitm-progressive-tool .pt-common-question:focus-visible{border-color:#0b756d;background:#eef8f6;outline:3px solid rgba(11,117,109,.12);outline-offset:1px}.yitm-progressive-tool .pt-handoff{margin:0 16px 34px!important}.yitm-progressive-tool .pt-handoff-grid{width:min(1180px,100%)!important;margin:auto!important}.yitm-progressive-tool .pt-help,.yitm-progressive-tool .pt-fixers{padding:28px!important}.yitm-progressive-tool .pt-support{padding:0 16px 42px!important}@media(max-width:820px){.yitm-progressive-tool .pt-hero{width:min(100% - 20px,720px);margin-top:14px}.yitm-progressive-tool .pt-hero-grid{grid-template-columns:1fr!important;padding:24px!important;gap:20px!important}.yitm-progressive-tool .pt-hero-media{max-width:420px;aspect-ratio:16/10}.yitm-progressive-tool .pt-stepbar{width:min(100% - 20px,720px)}.yitm-progressive-tool .pt-steps{grid-template-columns:repeat(3,1fr)!important}.yitm-progressive-tool .pt-step{display:flex!important;font-size:0!important;gap:0!important}.yitm-progressive-tool .pt-step span{font-size:.9rem!important}.yitm-progressive-tool .pt-stage-body{padding:20px!important}.yitm-progressive-tool .pt-common-question-grid{grid-template-columns:1fr}}@media(max-width:560px){.yitm-progressive-tool .pt-hero-grid{padding:20px!important}.yitm-progressive-tool .pt-hero h1{font-size:2rem!important}.yitm-progressive-tool .pt-hero-actions .pt-btn{width:100%}.yitm-progressive-tool .pt-hero-media{max-width:none}.yitm-progressive-tool #q-options{grid-template-columns:1fr!important}.yitm-progressive-tool #result-actions>*{width:100%!important}}.yitm-progressive-tool #diag-result.u-result-hidden,.yitm-progressive-tool #diag-result:not([style*="display: block"]){display:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;box-shadow:none!important;overflow:hidden!important;}.yitm-progressive-tool #diag-result[style*="display: block"]{display:block!important;height:auto!important;min-height:0!important;margin:0 auto!important;padding:28px!important;border:1px solid #b9dcd6!important;box-shadow:0 16px 35px rgba(11,117,109,.1)!important;overflow:visible!important;}.yitm-progressive-tool .pt-help,.yitm-progressive-tool .pt-help h2,.yitm-progressive-tool .pt-help p,.yitm-progressive-tool .pt-help .pt-route-label{color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important;}.yitm-progressive-tool .pt-help p{color:#eef4fb!important;-webkit-text-fill-color:#eef4fb!important}.yitm-progressive-tool .pt-help .pt-btn--primary{background:#f3b61f!important;color:#142a49!important;-webkit-text-fill-color:#142a49!important;border-color:#f3b61f!important;}.yitm-progressive-tool .pt-help .pt-btn--secondary{background:#fff!important;color:#173a65!important;-webkit-text-fill-color:#173a65!important;border-color:#fff!important;}.yitm-progressive-tool .pt-fixers,.yitm-progressive-tool .pt-fixers h2,.yitm-progressive-tool .pt-fixers p,.yitm-progressive-tool .pt-fixers .pt-route-label{color:#17263c!important;-webkit-text-fill-color:#17263c!important;}.yitm-progressive-tool .pt-fixers .pt-btn--primary{background:#173a65!important;color:#fff!important;-webkit-text-fill-color:#fff!important;}.yitm-progressive-tool .pt-support{padding-bottom:12px!important}.yitm-progressive-tool .pt-support-content>.section:last-child,.yitm-progressive-tool .pt-support-content>.section-alt:last-child{padding-bottom:8px!important}.yitm-progressive-tool .footer.yitm-unified-footer,.yitm-progressive-tool .yitm-unified-footer{margin-top:0!important}@media(max-width:680px){.yitm-progressive-tool #diag-result[style*="display: block"]{padding:20px!important}}}@scope (html[data-yitm-b4-css~="b4-15"]) {:root{--yitm-ui-ink:#10233f;--yitm-ui-green:#0b5f46;--yitm-ui-line:rgba(16,35,63,.14);--yitm-ui-focus:#d99b00}*,*::before,*::after{box-sizing:border-box}html{max-width:100%;overflow-x:clip}body{max-width:100%;overflow-x:hidden;overflow-wrap:normal;word-break:normal}main,section,article,aside,header,footer,nav,form,fieldset,figure,.wrap,.container,.site-header-inner,.header-inner,.h-inner,.hero,.hero-grid,.tool-grid,.grid,.row{min-width:0;max-width:100%}fieldset{min-inline-size:0}img,svg,video,canvas,iframe{max-width:100%;height:auto}pre,code,kbd,samp,.url,.long-url,[data-long-text],[data-long-url]{overflow-wrap:anywhere;word-break:break-word}h1,h2,h3,h4,h5,h6,p,li,label,summary,.brand-text,.btn,button{overflow-wrap:break-word;word-break:normal;text-wrap:pretty}a,button,input,select,textarea{max-width:100%}button,.btn,a.btn,input[type="submit"],input[type="button"],input[type="reset"],summary{min-height:44px;white-space:normal;text-align:center;line-height:1.2}input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="color"]):not([type="hidden"]),select,textarea{width:100%;min-width:0}input[type="checkbox"],input[type="radio"]{width:auto;min-width:1.1rem;min-height:1.1rem;flex:0 0 auto}input[type="range"]{width:100%}table{max-width:100%;border-collapse:collapse}.table-wrap,.table-responsive,[class*="table-scroll"]{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.site-header,.yitm-unified-header{width:100%;max-width:100%;overflow:visible}.site-header-inner,.header-inner,.h-inner{width:100%;margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:14px}.brand{display:flex;align-items:center;gap:10px;min-width:0;max-width:min(100%,460px);text-decoration:none}.brand-mark{flex:0 0 auto}.brand-mark img{display:block;object-fit:contain}.brand-text{min-width:0;line-height:1.08}.brand-text small{display:block;margin-top:3px}.nav,.site-nav{min-width:0;margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.nav a,.site-nav a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;max-width:100%;padding:8px 11px;text-align:center;white-space:normal}.mobile-menu-btn{flex:0 0 auto;min-width:88px;min-height:44px}.hero,.hero-grid,.tool-grid,.share-box,.content-grid,.feature-grid{min-width:0}.hero>*,.hero-grid>*,.tool-grid>*,.content-grid>*,.feature-grid>*{min-width:0}.yitm-all-tools-rollout .hero{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);align-items:center}.yitm-all-tools-rollout .hero .at-kicker,.yitm-all-tools-rollout .hero .at-hero-image{display:none!important}.yitm-all-tools-rollout .hero h1{max-width:18ch}.yitm-all-tools-rollout .hero-card{width:100%;max-width:100%}.yitm-all-tools-rollout .at-stepbar,.yitm-all-tools-rollout .at-handoff,.yitm-all-tools-rollout .at-related-questions{max-width:100%;min-width:0}.yitm-all-tools-rollout .at-handoff{grid-template-columns:repeat(2,minmax(0,1fr))}.result-card,.form-card,.glass-card,.hero-card,.service-card,.guide-card,.feature-card,.tool-card,.info-card,.support-card{min-width:0;max-width:100%}.footer-links,.footer-terms-links,.action-row,.actions,.cta-actions,.hero-actions{min-width:0;flex-wrap:wrap}.footer-links a,.footer-terms-links a{min-height:40px;display:inline-flex;align-items:center}:focus-visible{outline:3px solid var(--yitm-ui-focus);outline-offset:3px}@media(max-width:1100px){.yitm-all-tools-rollout .hero{grid-template-columns:1fr}.yitm-all-tools-rollout .hero h1{max-width:none}.yitm-all-tools-rollout .hero-card{max-width:760px}.site-header-inner,.header-inner,.h-inner{align-items:center}.nav,.site-nav{gap:5px}.nav a,.site-nav a{padding-inline:8px;font-size:.9rem}}@media(max-width:920px){body.yitm-has-mobile-actions-a0016850,body:has(.sticky-mobile-bar),body:has(.yitm-mobile-actions-a0016850),body:has(.yitm-post-mobile-actions){padding-bottom:max(88px,env(safe-area-inset-bottom))}.site-header,.yitm-unified-header{position:sticky;top:0;z-index:10050}.site-header-inner,.header-inner,.h-inner{position:relative;min-height:68px;padding-inline:14px}.brand{max-width:calc(100% - 104px)}.brand-text{font-size:clamp(.92rem,4vw,1.1rem)}.brand-text small{font-size:.72rem}.nav,.site-nav{display:none;position:absolute;left:12px;right:12px;top:calc(100% + 8px);z-index:10060;max-height:calc(100vh - 96px);overflow-y:auto;margin:0;padding:12px;border:1px solid var(--yitm-ui-line);border-radius:20px;background:#fff;box-shadow:0 20px 54px rgba(16,35,63,.22);flex-direction:column;align-items:stretch;gap:7px}.nav.is-open,.site-nav.is-open{display:flex}.nav a,.site-nav a{width:100%;min-height:44px;border-radius:13px}.mobile-menu-btn{display:inline-flex;align-items:center;justify-content:center}.tool-grid,.share-box,.content-grid,.feature-grid,.grid-2,.grid-3,.grid-4{grid-template-columns:1fr!important}.result-card{position:relative!important;top:auto!important}.yitm-all-tools-rollout .at-handoff{grid-template-columns:1fr}}@media(max-width:680px){.wrap,.container{padding-left:max(14px,env(safe-area-inset-left));padding-right:max(14px,env(safe-area-inset-right))}.brand-mark{width:46px!important;height:46px!important}.brand-text small{display:none}.hero{padding:24px 18px!important;border-radius:22px!important}.hero h1{font-size:clamp(2.1rem,11vw,3.25rem)!important;line-height:.98!important}.section,[class*="section-card"],.form-card,.result-card,.hero-card{padding:18px!important;border-radius:19px!important}.actions,.action-row,.cta-actions,.hero-actions{display:grid!important;grid-template-columns:1fr!important;width:100%}.actions .btn,.action-row .btn,.cta-actions .btn,.hero-actions .btn{width:100%;justify-content:center}.checks,.answer-grid,.official-grid,.guide-grid{grid-template-columns:1fr!important}.sticky-mobile-bar,.yitm-mobile-actions-a0016850,.yitm-post-mobile-actions{left:8px!important;right:8px!important;max-width:calc(100vw - 16px)!important}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}.yitm-all-tools-rollout .hero>figure.hero-card,.yitm-all-tools-rollout .hero>.hero-image-card{width:auto;max-width:100%;margin:0;justify-self:stretch;min-width:0;}@media(max-width:859px){html body.yitm-has-mobile-actions-a0017060{padding-bottom:calc(96px + env(safe-area-inset-bottom,0px))!important}html body.yitm-signing-mode-a0017010,html body.yitm-customer-room-private-a0017060,html body.yitm-mobile-actions-disabled-a0017060{padding-bottom:0!important}}}@scope (html[data-yitm-b4-css~="b4-13"]) {:root{--yitm-mobile-actions-a0017250-height:68px;--yitm-mobile-actions-a0017250-gap:8px;--yitm-mobile-actions-a0017250-safe-bottom:env(safe-area-inset-bottom,0px);}.sticky-mobile-bar,.yitm-mobile-actions-a0016850,.yitm-mobile-actions-a0017000,.yitm-mobile-actions-a0017250,.yitm-mobile-actions-a0017060,.yitm-mobile-actions-a0017250,.yitm-post-mobile-actions,[data-yitm-mobile-actions]{display:none!important;visibility:hidden!important;}@media (max-width:859px){html body[data-yitm-mobile-actions-enabled="true"]{padding-bottom:calc(92px + var(--yitm-mobile-actions-a0017250-safe-bottom))!important;scroll-padding-bottom:calc(100px + var(--yitm-mobile-actions-a0017250-safe-bottom));}html body[data-yitm-mobile-actions-enabled="false"],html body.yitm-signing-mode-a0017010,html body.yitm-customer-room-private-a0017060,html body.yitm-mobile-actions-disabled-a0017060,html body.yitm-mobile-actions-disabled-a0017250{padding-bottom:0!important;scroll-padding-bottom:0!important;}body[data-yitm-mobile-actions-enabled="true"]>.yitm-mobile-actions-a0017250,body[data-yitm-mobile-actions-enabled="true"]>[data-yitm-mobile-actions="A0017250"]{position:fixed!important;inset:auto max(8px,env(safe-area-inset-right,0px)) calc(8px + var(--yitm-mobile-actions-a0017250-safe-bottom)) max(8px,env(safe-area-inset-left,0px))!important;z-index:2147483000!important;display:grid!important;visibility:visible!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch!important;gap:var(--yitm-mobile-actions-a0017250-gap)!important;width:auto!important;min-width:0!important;max-width:none!important;margin:0!important;padding:8px!important;overflow:visible!important;box-sizing:border-box!important;border:1px solid rgba(6,78,53,.22)!important;border-radius:20px!important;background:rgba(255,255,255,.98)!important;box-shadow:0 14px 40px rgba(8,33,70,.26)!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;transform:none!important;opacity:1!important;}body.yitm-mobile-menu-open>.yitm-mobile-actions-a0017250,body.yitm-mobile-menu-open>[data-yitm-mobile-actions="A0017250"]{display:none!important;visibility:hidden!important;}body[data-yitm-mobile-actions-enabled="true"]>.yitm-mobile-actions-a0017250>a,body[data-yitm-mobile-actions-enabled="true"]>[data-yitm-mobile-actions="A0017250"]>a{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-width:0!important;max-width:none!important;min-height:52px!important;margin:0!important;padding:8px 5px!important;box-sizing:border-box!important;border:1px solid #c8ddd2!important;border-radius:14px!important;background:#fff!important;color:#064e35!important;text-decoration:none!important;text-transform:none!important;font-family:Barlow,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;font-size:15px!important;font-weight:900!important;line-height:1.1!important;letter-spacing:0!important;text-align:center!important;white-space:nowrap!important;overflow:hidden!important;overflow-wrap:normal!important;word-break:normal!important;text-overflow:clip!important;box-shadow:none!important;transform:none!important;touch-action:manipulation;}body[data-yitm-mobile-actions-enabled="true"]>.yitm-mobile-actions-a0017250>a:first-child,body[data-yitm-mobile-actions-enabled="true"]>[data-yitm-mobile-actions="A0017250"]>a:first-child{border-color:#064e35!important;background:#064e35!important;color:#fff!important;}body[data-yitm-mobile-actions-enabled="true"]>.yitm-mobile-actions-a0017250>a:nth-child(2),body[data-yitm-mobile-actions-enabled="true"]>[data-yitm-mobile-actions="A0017250"]>a:nth-child(2){border-color:#d6a221!important;background:#fff8df!important;color:#4d3900!important;}body[data-yitm-mobile-actions-enabled="true"]>.yitm-mobile-actions-a0017250>a:focus-visible,body[data-yitm-mobile-actions-enabled="true"]>[data-yitm-mobile-actions="A0017250"]>a:focus-visible{outline:3px solid #f4c95d!important;outline-offset:2px!important;}}@media (max-width:350px){body[data-yitm-mobile-actions-enabled="true"]>.yitm-mobile-actions-a0017250>a,body[data-yitm-mobile-actions-enabled="true"]>[data-yitm-mobile-actions="A0017250"]>a{font-size:13.5px!important;padding-inline:3px!important;}}@media (min-width:860px){.sticky-mobile-bar,.yitm-mobile-actions-a0016850,.yitm-mobile-actions-a0017000,.yitm-mobile-actions-a0017250,.yitm-mobile-actions-a0017060,.yitm-mobile-actions-a0017250,.yitm-post-mobile-actions,[data-yitm-mobile-actions]{display:none!important;visibility:hidden!important;}}@media (prefers-reduced-motion:reduce){[data-yitm-mobile-actions] *{animation:none!important;transition:none!important;scroll-behavior:auto!important;}}}@scope (html[data-yitm-b4-css~="b4-11"]) {.yitm-live-context{position:relative;z-index:2;margin:0;padding:0 0 clamp(24px,4vw,44px);background:transparent;color:#10233f;}.yitm-live-context>.wrap{max-width:1160px;margin:0 auto;padding:0 20px;}.yitm-live-context__panel{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:clamp(20px,3vw,34px);align-items:start;padding:clamp(22px,3.4vw,34px);border:1px solid #c7ded3;border-radius:24px;background:linear-gradient(135deg,#f7fbf8 0%,#fffdf8 100%);box-shadow:0 16px 40px rgba(16,35,63,.08);}.yitm-live-context__main,.yitm-live-context__side{min-width:0;}.yitm-live-context__eyebrow{display:inline-flex;align-items:center;min-height:32px;margin:0 0 10px;padding:6px 10px;border-radius:999px;background:#10233f;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:.76rem;font-weight:900;letter-spacing:.065em;line-height:1.1;}.yitm-live-context__title{max-width:18ch;margin:0;color:#10233f!important;-webkit-text-fill-color:#10233f!important;font-family:"Barlow Condensed",Barlow,sans-serif;font-size:clamp(2rem,3.2vw,3.15rem);line-height:1;letter-spacing:-.035em;text-wrap:balance;}.yitm-live-context__summary{max-width:62ch;margin:12px 0 0;color:#42566b!important;-webkit-text-fill-color:#42566b!important;font-size:1rem;line-height:1.62;}.yitm-live-context__next{margin-top:20px;padding-top:18px;border-top:1px solid rgba(16,35,63,.11);}.yitm-live-context__label{display:block;margin:0 0 5px;color:#496276!important;-webkit-text-fill-color:#496276!important;font-size:.76rem;font-weight:900;letter-spacing:.055em;line-height:1.25;text-transform:uppercase;}.yitm-live-context__next-link{display:inline-block;color:#0d5940!important;-webkit-text-fill-color:#0d5940!important;font-family:"Barlow Condensed",Barlow,sans-serif;font-size:clamp(1.35rem,2vw,1.7rem);font-weight:900;line-height:1.08;text-decoration-thickness:2px;text-underline-offset:4px;}.yitm-live-context__detail{margin:7px 0 0;color:#536678!important;-webkit-text-fill-color:#536678!important;line-height:1.52;}.yitm-live-context__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;}.yitm-live-context__button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.76rem 1.1rem;border-radius:999px;font-weight:900;line-height:1.2;text-align:center;text-decoration:none!important;}.yitm-live-context__button--primary{border:1px solid #10233f;background:#10233f;color:#fff!important;-webkit-text-fill-color:#fff!important;box-shadow:0 10px 22px rgba(16,35,63,.13);}.yitm-live-context__button--secondary{border:2px solid #10233f;background:#fff;color:#10233f!important;-webkit-text-fill-color:#10233f!important;}.yitm-live-context__button:is(:hover,:focus-visible){transform:translateY(-1px);}.yitm-live-context__button:focus-visible,.yitm-live-context__next-link:focus-visible,.yitm-live-context__support-link:focus-visible,.yitm-live-context__clear:focus-visible,.yitm-live-context__why summary:focus-visible{outline:3px solid #e8b028;outline-offset:3px;}.yitm-live-context__side{display:grid;gap:14px;}.yitm-live-context__price,.yitm-live-context__support,.yitm-live-context__evidence{padding:17px 18px;border:1px solid rgba(16,35,63,.10);border-radius:18px;background:#fff;box-shadow:0 8px 22px rgba(16,35,63,.045);}.yitm-live-context__price-headline{display:block;color:#10233f!important;-webkit-text-fill-color:#10233f!important;font-size:1.2rem;line-height:1.25;}.yitm-live-context__price-detail{margin:7px 0 0;color:#536678!important;-webkit-text-fill-color:#536678!important;font-size:.9rem;line-height:1.5;}.yitm-live-context__price-why{margin:9px 0 0;color:#43586c!important;-webkit-text-fill-color:#43586c!important;font-size:.86rem;line-height:1.48;}.yitm-live-context__source-link{display:inline-block;margin-top:10px;color:#0d5940!important;-webkit-text-fill-color:#0d5940!important;font-size:.86rem;font-weight:850;text-underline-offset:3px;}.yitm-live-context__evidence-list{display:grid;gap:9px;margin:8px 0 0;padding:0;list-style:none;}.yitm-live-context__evidence-link{display:block;color:#123f62!important;-webkit-text-fill-color:#123f62!important;font-weight:850;line-height:1.35;text-decoration:none;}.yitm-live-context__evidence-link:hover{text-decoration:underline;text-underline-offset:3px;}.yitm-live-context__evidence-link small{display:block;margin-top:3px;color:#617386!important;-webkit-text-fill-color:#617386!important;font-size:.8rem;font-weight:600;line-height:1.4;}.yitm-live-context__support-list{display:grid;gap:8px;margin:8px 0 0;padding:0;list-style:none;}.yitm-live-context__support-link{display:block;color:#123f62!important;-webkit-text-fill-color:#123f62!important;font-weight:850;line-height:1.35;text-decoration:none;}.yitm-live-context__support-link:hover{text-decoration:underline;text-underline-offset:3px;}.yitm-live-context__support-link small{display:block;margin-top:2px;color:#617386!important;-webkit-text-fill-color:#617386!important;font-size:.82rem;font-weight:600;line-height:1.4;}.yitm-live-context__footer{grid-column:1/-1;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-top:16px;border-top:1px solid rgba(16,35,63,.10);}.yitm-live-context__why{max-width:720px;color:#526477;font-size:.9rem;line-height:1.5;}.yitm-live-context__why summary{display:flex;align-items:center;min-height:44px;cursor:pointer;color:#29465f!important;-webkit-text-fill-color:#29465f!important;font-weight:850;}.yitm-live-context__why p{margin:8px 0 0;color:#526477!important;-webkit-text-fill-color:#526477!important;}.yitm-live-context__why a{color:#0d5940!important;-webkit-text-fill-color:#0d5940!important;}.yitm-live-context__clear{appearance:none;display:inline-flex;align-items:center;min-height:44px;padding:8px 0;border:0;background:transparent;color:#5d6f80!important;-webkit-text-fill-color:#5d6f80!important;font:inherit;font-size:.88rem;font-weight:800;text-decoration:underline;text-underline-offset:3px;cursor:pointer;white-space:nowrap;}@media (max-width:800px){.yitm-live-context>.wrap{padding:0 14px;}.yitm-live-context__panel{grid-template-columns:1fr;padding:20px;border-radius:20px;}.yitm-live-context__title{max-width:20ch;font-size:clamp(1.9rem,8vw,2.7rem);}.yitm-live-context__footer{grid-column:1;flex-direction:column;}.yitm-live-context__actions{display:grid;grid-template-columns:1fr;}.yitm-live-context__button{width:100%;}.yitm-live-context__clear{white-space:normal;}}@media (prefers-reduced-motion:reduce){.yitm-live-context__button{transition:none!important;}}.yitm-live-context--adaptive{padding:clamp(30px,5vw,58px) 0;background:#f8fafc;}.yitm-live-context--adaptive>.wrap{width:100%;box-sizing:border-box;}.yitm-live-context__adaptive-note{padding:18px;border:1px solid #d9e4ec;border-radius:18px;background:#fff;color:#42566b;}.yitm-live-context__adaptive-note p{margin:6px 0 0;color:#42566b!important;-webkit-text-fill-color:#42566b!important;line-height:1.55;}[data-yitm-adaptive-original-href]{transition:none!important;}@media (max-width:800px){.yitm-live-context--adaptive{padding:26px 0 34px;}}.yitm-live-context--smart-web{padding:clamp(18px,3vw,32px) 0;background:transparent;}.yitm-live-context--smart-web .yitm-live-context__panel{grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:clamp(16px,2.2vw,26px);padding:clamp(18px,2.6vw,26px);border-radius:20px;box-shadow:0 12px 30px rgba(16,35,63,.065);}.yitm-live-context--smart-web .yitm-live-context__eyebrow{margin-bottom:8px;min-height:28px;padding:5px 9px;font-size:.72rem;}.yitm-live-context--smart-web .yitm-live-context__title{max-width:26ch;font-size:clamp(1.7rem,2.5vw,2.45rem);}.yitm-live-context--smart-web .yitm-live-context__summary{margin-top:8px;max-width:68ch;font-size:.96rem;line-height:1.52;}.yitm-live-context--smart-web .yitm-live-context__next{margin-top:14px;padding-top:14px;}.yitm-live-context--smart-web .yitm-live-context__actions{margin-top:14px;}.yitm-live-context--smart-web .yitm-live-context__price,.yitm-live-context--smart-web .yitm-live-context__support,.yitm-live-context--smart-web .yitm-live-context__evidence{padding:14px 15px;border-radius:15px;}.yitm-live-context--smart-web .yitm-live-context__footer{padding-top:12px;}@media (max-width:800px){.yitm-live-context--smart-web{padding:16px 0 24px;}.yitm-live-context--smart-web .yitm-live-context__panel{grid-template-columns:1fr;padding:16px;border-radius:18px;}.yitm-live-context--smart-web .yitm-live-context__title{font-size:clamp(1.55rem,7vw,2.1rem);}}[data-yitm-smart-next-step="A0019063"] .yitm-live-context__next{border-left:4px solid #0d7a58;padding-left:14px;}[data-yitm-smart-next-step="A0019063"] .yitm-live-context__actions{align-items:stretch;}[data-yitm-smart-next-step="A0019063"] .yitm-live-context__button--primary{min-width:min(100%,220px);}[data-yitm-smart-next-step="A0019063"] .yitm-live-context__button--secondary{background:#fff;border-color:#cbd8e2;color:#29465f!important;-webkit-text-fill-color:#29465f!important;}[data-yitm-smart-next-step="A0019063"] .yitm-live-context__proof{border-color:#cfe1d9;background:#fbfefc;}[data-yitm-smart-next-step="A0019063"] .yitm-live-context__proof-reason{margin:6px 0 10px;color:#526477!important;-webkit-text-fill-color:#526477!important;font-size:.84rem;line-height:1.45;}[data-yitm-smart-next-step="A0019063"] .yitm-live-context__suppression-note{padding-left:12px;border-left:3px solid #d8e4eb;}[data-yitm-smart-next-step="A0019063"] .yitm-live-context__side:empty{display:none;}@media (min-width:801px){[data-yitm-smart-next-step="A0019063"] .yitm-live-context__side:empty + .yitm-live-context__footer{grid-column:1/-1;}}html[data-yitm-page-focus="focused"] [data-yitm-adaptive-source="A0019064"][data-yitm-adaptive-state="collapse"]{display:none!important;}html[data-yitm-page-focus="focused"] [data-yitm-adaptive-source="A0019064"][data-yitm-adaptive-state="emphasise"]{position:relative;outline:3px solid rgba(13,122,88,.20);outline-offset:-3px;}html[data-yitm-page-focus="focused"] [data-yitm-adaptive-source="A0019064"][data-yitm-adaptive-state="deemphasise"]{box-shadow:inset 0 1px 0 rgba(16,35,63,.06),inset 0 -1px 0 rgba(16,35,63,.06);}.yitm-live-context__footer-controls{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:12px;}.yitm-live-context__page-toggle{appearance:none;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.62rem .9rem;border:2px solid #29465f;border-radius:999px;background:#fff;color:#29465f!important;-webkit-text-fill-color:#29465f!important;font:inherit;font-size:.88rem;font-weight:850;cursor:pointer;}.yitm-live-context__page-toggle:hover{background:#f3f7f9;}.yitm-live-context__page-toggle:focus-visible{outline:3px solid #e8b028;outline-offset:3px;}.yitm-live-context__page-status{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;}.yitm-live-context__page-why{padding-left:12px;border-left:3px solid #cfe1d9;}@media (max-width:800px){.yitm-live-context__footer-controls{width:100%;align-items:stretch;flex-direction:column;}.yitm-live-context__page-toggle,.yitm-live-context__footer-controls .yitm-live-context__clear{width:100%;justify-content:center;}}@media (prefers-reduced-motion:reduce){html[data-yitm-page-focus] [data-yitm-adaptive-source="A0019064"]{scroll-behavior:auto!important;transition:none!important;}}}@scope (html[data-yitm-b4-css~="b4-03"]) {.yitm-agent-facts{max-width:1200px;margin:0 auto;padding:0 20px 24px;color:#10263d}.yitm-agent-facts__panel{max-width:1160px;margin:0 auto;background:#fff;border:1px solid rgba(16,38,61,.14);border-radius:20px;box-shadow:0 12px 34px rgba(16,38,61,.07);padding:22px 24px}.yitm-agent-facts__heading{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:16px}.yitm-agent-facts__heading>span{font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#176b55}.yitm-agent-facts__heading h2{margin:0;color:#10263d;font-size:clamp(1.25rem,2.2vw,1.7rem);line-height:1.15;text-wrap:pretty}.yitm-agent-facts__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0}.yitm-agent-facts__item{min-width:0;background:#f7faf8;border:1px solid rgba(23,107,85,.12);border-radius:14px;padding:14px}.yitm-agent-facts__item dt{margin:0 0 5px;font-size:.76rem;font-weight:800;letter-spacing:.045em;text-transform:uppercase;color:#476174}.yitm-agent-facts__item dd{margin:0;color:#10263d;font-weight:700;line-height:1.42;overflow-wrap:anywhere}.yitm-agent-facts__item a{color:#0d5f4c;text-decoration-thickness:1.5px;text-underline-offset:3px}.yitm-agent-facts__item a:hover,.yitm-agent-facts__item a:focus-visible{color:#10263d}.yitm-agent-facts__note{margin:14px 0 0;color:#43596b;font-size:.92rem;line-height:1.55;text-wrap:pretty}@media(max-width:900px){.yitm-agent-facts__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.yitm-agent-facts{padding-left:14px;padding-right:14px}.yitm-agent-facts__panel{padding:18px 16px;border-radius:16px}.yitm-agent-facts__grid{grid-template-columns:1fr}.yitm-agent-facts__item{padding:13px}}}@scope (html[data-yitm-b4-css~="b4-22"]) {:root{--yitm-public-ink:#10233f;--yitm-public-copy:#40536a;--yitm-public-green:#176b4c;--yitm-public-green-dark:#07563b;--yitm-public-gold:#f5b83f;--yitm-public-canvas:#f7f4ec;--yitm-public-soft:#f1f8f4;--yitm-public-line:#d9e3e7;--yitm-public-footer:#071929;--yitm-public-light:#eef5fb;--yitm-public-radius:24px;--yitm-public-shadow:0 16px 42px rgba(16,35,63,.09);}body:is(.btn-primary,a.btn-primary,button.btn-primary,.yitm-choice-actions a:first-child,.yitm-crm-next-step-actions a:first-child,.yitm-editorial-entry__primary){background:var(--yitm-public-ink)!important;border-color:var(--yitm-public-ink)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;text-decoration:none!important;opacity:1!important;text-shadow:none!important;}body:is(.btn-primary,a.btn-primary,button.btn-primary,.yitm-choice-actions a:first-child,.yitm-crm-next-step-actions a:first-child,.yitm-editorial-entry__primary):is(:hover,:focus-visible){background:#0b1a31!important;color:#fff!important;-webkit-text-fill-color:#fff!important;}body:is(.yitm-choice-actions a:not(:first-child),.yitm-crm-next-step-actions a:not(:first-child),.yitm-editorial-entry__secondary){background:#fff!important;border:2px solid var(--yitm-public-ink)!important;color:var(--yitm-public-ink)!important;-webkit-text-fill-color:var(--yitm-public-ink)!important;text-decoration:none!important;}body:is(.yitm-choice-actions a,.yitm-crm-next-step-actions a,.yitm-editorial-entry a){min-height:50px;padding:11px 20px;border-radius:999px!important;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;font-weight:900!important;line-height:1.2;text-align:center;}body:is(a,button,summary):focus-visible{outline:3px solid var(--yitm-public-gold)!important;outline-offset:3px!important;}.yitm-editorial-entry{width:min(1160px,calc(100% - 40px));margin:30px auto 0!important;padding:clamp(20px,3vw,30px)!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px!important;box-sizing:border-box;border:1px solid var(--yitm-public-line)!important;border-radius:28px!important;background:#fff!important;box-shadow:var(--yitm-public-shadow)!important;color:var(--yitm-public-ink)!important;}.yitm-editorial-entry>div{min-width:0;padding:22px!important;border:1px solid var(--yitm-public-line)!important;border-radius:20px!important;background:linear-gradient(180deg,#fff,var(--yitm-public-soft))!important;}.yitm-editorial-entry h2{margin:0 0 10px!important;color:var(--yitm-public-ink)!important;font-size:clamp(1.45rem,2.4vw,2rem)!important;line-height:1.12!important;letter-spacing:-.02em;text-wrap:balance;}.yitm-editorial-entry p{margin:0 0 18px!important;max-width:62ch;color:var(--yitm-public-copy)!important;font-size:1rem!important;line-height:1.65!important;text-wrap:pretty;}body:is( .pricing-action-strip,.pricing-kicker-strip,.dark-panel,.dark-card,.navy-panel,.cta-dark,.feature-band-dark,.yitm-card-dark,.yitm-card-cta,.yitm-card-black,.site-footer,.case-global-footer,.footer.yitm-unified-footer,.yitm-unified-footer ){color:var(--yitm-public-light)!important;}body:is( .pricing-action-strip,.pricing-kicker-strip,.dark-panel,.dark-card,.navy-panel,.cta-dark,.feature-band-dark,.yitm-card-dark,.yitm-card-cta,.yitm-card-black,.site-footer,.case-global-footer,.footer.yitm-unified-footer,.yitm-unified-footer ):is(h1,h2,h3,h4,h5,h6,p,li,small,label,strong){color:var(--yitm-public-light)!important;-webkit-text-fill-color:var(--yitm-public-light)!important;opacity:1!important;text-shadow:none!important;}body:is( .pricing-action-strip,.pricing-kicker-strip,.dark-panel,.dark-card,.navy-panel,.cta-dark,.feature-band-dark,.yitm-card-dark,.yitm-card-cta,.yitm-card-black,.site-footer,.case-global-footer,.footer.yitm-unified-footer,.yitm-unified-footer ) a:not(.btn):not([class*="btn"]){color:#fff!important;-webkit-text-fill-color:#fff!important;}body:is( .pricing-action-strip,.pricing-kicker-strip,.dark-panel,.dark-card,.navy-panel,.cta-dark,.feature-band-dark,.yitm-card-dark,.yitm-card-cta,.yitm-card-black,.site-footer,.case-global-footer,.footer.yitm-unified-footer,.yitm-unified-footer ) a:not(.btn):not([class*="btn"]):is(:hover,:focus-visible){color:#ffe27a!important;-webkit-text-fill-color:#ffe27a!important;}.footer.yitm-unified-footer,.yitm-unified-footer{width:100%!important;max-width:none!important;margin:24px 0 0!important;padding:34px 0 28px!important;box-sizing:border-box!important;border:0!important;border-top:4px solid var(--yitm-public-gold)!important;border-radius:0!important;background:var(--yitm-public-footer)!important;box-shadow:none!important;color:#fff!important;overflow:visible!important;font-family:inherit;}.footer.yitm-unified-footer *,.yitm-unified-footer *{box-sizing:border-box;}.footer.yitm-unified-footer>.wrap,.yitm-unified-footer>.wrap{width:min(1180px,calc(100% - 44px))!important;max-width:1180px!important;margin-inline:auto!important;padding-inline:0!important;}.footer.yitm-unified-footer .footer-main,.footer.yitm-unified-footer .footer-grid,.yitm-unified-footer .footer-main,.yitm-unified-footer .footer-grid{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:28px!important;}.footer.yitm-unified-footer strong,.yitm-unified-footer strong{display:block!important;margin:0 0 8px!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:1rem!important;font-weight:900!important;}.footer.yitm-unified-footer p,.yitm-unified-footer p{margin:0!important;max-width:520px!important;color:#d9e6ee!important;-webkit-text-fill-color:#d9e6ee!important;line-height:1.55!important;}.footer.yitm-unified-footer .footer-links,.footer.yitm-unified-footer .footer-terms-links,.yitm-unified-footer .footer-links,.yitm-unified-footer .footer-terms-links{display:flex!important;flex-wrap:wrap!important;gap:10px!important;justify-content:flex-end!important;}.footer.yitm-unified-footer .footer-links a,.footer.yitm-unified-footer .footer-terms-links a,.yitm-unified-footer .footer-links a,.yitm-unified-footer .footer-terms-links a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:36px!important;padding:8px 13px!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:999px!important;background:transparent!important;color:#fff!important;-webkit-text-fill-color:#fff!important;text-decoration:none!important;font-size:.92rem!important;font-weight:850!important;line-height:1!important;}.footer.yitm-unified-footer .footer-links a[href*="referrals"],.yitm-unified-footer .footer-links a[href*="referrals"]{border-color:rgba(245,184,63,.55)!important;background:rgba(245,184,63,.08)!important;}.footer.yitm-unified-footer .footer-links a:is(:hover,:focus-visible),.footer.yitm-unified-footer .footer-terms-links a:is(:hover,:focus-visible),.yitm-unified-footer .footer-links a:is(:hover,:focus-visible),.yitm-unified-footer .footer-terms-links a:is(:hover,:focus-visible){border-color:#ffe27a!important;color:#ffe27a!important;-webkit-text-fill-color:#ffe27a!important;}.footer.yitm-unified-footer .footer-referral-note,.yitm-unified-footer .footer-referral-note{margin:20px auto 0!important;padding:11px 18px!important;border:0!important;border-radius:999px!important;background:#f7fbf9!important;color:var(--yitm-public-ink)!important;-webkit-text-fill-color:var(--yitm-public-ink)!important;box-shadow:none!important;text-align:center!important;font-size:.92rem!important;font-weight:850!important;line-height:1.35!important;}.footer.yitm-unified-footer .footer-referral-note a,.yitm-unified-footer .footer-referral-note a{color:var(--yitm-public-green-dark)!important;-webkit-text-fill-color:var(--yitm-public-green-dark)!important;text-decoration:underline!important;text-underline-offset:3px!important;font-weight:950!important;}.footer.yitm-unified-footer .footer-terms,.yitm-unified-footer .footer-terms{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;margin-top:14px!important;padding-top:12px!important;border-top:1px solid rgba(255,255,255,.14)!important;color:#eef5fb!important;-webkit-text-fill-color:#eef5fb!important;}.footer.yitm-unified-footer .footer-terms>span,.yitm-unified-footer .footer-terms>span{color:#eef5fb!important;-webkit-text-fill-color:#eef5fb!important;}.case-global-footer{display:none!important;}body:has(footer.yitm-unified-footer) .case-global-footer{display:none!important;}.yitm-editorial-entry+footer.yitm-unified-footer{margin-top:24px!important;}main+footer.yitm-unified-footer{margin-top:24px!important;}@media(max-width:820px){.yitm-editorial-entry{grid-template-columns:1fr;width:min(100% - 28px,1160px);padding:18px!important;border-radius:22px!important;}.yitm-editorial-entry>div{padding:18px!important;}.footer.yitm-unified-footer>.wrap,.yitm-unified-footer>.wrap{width:min(100% - 28px,1180px)!important;}.footer.yitm-unified-footer .footer-main,.footer.yitm-unified-footer .footer-grid,.yitm-unified-footer .footer-main,.yitm-unified-footer .footer-grid{grid-template-columns:1fr!important;gap:20px!important;}.footer.yitm-unified-footer .footer-links,.footer.yitm-unified-footer .footer-terms-links,.yitm-unified-footer .footer-links,.yitm-unified-footer .footer-terms-links{justify-content:flex-start!important;}.footer.yitm-unified-footer .footer-referral-note,.yitm-unified-footer .footer-referral-note{border-radius:18px!important;padding:12px 15px!important;}.footer.yitm-unified-footer .footer-terms,.yitm-unified-footer .footer-terms{display:block!important;}.footer.yitm-unified-footer .footer-terms-links,.yitm-unified-footer .footer-terms-links{margin-top:12px!important;}}@media(max-width:520px){.yitm-editorial-entry a{width:100%;}.footer.yitm-unified-footer,.yitm-unified-footer{padding:28px 0 26px!important;}.footer.yitm-unified-footer .footer-links,.footer.yitm-unified-footer .footer-terms-links,.yitm-unified-footer .footer-links,.yitm-unified-footer .footer-terms-links{display:grid!important;grid-template-columns:1fr 1fr!important;}.footer.yitm-unified-footer .footer-links a,.footer.yitm-unified-footer .footer-terms-links a,.yitm-unified-footer .footer-links a,.yitm-unified-footer .footer-terms-links a{width:100%!important;}}.site-header.yitm-unified-header{position:sticky!important;top:0!important;z-index:10050!important;width:100%!important;margin:0!important;padding:0!important;background:rgba(255,255,255,.96)!important;color:#10233f!important;border:0!important;border-bottom:1px solid rgba(16,35,63,.09)!important;border-radius:0!important;box-shadow:0 10px 30px rgba(16,35,63,.06)!important;backdrop-filter:saturate(1.08) blur(14px)!important;}.site-header.yitm-unified-header,.site-header.yitm-unified-header *{box-sizing:border-box}.site-header.yitm-unified-header .wrap.header-inner{width:min(1160px,calc(100% - 40px))!important;min-height:78px!important;margin:0 auto!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:22px!important;position:relative!important;}.site-header.yitm-unified-header .brand{min-width:250px!important;display:flex!important;align-items:center!important;gap:12px!important;margin:0!important;padding:0!important;color:#10233f!important;text-decoration:none!important;background:transparent!important;border:0!important;box-shadow:none!important;}.site-header.yitm-unified-header .brand-mark{width:48px!important;height:48px!important;flex:0 0 48px!important;display:grid!important;place-items:center!important;overflow:hidden!important;border-radius:16px!important;background:#fff!important;box-shadow:0 10px 26px rgba(9,29,46,.12)!important;}.site-header.yitm-unified-header .brand-mark img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;margin:0!important}.site-header.yitm-unified-header .brand-text{display:block!important;font-family:"Barlow Condensed",Barlow,Arial,sans-serif!important;font-size:1.45rem!important;line-height:1!important;letter-spacing:-.02em!important;font-weight:900!important;color:#10233f!important;white-space:nowrap!important;}.site-header.yitm-unified-header .brand-text em{font-style:normal!important;color:#486f37!important}.site-header.yitm-unified-header .brand-text small{display:block!important;margin-top:4px!important;font-family:Barlow,Arial,sans-serif!important;font-size:.72rem!important;line-height:1.2!important;letter-spacing:.02em!important;font-weight:700!important;color:#536475!important;}.site-header.yitm-unified-header .nav{display:flex!important;align-items:center!important;justify-content:flex-end!important;flex-wrap:wrap!important;gap:5px!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;position:static!important;width:auto!important;}.site-header.yitm-unified-header .nav a,.site-header.yitm-unified-header .nav a:visited{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;padding:10px 11px!important;border:0!important;border-radius:999px!important;background:transparent!important;color:#21364c!important;-webkit-text-fill-color:#21364c!important;text-decoration:none!important;font-family:Barlow,Arial,sans-serif!important;font-size:.94rem!important;line-height:1.15!important;font-weight:800!important;white-space:nowrap!important;box-shadow:none!important;}.site-header.yitm-unified-header .nav a:hover,.site-header.yitm-unified-header .nav a:focus-visible{background:#f1f5f8!important;color:#07563b!important;-webkit-text-fill-color:#07563b!important}.site-header.yitm-unified-header .nav .nav-cta,.site-header.yitm-unified-header .nav .nav-cta:visited{padding-inline:18px!important;background:#10233f!important;color:#fff!important;-webkit-text-fill-color:#fff!important;box-shadow:0 10px 22px rgba(16,35,63,.18)!important;}.site-header.yitm-unified-header .nav .nav-cta:hover,.site-header.yitm-unified-header .nav .nav-cta:focus-visible{background:#071929!important;color:#fff!important;-webkit-text-fill-color:#fff!important}.site-header.yitm-unified-header .mobile-menu-btn{display:none!important;align-items:center!important;justify-content:center!important;min-width:92px!important;min-height:44px!important;padding:10px 16px!important;border:1px solid rgba(16,35,63,.14)!important;border-radius:999px!important;background:#fff!important;color:#10233f!important;font:900 .95rem/1 Barlow,Arial,sans-serif!important;cursor:pointer!important;}.site-header.yitm-unified-header:is(a,button):focus-visible{outline:3px solid #f5b83f!important;outline-offset:3px!important}body.has-yitm-unified-shell>.skip-link,body.has-yitm-unified-shell>a.skip-link{position:absolute!important;left:-9999px!important;top:8px!important;z-index:10100!important;padding:10px 14px!important;border-radius:10px!important;background:#071929!important;color:#fff!important;text-decoration:none!important;font-weight:900!important;}body.has-yitm-unified-shell>.skip-link:focus,body.has-yitm-unified-shell>a.skip-link:focus{left:10px!important}@media(max-width:980px){.site-header.yitm-unified-header .wrap.header-inner{width:min(100% - 28px,1160px)!important;min-height:70px!important;gap:12px!important}.site-header.yitm-unified-header .brand{min-width:0!important}.site-header.yitm-unified-header .mobile-menu-btn{display:inline-flex!important}.site-header.yitm-unified-header .nav{display:none!important;position:absolute!important;left:0!important;right:0!important;top:calc(100% + 10px)!important;z-index:10060!important;max-height:calc(100vh - 100px)!important;overflow-y:auto!important;padding:12px!important;border:1px solid rgba(16,35,63,.14)!important;border-radius:22px!important;background:#fff!important;box-shadow:0 18px 54px rgba(16,35,63,.24)!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important;}.site-header.yitm-unified-header .nav.is-open{display:flex!important}.site-header.yitm-unified-header .nav a{width:100%!important;min-height:46px!important;border-radius:14px!important;text-align:center!important}}@media(max-width:620px){.site-header.yitm-unified-header .wrap.header-inner{width:min(100% - 20px,1160px)!important;min-height:66px!important}.site-header.yitm-unified-header .brand-mark{width:42px!important;height:42px!important;flex-basis:42px!important;border-radius:14px!important}.site-header.yitm-unified-header .brand-text{font-size:1.18rem!important;white-space:normal!important}.site-header.yitm-unified-header .brand-text small{display:none!important}.site-header.yitm-unified-header .mobile-menu-btn{min-width:78px!important;padding-inline:13px!important}}.theme-software-ai-for-business .yitm-hero{display:block!important;grid-template-columns:none!important;padding:clamp(22px,3vw,34px)!important;overflow:hidden!important}.theme-software-ai-for-business .yitm-hero-grid{display:grid!important;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr)!important;gap:clamp(24px,4vw,48px)!important;align-items:center!important;}.theme-software-ai-for-business .yitm-hero-grid>div:first-child{min-width:0!important}.theme-software-ai-for-business .yitm-title{max-width:18ch!important;margin:14px 0 16px!important;font-size:clamp(2.55rem,4.25vw,4.45rem)!important;line-height:.98!important;letter-spacing:-.045em!important;text-wrap:balance!important;overflow-wrap:normal!important;word-break:normal!important;}.theme-software-ai-for-business .yitm-subtitle{max-width:62ch!important;font-size:clamp(1.02rem,1.35vw,1.18rem)!important;line-height:1.62!important;text-wrap:pretty!important}.theme-software-ai-for-business .yitm-hero-image{min-width:0!important;margin:0!important;padding:0!important;align-self:center!important;border-radius:28px!important;overflow:hidden!important;background:#eef4f1!important;border:1px solid rgba(16,35,63,.12)!important;box-shadow:0 22px 58px rgba(16,35,63,.14)!important;}.theme-software-ai-for-business .yitm-hero-image img{display:block!important;width:100%!important;height:auto!important;max-height:560px!important;aspect-ratio:1/1!important;object-fit:contain!important;object-position:center!important;border:0!important;border-radius:0!important;box-shadow:none!important;}@media(max-width:900px){.theme-software-ai-for-business .yitm-hero-grid{grid-template-columns:1fr!important}.theme-software-ai-for-business .yitm-title{max-width:22ch!important;font-size:clamp(2.45rem,7vw,4rem)!important}.theme-software-ai-for-business .yitm-hero-image{max-width:720px!important;width:100%!important;margin-inline:auto!important}.theme-software-ai-for-business .yitm-hero-image img{max-height:none!important}}@media(max-width:620px){.theme-software-ai-for-business .yitm-hero{padding:18px!important}.theme-software-ai-for-business .yitm-hero-grid{gap:20px!important}.theme-software-ai-for-business .yitm-title{max-width:none!important;font-size:clamp(2.2rem,10.5vw,3.15rem)!important;line-height:1!important}.theme-software-ai-for-business .yitm-hero-image{border-radius:20px!important}}body:is(.start-card.primary-start,.quoteme-start,.tool-cta-card,.vm-bottom-cta,.review-proof,.scam-post-hero,.scam-safety-hero){color:var(--yitm-public-light)!important;}body:is(.start-card.primary-start,.quoteme-start,.tool-cta-card,.vm-bottom-cta,.review-proof,.scam-post-hero,.scam-safety-hero):is(h1,h2,h3,h4,h5,h6,p,li,small,label,strong,span){color:var(--yitm-public-light)!important;-webkit-text-fill-color:var(--yitm-public-light)!important;opacity:1!important;}body.yitm-business-service-page{background:var(--yitm-public-canvas)!important;color:var(--yitm-public-ink);}body.yitm-business-service-page main#main-content{background:transparent;}body.yitm-business-service-page .hero{margin:0!important;padding:clamp(3.25rem,6.5vw,5.75rem) 0 clamp(2.5rem,5vw,4rem)!important;border:0!important;border-radius:0!important;background:linear-gradient(135deg,#fff8ec 0%,#f0faf6 70%,#f7f4ec 100%)!important;box-shadow:none!important;}body.yitm-business-service-page .hero-grid{display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr)!important;gap:clamp(2rem,5vw,5rem)!important;align-items:center!important;}body.yitm-business-service-page .hero:is(h1,.hero-h1){max-width:18ch;margin:.65rem 0 1rem!important;color:var(--yitm-public-ink)!important;-webkit-text-fill-color:var(--yitm-public-ink)!important;font-size:clamp(2.25rem,4.15vw,4.15rem)!important;line-height:1.04!important;letter-spacing:-.04em!important;text-wrap:balance;}body.yitm-business-service-page .hero:is(.hero-copy,.hero-intro,.hero-note){max-width:70ch;color:var(--yitm-public-copy)!important;-webkit-text-fill-color:var(--yitm-public-copy)!important;line-height:1.7!important;text-wrap:pretty;}body.yitm-business-service-page .hero:is(.eyebrow,.hero-badge-pill){color:var(--yitm-public-green)!important;-webkit-text-fill-color:var(--yitm-public-green)!important;font-weight:900!important;letter-spacing:.08em;}body.yitm-business-service-page .hero-ctas{display:flex!important;flex-wrap:wrap!important;gap:.8rem!important;margin-top:1.4rem!important;}body.yitm-business-service-page .hero-ctas .btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:50px!important;padding:.82rem 1.25rem!important;border-radius:999px!important;font-weight:900!important;text-decoration:none!important;box-sizing:border-box;}body.yitm-business-service-page .hero:is(.hero-img-col,.hero-image){min-width:0;}body.yitm-business-service-page .hero:is(.hero-img,.feature-img-card){border-radius:28px!important;box-shadow:var(--yitm-public-shadow)!important;}body.yitm-business-service-page .hero .hero-img{display:block;width:100%;height:auto;min-height:320px;max-height:520px;object-fit:cover;}body.yitm-business-service-page .hero .feature-img-card{overflow:hidden;background:#fff;}body.yitm-business-service-page .hero .feature-img-card img{display:block;width:100%;height:auto;object-fit:cover;}body.yitm-business-service-page .hero .img-caption{color:var(--yitm-public-copy)!important;-webkit-text-fill-color:var(--yitm-public-copy)!important;}body.yitm-px7868-page:is(.qhm8940-ndis-entry,.qhm8940-ndis-booking) h3{max-width:none!important;width:auto!important;text-wrap:pretty!important;overflow-wrap:normal!important;word-break:normal!important;}@media(min-width:700px){body.yitm-px7868-page:is(.qhm8940-ndis-entry,.qhm8940-ndis-booking) h3{white-space:nowrap!important;}}@media(max-width:699px){body.yitm-px7868-page:is(.qhm8940-ndis-entry,.qhm8940-ndis-booking) h3{white-space:normal!important;}}@media(max-width:850px){body.yitm-business-service-page .hero-grid{grid-template-columns:1fr!important;}body.yitm-business-service-page .hero:is(h1,.hero-h1){max-width:22ch;font-size:clamp(2.3rem,7vw,3.55rem)!important;}body.yitm-business-service-page .hero .hero-img{min-height:260px;}}@media(max-width:560px){body.yitm-business-service-page .hero{padding:2.5rem 0 2.25rem!important;}body.yitm-business-service-page .hero:is(h1,.hero-h1){max-width:none;font-size:clamp(2.05rem,10.5vw,3rem)!important;line-height:1.05!important;}body.yitm-business-service-page .hero-ctas{display:grid!important;grid-template-columns:1fr!important;}body.yitm-business-service-page .hero-ctas .btn{width:100%!important;}}body.has-yitm-unified-shell .contact-pref-banner{border-bottom:1px solid var(--yitm-public-line)!important;background:#fff!important;color:var(--yitm-public-copy)!important;}body.has-yitm-unified-shell .contact-pref-banner>.wrap{width:min(1160px,calc(100% - 40px))!important;margin-inline:auto!important;padding:14px 0!important;}body.has-yitm-unified-shell .contact-pref-banner p{margin:0!important;color:var(--yitm-public-copy)!important;-webkit-text-fill-color:var(--yitm-public-copy)!important;line-height:1.55!important;}body.has-yitm-unified-shell .contact-pref-banner strong{color:var(--yitm-public-ink)!important;-webkit-text-fill-color:var(--yitm-public-ink)!important;}body.has-yitm-unified-shell .contact-pref-banner a{color:var(--yitm-public-green-dark)!important;-webkit-text-fill-color:var(--yitm-public-green-dark)!important;font-weight:850;text-underline-offset:.14em;}body.has-yitm-unified-shell main>.urg,body.has-yitm-unified-shell main .urg:first-child{width:min(1160px,calc(100% - 40px))!important;margin:18px auto 0!important;padding:12px 16px!important;box-sizing:border-box!important;border:1px solid #d9e5df!important;border-radius:16px!important;background:#f4faf7!important;color:#40594d!important;-webkit-text-fill-color:#40594d!important;font-size:.95rem!important;line-height:1.55!important;text-align:left!important;}body.has-yitm-unified-shell .quick-nav{width:100%!important;max-width:none!important;margin:14px auto!important;padding:0!important;overflow:visible!important;background:transparent!important;border:0!important;}body.has-yitm-unified-shell .quick-nav>.wrap{width:min(1160px,calc(100% - 40px))!important;max-width:1160px!important;margin-inline:auto!important;padding:14px 16px!important;box-sizing:border-box!important;display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;gap:12px 16px!important;align-items:start!important;border:1px solid var(--yitm-public-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 8px 24px rgba(16,35,63,.05)!important;}body.has-yitm-unified-shell .quick-nav__label{display:inline-flex!important;align-items:center!important;min-height:38px!important;color:var(--yitm-public-ink)!important;-webkit-text-fill-color:var(--yitm-public-ink)!important;font-size:.76rem!important;line-height:1.2!important;font-weight:900!important;letter-spacing:.07em!important;text-transform:uppercase!important;white-space:nowrap!important;}body.has-yitm-unified-shell .quick-nav__links{min-width:0!important;display:flex!important;flex-wrap:wrap!important;gap:8px!important;}body.has-yitm-unified-shell .quick-nav__links a{display:inline-flex!important;align-items:center!important;min-height:38px!important;max-width:100%!important;padding:7px 11px!important;box-sizing:border-box!important;border:1px solid #d6e4dd!important;border-radius:999px!important;background:#f5faf7!important;color:var(--yitm-public-green-dark)!important;-webkit-text-fill-color:var(--yitm-public-green-dark)!important;text-decoration:none!important;font-size:.88rem!important;line-height:1.25!important;font-weight:800!important;white-space:normal!important;overflow-wrap:anywhere!important;}body.has-yitm-unified-shell .quick-nav__links a:is(:hover,:focus-visible){background:#eaf5ef!important;border-color:#b9d5c6!important;text-decoration:none!important;}body.has-yitm-unified-shell .bc{width:100%!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;color:var(--yitm-public-copy)!important;}body.has-yitm-unified-shell .bc>.wrap{width:min(1160px,calc(100% - 40px))!important;max-width:1160px!important;margin-inline:auto!important;padding:8px 0 16px!important;display:flex!important;gap:8px!important;align-items:center!important;flex-wrap:wrap!important;box-sizing:border-box!important;color:var(--yitm-public-copy)!important;font-size:.92rem!important;line-height:1.4!important;}body.has-yitm-unified-shell .bc a{color:var(--yitm-public-green-dark)!important;-webkit-text-fill-color:var(--yitm-public-green-dark)!important;font-weight:800!important;text-decoration:none!important;}body.has-yitm-unified-shell .bc a:is(:hover,:focus-visible){text-decoration:underline!important;text-underline-offset:.15em!important;}body.has-yitm-unified-shell .bc-sep{color:#5f7067!important;-webkit-text-fill-color:#5f7067!important;}body.has-yitm-unified-shell .yitm-quick-choice{width:100%!important;min-width:0!important;margin:1.25rem 0 1.5rem!important;padding:20px!important;box-sizing:border-box!important;border:1px solid var(--yitm-public-line)!important;border-radius:20px!important;background:#fff!important;color:var(--yitm-public-ink)!important;box-shadow:0 12px 30px rgba(16,35,63,.07)!important;overflow:visible!important;}body.has-yitm-unified-shell .yitm-quick-choice h2{max-width:none!important;margin:0 0 7px!important;color:var(--yitm-public-ink)!important;-webkit-text-fill-color:var(--yitm-public-ink)!important;font-family:"Barlow Condensed",Barlow,sans-serif!important;font-size:clamp(1.65rem,2.8vw,2.35rem)!important;line-height:1.02!important;letter-spacing:-.025em!important;text-align:left!important;text-wrap:balance!important;}body.has-yitm-unified-shell .yitm-quick-choice p{max-width:70ch!important;margin:.25rem 0 1rem!important;color:var(--yitm-public-copy)!important;-webkit-text-fill-color:var(--yitm-public-copy)!important;line-height:1.6!important;text-align:left!important;opacity:1!important;}body.has-yitm-unified-shell .yitm-choice-actions{display:flex!important;flex-wrap:wrap!important;gap:10px!important;align-items:stretch!important;}body.has-yitm-unified-shell .yitm-choice-actions a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;padding:11px 18px!important;box-sizing:border-box!important;border-radius:999px!important;text-align:center!important;text-decoration:none!important;font-weight:900!important;line-height:1.2!important;}body.has-yitm-unified-shell .yitm-choice-actions a:first-child{background:var(--yitm-public-ink)!important;border:1px solid var(--yitm-public-ink)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;}body.has-yitm-unified-shell .yitm-choice-actions a:not(:first-child){background:#fff!important;border:2px solid var(--yitm-public-ink)!important;color:var(--yitm-public-ink)!important;-webkit-text-fill-color:var(--yitm-public-ink)!important;}body.has-yitm-unified-shell:is(.template-service-page,.template-suburb-page,.yitm-post-unified,.blog-page):is(.eyebrow,.hero-badge-pill,.yitm-template-kicker,.pill,.badge){color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important;text-shadow:none!important;}body.has-yitm-unified-shell:is(.template-service-page,.template-suburb-page,.yitm-post-unified,.blog-page):is(.eyebrow,.hero-badge-pill,.yitm-template-kicker,.pill,.badge) *{color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important;}body.has-yitm-unified-shell:is( .signature-band,.about-signature,.review-proof,.feature-band,.primary-start,.post-footer-cta,.yitm-service-handoff,.yitm-reader-cta,.local-strip,.scam-post-hero,.scam-safety-hero,.pt-hero,.pricing-kicker-strip,.pricing-action-strip,.dark-panel,.dark-card,.navy-panel,.cta-dark ){color:var(--yitm-public-light)!important;}body.has-yitm-unified-shell:is( .signature-band,.about-signature,.review-proof,.feature-band,.primary-start,.post-footer-cta,.yitm-service-handoff,.yitm-reader-cta,.local-strip,.scam-post-hero,.scam-safety-hero,.pt-hero,.pricing-kicker-strip,.pricing-action-strip,.dark-panel,.dark-card,.navy-panel,.cta-dark ):is(h1,h2,h3,h4,h5,h6,p,li,small,label,strong,em){color:var(--yitm-public-light)!important;-webkit-text-fill-color:var(--yitm-public-light)!important;opacity:1!important;text-shadow:none!important;}body.has-yitm-unified-shell:is( .signature-band,.about-signature,.review-proof,.feature-band,.primary-start,.post-footer-cta,.yitm-service-handoff,.yitm-reader-cta,.local-strip,.scam-post-hero,.scam-safety-hero,.pt-hero,.pricing-kicker-strip,.pricing-action-strip,.dark-panel,.dark-card,.navy-panel,.cta-dark ) a:not(.btn):not([class*="btn"]){color:#fff!important;-webkit-text-fill-color:#fff!important;}body.yitm-business-service-page .hero:is(.eyebrow,.hero-badge-pill){color:#fff!important;-webkit-text-fill-color:#fff!important;}@media(max-width:760px){body.has-yitm-unified-shell .quick-nav>.wrap{grid-template-columns:1fr!important;width:calc(100% - 28px)!important;padding:13px!important;}body.has-yitm-unified-shell .quick-nav__label{min-height:0!important;}body.has-yitm-unified-shell .quick-nav__links{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;}body.has-yitm-unified-shell .quick-nav__links a{justify-content:center!important;text-align:center!important;border-radius:14px!important;}body.has-yitm-unified-shell main>.urg,body.has-yitm-unified-shell main .urg:first-child{width:calc(100% - 28px)!important;}body.has-yitm-unified-shell .bc>.wrap{width:calc(100% - 28px)!important;}body.has-yitm-unified-shell .contact-pref-banner>.wrap{width:calc(100% - 28px)!important;}body.has-yitm-unified-shell .yitm-choice-actions{display:grid!important;grid-template-columns:1fr!important;}body.has-yitm-unified-shell .yitm-choice-actions a{width:100%!important;}}@media(max-width:440px){body.has-yitm-unified-shell .quick-nav__links{grid-template-columns:1fr!important;}}body:is(.yitm-card-dark,.yitm-card-cta){background:linear-gradient(135deg,var(--yitm-platform-navy,#071426) 0%,var(--yitm-platform-navy-2,#0b2d52) 72%,#173653 100%)!important;border-color:rgba(255,255,255,.12)!important;color:var(--yitm-public-light,#f7fbff)!important;}body .yitm-card-black{background:var(--yitm-platform-navy,#071426)!important;border-color:rgba(255,255,255,.12)!important;color:var(--yitm-public-light,#f7fbff)!important;}body:is(.yitm-card-dark,.yitm-card-cta,.yitm-card-black) .yitm-row-item{background:rgba(255,255,255,.10)!important;border-color:rgba(255,255,255,.18)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;}body .footer.yitm-unified-footer .footer-referral-note,body .yitm-unified-footer .footer-referral-note{color:var(--yitm-public-ink,#10233f)!important;-webkit-text-fill-color:var(--yitm-public-ink,#10233f)!important;}body .footer.yitm-unified-footer .footer-referral-note a,body .yitm-unified-footer .footer-referral-note a{color:var(--yitm-public-green-dark,#07563b)!important;-webkit-text-fill-color:var(--yitm-public-green-dark,#07563b)!important;}body.yitm-pricing-page:is(.pricing-kicker-strip,.pricing-action-strip) .btn-primary{background:var(--yitm-gold-400,#f5b83f)!important;border-color:var(--yitm-gold-400,#f5b83f)!important;color:var(--yitm-public-ink,#10233f)!important;-webkit-text-fill-color:var(--yitm-public-ink,#10233f)!important;}body .footer.yitm-unified-footer .footer-referral-note a:not(.btn):not([class*="btn"]),body .yitm-unified-footer .footer-referral-note a:not(.btn):not([class*="btn"]){color:var(--yitm-public-green-dark,#07563b)!important;-webkit-text-fill-color:var(--yitm-public-green-dark,#07563b)!important;}body.yitm-pricing-page.template-service-page main#main-content:is(.pricing-kicker-strip,.pricing-action-strip) .btn-primary{background:var(--yitm-gold-400,#f5b83f)!important;border-color:var(--yitm-gold-400,#f5b83f)!important;color:var(--yitm-public-ink,#10233f)!important;-webkit-text-fill-color:var(--yitm-public-ink,#10233f)!important;}body .scam-blog-page:is(.scam-safety-hero,.scam-post-hero):is(.eyebrow,.mini-tag){color:var(--yitm-public-green-dark,#07563b)!important;-webkit-text-fill-color:var(--yitm-public-green-dark,#07563b)!important;text-shadow:none!important;}body .scam-blog-page:is(.scam-safety-hero,.tool-cta-card):is(.eyebrow,.mini-tag){color:var(--yitm-public-green-dark,#07563b)!important;-webkit-text-fill-color:var(--yitm-public-green-dark,#07563b)!important;text-shadow:none!important;}body.scam-blog-page:is(.scam-safety-hero,.tool-cta-card):is(.eyebrow,.mini-tag){color:var(--yitm-public-green-dark,#07563b)!important;-webkit-text-fill-color:var(--yitm-public-green-dark,#07563b)!important;text-shadow:none!important;}body.has-yitm-unified-shell.template-service-page main#main-content>section.yitm-card-cta,body.has-yitm-unified-shell main#main-content>section.yitm-card-cta{background:linear-gradient(135deg,var(--yitm-platform-navy,#071426) 0%,var(--yitm-platform-navy-2,#0b2d52) 72%,#173653 100%)!important;border-color:rgba(255,255,255,.12)!important;color:var(--yitm-public-light,#f7fbff)!important;-webkit-text-fill-color:var(--yitm-public-light,#f7fbff)!important;}body.has-yitm-unified-shell.template-service-page main#main-content>section.yitm-card-cta:is(h1,h2,h3,h4,h5,h6,p,li,strong,span,small),body.has-yitm-unified-shell main#main-content>section.yitm-card-cta:is(h1,h2,h3,h4,h5,h6,p,li,strong,span,small){color:var(--yitm-public-light,#f7fbff)!important;-webkit-text-fill-color:var(--yitm-public-light,#f7fbff)!important;}body.has-yitm-unified-shell .site-footer{background:var(--yitm-platform-navy,#071426)!important;border-color:rgba(255,255,255,.12)!important;color:var(--yitm-public-light,#f7fbff)!important;-webkit-text-fill-color:var(--yitm-public-light,#f7fbff)!important;}body.has-yitm-unified-shell .site-footer:is(p,strong,span,small,li,a){color:var(--yitm-public-light,#f7fbff)!important;-webkit-text-fill-color:var(--yitm-public-light,#f7fbff)!important;}body.has-yitm-unified-shell .bc-trail{color:#655e55!important;-webkit-text-fill-color:#655e55!important;}}@scope (html[data-yitm-b4-css~="b4-16"]) {.yitm-service-hero-enabled{--yitm-hero-ink:#10233f;--yitm-hero-copy:#42566f;--yitm-hero-green:#246645;--yitm-hero-line:rgba(16,35,63,.11);--yitm-hero-shadow:0 22px 58px rgba(16,35,63,.09);--yitm-hero-canvas:linear-gradient(135deg,#fffaf0 0%,#f8fbf6 56%,#eef7f8 100%);}.yitm-service-hero-shell{position:relative!important;width:100%!important;max-width:1180px!important;margin:0 auto 30px!important;padding:clamp(28px,4vw,46px)!important;border:1px solid var(--yitm-hero-line)!important;border-radius:34px!important;background:var(--yitm-hero-canvas)!important;box-shadow:var(--yitm-hero-shadow)!important;overflow:hidden!important;color:var(--yitm-hero-ink)!important;}.yitm-service-hero-shell::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 10% 8%,rgba(232,176,40,.14),transparent 25%),radial-gradient(circle at 92% 10%,rgba(45,113,126,.10),transparent 28%);}.yitm-service-hero-shell>*,.yitm-service-hero-shell>.wrap{position:relative;z-index:1;}.yitm-service-hero-shell>.wrap{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;}.yitm-service-hero-shell:is(.hero-grid,.yitm-ndis-hero-grid){display:grid!important;grid-template-columns:minmax(0,1.06fr) minmax(300px,.94fr)!important;gap:clamp(28px,4.5vw,54px)!important;align-items:start!important;}.yitm-service-hero-shell:is(.hero-grid,.yitm-ndis-hero-grid)>:first-child{grid-column:1!important;grid-row:1!important;min-width:0!important;}.yitm-service-hero-shell:is(.hero-grid,.yitm-ndis-hero-grid)>:is(.hero-img-col,.hero-image,figure):not(.yitm-review-strip){grid-column:2!important;grid-row:1!important;align-self:start!important;justify-self:stretch!important;min-width:0!important;}.yitm-service-hero-shell:is(.hero-grid,.yitm-ndis-hero-grid)>.yitm-review-strip{grid-column:1 / -1!important;grid-row:2!important;margin-top:4px!important;}.yitm-service-hero-shell:is(.yitm-hero,.vm-hero,.lre-hero){display:grid!important;grid-template-columns:minmax(0,1.06fr) minmax(300px,.94fr)!important;gap:clamp(28px,4.5vw,54px)!important;align-items:start!important;}.yitm-service-hero-shell.yitm-hero>:not(.yitm-hero-img),.yitm-service-hero-shell.vm-hero>:first-child,.yitm-service-hero-shell.lre-hero>:first-child{grid-column:1!important;}.yitm-service-hero-shell.yitm-hero>.yitm-hero-img,.yitm-service-hero-shell.vm-hero>.vm-hero-img,.yitm-service-hero-shell.lre-hero>img{grid-column:2!important;grid-row:1 / span 8!important;align-self:start!important;}.yitm-service-hero-shell.vm-hero>.yitm-review-strip{grid-column:1 / -1!important;grid-row:2!important;}.yitm-service-hero-shell:is(h1,.hero-h1,.yitm-ndis-hero-title){max-width:18ch!important;margin:.55rem 0 1rem!important;color:var(--yitm-hero-ink)!important;-webkit-text-fill-color:var(--yitm-hero-ink)!important;font-family:"Barlow Condensed",Barlow,sans-serif!important;font-size:clamp(2.6rem,4.45vw,4.55rem)!important;line-height:.99!important;letter-spacing:-.042em!important;text-wrap:balance!important;overflow-wrap:normal!important;word-break:normal!important;}.yitm-service-hero--support:is(h1,.hero-h1,.yitm-ndis-hero-title){max-width:18ch!important;}.yitm-service-hero--business:is(h1,.hero-h1){max-width:17ch!important;}.yitm-service-hero--hub:is(h1,.hero-h1){max-width:20ch!important;}.yitm-service-hero-shell:is(.hero-intro,.hero-copy,.lead,.vm-lead,.yitm-ndis-hero-intro,.yitm-ndis-hero-subtitle) {max-width:62ch!important;margin-top:.9rem!important;color:var(--yitm-hero-copy)!important;-webkit-text-fill-color:var(--yitm-hero-copy)!important;font-size:clamp(1.04rem,1.35vw,1.18rem)!important;line-height:1.62!important;text-wrap:pretty!important;}.yitm-service-hero-shell .yitm-ndis-hero-subtitle{max-width:42ch!important;color:#294963!important;font-weight:850!important;line-height:1.35!important;}.yitm-service-hero-shell .local-proof{max-width:62ch!important;margin-top:1rem!important;color:#5a6b7b!important;-webkit-text-fill-color:#5a6b7b!important;font-size:.96rem!important;line-height:1.55!important;}.yitm-service-hero-shell:is(.eyebrow,.hero-badge-pill,.vm-kicker,.service-hero-kicker,.yitm-ndis-hero-badge){display:inline-flex!important;align-items:center!important;width:max-content!important;max-width:100%!important;min-height:36px!important;margin:0 0 .65rem!important;padding:.5rem .9rem!important;border:1px solid #10233f!important;border-radius:999px!important;background:#10233f!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:.82rem!important;font-weight:900!important;letter-spacing:.055em!important;line-height:1.2!important;text-transform:uppercase!important;text-shadow:none!important;box-shadow:0 10px 24px rgba(16,35,63,.11)!important;}.yitm-service-hero-shell:is(.eyebrow,.hero-badge-pill,.vm-kicker,.service-hero-kicker,.yitm-ndis-hero-badge) *{color:#fff!important;-webkit-text-fill-color:#fff!important;}.yitm-service-hero-shell:is(.ux-copy-panel--hero,.reading-split.ux-copy-panel--hero){display:block!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;}.yitm-service-hero-shell .ux-copy-panel--hero>:is(.ux-copy-card,.reading-card){margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;}.yitm-service-hero-shell .answer-block{max-width:62ch!important;margin:1rem 0 0!important;padding:14px 16px!important;border:1px solid rgba(16,35,63,.10)!important;border-radius:16px!important;background:rgba(255,255,255,.68)!important;color:var(--yitm-hero-copy)!important;line-height:1.55!important;}.yitm-service-hero-shell .answer-block strong{color:var(--yitm-hero-ink)!important;-webkit-text-fill-color:var(--yitm-hero-ink)!important;}.yitm-service-hero-shell:is(.hero-img-col,.hero-image,.yitm-ndis-hero-media,figure,.vm-hero-img){min-width:0!important;padding-top:0!important;}.yitm-service-hero-shell:is(.hero-img,.yitm-hero-img,.hero-image img,.feature-img-card img,figure img,.vm-hero-img img,.lre-hero>img){display:block!important;width:100%!important;height:auto!important;min-height:0!important;max-height:470px!important;aspect-ratio:4 / 3!important;object-fit:cover!important;object-position:center!important;border-radius:26px!important;background:#eef3f6!important;box-shadow:0 18px 42px rgba(16,35,63,.14)!important;}.yitm-service-hero-shell .feature-img-card{overflow:hidden!important;border-radius:28px!important;background:#fff!important;box-shadow:0 18px 42px rgba(16,35,63,.12)!important;}.yitm-service-hero-shell .feature-img-card img{border-radius:0!important;box-shadow:none!important;}.yitm-service-hero-shell .img-caption{padding:10px 12px!important;color:#52657a!important;-webkit-text-fill-color:#52657a!important;font-size:.9rem!important;line-height:1.45!important;}.yitm-service-hero-shell:is(.hero-ctas,.actions,.vm-actions,.hub-actions,.article-hero-actions,.lre-actions){display:flex!important;flex-wrap:wrap!important;gap:.75rem!important;margin-top:1.35rem!important;}.yitm-service-hero-shell:is(.btn,.vm-btn,.hub-action,.lre-btn){display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;padding:.78rem 1.2rem!important;border-radius:999px!important;font-weight:900!important;line-height:1.2!important;text-decoration:none!important;}.yitm-service-hero-shell:is(.btn-primary,.btn.primary,.vm-btn:not(.secondary),.hub-action.primary,.lre-btn-primary){border:1px solid #10233f!important;background:#10233f!important;color:#fff!important;-webkit-text-fill-color:#fff!important;box-shadow:0 12px 26px rgba(16,35,63,.16)!important;}.yitm-service-hero-shell:is(.btn-secondary,.btn-outline,.vm-btn.secondary,.hub-action:not(.primary),.lre-btn-secondary){border:2px solid #10233f!important;background:#fff!important;color:#10233f!important;-webkit-text-fill-color:#10233f!important;box-shadow:none!important;}.yitm-service-hero-shell:is(.btn-primary,.btn.primary,.vm-btn:not(.secondary),.hub-action.primary,.lre-btn-primary):is(:hover,:focus-visible){transform:translateY(-1px);}.yitm-service-hero-shell:is(.btn,.vm-btn,.hub-action,.lre-btn):focus-visible{outline:3px solid #e8b028!important;outline-offset:3px!important;}.yitm-service-hero-shell .yitm-service-hero-note,.yitm-service-hero-shell .yitm-ndis-hero-match{max-width:62ch!important;margin-top:1rem!important;padding:12px 14px!important;border:1px solid #c9ddd2!important;border-radius:15px!important;background:#f7fbf8!important;color:#355646!important;-webkit-text-fill-color:#355646!important;box-shadow:none!important;font-size:.96rem!important;line-height:1.55!important;}.yitm-service-hero-shell .yitm-service-hero-note strong,.yitm-service-hero-shell .yitm-ndis-hero-match strong{color:#173f2d!important;-webkit-text-fill-color:#173f2d!important;}.yitm-service-hero-shell:is(.yitm-ndis-facts,.yitm-ndis-hero-status,.local-strip,.trust-strip,.family-start-here){position:relative!important;z-index:1!important;margin-top:24px!important;}.yitm-service-hero-shell:is(.yitm-ndis-facts,.local-strip,.trust-strip,.family-start-here){border-top:1px solid rgba(16,35,63,.10)!important;padding-top:20px!important;}.yitm-service-hero-shell .yitm-review-strip{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr)) auto!important;gap:14px!important;align-items:center!important;width:100%!important;padding:14px 16px!important;border:1px solid rgba(16,35,63,.09)!important;border-radius:18px!important;background:rgba(255,255,255,.72)!important;box-shadow:none!important;}.yitm-service-hero-enabled:is( .dark-panel,.dark-card,.navy-panel,.cta-dark,.signature-band,.feature-band,.primary-start,.yitm-service-handoff,.post-footer-cta,.review-proof,.scam-post-hero,.scam-safety-hero,.pricing-kicker-strip,.pricing-action-strip ){color:#fff!important;-webkit-text-fill-color:#fff!important;}.yitm-service-hero-enabled:is( .dark-panel,.dark-card,.navy-panel,.cta-dark,.signature-band,.feature-band,.primary-start,.yitm-service-handoff,.post-footer-cta,.review-proof,.scam-post-hero,.scam-safety-hero,.pricing-kicker-strip,.pricing-action-strip ):is(h1,h2,h3,h4,h5,h6,p,li,small,label,strong,em,span,a:not(.btn):not([class*="btn"])){color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important;text-shadow:none!important;}.yitm-service-hero--hub{max-width:1120px!important;}.yitm-service-hero--hub:not(:has(img)){padding-right:clamp(28px,7vw,86px)!important;}@media(max-width:900px){.yitm-service-hero-shell:is(.hero-grid,.yitm-ndis-hero-grid),.yitm-service-hero-shell:is(.yitm-hero,.vm-hero,.lre-hero){grid-template-columns:1fr!important;gap:24px!important;}.yitm-service-hero-shell:is(.hero-grid,.yitm-ndis-hero-grid)>:first-child,.yitm-service-hero-shell:is(.hero-grid,.yitm-ndis-hero-grid)>:is(.hero-img-col,.hero-image,figure):not(.yitm-review-strip),.yitm-service-hero-shell:is(.hero-grid,.yitm-ndis-hero-grid)>.yitm-review-strip,.yitm-service-hero-shell.yitm-hero>:not(.yitm-hero-img),.yitm-service-hero-shell.yitm-hero>.yitm-hero-img,.yitm-service-hero-shell.vm-hero>:first-child,.yitm-service-hero-shell.vm-hero>.vm-hero-img,.yitm-service-hero-shell.vm-hero>.yitm-review-strip,.yitm-service-hero-shell.lre-hero>:first-child,.yitm-service-hero-shell.lre-hero>img{grid-column:1!important;grid-row:auto!important;}.yitm-service-hero-shell:is(h1,.hero-h1,.yitm-ndis-hero-title){max-width:20ch!important;font-size:clamp(2.35rem,7vw,3.55rem)!important;}.yitm-service-hero-shell:is(.hero-img,.yitm-hero-img,.hero-image img,.feature-img-card img,figure img,.vm-hero-img img,.lre-hero>img){max-height:420px!important;aspect-ratio:16 / 10!important;}.yitm-service-hero-shell .yitm-review-strip{grid-template-columns:1fr 1fr!important;}.yitm-service-hero-shell .yitm-review-date{grid-column:1 / -1!important;}}@media(max-width:620px){.yitm-service-hero-shell{margin-bottom:22px!important;padding:24px 18px!important;border-radius:24px!important;}.yitm-service-hero-shell:is(h1,.hero-h1,.yitm-ndis-hero-title){max-width:none!important;margin-top:.35rem!important;font-size:clamp(2.15rem,10.6vw,3rem)!important;line-height:1.02!important;}.yitm-service-hero-shell:is(.hero-ctas,.actions,.vm-actions,.hub-actions,.article-hero-actions,.lre-actions){display:grid!important;grid-template-columns:1fr!important;}.yitm-service-hero-shell:is(.btn,.vm-btn,.hub-action,.lre-btn){width:100%!important;text-align:center!important;}.yitm-service-hero-shell:is(.hero-img,.yitm-hero-img,.hero-image img,.feature-img-card img,figure img,.vm-hero-img img,.lre-hero>img){max-height:330px!important;aspect-ratio:4 / 3!important;border-radius:20px!important;}.yitm-service-hero-shell .yitm-review-strip{grid-template-columns:1fr!important;padding:14px!important;}.yitm-service-hero-shell .yitm-review-date{grid-column:auto!important;}.yitm-service-hero-shell:is(.yitm-ndis-facts,.local-strip,.trust-strip,.family-start-here){margin-top:18px!important;padding-top:16px!important;}}@media(prefers-reduced-motion:reduce){.yitm-service-hero-shell *{transition:none!important;animation:none!important;}}.yitm-service-hero-enabled .yitm-service-hero-shell .hero-grid,.yitm-service-hero-enabled .yitm-service-hero-shell .yitm-ndis-hero-grid{align-items:start!important;}.yitm-service-hero-enabled .yitm-service-hero-shell .hero-grid>:first-child,.yitm-service-hero-enabled .yitm-service-hero-shell .yitm-ndis-hero-grid>:first-child{grid-column:1!important;grid-row:1!important;align-self:start!important;}.yitm-service-hero-enabled .yitm-service-hero-shell .hero-grid>:is(.hero-img-col,.hero-image,figure),.yitm-service-hero-enabled .yitm-service-hero-shell .yitm-ndis-hero-grid>:is(.hero-img-col,.hero-image,figure){grid-column:2!important;grid-row:1!important;align-self:start!important;margin:0!important;padding-top:0!important;transform:none!important;}.yitm-service-hero-enabled .yitm-service-hero-shell .hero-grid>.yitm-review-strip,.yitm-service-hero-enabled .yitm-service-hero-shell .yitm-ndis-hero-grid>.yitm-review-strip{grid-column:1 / -1!important;grid-row:2!important;align-self:start!important;margin-top:4px!important;}.yitm-service-hero-enabled .yitm-service-hero-shell:is(.eyebrow,.hero-badge-pill,.vm-kicker,.service-hero-kicker,.yitm-ndis-hero-badge){border-color:#10233f!important;background:#10233f!important;color:#fff!important;-webkit-text-fill-color:#fff!important;}.yitm-service-hero-enabled .yitm-service-hero-shell .dark-panel-wrap{margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;color:var(--yitm-hero-copy)!important;-webkit-text-fill-color:var(--yitm-hero-copy)!important;}.yitm-service-hero-enabled .yitm-service-hero-shell .dark-panel-wrap:is(h1,h2,h3,h4,h5,h6,strong){color:var(--yitm-hero-ink)!important;-webkit-text-fill-color:var(--yitm-hero-ink)!important;}.yitm-service-hero-enabled .yitm-service-hero-shell .dark-panel-wrap:is(p,li,small,label,em,a:not(.btn):not([class*="btn"])){color:var(--yitm-hero-copy)!important;-webkit-text-fill-color:var(--yitm-hero-copy)!important;}.yitm-service-hero-enabled .yitm-service-hero-shell .dark-panel-wrap:is(.eyebrow,.hero-badge-pill){color:#fff!important;-webkit-text-fill-color:#fff!important;}.yitm-service-hero-enabled .yitm-service-hero-shell.yitm-service-hero-shell:is(.eyebrow,.hero-badge-pill,.vm-kicker,.service-hero-kicker,.yitm-ndis-hero-badge),.yitm-service-hero-enabled .yitm-service-hero-shell.yitm-service-hero-shell .dark-panel-wrap:is(.eyebrow,.hero-badge-pill){border-color:#10233f!important;background:#10233f!important;color:#fff!important;-webkit-text-fill-color:#fff!important;}@media(max-width:900px){.yitm-service-hero-enabled .yitm-service-hero-shell.yitm-service-hero-shell .hero-grid,.yitm-service-hero-enabled .yitm-service-hero-shell.yitm-service-hero-shell .yitm-ndis-hero-grid{grid-template-columns:minmax(0,1fr)!important;align-items:start!important;}.yitm-service-hero-enabled .yitm-service-hero-shell.yitm-service-hero-shell .hero-grid>*,.yitm-service-hero-enabled .yitm-service-hero-shell.yitm-service-hero-shell .yitm-ndis-hero-grid>*{grid-column:1!important;grid-row:auto!important;min-width:0!important;align-self:start!important;}}body.yitm-service-hero-enabled:is(#main,#main-content) .yitm-service-hero-shell:is(.eyebrow,.hero-badge-pill,.vm-kicker,.service-hero-kicker,.yitm-ndis-hero-badge){color:#fff!important;-webkit-text-fill-color:#fff!important;background:#10233f!important;border-color:#10233f!important;}}@scope (html[data-yitm-b4-css~="b4-05"]) {.yitm-pathway-page{--yitm-pathway-navy:#102c4a;--yitm-pathway-ink:#142235;--yitm-pathway-muted:#526173;--yitm-pathway-line:#dbe4ec;--yitm-pathway-soft:#f4f8fb;--yitm-pathway-mint:#dff7ed;--yitm-pathway-white:#fff}.yitm-pathway-main{max-width:1160px;margin:0 auto;padding:32px 20px 64px}.yitm-pathway-hero{background:linear-gradient(135deg,#102c4a,#17456f);color:#fff;border-radius:24px;padding:clamp(28px,5vw,54px);margin:22px 0 28px}.yitm-pathway-hero .yitm-pathway-kicker{display:inline-block;font-weight:800;letter-spacing:.04em;text-transform:uppercase;font-size:.82rem;color:#c8f4e4;margin-bottom:10px}.yitm-pathway-hero h1{color:#fff!important;max-width:18ch;font-size:clamp(2rem,4.6vw,4rem);line-height:1.02;margin:0 0 14px}.yitm-pathway-hero p{max-width:760px;font-size:clamp(1rem,2vw,1.2rem);line-height:1.65;margin:0;color:#edf6ff}.yitm-pathway-actions,.yitm-pathway-card-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.yitm-pathway-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:11px 16px;border-radius:12px;background:#163e64;color:#fff!important;text-decoration:none!important;font-weight:800;border:2px solid #163e64;line-height:1.25;text-align:center}.yitm-pathway-btn:hover,.yitm-pathway-btn:focus{background:#0c2a46;color:#fff!important;border-color:#0c2a46}.yitm-pathway-btn--light{background:#fff;color:#173653!important;border-color:#fff}.yitm-pathway-btn--light:hover,.yitm-pathway-btn--light:focus{background:#eef5fa;color:#102c4a!important}.yitm-pathway-btn--outline{background:transparent;color:#173653!important;border-color:#9db2c3}.yitm-pathway-btn--outline:hover,.yitm-pathway-btn--outline:focus{background:#eef5fa;color:#102c4a!important}.yitm-pathway-section{margin:34px 0}.yitm-pathway-section>h2{font-size:clamp(1.55rem,3vw,2.3rem);line-height:1.14;color:#173653;margin:0 0 8px}.yitm-pathway-section>.yitm-pathway-intro{max-width:780px;color:#526173;line-height:1.65;margin:0 0 18px}.yitm-pathway-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.yitm-pathway-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.yitm-pathway-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.yitm-pathway-card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid var(--yitm-pathway-line);border-radius:18px;padding:20px;box-shadow:0 8px 24px rgba(15,42,65,.06);color:var(--yitm-pathway-ink);text-decoration:none!important}a.yitm-pathway-card:hover,a.yitm-pathway-card:focus{border-color:#8faabd;box-shadow:0 10px 30px rgba(15,42,65,.11);transform:translateY(-1px)}.yitm-pathway-card .yitm-pathway-tag{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#2b6f5a;margin-bottom:7px}.yitm-pathway-card h2,.yitm-pathway-card h3,.yitm-pathway-card strong{color:#173653;margin:0 0 7px;line-height:1.2}.yitm-pathway-card p,.yitm-pathway-card span{color:#536274;line-height:1.55;margin:0}.yitm-pathway-card .yitm-pathway-card-link{margin-top:auto;padding-top:14px;font-weight:800;color:#124d78}.yitm-pathway-steps{counter-reset:yitmstep;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.yitm-pathway-step{background:var(--yitm-pathway-soft);border:1px solid var(--yitm-pathway-line);border-radius:16px;padding:18px}.yitm-pathway-step:before{counter-increment:yitmstep;content:counter(yitmstep);display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#173653;color:#fff;font-weight:800;margin-bottom:10px}.yitm-pathway-step h3{margin:0 0 6px;color:#173653}.yitm-pathway-step p{margin:0;color:#526173;line-height:1.55}.yitm-pathway-tasknav{background:#eef6f9;border:1px solid #cfe0e8;border-radius:18px;padding:18px;margin:20px 0 28px}.yitm-pathway-tasknav strong{display:block;color:#173653;margin-bottom:10px}.yitm-pathway-tasknav nav{display:flex;flex-wrap:wrap;gap:8px}.yitm-pathway-tasknav a{display:inline-flex;align-items:center;min-height:42px;padding:8px 12px;border-radius:999px;background:#173653;color:#fff!important;text-decoration:none!important;font-weight:750}.yitm-pathway-tasknav a:hover,.yitm-pathway-tasknav a:focus{background:#0d2f4f;color:#fff!important}.yitm-pathway-note{background:#fff8e4;border:1px solid #ebd9a6;border-radius:16px;padding:16px 18px;color:#594a24;line-height:1.55}.yitm-pathway-note strong{color:#433712}.yitm-pathway-help{background:#102c4a;color:#fff;border-radius:20px;padding:24px;margin:34px 0}.yitm-pathway-help h2,.yitm-pathway-help h3{color:#fff!important;margin-top:0}.yitm-pathway-help p{color:#eaf2f8;max-width:760px;line-height:1.6}.yitm-pathway-help a{color:#fff}.yitm-pathway-page .yitm-readable{max-width:820px}.yitm-pathway-page .yitm-readable p{line-height:1.72}.yitm-pathway-page .yitm-readable li{margin:.35rem 0;line-height:1.6}.yitm-pathway-page .yitm-related-pathway{max-width:1160px;margin:24px auto;padding:20px;border:1px solid var(--yitm-pathway-line);border-radius:18px;background:#f7fafc}.yitm-related-pathway h2,.yitm-related-pathway h3{margin-top:0;color:#173653}.yitm-related-pathway p{color:#526173;line-height:1.6}@media(max-width:900px){.yitm-pathway-grid,.yitm-pathway-grid--3,.yitm-pathway-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.yitm-pathway-main{padding:20px 14px 56px}.yitm-pathway-hero{border-radius:18px;padding:25px 20px}.yitm-pathway-grid,.yitm-pathway-grid--3,.yitm-pathway-grid--2,.yitm-pathway-steps{grid-template-columns:1fr}.yitm-pathway-btn{width:100%}.yitm-pathway-tasknav nav{display:grid;grid-template-columns:1fr}.yitm-pathway-tasknav a{border-radius:12px}.yitm-pathway-card{padding:18px}}body.yitm-pathway-page .yitm-pathway-help,body.yitm-pathway-page .yitm-pathway-help h2,body.yitm-pathway-page .yitm-pathway-help h3,body.yitm-pathway-page .yitm-pathway-help p,body.yitm-pathway-page .yitm-pathway-help strong{color:#fff!important}body.yitm-pathway-page .yitm-pathway-help .yitm-pathway-btn--light{color:#173653!important}body.yitm-pathway-page .yitm-pathway-help .yitm-pathway-btn:not(.yitm-pathway-btn--light){color:#fff!important}body.yitm-pathway-page.template-service-page main#main-content section.yitm-pathway-help,body.yitm-pathway-page.template-service-page main#main-content section.yitm-pathway-help h2,body.yitm-pathway-page.template-service-page main#main-content section.yitm-pathway-help h3,body.yitm-pathway-page.template-service-page main#main-content section.yitm-pathway-help p,body.yitm-pathway-page.template-service-page main#main-content section.yitm-pathway-help strong{color:#fff!important;-webkit-text-fill-color:#fff!important;}body.yitm-pathway-page.template-service-page main#main-content section.yitm-pathway-help .yitm-pathway-btn--light{color:#173653!important;-webkit-text-fill-color:#173653!important;}body.yitm-pathway-page.template-service-page main#main-content section.yitm-pathway-help .yitm-pathway-btn:not(.yitm-pathway-btn--light){color:#fff!important;-webkit-text-fill-color:#fff!important;}body.yitm-pathway-page .yitm-pathway-main {box-sizing:border-box;width:100%;max-width:none;margin:0;padding:32px 0 64px;}body.yitm-pathway-page .yitm-pathway-hero,body.yitm-pathway-page .yitm-pathway-section,body.yitm-pathway-page .yitm-pathway-grid,body.yitm-pathway-page .yitm-pathway-steps {width:100%;max-width:none;min-width:0;box-sizing:border-box;}@media(max-width:620px){body.yitm-pathway-page .yitm-pathway-main{padding:20px 0 56px}}nn body.yitm-pathway-page.leadroom-page .leadroom-article-content>section>p,body.yitm-pathway-page.leadroom-page .leadroom-article-content>section>ul,body.yitm-pathway-page.leadroom-page .leadroom-article-content>section>ol {max-width:78ch;}body.yitm-pathway-page.leadroom-page .leadroom-article-content>section>p + p {margin-top:1rem;}body.yitm-pathway-page.leadroom-page .leadroom-key-takeaways,body.yitm-pathway-page.leadroom-page .leadroom-key-takeaways h2,body.yitm-pathway-page.leadroom-page .leadroom-key-takeaways h3,body.yitm-pathway-page.leadroom-page .leadroom-key-takeaways p,body.yitm-pathway-page.leadroom-page .leadroom-key-takeaways li,body.yitm-pathway-page.leadroom-page .leadroom-key-takeaways strong,body.yitm-pathway-page.leadroom-page .leadroom-key-takeaways a {color:#f7fffb!important;-webkit-text-fill-color:#f7fffb!important;}body.yitm-pathway-page.leadroom-page .leadroom-key-takeaways {background:#173f2e!important;}body.yitm-pathway-page.leadroom-page .leadroom-key-takeaways li::marker {color:#b9f2d7;}body.yitm-pathway-page.leadroom-page .leadroom-key-takeaways a {text-decoration:underline;text-underline-offset:.18em;}body.yitm-pathway-page.leadroom-page .leadroom-faq,body.yitm-pathway-page.leadroom-page .leadroom-faq details,body.yitm-pathway-page.leadroom-page .leadroom-faq summary,body.yitm-pathway-page.leadroom-page .leadroom-faq p,body.yitm-pathway-page.leadroom-page .leadroom-faq li {text-align:left!important;}body.yitm-pathway-page.leadroom-page .leadroom-faq {max-width:900px;}body.yitm-pathway-page.leadroom-page .leadroom-faq details {padding:1rem 1.15rem;}body.yitm-pathway-page.leadroom-page .leadroom-faq summary {display:list-item!important;width:100%;justify-content:flex-start!important;align-items:flex-start!important;color:#173653!important;-webkit-text-fill-color:#173653!important;line-height:1.45;}body.yitm-pathway-page.leadroom-page .leadroom-faq details[open] summary {margin-bottom:.55rem;}body.yitm-pathway-page.leadroom-page .leadroom-faq p {max-width:76ch;margin:.45rem 0 0;}.yitm-business-outcomes {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:1rem;}.yitm-business-outcome {border:1px solid #d8e3dc;background:#f8fbf9;border-radius:16px;padding:18px;}.yitm-business-outcome h3 {margin:0 0 .4rem!important;color:#173827!important;}.yitm-business-outcome p {margin:0!important;color:#465c51!important;line-height:1.65!important;}.yitm-business-example {border-left:5px solid #2f8a61;background:#eef8f3;border-radius:0 16px 16px 0;padding:20px 22px;max-width:900px;}.yitm-business-example h2,.yitm-business-example h3 {color:#173827!important;}.yitm-business-example p {max-width:76ch!important;}.yitm-business-example .yitm-business-outcome-line {font-weight:800;color:#24543d!important;margin-top:.85rem!important;}.yitm-business-funnel {background:linear-gradient(135deg,#102c4a,#17456f);color:#fff;border-radius:22px;padding:24px;margin:2.5rem 0;}.yitm-business-funnel h2,.yitm-business-funnel h3,.yitm-business-funnel p,.yitm-business-funnel strong {color:#fff!important;-webkit-text-fill-color:#fff!important;}.yitm-business-funnel p {max-width:72ch!important;color:#edf6ff!important;-webkit-text-fill-color:#edf6ff!important;}.yitm-business-funnel-actions {display:flex;flex-wrap:wrap;gap:10px;margin-top:16px;}.yitm-business-funnel .yitm-business-primary {display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:11px 17px;border-radius:12px;background:#fff;border:2px solid #fff;color:#102c4a!important;-webkit-text-fill-color:#102c4a!important;text-decoration:none!important;font-weight:850;}.yitm-business-funnel .yitm-business-secondary {display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:11px 17px;border-radius:12px;background:transparent;border:2px solid #c6d9e8;color:#fff!important;-webkit-text-fill-color:#fff!important;text-decoration:none!important;font-weight:800;}.yitm-business-funnel .yitm-business-primary:hover,.yitm-business-funnel .yitm-business-primary:focus {background:#eaf3f9;}.yitm-business-funnel .yitm-business-secondary:hover,.yitm-business-funnel .yitm-business-secondary:focus {background:rgba(255,255,255,.1);}.yitm-business-soft-cta {border:1px solid #cfe0e8;background:#f3f8fb;border-radius:16px;padding:16px 18px;margin:1.25rem 0 2rem;max-width:900px;}.yitm-business-soft-cta p {margin:.35rem 0 .8rem!important;max-width:76ch!important;}.yitm-business-soft-cta a {font-weight:850;}@media(max-width:720px){.yitm-business-outcomes{grid-template-columns:1fr}.yitm-business-funnel-actions{display:grid;grid-template-columns:1fr}.yitm-business-funnel .yitm-business-primary,.yitm-business-funnel .yitm-business-secondary{width:100%}}body.yitm-business-service-page .yitm-service-decision,body.yitm-business-service-page .yitm-service-examples,body.yitm-business-service-page .yitm-service-outcomes{max-width:1160px;margin:28px auto;padding:0 20px;box-sizing:border-box}body.yitm-business-service-page .yitm-service-panel{border:1px solid #d6e2e8;background:#f7fafc;border-radius:20px;padding:22px}body.yitm-business-service-page .yitm-service-panel h2,body.yitm-business-service-page .yitm-service-panel h3{color:#173653!important;text-align:left!important}body.yitm-business-service-page .yitm-service-panel p,body.yitm-business-service-page .yitm-service-panel li{color:#46586b!important;line-height:1.65;text-align:left!important}body.yitm-business-service-page .yitm-service-choice-grid,body.yitm-business-service-page .yitm-service-example-grid,body.yitm-business-service-page .yitm-service-outcome-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px}body.yitm-business-service-page .yitm-service-choice,body.yitm-business-service-page .yitm-service-example,body.yitm-business-service-page .yitm-service-outcome-card{background:#fff;border:1px solid #d8e3e9;border-radius:16px;padding:18px}body.yitm-business-service-page .yitm-service-choice h3,body.yitm-business-service-page .yitm-service-example h3,body.yitm-business-service-page .yitm-service-outcome-card h3{margin:0 0 7px!important;color:#173653!important;text-align:left!important}body.yitm-business-service-page .yitm-service-choice p,body.yitm-business-service-page .yitm-service-example p,body.yitm-business-service-page .yitm-service-outcome-card p{margin:0 0 10px!important;color:#526173!important;text-align:left!important}body.yitm-business-service-page .yitm-service-choice a,body.yitm-business-service-page .yitm-service-example a{font-weight:850;color:#124d78!important;text-decoration:underline;text-underline-offset:.16em}body.yitm-business-service-page .yitm-service-handoff{background:linear-gradient(135deg,#102c4a,#17456f);border-radius:20px;padding:22px;margin-top:20px;color:#fff}body.yitm-business-service-page .yitm-service-handoff h2,body.yitm-business-service-page .yitm-service-handoff h3,body.yitm-business-service-page .yitm-service-handoff p,body.yitm-business-service-page .yitm-service-handoff strong{color:#fff!important;-webkit-text-fill-color:#fff!important;text-align:left!important}body.yitm-business-service-page .yitm-service-handoff .btn-primary{color:#102c4a!important;-webkit-text-fill-color:#102c4a!important}body.yitm-business-service-page .yitm-customer-faq,body.yitm-business-service-page .yitm-customer-faq details,body.yitm-business-service-page .yitm-customer-faq summary,body.yitm-business-service-page .yitm-customer-faq p{text-align:left!important}body.yitm-business-service-page .yitm-customer-faq summary{justify-content:flex-start!important;align-items:flex-start!important}body.yitm-business-service-page .yitm-review-date{display:none!important}@media(max-width:720px){body.yitm-business-service-page .yitm-service-decision,body.yitm-business-service-page .yitm-service-examples,body.yitm-business-service-page .yitm-service-outcomes{padding:0 14px}body.yitm-business-service-page .yitm-service-choice-grid,body.yitm-business-service-page .yitm-service-example-grid,body.yitm-business-service-page .yitm-service-outcome-grid{grid-template-columns:1fr}}body.yitm-pathway-page main .yitm-related-pathway{box-sizing:border-box}body.yitm-pathway-page main .yitm-related-pathway:where(h2,h3,p,li){text-align:left}body.yitm-pathway-page main .yitm-pathway-help:where(h2,h3,h4,p,li,strong){color:#fff!important;-webkit-text-fill-color:#fff!important}body.yitm-pathway-page main .yitm-pathway-help .yitm-pathway-btn--light{color:#173653!important;-webkit-text-fill-color:#173653!important}.yitm-pillar-authority{max-width:1160px;margin:34px auto;padding:clamp(22px,4vw,34px);border:1px solid #dbe4ec;border-radius:22px;background:#f8fbfd;box-shadow:0 10px 32px rgba(15,42,65,.06);color:#142235}.yitm-pillar-authority *{box-sizing:border-box}.yitm-pillar-authority__eyebrow{display:inline-block;margin:0 0 8px;color:#2b6f5a;font-size:.8rem;font-weight:850;letter-spacing:.055em;text-transform:uppercase}.yitm-pillar-authority h2{max-width:24ch;margin:0 0 10px;color:#173653!important;font-size:clamp(1.55rem,3vw,2.35rem);line-height:1.12;text-align:left!important}.yitm-pillar-authority__intro{max-width:74ch;margin:0 0 20px;color:#526173!important;line-height:1.68;text-align:left!important}.yitm-pillar-journey{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:20px 0 28px;counter-reset:yitmpillarstep}.yitm-pillar-journey a{position:relative;display:flex;flex-direction:column;min-width:0;min-height:170px;padding:18px;border:1px solid #dbe4ec;border-radius:16px;background:#fff;color:#142235!important;text-decoration:none!important;box-shadow:0 6px 18px rgba(15,42,65,.045)}.yitm-pillar-journey a:before{counter-increment:yitmpillarstep;content:counter(yitmpillarstep);display:grid;place-items:center;width:32px;height:32px;margin-bottom:12px;border-radius:50%;background:#173653;color:#fff;font-weight:850}.yitm-pillar-journey a:hover,.yitm-pillar-journey a:focus-visible{border-color:#8faabd;box-shadow:0 10px 28px rgba(15,42,65,.1);transform:translateY(-1px)}.yitm-pillar-journey strong{display:block;margin:0 0 6px;color:#173653!important;font-size:1.02rem;line-height:1.25}.yitm-pillar-journey span{color:#526173!important;line-height:1.55}.yitm-pillar-evidence-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin:4px 0 12px}.yitm-pillar-evidence-head h3{margin:0;color:#173653!important;font-size:clamp(1.2rem,2.2vw,1.55rem);text-align:left!important}.yitm-pillar-evidence-head p{max-width:62ch;margin:0;color:#526173!important;line-height:1.55;text-align:left!important}.yitm-pillar-evidence-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.yitm-pillar-evidence-card{display:flex;flex-direction:column;min-width:0;padding:18px;border:1px solid #d6e3dc;border-radius:16px;background:#fff;text-decoration:none!important;color:#142235!important}.yitm-pillar-evidence-card:hover,.yitm-pillar-evidence-card:focus-visible{border-color:#73a38d;box-shadow:0 9px 24px rgba(23,107,76,.09)}.yitm-pillar-evidence-card__tag{display:block;margin-bottom:7px;color:#2b6f5a!important;font-size:.76rem;font-weight:850;letter-spacing:.045em;text-transform:uppercase}.yitm-pillar-evidence-card strong{color:#173653!important;line-height:1.3}.yitm-pillar-evidence-card p{margin:.45rem 0 0;color:#526173!important;line-height:1.55;text-align:left!important}.yitm-pillar-evidence-card em{margin-top:auto;padding-top:12px;color:#124d78!important;font-style:normal;font-weight:800}.yitm-pillar-next{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:22px;padding:20px;border-radius:18px;background:#102c4a;color:#fff}.yitm-pillar-next:where(h3,p,strong){color:#fff!important;-webkit-text-fill-color:#fff!important;text-align:left!important}.yitm-pillar-next h3{margin:0 0 5px}.yitm-pillar-next p{max-width:68ch;margin:0;line-height:1.55}.yitm-pillar-next__actions{display:flex;flex-wrap:wrap;gap:9px;flex:0 0 auto}.yitm-pillar-next__actions a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:10px 14px;border-radius:12px;background:#fff;color:#173653!important;text-decoration:none!important;font-weight:850;border:2px solid #fff;text-align:center}.yitm-pillar-next__actions a:last-child{background:transparent;color:#fff!important}.yitm-pillar-next__actions a:hover,.yitm-pillar-next__actions a:focus-visible{outline:3px solid rgba(255,255,255,.3);outline-offset:2px}.yitm-pillar-subtopics{display:flex;flex-wrap:wrap;gap:9px;margin:16px 0 0}.yitm-pillar-subtopics a{display:inline-flex;align-items:center;min-height:42px;padding:8px 12px;border:1px solid #cbd9e3;border-radius:999px;background:#fff;color:#173653!important;text-decoration:none!important;font-weight:750}@media(max-width:900px){.yitm-pillar-journey{grid-template-columns:repeat(2,minmax(0,1fr))}.yitm-pillar-evidence-grid{grid-template-columns:1fr 1fr}.yitm-pillar-next{align-items:flex-start;flex-direction:column}}@media(max-width:620px){.yitm-pillar-authority{margin:24px auto;padding:19px 16px;border-radius:18px}.yitm-pillar-journey,.yitm-pillar-evidence-grid{grid-template-columns:1fr}.yitm-pillar-journey a{min-height:0}.yitm-pillar-evidence-head{align-items:flex-start;flex-direction:column}.yitm-pillar-next__actions{display:grid;width:100%}.yitm-pillar-next__actions a{width:100%}.yitm-pillar-subtopics{display:grid}.yitm-pillar-subtopics a{border-radius:12px}}.yitm-tool-authority{max-width:1160px;margin:32px auto;padding:0 20px;box-sizing:border-box;color:#142235}.yitm-tool-authority *{box-sizing:border-box}.yitm-tool-authority__inner{padding:clamp(20px,3vw,30px);border:1px solid #d8e4ea;border-radius:22px;background:#f7fafc;box-shadow:0 10px 30px rgba(15,42,65,.055)}.yitm-tool-authority__eyebrow{display:inline-block;margin:0 0 7px;color:#2b6f5a;font-size:.78rem;font-weight:850;letter-spacing:.055em;text-transform:uppercase}.yitm-tool-authority h2{max-width:26ch;margin:0 0 9px;color:#173653!important;font-size:clamp(1.45rem,2.8vw,2.1rem);line-height:1.15;text-align:left!important}.yitm-tool-authority__intro{max-width:76ch;margin:0 0 18px;color:#526173!important;line-height:1.65;text-align:left!important}.yitm-tool-authority__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.yitm-tool-authority__card{display:flex;flex-direction:column;min-width:0;min-height:150px;padding:16px;border:1px solid #d7e2e8;border-radius:15px;background:#fff;color:#142235!important;text-decoration:none!important}.yitm-tool-authority__card:hover,.yitm-tool-authority__card:focus-visible{border-color:#7da793;box-shadow:0 8px 22px rgba(23,107,76,.09);transform:translateY(-1px)}.yitm-tool-authority__card span{display:block;margin-bottom:7px;color:#2b6f5a!important;font-size:.75rem;font-weight:850;letter-spacing:.045em;text-transform:uppercase}.yitm-tool-authority__card strong{display:block;color:#173653!important;line-height:1.3}.yitm-tool-authority__card p{margin:.42rem 0 0;color:#526173!important;line-height:1.5;text-align:left!important}.yitm-tool-authority__next{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:16px;padding:17px 18px;border-radius:16px;background:#102c4a;color:#fff}.yitm-tool-authority__next:where(strong,p){color:#fff!important;-webkit-text-fill-color:#fff!important;text-align:left!important}.yitm-tool-authority__next p{margin:.25rem 0 0;max-width:68ch;line-height:1.5}.yitm-tool-authority__actions{display:flex;flex-wrap:wrap;gap:9px;flex:0 0 auto}.yitm-tool-authority__actions a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:10px 14px;border:2px solid #fff;border-radius:12px;background:#fff;color:#173653!important;text-decoration:none!important;font-weight:850;text-align:center}.yitm-tool-authority__actions a:last-child{background:transparent;color:#fff!important}.yitm-tool-led-pillar{max-width:1160px;margin:24px auto 34px;padding:0 20px;box-sizing:border-box}.yitm-tool-led-pillar__inner{padding:22px;border:1px solid #d7e4dd;border-radius:20px;background:#f4faf7}.yitm-tool-led-pillar__eyebrow{display:block;margin:0 0 7px;color:#2b6f5a;font-size:.78rem;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.yitm-tool-led-pillar h2{margin:0 0 8px;color:#173653!important;font-size:clamp(1.4rem,2.5vw,1.95rem);text-align:left!important}.yitm-tool-led-pillar p{max-width:76ch;margin:0;color:#526173!important;line-height:1.6;text-align:left!important}.yitm-tool-led-pillar__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}.yitm-tool-led-pillar__grid a{display:flex;flex-direction:column;min-height:126px;padding:16px;border:1px solid #d7e4dd;border-radius:14px;background:#fff;color:#173653!important;text-decoration:none!important;font-weight:850}.yitm-tool-led-pillar__grid a:hover,.yitm-tool-led-pillar__grid a:focus-visible{border-color:#74a48d;box-shadow:0 7px 18px rgba(23,107,76,.08)}.yitm-tool-led-pillar__grid a span{margin-top:6px;color:#526173!important;font-weight:500;line-height:1.48}@media(max-width:900px){.yitm-tool-authority__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.yitm-tool-led-pillar__grid{grid-template-columns:1fr 1fr}.yitm-tool-authority__next{align-items:flex-start;flex-direction:column}}@media(max-width:620px){.yitm-tool-authority,.yitm-tool-led-pillar{padding:0 14px}.yitm-tool-authority__grid,.yitm-tool-led-pillar__grid{grid-template-columns:1fr}.yitm-tool-authority__card,.yitm-tool-led-pillar__grid a{min-height:0}.yitm-tool-authority__actions{display:grid;width:100%}.yitm-tool-authority__actions a{width:100%}}.yitm-pathway-hero .yitm-pathway-btn--outline{color:#fff!important;-webkit-text-fill-color:#fff!important;border-color:rgba(255,255,255,.78)!important;}.yitm-pathway-hero .yitm-pathway-btn--outline:hover,.yitm-pathway-hero .yitm-pathway-btn--outline:focus-visible{background:#fff!important;color:#173653!important;-webkit-text-fill-color:#173653!important;border-color:#fff!important;}body.yitm-business-service-page .yitm-business-situation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body.yitm-business-service-page .services-bento{grid-template-columns:repeat(4,minmax(0,1fr))}body.yitm-business-service-page .yitm-business-it-service-card{min-width:0}body.yitm-business-service-page .yitm-business-it-service-card h3{font-size:1.08rem!important;line-height:1.25!important}body.yitm-business-service-page .yitm-business-it-service-card p{font-size:.97rem!important;line-height:1.58!important}body.yitm-business-service-page .process-steps{grid-template-columns:repeat(3,minmax(0,1fr))}body.yitm-editorial-page .yitm-proof-steps{display:grid;gap:10px;margin:16px 0;padding:0;list-style:none;counter-reset:yitmproof}body.yitm-editorial-page .yitm-proof-steps li{position:relative;padding:14px 16px 14px 50px;border:1px solid #d9e4ea;border-radius:14px;background:#fff;color:#34475a!important;line-height:1.6}body.yitm-editorial-page .yitm-proof-steps li:before{counter-increment:yitmproof;content:counter(yitmproof);position:absolute;left:14px;top:14px;width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#173653;color:#fff;font-weight:900}body.yitm-editorial-page .yitm-proof-note{border-left:4px solid #176b4c;padding:12px 14px;background:#f3faf6;color:#324b3d!important}@media(max-width:980px){body.yitm-business-service-page .services-bento{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){body.yitm-business-service-page .yitm-business-situation-grid,body.yitm-business-service-page .services-bento,body.yitm-business-service-page .process-steps{grid-template-columns:1fr}}}@scope (html[data-yitm-b4-css~="b4-02"]) {.yitm-adaptive-focus-controls{max-width:1180px;margin:14px auto 0;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:14px;color:#334b41;font:600 .9rem/1.4 Inter,system-ui,sans-serif}.yitm-adaptive-focus-controls[hidden]{display:none!important}.yitm-adaptive-focus-summary{min-width:0}.yitm-adaptive-focus-toggle{appearance:none;border:1px solid #bfd0c8;background:#fff;color:#195642;border-radius:999px;padding:8px 12px;font:800 .84rem/1.2 Inter,system-ui,sans-serif;cursor:pointer;white-space:nowrap}.yitm-adaptive-focus-toggle:hover{background:#f2f8f5}.yitm-journey-collapsed{display:none!important}.yitm-journey-focused [data-yitm-journey-priority="primary"]{scroll-margin-top:90px}.yitm-journey-focused .yitm-gj__card{border-color:#a9c8ba}.yitm-journey-focused .yitm-gj__actions .yitm-gj__secondary{display:none}.yitm-journey-focused .yitm-gj{width:min(390px,calc(100vw - 28px))}.yitm-journey-focused .yitm-gj__body>p{font-size:.92rem}.yitm-journey-focused .yitm-gj__status{opacity:.82}@media(max-width:680px){.yitm-adaptive-focus-controls{padding:0 14px;align-items:flex-start;flex-direction:column}.yitm-adaptive-focus-toggle{white-space:normal}.yitm-journey-focused .yitm-gj{width:calc(100vw - 28px)}}@media(prefers-reduced-motion:no-preference){[data-yitm-journey-role]{transition:opacity .16s ease}}}@keyframes yitm-smart-blink{0%,46%,50%,100%{transform:scaleY(1)}48%{transform:scaleY(.12)}}@keyframes yitm-smart-scan{0%,100%{transform:translateX(0)}35%{transform:translateX(-2px)}70%{transform:translateX(2px)}}@keyframes yitm-smart-antenna{0%,100%{transform:rotate(0);transform-origin:24px 12px}45%{transform:rotate(15deg);transform-origin:24px 12px}}@keyframes yitm-smart-eyes-on{0%,100%{filter:none}40%{filter:drop-shadow(0 0 4px #55d9a3)}}@keyframes yitm-smart-bounce{0%,100%{transform:translateY(0)}45%{transform:translateY(-5px)}}@keyframes yitm-smart-tick{0%{opacity:0;stroke-dashoffset:24}25%,75%{opacity:1;stroke-dashoffset:0}100%{opacity:0;stroke-dashoffset:0}}@scope (html[data-yitm-b4-css~="b4-17"]) {.yitm-smart-robot-button{min-width:108px;min-height:58px;padding:5px 10px;border:2px solid #2d8b68;border-radius:18px;background:#fff;color:#075b43;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-family:Inter,system-ui,sans-serif;box-shadow:0 14px 36px rgba(8,44,32,.22);cursor:pointer}.yitm-smart-robot-button:hover{transform:translateY(-1px);box-shadow:0 16px 40px rgba(8,44,32,.26)}.yitm-smart-robot-button:focus-visible{outline:3px solid rgba(17,125,91,.3);outline-offset:3px}.yitm-smart-robot-button>[data-yitm-smart-robot-score]{font-size:1rem;line-height:1;font-weight:900;white-space:nowrap}.yitm-smart-robot-wrap{width:42px;height:42px;display:inline-grid;place-items:center;flex:0 0 42px}.yitm-smart-robot{width:42px;height:42px;overflow:visible}.yitm-smart-robot__head{fill:#dff3f8;stroke:#10233f;stroke-width:2.2}.yitm-smart-robot__antenna,.yitm-smart-robot__ear,.yitm-smart-robot__mouth,.yitm-smart-robot__smile,.yitm-smart-robot__tick{fill:none;stroke:#10233f;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.yitm-smart-robot__antenna-tip,.yitm-smart-robot__eyes{fill:#08734f}.yitm-smart-robot__smile,.yitm-smart-robot__tick,.yitm-smart-robot__shield{display:none}.yitm-smart-robot__shield{fill:#fff2f0;stroke:#842d23;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.yitm-smart-robot-button[data-robot-state="checking"]{border-color:#b57b13;background:#fff9e9;color:#704800}.yitm-smart-robot-button[data-robot-state="needs-detail"]{border-color:#3a7696;background:#f2f9fd;color:#194f6b}.yitm-smart-robot-button[data-robot-state="ready"],.yitm-smart-robot-button[data-robot-state="confirmed"]{border-color:#08734f;background:#e8f8f1;color:#064e35}.yitm-smart-robot-button[data-robot-state="ready"] .yitm-smart-robot__mouth,.yitm-smart-robot-button[data-robot-state="confirmed"] .yitm-smart-robot__mouth{display:none}.yitm-smart-robot-button[data-robot-state="ready"] .yitm-smart-robot__smile,.yitm-smart-robot-button[data-robot-state="confirmed"] .yitm-smart-robot__smile{display:block}.yitm-smart-robot-button[data-robot-state="confirmed"] .yitm-smart-robot__tick{display:block;stroke:#08734f;stroke-width:3.2;stroke-dasharray:24;animation:yitm-smart-tick 1.2s ease both}.yitm-smart-robot-button[data-robot-state="confirmed"] .yitm-smart-robot__eyes,.yitm-smart-robot-button[data-robot-state="confirmed"] .yitm-smart-robot__mouth,.yitm-smart-robot-button[data-robot-state="confirmed"] .yitm-smart-robot__smile{opacity:.15}.yitm-smart-robot-button[data-robot-state="safety"]{border-color:#a33b2e;background:#fff2f0;color:#842d23}.yitm-smart-robot-button[data-robot-state="safety"] .yitm-smart-robot__guide{display:none}.yitm-smart-robot-button[data-robot-state="safety"] .yitm-smart-robot__shield{display:block}.yitm-smart-robot-button[data-robot-state="waiting"] .yitm-smart-robot__eyes{transform-origin:center;animation:yitm-smart-blink 5s infinite}.yitm-smart-robot-button[data-robot-state="checking"] .yitm-smart-robot__eyes{animation:yitm-smart-scan .6s ease-in-out}.yitm-smart-robot-button[data-robot-state="needs-detail"] .yitm-smart-robot__guide{transform-origin:24px 28px;transform:rotate(7deg)}.yitm-smart-robot-button.is-activating:not([data-robot-state="safety"]) .yitm-smart-robot__antenna{animation:yitm-smart-antenna .6s ease-in-out}.yitm-smart-robot-button.is-activating:not([data-robot-state="safety"]) .yitm-smart-robot__eyes{animation:yitm-smart-eyes-on .6s ease-in-out}.yitm-smart-robot-button.is-activating[data-robot-state="ready"] .yitm-smart-robot-wrap,.yitm-smart-robot-button.is-activating[data-robot-state="confirmed"] .yitm-smart-robot-wrap{animation:yitm-smart-bounce .6s ease-out}.yitm-smart-intent-nav{position:relative;border:1px solid #9fcbb8!important;border-radius:999px!important;background:#edf8f3!important;color:#064e35!important;font-weight:900!important;text-decoration:none!important}.yitm-smart-intent-nav:before{content:"Suggested";position:absolute;top:-10px;left:12px;padding:1px 6px;border-radius:999px;background:#10233f;color:#fff;font-size:9px;line-height:1.5;letter-spacing:.04em;text-transform:uppercase}.yitm-smart-intent-nav[data-kind="existing"]{background:#e8f2ff!important;border-color:#9bb9e8!important;color:#123f72!important}.yitm-smart-intent-nav[data-kind="safety"]{background:#fff2f0!important;border-color:#d58c82!important;color:#842d23!important}@media(max-width:720px){.yitm-smart-robot-button{min-width:102px;min-height:56px}.yitm-smart-robot-wrap,.yitm-smart-robot{width:40px;height:40px}}@media(prefers-reduced-motion:reduce){.yitm-smart-robot-button,.yitm-smart-robot-button *{animation:none!important;transition:none!important}.yitm-smart-robot-button:hover{transform:none}}}@scope (html[data-yitm-b4-css~="b4-09"]) {.yitm-device-carry{box-sizing:border-box;width:min(1120px,calc(100% - 28px));margin:16px auto;padding:16px 18px;border:1px solid #9fc8b5;border-radius:16px;background:#f2faf6;color:#173b31;box-shadow:0 10px 28px rgba(16,35,63,.08);display:flex;align-items:center;justify-content:space-between;gap:18px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.yitm-device-carry__copy{display:grid;gap:4px;min-width:0}.yitm-device-carry__kicker{color:#42675a;font-size:.73rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.yitm-device-carry__copy strong{color:#10233f;font-size:1.04rem;line-height:1.3}.yitm-device-carry__copy small{max-width:760px;color:#405c52;font-size:.83rem;font-weight:650;line-height:1.45}.yitm-device-carry__actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap;flex:0 0 auto}.yitm-device-carry__primary,.yitm-device-carry__secondary{box-sizing:border-box;min-height:44px;padding:10px 14px;border-radius:11px;font:inherit;font-weight:850;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer}.yitm-device-carry__primary{border:1px solid #075b43;background:#075b43;color:#fff!important;-webkit-text-fill-color:#fff}.yitm-device-carry__secondary{border:1px solid #9db7ab;background:#fff;color:#174839}.yitm-device-carry__primary:focus-visible,.yitm-device-carry__secondary:focus-visible{outline:3px solid #f5b83f;outline-offset:2px}.yitm-device-carry--safety{border-color:#d49488;background:#fff3f0}.yitm-device-carry--safety .yitm-device-carry__kicker{color:#8c281c}.yitm-device-carry--safety .yitm-device-carry__primary{border-color:#8c281c;background:#8c281c}@media(max-width:720px){.yitm-device-carry{align-items:stretch;flex-direction:column;padding:15px}.yitm-device-carry__actions{display:grid;grid-template-columns:1fr}.yitm-device-carry__primary,.yitm-device-carry__secondary{width:100%}}}@keyframes yitm-intent-pulse{50%{transform:scale(.96);opacity:.72}}@scope (html[data-yitm-b4-css~="b4-10"]) {.yitm-intent-tool-bridge{margin-top:1rem;border:1px solid #c9dfd2;border-radius:20px;background:#f7fcf8;padding:18px;color:#17372c;box-shadow:0 12px 28px rgba(22,61,46,.08)}.yitm-intent-tool-bridge[hidden]{display:none!important}.yitm-intent-tool-bridge__head{display:flex;gap:14px;align-items:flex-start;justify-content:space-between}.yitm-intent-tool-bridge__score{flex:0 0 auto;display:grid;place-items:center;min-width:74px;min-height:74px;border-radius:18px;background:#e2f3e8;color:#07563b;text-align:center}.yitm-intent-tool-bridge__score strong{font-size:1.28rem;line-height:1}.yitm-intent-tool-bridge__score span{display:block;margin-top:4px;font-size:.72rem;font-weight:800}.yitm-intent-tool-bridge h3{margin:.15rem 0 .45rem;font-size:1.3rem}.yitm-intent-tool-bridge p{margin:.45rem 0;line-height:1.55}.yitm-intent-tool-bridge__choices,.yitm-intent-tool-bridge__actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:14px}.yitm-intent-tool-bridge button,.yitm-intent-tool-bridge a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:1px solid #0b6b49;border-radius:999px;padding:10px 15px;background:#fff;color:#07563b;font:inherit;font-weight:800;text-decoration:none;cursor:pointer}.yitm-intent-tool-bridge .is-primary{background:#07563b;color:#fff}.yitm-intent-tool-bridge textarea{box-sizing:border-box;width:100%;min-height:128px;margin-top:10px;border:1px solid #a9c8b7;border-radius:14px;padding:12px;background:#fff;color:#17372c;font:inherit;line-height:1.5}.yitm-intent-tool-bridge__privacy{margin-top:12px!important;color:#49665a;font-size:.88rem}.yitm-intent-tool-bridge[data-state="safety"]{border-color:#e7b36d;background:#fff8ec}.yitm-intent-tool-bridge[data-state="safety"] .yitm-intent-tool-bridge__score{background:#ffe7c1;color:#7a3d00}.yitm-intent-tool-bridge [aria-busy="true"]{opacity:.68;pointer-events:none}@media(max-width:620px){.yitm-intent-tool-bridge__head{display:block}.yitm-intent-tool-bridge__score{margin-bottom:12px;width:74px}.yitm-intent-tool-bridge__choices button,.yitm-intent-tool-bridge__actions button,.yitm-intent-tool-bridge__actions a{width:100%}}.yitm-intent-tool-bridge:focus-visible{outline:3px solid #2b8a67;outline-offset:3px}.yitm-intent-tool-bridge[data-state="loading"]{border-style:dashed}.yitm-intent-tool-bridge[data-state="loading"] .yitm-intent-tool-bridge__score{animation:yitm-intent-pulse 1.15s ease-in-out infinite}.yitm-intent-tool-bridge button:disabled{opacity:.65;cursor:wait}@media(prefers-reduced-motion:reduce){.yitm-intent-tool-bridge[data-state="loading"] .yitm-intent-tool-bridge__score{animation:none}}}@keyframes yitm-robot-blink{0%,46%,50%,100%{transform:scaleY(1)}48%{transform:scaleY(.12)}}@keyframes yitm-robot-scan{0%,100%{transform:translateX(-2px)}50%{transform:translateX(2px)}}@keyframes yitm-robot-antenna{0%,100%{transform:rotate(0);transform-origin:24px 12px}35%{transform:rotate(-12deg);transform-origin:24px 12px}70%{transform:rotate(10deg);transform-origin:24px 12px}}@keyframes yitm-robot-light{0%,100%{fill:#0b7554}45%{fill:#63d4ff;filter:drop-shadow(0 0 3px #63d4ff)}}@keyframes yitm-robot-bounce{0%,100%{transform:translateY(0)}45%{transform:translateY(-4px)}}@keyframes yitm-robot-tick{0%{opacity:0;stroke-dasharray:24;stroke-dashoffset:24}35%,80%{opacity:1}100%{opacity:1;stroke-dasharray:24;stroke-dashoffset:0}}@keyframes yitm-panel-open{from{opacity:0;transform:translateY(7px) scale(.985)}to{opacity:1;transform:none}}@scope (html[data-yitm-b4-css~="b4-06"]) {.yitm-cx{position:fixed;z-index:2147482000;right:18px;bottom:18px;width:min(410px,calc(100vw - 28px));font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#17231e}.yitm-cx[hidden]{display:none!important}.yitm-cx__card{background:#fff;border:1px solid rgba(22,50,39,.16);border-radius:18px;box-shadow:0 18px 52px rgba(18,42,32,.20);overflow:hidden}.yitm-cx__top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:13px 15px;background:#f7faf8}.yitm-cx__eyebrow{display:block;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;font-weight:800;color:#527164;margin-bottom:3px}.yitm-cx__title{font-size:1rem;line-height:1.25;font-weight:850}.yitm-cx__controls{display:flex;align-items:center;gap:5px}.yitm-cx__change,.yitm-cx__dismiss{border:0;background:transparent;cursor:pointer;color:#315f4f;font-weight:750;padding:4px 6px;border-radius:8px}.yitm-cx__change{text-decoration:underline}.yitm-cx__dismiss{font-size:1.2rem;line-height:1}.yitm-cx__body{padding:13px 15px}.yitm-cx__body p{margin:0 0 10px;line-height:1.45}.yitm-cx__stage{font-size:.78rem;font-weight:800;color:#5a7167;margin-bottom:8px}.yitm-cx__actions{display:flex;gap:8px;flex-wrap:wrap}.yitm-cx__actions a,.yitm-cx__actions button{min-height:40px;border-radius:11px;padding:9px 13px;font:inherit;font-weight:800;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.yitm-cx__primary{background:#075b43;color:#fff;border:1px solid #075b43}.yitm-cx__secondary{background:#fff;color:#075b43;border:1px solid #b9cec5}.yitm-cx__question{border-top:1px solid #e1ebe6;padding-top:10px;margin-top:9px}.yitm-cx__choices{display:flex;gap:7px;flex-wrap:wrap;margin-top:8px}.yitm-cx__choices button{background:#f7faf8;border:1px solid #c8d8d1;color:#173b2f}.yitm-cx__status{font-size:.79rem;color:#65736d;margin-top:9px}.yitm-cx__dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#2d8b68;margin-right:6px}.yitm-cx__safety{position:fixed;z-index:2147481999;top:0;left:0;right:0;background:#8c281c;color:#fff;padding:11px 16px;text-align:center;font:700 .94rem/1.35 Inter,system-ui,sans-serif;box-shadow:0 5px 18px rgba(80,20,12,.22)}.yitm-cx__safety a{color:#fff;text-decoration:underline;font-weight:900;margin-left:8px}.yitm-global-safety-mode{scroll-padding-top:60px}@media(max-width:680px){.yitm-cx{right:14px;bottom:14px;width:calc(100vw - 28px)}.yitm-cx__actions>*{flex:1 1 auto}.yitm-cx__safety{text-align:left}}.yitm-cx__score{margin:0 0 10px;padding:10px 11px;border:1px solid #d9e7e1;border-radius:13px;background:#f8fbf9}.yitm-cx__score-head{display:flex;align-items:center;justify-content:space-between;gap:10px;font-weight:850}.yitm-cx__score-head strong{color:#075b43;font-size:1.05rem}.yitm-cx__meter{height:8px;margin:7px 0 5px;border-radius:999px;background:#e4eee9;overflow:hidden}.yitm-cx__meter span{display:block;height:100%;width:0;border-radius:inherit;background:#2d8b68;transition:width .32s ease}.yitm-cx__score small{color:#61756b;font-weight:750}.yitm-cx__intent-summary{margin:0 0 9px!important;padding:9px 10px;border-radius:11px;background:#f5f8f6;color:#173b2f;font-weight:800}.yitm-cx__feedback{display:flex;gap:7px;align-items:center;flex-wrap:wrap;margin:9px 0}.yitm-cx__feedback>span{font-size:.82rem;font-weight:800;color:#52675d;flex-basis:100%}.yitm-cx__feedback button{min-height:36px;padding:7px 10px;border:1px solid #c8d8d1;border-radius:999px;background:#fff;color:#173b2f;font:inherit;font-size:.86rem;font-weight:800;cursor:pointer}.yitm-cx__feedback button[aria-pressed="true"]{background:#e8f5ed;border-color:#6fa78b}.yitm-cx__edit{display:grid;gap:8px;margin:9px 0;padding:10px;border:1px solid #d9e7e1;border-radius:12px;background:#fbfdfc}.yitm-cx__edit textarea{width:100%;box-sizing:border-box;min-height:72px;border:1px solid #c8d8d1;border-radius:10px;padding:9px;font:inherit;color:#17231e}.yitm-cx__edit-actions{display:flex;gap:7px;flex-wrap:wrap}.yitm-cx__privacy{font-size:.75rem;color:#6a7872;margin-top:8px}.yitm-cx__change{white-space:nowrap}@media(prefers-reduced-motion:reduce){.yitm-cx__meter span{transition:none}}.yitm-cx__nba{display:grid;gap:3px;margin:9px 0 10px;padding:9px 10px;border-left:3px solid #2d8b68;border-radius:0 10px 10px 0;background:#f7faf8}.yitm-cx__nba strong{font-size:.83rem;color:#173b2f}.yitm-cx__nba span{font-size:.78rem;line-height:1.4;color:#5d7067}.yitm-apc{width:min(1180px,calc(100% - 32px));margin:22px auto 28px;padding:20px 22px;border:1px solid rgba(0,86,62,.18);border-radius:22px;background:linear-gradient(112deg,rgba(244,251,247,.98),rgba(255,255,255,.98) 62%,rgba(255,248,232,.88));box-shadow:0 16px 42px rgba(16,35,63,.08);color:#173229;position:relative;z-index:2}.yitm-apc[data-mode="safety"]{border-color:rgba(153,63,28,.28);background:linear-gradient(112deg,#fff7ef,#fff 72%)}.yitm-apc__head{display:flex;align-items:flex-start;justify-content:space-between;gap:22px}.yitm-apc__copy{min-width:0;max-width:850px}.yitm-apc__eyebrow{display:block;margin-bottom:5px;color:#00563e;font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.yitm-apc[data-mode="safety"] .yitm-apc__eyebrow{color:#8a3a1c}.yitm-apc__title{margin:0!important;font-size:clamp(1.28rem,2vw,1.72rem)!important;line-height:1.17!important;letter-spacing:-.02em!important;color:#10233f!important}.yitm-apc__detail{margin:8px 0 0!important;max-width:820px;color:#40534b!important;font-size:1rem!important;line-height:1.55!important}.yitm-apc__score{flex:0 0 auto;min-width:104px;padding:10px 12px;border-radius:16px;background:#fff;border:1px solid rgba(0,86,62,.14);text-align:center}.yitm-apc__score strong{display:block;color:#00563e;font-size:1.38rem;line-height:1}.yitm-apc__score span{display:block;margin-top:4px;color:#53665f;font-size:.72rem;font-weight:800}.yitm-apc__meta{display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:13px;color:#53665f;font-size:.82rem;font-weight:700}.yitm-apc__meta span{display:inline-flex;align-items:center;gap:6px}.yitm-apc__meta span:before{content:"•";color:#0b7554}.yitm-apc__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.yitm-apc__primary,.yitm-apc__secondary{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;border-radius:12px;font:inherit;font-weight:850;text-decoration:none!important;cursor:pointer}.yitm-apc__primary{border:1px solid #00563e;background:#00563e;color:#fff!important}.yitm-apc__secondary{border:1px solid rgba(16,35,63,.18);background:#fff;color:#173229}.yitm-apc__primary:focus-visible,.yitm-apc__secondary:focus-visible,.yitm-apc-target:focus-visible{outline:3px solid rgba(17,125,91,.36);outline-offset:3px}.yitm-apc__privacy{margin-top:11px;color:#667770;font-size:.78rem;line-height:1.45}.yitm-apc-target{position:relative;box-shadow:0 0 0 3px rgba(11,117,84,.18)!important;border-radius:10px;transition:box-shadow .18s ease,transform .18s ease}.yitm-apc-target:after{display:none!important;content:none!important}html[data-yitm-apc-mode="safety"] .yitm-apc-target{box-shadow:0 0 0 3px rgba(153,63,28,.18)!important}@media(max-width:720px){.yitm-apc{width:min(100% - 22px,1180px);margin:14px auto 20px;padding:17px;border-radius:18px}.yitm-apc__head{display:block}.yitm-apc__score{display:flex;align-items:center;justify-content:flex-start;gap:8px;width:max-content;min-width:0;margin-top:12px;text-align:left}.yitm-apc__score strong{font-size:1.15rem}.yitm-apc__score span{margin:0}.yitm-apc__actions{display:grid;grid-template-columns:1fr}.yitm-apc__primary,.yitm-apc__secondary{width:100%}.yitm-apc-target:after{display:none}}@media(prefers-reduced-motion:reduce){.yitm-apc-target{transition:none}}.yitm-xo-notice{width:min(100%,860px);margin:8px 0 14px;padding:8px 10px;border:1px solid #dce8e2;border-radius:10px;background:#f8fbf9;color:#61736a;font:650 .74rem/1.4 Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;display:flex;align-items:center;gap:9px;flex-wrap:wrap}.yitm-xo-notice button{border:0;background:transparent;color:#075b43;text-decoration:underline;font:inherit;font-weight:850;cursor:pointer;padding:2px 3px;border-radius:5px}.yitm-xo-notice button:focus-visible{outline:3px solid rgba(17,125,91,.28);outline-offset:2px}@media(max-width:680px){.yitm-xo-notice{font-size:.72rem}}.yitm-cx__minimize{border:0;background:transparent;cursor:pointer;color:#315f4f;font-weight:850;padding:4px 7px;border-radius:8px;font-size:1.2rem;line-height:1}.yitm-cx__minimize:hover,.yitm-cx__minimize:focus-visible,.yitm-cx__dismiss:hover,.yitm-cx__dismiss:focus-visible{background:#eaf2ee;outline:none}.yitm-cx__minimized{display:none;width:108px;min-width:108px;height:58px;border:2px solid #2d8b68;border-radius:18px;background:#fff;color:#075b43;box-shadow:0 14px 36px rgba(18,42,32,.22);cursor:pointer;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;align-items:center;justify-content:center;gap:7px;padding:5px 10px}.yitm-cx__minimized strong{font-size:1rem;line-height:1.1;font-weight:900;min-width:35px;text-align:left}.yitm-cx.is-minimized{width:108px}.yitm-cx.is-minimized .yitm-cx__card{display:none}.yitm-cx.is-minimized .yitm-cx__minimized{display:flex}.yitm-cx__minimized:hover{transform:translateY(-1px);box-shadow:0 16px 40px rgba(18,42,32,.26)}.yitm-cx__minimized:focus-visible{outline:3px solid rgba(17,125,91,.30);outline-offset:3px}@media(max-width:680px){.yitm-cx.is-minimized{width:102px;right:12px;bottom:12px}.yitm-cx__minimized{width:102px;min-width:102px;height:56px}.yitm-cx__minimized strong{font-size:.94rem}}@media(prefers-reduced-motion:reduce){.yitm-cx__minimized:hover{transform:none}}.yitm-cx.is-minimized{right:18px;bottom:18px}.yitm-cx__minimized{background:linear-gradient(145deg,#ffffff,#f3faf7);box-shadow:0 12px 34px rgba(18,42,32,.24)}.yitm-cx__minimized span{color:#42685b}.yitm-cx__minimized strong{color:#075b43}@media(max-width:680px){.yitm-cx.is-minimized{right:12px;bottom:12px}}.yitm-cx__robot-wrap{display:inline-flex;width:38px;height:38px;flex:0 0 38px;align-items:center;justify-content:center;letter-spacing:normal!important;color:inherit!important}.yitm-cx__robot{display:block;width:38px;height:38px;overflow:visible}.yitm-cx__robot-guide{transform-origin:24px 26px}.yitm-cx__robot-head{fill:#e9f6fb;stroke:#123f72;stroke-width:2}.yitm-cx__antenna,.yitm-cx__robot-ear,.yitm-cx__mouth,.yitm-cx__smile,.yitm-cx__tick{fill:none;stroke:#123f72;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.yitm-cx__antenna-tip,.yitm-cx__eyes circle{fill:#0b7554}.yitm-cx__smile,.yitm-cx__tick,.yitm-cx__shield{opacity:0}.yitm-cx__shield path:first-child{fill:#fff3e6;stroke:#8c281c;stroke-width:2}.yitm-cx__shield path:last-child{fill:none;stroke:#8c281c;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}.yitm-cx__understood-heading{margin-bottom:8px;color:#10233f;font-size:.9rem;font-weight:900}.yitm-cx[data-robot-state="waiting"] .yitm-cx__eyes{transform-origin:center;animation:yitm-robot-blink 5.5s ease-in-out infinite}.yitm-cx[data-robot-state="checking"] .yitm-cx__eyes{animation:yitm-robot-scan 1.1s ease-in-out infinite}.yitm-cx[data-robot-state="needs-detail"] .yitm-cx__robot-guide{transform:rotate(7deg)}.yitm-cx[data-robot-state="ready"] .yitm-cx__mouth{opacity:0}.yitm-cx[data-robot-state="ready"] .yitm-cx__smile{opacity:1}.yitm-cx[data-robot-state="confirmed"] .yitm-cx__mouth,.yitm-cx[data-robot-state="confirmed"] .yitm-cx__smile{opacity:0}.yitm-cx[data-robot-state="confirmed"] .yitm-cx__tick{opacity:1;stroke:#0b7554;animation:yitm-robot-tick .8s ease both}.yitm-cx[data-robot-state="safety"] .yitm-cx__robot-guide{display:none}.yitm-cx[data-robot-state="safety"] .yitm-cx__shield{opacity:1}.yitm-cx.is-activating:not([data-robot-state="safety"]) .yitm-cx__antenna{animation:yitm-robot-antenna .6s ease}.yitm-cx.is-activating:not([data-robot-state="safety"]) .yitm-cx__antenna-tip{animation:yitm-robot-light .6s ease}.yitm-cx.is-activating[data-robot-state="ready"] .yitm-cx__robot-guide{animation:yitm-robot-bounce .6s ease}.yitm-cx.is-activating .yitm-cx__card{animation:yitm-panel-open .24s ease-out both}@media(prefers-reduced-motion:reduce){.yitm-cx__eyes,.yitm-cx__robot-guide,.yitm-cx__antenna,.yitm-cx__antenna-tip,.yitm-cx__tick,.yitm-cx__card{animation:none!important;transition:none!important}}.yitm-cx__ci{display:grid;gap:7px;margin:12px 0 2px;padding-top:11px;border-top:1px solid #e1ebe6}.yitm-cx__ci-label{font-size:.75rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase;color:#5a7167}.yitm-cx__ci-pain{font-size:.92rem;line-height:1.35;color:#183f32}.yitm-cx__ci .yitm-cx__secondary{width:100%;box-sizing:border-box}.yitm-cx[data-stage="safety"] .yitm-cx__ci{display:none}.yitm-cx__master-reassurance{margin-top:10px;padding:9px 11px;border-radius:10px;background:#f3f8f5;color:#405c50;font-size:.78rem;font-weight:700;line-height:1.45}.yitm-cx[data-master-state="ready_to_review"] .yitm-cx__minimized{background:#123f72;border-color:#123f72;color:#fff}.yitm-cx[data-master-state="strong_match"] .yitm-cx__minimized,.yitm-cx[data-master-state="confirmed"] .yitm-cx__minimized{background:#075b43;border-color:#075b43;color:#fff;box-shadow:0 14px 38px rgba(7,91,67,.34)}.yitm-cx[data-master-state="safety"] .yitm-cx__minimized{background:#8c281c;border-color:#8c281c;color:#fff}.yitm-cx:is([data-master-state="ready_to_review"],[data-master-state="strong_match"],[data-master-state="confirmed"],[data-master-state="safety"]) .yitm-cx__minimized:is(span,strong){color:#fff!important;-webkit-text-fill-color:#fff!important}.yitm-cx[data-master-state="ready_to_review"] .yitm-cx__meter span{background:#2868a8}.yitm-cx:is([data-master-state="strong_match"],[data-master-state="confirmed"]) .yitm-cx__meter span{background:#087a58}.yitm-cx[data-master-state="safety"] .yitm-cx__meter span{background:#a6382a}.yitm-cx .yitm-cx__primary[data-yitm-master-book-now="A0019266"]{width:100%;box-sizing:border-box;min-height:48px;background:#075b43!important;border-color:#075b43!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:1rem;box-shadow:0 8px 20px rgba(7,91,67,.20)}.yitm-cx .yitm-cx__primary[data-yitm-master-book-now="A0019266"]:is(:hover,:focus-visible){background:#064a37!important;border-color:#064a37!important;outline:3px solid rgba(7,91,67,.25);outline-offset:2px}@media(max-width:680px){body:is(.yitm-has-mobile-actions-a0017250,.yitm-has-post-mobile-actions,.yitm-has-mobile-actions-a0017250) .yitm-cx{bottom:82px}body:is(.yitm-has-mobile-actions-a0017250,.yitm-has-post-mobile-actions,.yitm-has-mobile-actions-a0017250) .yitm-cx.is-minimized{bottom:82px}.yitm-cx__master-reassurance{font-size:.76rem}}.yitm-cx{bottom:var(--yitm-cx-base-bottom,18px);transition:bottom .18s ease}.yitm-cx.is-minimized{bottom:var(--yitm-cx-docked-bottom,var(--yitm-cx-base-bottom,18px))}@media(max-width:680px){body:is(.yitm-has-mobile-actions-a0017250,.yitm-has-post-mobile-actions) .yitm-cx,body:is(.yitm-has-mobile-actions-a0017250,.yitm-has-post-mobile-actions) .yitm-cx.is-minimized{bottom:var(--yitm-cx-docked-bottom,var(--yitm-cx-base-bottom,88px))}}}@scope (html[data-yitm-b4-css~="b4-19"]) {.yitm-tool-flow-v2__toolbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin:0 0 1rem;padding:.75rem 1rem;border:1px solid rgba(24,74,58,.18);border-radius:14px;background:#f7fbf8}.yitm-tool-flow-v2__status{margin:0;color:#294b40;font-size:.9rem;font-weight:700}.yitm-tool-flow-v2__actions{display:flex;gap:.5rem;flex-wrap:wrap}.yitm-tool-flow-v2__actions button,.yitm-tool-flow-v2__resume button{min-height:44px;border:1px solid #1c5a45;border-radius:999px;padding:.55rem 1rem;background:#fff;color:#174b3a;font:inherit;font-weight:750;cursor:pointer}.yitm-tool-flow-v2__actions button:disabled{opacity:.45;cursor:not-allowed}.yitm-tool-flow-v2__resume{margin:0 0 1rem;padding:1rem;border:1px solid #b68b2e;border-radius:14px;background:#fff8e7;color:#4f3a0b}.yitm-tool-flow-v2__resume p{margin:0 0 .75rem}.yitm-tool-flow-v2__resume-actions{display:flex;gap:.65rem;flex-wrap:wrap}.yitm-tool-flow-v2__resume [data-resume]{background:#174b3a;color:#fff}.yitm-tool-flow-v2__error{margin:.75rem 0;padding:.9rem;border-left:4px solid #a33;background:#fff4f2;color:#6f211a}.tool-btn-option:focus-visible,.yitm-tool-flow-v2__actions button:focus-visible,.yitm-tool-flow-v2__resume button:focus-visible{outline:3px solid #e3a625;outline-offset:3px}@media(max-width:600px){.yitm-tool-flow-v2__toolbar{align-items:flex-start}.yitm-tool-flow-v2__actions{width:100%}.yitm-tool-flow-v2__actions button{flex:1}}@media(prefers-reduced-motion:reduce){.yitm-tool-flow-v2__toolbar,.yitm-tool-flow-v2__resume{scroll-behavior:auto}}}@scope (html[data-yitm-b4-css~="b4-18"]) {.yitm-smart-tools{padding:64px 0;background:linear-gradient(180deg,#f7fbff,#eef6ff)}.yitm-smart-tools__head{max-width:820px;margin:0 auto 28px;text-align:center}.yitm-smart-tools__head h2{margin:.35rem 0 .7rem}.yitm-smart-tools__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.yitm-smart-tool{display:block;padding:18px;border:1px solid #d7e5f5;border-radius:18px;background:#fff;color:#10233f;text-decoration:none;box-shadow:0 10px 30px rgba(16,35,63,.08)}.yitm-smart-tool:hover{transform:translateY(-2px);box-shadow:0 14px 36px rgba(16,35,63,.13)}.yitm-smart-tool__icon{font-size:28px}.yitm-smart-tool small{display:block;color:#54708f;margin:.35rem 0}.yitm-smart-tool strong{font-size:1.05rem}.yitm-smart-tool p{margin:.45rem 0 0;color:#40566f;font-size:.92rem}.yitm-smart-tools__actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:24px}.yitm-smart-tools__continue{display:none;margin:0 auto 22px;max-width:820px;padding:16px 18px;border-radius:16px;background:#10233f;color:#fff}.yitm-smart-tools__continue.is-visible{display:flex;justify-content:space-between;gap:16px;align-items:center}.yitm-smart-tools__continue a{color:#fff;font-weight:700}.yitm-smart-tools__meta{font-size:.84rem;color:#667d95}.site-header .nav a[href*="/services/tools.html"]{font-weight:800}@media(max-width:900px){.yitm-smart-tools__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.yitm-smart-tools{padding:42px 0}.yitm-smart-tools__grid{grid-template-columns:1fr}.yitm-smart-tools__continue.is-visible{display:block}.yitm-smart-tools__continue a{display:inline-block;margin-top:8px}}}@scope (html[data-yitm-b4-css~="b4-21"]) {.yitm-u628{width:min(1120px,calc(100% - 28px));margin:22px auto 30px;padding:clamp(18px,3vw,28px);border:1px solid #cbdcd4;border-radius:22px;background:#fff;color:#10233f;box-shadow:0 18px 46px rgba(16,35,63,.10);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.yitm-u628 *{box-sizing:border-box}.yitm-u628__head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:start;margin-bottom:18px}.yitm-u628__kicker{display:block;margin-bottom:6px;color:#247154;font-size:.76rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.yitm-u628 h2{margin:0 0 7px!important;color:#10233f!important;font-size:clamp(1.55rem,3vw,2.15rem)!important;line-height:1.15!important}.yitm-u628__head p{max-width:760px;margin:0!important;color:#405c52!important;line-height:1.55}.yitm-u628__source{min-width:150px;padding:10px 12px;border:1px solid #cfe0d8;border-radius:13px;background:#f3f8f5;color:#405c52;font-size:.75rem;font-weight:750;line-height:1.4;text-align:right}.yitm-u628__source strong{display:block;color:#173b31;font-size:.82rem}.yitm-u628__progress{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 14px;color:#45675b;font-size:.82rem;font-weight:850}.yitm-u628__meter{height:8px;flex:1;max-width:360px;border-radius:999px;background:#dce8e2;overflow:hidden}.yitm-u628__meter span{display:block;width:0;height:100%;border-radius:inherit;background:#087a58;transition:width .22s ease}.yitm-u628__question{padding:18px;border:1px solid #d8e5df;border-radius:17px;background:#f8fbf9}.yitm-u628__question h3{margin:0 0 6px!important;color:#10233f!important;font-size:1.2rem!important}.yitm-u628__question p{margin:0 0 14px!important;color:#52675d!important}.yitm-u628__choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.yitm-u628__choice{min-height:50px;padding:11px 13px;border:1px solid #aac5b8;border-radius:12px;background:#fff;color:#173b31;text-align:left;font:inherit;font-weight:850;line-height:1.35;cursor:pointer}.yitm-u628__choice:hover,.yitm-u628__choice:focus-visible{border-color:#087a58;background:#eef8f3;outline:3px solid rgba(245,184,63,.8);outline-offset:2px}.yitm-u628__choice[aria-pressed="true"]{border-color:#075b43;background:#075b43;color:#fff}.yitm-u628__nav{display:flex;align-items:center;gap:9px;margin-top:14px}.yitm-u628__back,.yitm-u628__reset{min-height:42px;padding:8px 12px;border:1px solid #b8cbc2;border-radius:10px;background:#fff;color:#174839;font:inherit;font-weight:850;cursor:pointer}.yitm-u628__back[hidden]{display:none!important}.yitm-u628__result{padding:18px;border:1px solid #9fc8b5;border-radius:17px;background:#f2faf6}.yitm-u628__result[hidden]{display:none!important}.yitm-u628__result[data-risk="safety"]{border-color:#d49488;background:#fff3f0}.yitm-u628__result-top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:start}.yitm-u628__result h3{margin:4px 0 7px!important;color:#10233f!important;font-size:clamp(1.35rem,3vw,1.85rem)!important}.yitm-u628__result p{color:#405c52!important;line-height:1.5}.yitm-u628__risk{display:inline-flex;min-height:34px;align-items:center;padding:6px 10px;border-radius:999px;background:#e2f0e9;color:#12543f;font-size:.78rem;font-weight:900}.yitm-u628__result[data-risk="safety"] .yitm-u628__risk{background:#8c281c;color:#fff}.yitm-u628__facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:15px 0}.yitm-u628__fact{padding:12px;border:1px solid #cfe0d8;border-radius:12px;background:#fff}.yitm-u628__fact span{display:block;margin-bottom:4px;color:#5a7167;font-size:.72rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.yitm-u628__fact strong{display:block;color:#173b31;line-height:1.35}.yitm-u628__price{margin:12px 0;padding:14px;border:1px solid #b8d7c8;border-radius:13px;background:#fff}.yitm-u628__price span{display:block;color:#52675d;font-size:.75rem;font-weight:900;text-transform:uppercase}.yitm-u628__price strong{display:block;margin:4px 0;color:#075b43;font-size:1.35rem}.yitm-u628__price p{margin:4px 0!important;font-size:.88rem}.yitm-u628__factors{margin:8px 0 0;padding-left:19px;color:#405c52;font-size:.86rem}.yitm-u628__actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:15px}.yitm-u628__primary,.yitm-u628__secondary{min-height:46px;padding:10px 15px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none!important;font-weight:900}.yitm-u628__primary{border:1px solid #075b43;background:#075b43;color:#fff!important;-webkit-text-fill-color:#fff!important}.yitm-u628__secondary{border:1px solid #9db7ab;background:#fff;color:#174839!important}.yitm-u628__note{margin:12px 0 0!important;color:#61736a!important;font-size:.78rem!important;font-weight:700}.yitm-u628__error{padding:12px;border:1px solid #d9b37e;border-radius:12px;background:#fff8e9;color:#6e4810;font-weight:750}.yitm-u628 [hidden]{display:none!important}@media(max-width:720px){.yitm-u628__head,.yitm-u628__result-top{grid-template-columns:1fr}.yitm-u628__source{text-align:left}.yitm-u628__choices,.yitm-u628__facts{grid-template-columns:1fr}.yitm-u628__actions{display:grid;grid-template-columns:1fr}.yitm-u628__primary,.yitm-u628__secondary{width:100%}}@media(prefers-reduced-motion:reduce){.yitm-u628__meter span{transition:none}}.yitm-u628>*{min-width:0}.yitm-u628__question,.yitm-u628__result,.yitm-u628__fact{overflow-wrap:anywhere}.yitm-u628 h3:focus{outline:none}.yitm-u628 h3:focus-visible{outline:3px solid #f2b84b;outline-offset:4px}}@scope (html[data-yitm-b4-css~="b4-04"]) {.yitm-approved-guides{margin-top:1rem;border:1px solid #c9dfd2;border-radius:20px;background:#fff;padding:18px;color:#17372c;box-shadow:0 12px 28px rgba(22,61,46,.07)}.yitm-approved-guides[hidden]{display:none!important}.yitm-approved-guides h3{margin:.2rem 0 .45rem;font-size:1.25rem}.yitm-approved-guides p{margin:.45rem 0;line-height:1.55}.yitm-approved-guides__kicker{display:block;color:#45665a;font-size:.76rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.yitm-approved-guides__choices,.yitm-approved-guides__actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:14px}.yitm-approved-guides button,.yitm-approved-guides a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:1px solid #0b6b49;border-radius:999px;padding:10px 15px;background:#fff;color:#07563b;font:inherit;font-weight:800;text-decoration:none;cursor:pointer}.yitm-approved-guides .is-primary{background:#07563b;color:#fff}.yitm-approved-guides__note{color:#52675d;font-size:.88rem}.yitm-approved-guides__source{margin-top:12px;padding:12px;border-radius:14px;background:#f1f8f4}.yitm-approved-guides [aria-busy="true"]{opacity:.68;pointer-events:none}@media(max-width:620px){.yitm-approved-guides__choices button,.yitm-approved-guides__actions button,.yitm-approved-guides__actions a{width:100%}}.yitm-verified-facts{margin:14px 0;padding:14px;border:1px solid #cbd8e6;border-radius:14px;background:#f7fafc}.yitm-verified-facts>strong{display:block;margin-bottom:8px}.yitm-verified-fact{padding:10px 0;border-top:1px solid #dce5ee}.yitm-verified-fact:first-of-type{border-top:0}.yitm-verified-fact p{margin:.2rem 0}.yitm-verified-fact__meta{font-size:.84rem;color:#5d6875}.yitm-verified-fact a{font-weight:700}}@scope (html[data-yitm-b4-css~="b4-20"]) {body.template-tool-page .yitm-post-top-actions{display:none}body.template-tool-page .hero.yitm-service-hero--hub{padding-top:28px}body.template-tool-page .hero.yitm-service-hero--hub .answer-block{display:none}body.template-tool-page .hero.yitm-service-hero--hub .hero-answer{display:none}body.template-tool-page .yitm-agent-facts{margin-top:0}body.template-tool-page .manual-cro-proof,body.template-tool-page .content-enhancement.hard-reading-pass,body.template-tool-page .yitm-trust-banner,body.template-tool-page>.trust-bar{display:none}body.template-tool-page #categories{padding-top:44px}body.template-tool-page .service-cat-grid{gap:18px}body.template-tool-page .service-cat-card{padding:24px!important;border-radius:22px!important;min-height:210px}body.template-tool-page .cross-links{gap:16px}body.template-tool-page .cross-link-card{padding:20px!important;border-radius:18px!important}body.template-tool-page .section,body.template-tool-page .section-alt{padding-top:54px;padding-bottom:54px}body.template-tool-page .section-header{margin-bottom:24px}body.template-tool-page .ldt-tools-promo{margin-top:34px;margin-bottom:34px}body.template-tool-page .ldt-tools-promo-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}@media(max-width:980px){body.template-tool-page .ldt-tools-promo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){body.template-tool-page .ldt-tools-promo-grid{grid-template-columns:1fr}}}@scope (html[data-yitm-b4-css~="b4-23"]) {:root{--yitm-u-bg:#fbf8f3;--yitm-u-card:#fff;--yitm-u-ink:#12372f;--yitm-u-muted:#5d6b66;--yitm-u-line:#d8e4de;--yitm-u-soft:#eef7f2;--yitm-u-accent:#165c45;--yitm-u-accent-2:#0f4937;--yitm-u-warm:#fff7e8;--yitm-u-radius:22px;--yitm-u-shadow:0 18px 50px rgba(16,54,45,.10)}.yitm-unified-result{margin:28px 0;padding:0;border:1px solid #bcd7ca;border-radius:var(--yitm-u-radius);background:var(--yitm-u-card);box-shadow:var(--yitm-u-shadow);overflow:hidden;color:var(--yitm-u-ink)}.yitm-unified-result__head{padding:24px 26px 20px;background:linear-gradient(135deg,#f1faf5,#fbf8f3);border-bottom:1px solid var(--yitm-u-line)}.yitm-unified-result__eyebrow{display:flex;align-items:center;gap:8px;font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--yitm-u-accent)}.yitm-unified-result__head h2{margin:8px 0 8px;font-size:clamp(1.6rem,3vw,2.3rem);line-height:1.08;letter-spacing:-.025em;color:#092f27}.yitm-unified-result__intro{margin:0;max-width:72ch;font-size:1.03rem;line-height:1.6;color:#425a52}.yitm-confidence{display:inline-flex;align-items:center;gap:8px;margin-top:14px;padding:8px 11px;border:1px solid #b8d8c9;border-radius:999px;background:#fff;font-size:.88rem;font-weight:800;color:#174839}.yitm-confidence::before{content:"";width:8px;height:8px;border-radius:50%;background:#2a7a5c}.yitm-confidence[data-state="likely"]::before{background:#b0781a}.yitm-confidence[data-state="inspection"]::before{background:#8c5b3d}.yitm-confidence-note{margin:7px 0 0!important;max-width:76ch;font-size:.88rem!important;line-height:1.45!important;color:#61726b!important}.yitm-unified-result__grid{display:grid;grid-template-columns:1fr 1fr;gap:0}.yitm-result-section{padding:22px 26px;border-bottom:1px solid var(--yitm-u-line)}.yitm-result-section:nth-child(odd){border-right:1px solid var(--yitm-u-line)}.yitm-result-section h3{margin:0 0 10px;font-size:1rem;color:#103d32}.yitm-result-section p{margin:0;color:#465d56;line-height:1.6}.yitm-result-section ul,.yitm-result-section ol{margin:0;padding-left:1.2rem;color:#394f48;line-height:1.55}.yitm-result-section li+li{margin-top:7px}.yitm-result-factors{display:flex;flex-wrap:wrap;gap:8px;list-style:none!important;padding:0!important}.yitm-result-factors li{margin:0!important;padding:7px 10px;border:1px solid #d7e4de;border-radius:10px;background:#f8fbf9;font-size:.9rem;color:#345149}.yitm-result-next{grid-column:1/-1;border-right:0!important;background:#fbfdfc}.yitm-result-next strong{color:#0e4939}.yitm-unified-result__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:20px 26px;background:#fff}.yitm-u-btn{appearance:none;border:1px solid #b8d0c5;border-radius:999px;padding:12px 18px;font:inherit;font-weight:850;line-height:1.15;text-decoration:none!important;cursor:pointer;background:#fff;color:#15483a;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.yitm-u-btn:hover{transform:translateY(-1px);box-shadow:0 7px 18px rgba(20,65,54,.10)}.yitm-u-btn--primary{background:var(--yitm-u-accent);border-color:var(--yitm-u-accent);color:#fff!important}.yitm-u-btn--primary:hover{background:var(--yitm-u-accent-2)}.yitm-u-btn--quiet{background:#f5f8f6}.yitm-result-utilities{position:relative}.yitm-result-utilities>summary{list-style:none}.yitm-result-utilities>summary::-webkit-details-marker{display:none}.yitm-result-utilities[open]>.yitm-u-btn{background:#eef5f1}.yitm-result-utilities__menu{display:flex;gap:8px;position:absolute;z-index:20;right:0;top:calc(100% + 8px);padding:9px;border:1px solid var(--yitm-u-line);border-radius:14px;background:#fff;box-shadow:0 14px 35px rgba(20,50,42,.14);min-width:max-content}.yitm-result-utilities__menu button{border:0;background:#f5f8f6;border-radius:9px;padding:9px 12px;font:inherit;font-weight:750;color:#174839;cursor:pointer}.yitm-cross-tool{grid-column:1/-1;margin:0 26px 22px;padding:16px 18px;border:1px solid #d2dfd9;border-radius:15px;background:#f7faf8;display:flex;justify-content:space-between;gap:18px;align-items:center}.yitm-cross-tool p{margin:3px 0 0;color:#51635d;font-size:.92rem}.yitm-cross-tool a{white-space:nowrap;font-weight:850;color:#165c45}.yitm-result-disclaimer{padding:0 26px 20px;margin:0;color:#697973;font-size:.82rem;line-height:1.45}.yitm-legacy-result-hidden{display:none!important}body.yitm-tool-has-result .ldt-tool-layout{grid-template-columns:minmax(0,1fr)!important}body.yitm-tool-has-result .ldt-side-stack{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.yitm-tool-authority__inner{height:auto!important;min-height:0!important}.yitm-tool-authority__intro,.yitm-tool-authority__grid,.yitm-tool-authority__next{opacity:1!important;visibility:visible!important}.yitm-tool-progress{margin:0 0 18px;padding:12px 14px;border:1px solid #d6e3dd;border-radius:14px;background:#f9fcfa;color:#365049}.yitm-tool-progress__top{display:flex;justify-content:space-between;gap:12px;align-items:center}.yitm-tool-progress strong{color:#174839}.yitm-tool-progress p{margin:4px 0 0;font-size:.9rem;color:#63736d}.yitm-tool-progress__track{height:5px;margin-top:10px;background:#e1ebe6;border-radius:999px;overflow:hidden}.yitm-tool-progress__fill{height:100%;width:0;background:#2d745b;border-radius:inherit;transition:width .25s ease}.yitm-carried-facts{margin:0 0 18px;padding:12px 14px;border:1px solid #c7dccf;border-radius:14px;background:#f1f8f4;color:#315149;font-size:.92rem}.yitm-carried-facts strong{color:#144a39}.yitm-tools-app{max-width:1180px;margin:24px auto 46px;padding:0 22px}.yitm-tools-app__hero{padding:30px;border:1px solid #cfe0d8;border-radius:26px;background:linear-gradient(135deg,#f4faf7,#fffaf2);box-shadow:0 16px 45px rgba(25,60,50,.08)}.yitm-tools-app__kicker{font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#1c614b}.yitm-tools-app h2{margin:8px 0 8px;font-size:clamp(1.7rem,3vw,2.45rem);line-height:1.08;color:#103b31}.yitm-tools-app__lead{margin:0 0 20px;max-width:70ch;color:#536861;line-height:1.6}.yitm-intent-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.yitm-intent-option{display:flex;align-items:center;gap:10px;text-align:left;border:1px solid #d4e2dc;border-radius:14px;padding:13px 14px;background:#fff;color:#143e34;font:inherit;font-weight:800;cursor:pointer}.yitm-intent-option:hover,.yitm-intent-option[aria-pressed="true"]{border-color:#4f8c75;background:#eef8f3}.yitm-intent-option span{font-size:1.15rem}.yitm-tool-match{margin-top:14px;padding:18px;border-radius:17px;background:#123f34;color:#fff;display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center}.yitm-tool-match[hidden]{display:none}.yitm-tool-match small{display:block;font-weight:800;opacity:.72;text-transform:uppercase;letter-spacing:.06em}.yitm-tool-match strong{display:block;margin-top:4px;font-size:1.15rem}.yitm-tool-match p{margin:4px 0 0;opacity:.86}.yitm-tool-match a{background:#fff;color:#123f34!important;border-radius:999px;padding:11px 16px;font-weight:900;text-decoration:none!important;white-space:nowrap}.yitm-popular-decisions{margin-top:28px}.yitm-tools-app__sectionhead{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:13px}.yitm-tools-app__sectionhead h3{margin:0;color:#103b31;font-size:1.35rem}.yitm-tools-app__sectionhead p{margin:0;color:#65756f;font-size:.92rem}.yitm-popular-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.yitm-popular-card{display:block;padding:18px;border:1px solid #d7e3dd;border-radius:17px;background:#fff;text-decoration:none!important;color:#163f35!important}.yitm-popular-card strong{display:block;font-size:1.02rem}.yitm-popular-card span{display:block;margin-top:5px;color:#67756f;font-size:.9rem}.yitm-popular-card em{display:inline-block;margin-top:12px;font-style:normal;font-weight:850;color:#176046}.yitm-all-tools{margin-top:30px}.yitm-macro-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.yitm-macro-card{padding:21px;border:1px solid #d8e3de;border-radius:19px;background:#fff}.yitm-macro-card h4{margin:0 0 4px;color:#123d32;font-size:1.08rem}.yitm-macro-card>p{margin:0 0 13px;color:#68766f;font-size:.9rem}.yitm-macro-links{display:flex;flex-wrap:wrap;gap:7px}.yitm-macro-links a{padding:7px 10px;border-radius:999px;background:#f2f7f4;color:#18523f!important;font-size:.86rem;font-weight:750;text-decoration:none!important}.yitm-tools-app__unsure{margin-top:18px;padding:17px 20px;border-radius:16px;background:#f2f7f4;display:flex;justify-content:space-between;align-items:center;gap:16px}.yitm-tools-app__unsure p{margin:0;color:#3f5850}.yitm-tools-app__unsure button{border:0;background:none;color:#155d45;font:inherit;font-weight:900;cursor:pointer}.yitm-tech-assessment{max-width:1180px;margin:18px auto;padding:0 22px}.yitm-tech-assessment__card{border:1px solid #cdded6;border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(20,55,46,.07);padding:18px 20px}.yitm-tech-assessment__head{display:flex;justify-content:space-between;gap:16px;align-items:center}.yitm-tech-assessment__head h2{margin:0;font-size:1.15rem;color:#113e32}.yitm-tech-assessment__head button{border:0;background:none;color:#687871;cursor:pointer;font:inherit;font-weight:750}.yitm-assessment-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:13px}.yitm-assessment-item{padding:11px 12px;border-radius:12px;background:#f5f8f6}.yitm-assessment-item small{display:block;color:#718079}.yitm-assessment-item strong{display:block;margin-top:3px;color:#204b3f;font-size:.92rem}.yitm-assessment-next{margin:13px 0 0;color:#48615a;font-size:.92rem}.yitm-assessment-next strong{color:#174a3b}body.template-tool-page.yitm-tools-app-ready>.ldt-tools-promo,body.template-tool-page.yitm-tools-app-ready main>.ldt-tools-promo,body.template-tool-page.yitm-tools-app-ready .hero+.yitm-agent-facts+section .ldt-hub-panel{display:none!important}body.template-tool-page.yitm-tools-app-ready .section-alt:has(#most-used-tools),body.template-tool-page.yitm-tools-app-ready .section-alt:has(#which-tool-should-you-start-with){display:none!important}body.template-tool-page.yitm-tools-app-ready #categories{padding-top:28px}@media(max-width:820px){.yitm-unified-result__grid{grid-template-columns:1fr}.yitm-result-section:nth-child(odd){border-right:0}.yitm-intent-grid,.yitm-popular-grid{grid-template-columns:1fr 1fr}.yitm-macro-grid{grid-template-columns:1fr}.yitm-assessment-list{grid-template-columns:1fr 1fr}.yitm-tool-match{grid-template-columns:1fr}.yitm-cross-tool{align-items:flex-start;flex-direction:column}body.yitm-tool-has-result .ldt-side-stack{grid-template-columns:1fr 1fr}}@media(max-width:580px){.yitm-tools-app{padding:0 14px;margin-top:14px}.yitm-tools-app__hero{padding:21px 17px;border-radius:20px}.yitm-intent-grid,.yitm-popular-grid,.yitm-assessment-list{grid-template-columns:1fr}.yitm-unified-result{border-radius:17px}.yitm-unified-result__head,.yitm-result-section,.yitm-unified-result__actions{padding-left:18px;padding-right:18px}.yitm-unified-result__actions{align-items:stretch}.yitm-u-btn,.yitm-result-utilities{width:100%;text-align:center}.yitm-result-utilities>summary{display:block}.yitm-result-utilities__menu{position:static;margin-top:8px;min-width:0;display:grid;grid-template-columns:repeat(3,1fr)}.yitm-cross-tool{margin-left:18px;margin-right:18px}.yitm-tools-app__unsure{align-items:flex-start;flex-direction:column}body.yitm-tool-has-result .ldt-side-stack{grid-template-columns:1fr}}@media print{.yitm-unified-result__actions,.yitm-cross-tool,.yitm-tool-progress,.yitm-tech-assessment{display:none!important}.yitm-unified-result{box-shadow:none;border-color:#bbb}.yitm-legacy-result-hidden{display:none!important}}.yitm-assessment-kicker{font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#4c7164;margin-bottom:3px}.yitm-assessment-summary{margin-top:14px;padding:18px;border:1px solid #d4e2dc;border-radius:16px;background:#f8fbf9;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center}.yitm-assessment-summary[data-tone="attention"]{background:#fff9ee;border-color:#ead9b7}.yitm-assessment-summary[data-tone="danger"]{background:#fff5f3;border-color:#e8c7c0}.yitm-assessment-summary[data-tone="positive"]{background:#f2faf6;border-color:#c7dfd2}.yitm-assessment-summary[data-tone="mixed"]{background:#f7f5fb;border-color:#d9d2e7}.yitm-assessment-strength{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;background:#eaf2ee;color:#285346;font-size:.76rem;font-weight:900;letter-spacing:.02em}.yitm-assessment-summary h3{margin:8px 0 5px;font-size:1.14rem;color:#143f34}.yitm-assessment-summary p{margin:0;color:#53665f;line-height:1.55;font-size:.92rem}.yitm-assessment-count{min-width:92px;text-align:center;padding:11px 13px;border-radius:14px;background:rgba(255,255,255,.72);border:1px solid rgba(40,80,65,.10)}.yitm-assessment-count strong{display:block;font-size:1.55rem;color:#164a3a}.yitm-assessment-count span{display:block;margin-top:1px;color:#6a7973;font-size:.73rem;font-weight:750}.yitm-assessment-domains{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:12px}.yitm-assessment-domain{padding:12px;border-radius:13px;border:1px solid #dfe8e4;background:#fbfdfc;min-width:0}.yitm-assessment-domain small{display:block;color:#71817a;font-size:.73rem;font-weight:800}.yitm-assessment-domain strong{display:block;margin-top:3px;color:#214d40;font-size:.91rem;line-height:1.25}.yitm-assessment-domain p{margin:6px 0 0;color:#6a7873;font-size:.77rem;line-height:1.4}.yitm-assessment-domain[data-tone="attention"]{background:#fffaf1;border-color:#eadcc2}.yitm-assessment-domain[data-tone="danger"]{background:#fff5f3;border-color:#e9cbc4}.yitm-assessment-domain[data-tone="positive"]{background:#f3faf6;border-color:#cfe2d8}.yitm-assessment-domain[data-tone="mixed"]{background:#f7f5fb;border-color:#ded7eb}.yitm-assessment-history{margin-top:12px;border-top:1px solid #e4ebe7;padding-top:10px}.yitm-assessment-history>summary{cursor:pointer;color:#49645b;font-size:.86rem;font-weight:850}.yitm-assessment-history .yitm-assessment-list{margin-top:10px}.yitm-assessment-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:14px;padding-top:14px;border-top:1px solid #e4ebe7}.yitm-assessment-actions span{color:#718079;font-size:.8rem;line-height:1.4;max-width:56ch}@media(max-width:900px){.yitm-assessment-domains{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:580px){.yitm-assessment-summary{grid-template-columns:1fr}.yitm-assessment-count{display:flex;align-items:baseline;gap:7px;justify-content:flex-start;text-align:left;min-width:0}.yitm-assessment-count strong{font-size:1.2rem}.yitm-assessment-domains{grid-template-columns:1fr}.yitm-assessment-actions{align-items:stretch}.yitm-assessment-actions .yitm-u-btn{width:100%;text-align:center}}body.template-tool-page .hero>.wrap{width:min(1040px,calc(100% - 32px))}body.template-tool-page .hero .hero-grid,body.ldt-page .ldt-hero-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;align-items:start!important;gap:clamp(20px,3vw,30px)!important;}body.template-tool-page .hero .hero-grid>*,body.ldt-page .ldt-hero-grid>*{min-width:0!important;width:100%!important}body.template-tool-page .hero .hero-grid>div:first-child{max-width:820px}body.template-tool-page .hero:is(h1,.hero-h1){max-width:20ch!important;font-size:clamp(2.45rem,5.4vw,4.35rem)!important;line-height:1.02!important;text-wrap:balance;}body.template-tool-page .hero:is(.ux-copy-panel--hero,.reading-split.ux-copy-panel--hero),body.template-tool-page .hero:is(.ux-copy-card,.reading-card){width:100%!important;max-width:780px!important}body.template-tool-page .hero .answer-block strong{display:block!important;margin:0 0 6px!important}body.template-tool-page .hero:is(.hero-img-col,.hero-image,figure),body.ldt-page .ldt-hero-media{width:min(100%,760px)!important;max-width:760px!important;margin:0!important}body.template-tool-page .hero:is(.hero-img,.hero-img-col img,.hero-image img,figure img),body.ldt-page .ldt-hero-media img{display:block!important;width:100%!important;height:auto!important;max-height:380px!important;aspect-ratio:16/9!important;object-fit:cover!important;object-position:center!important;border-radius:18px!important;}body.template-tool-page .hero .hero-ctas{display:flex!important;flex-wrap:wrap!important;gap:10px!important;align-items:center!important}@media(max-width:720px){body.template-tool-page .hero>.wrap{width:min(100% - 22px,1040px)}body.template-tool-page .hero .hero-grid{padding:22px 18px!important;border-radius:22px!important}body.template-tool-page .hero:is(h1,.hero-h1),body.ldt-page .ldt-hero h1{font-size:clamp(2.05rem,10vw,3rem)!important;max-width:none!important;line-height:1.04!important}body.template-tool-page .hero .hero-ctas{display:grid!important;grid-template-columns:1fr!important}body.template-tool-page .hero .hero-ctas .btn{width:100%!important;min-height:48px!important}body.template-tool-page .hero:is(.hero-img,.hero-img-col img,.hero-image img,figure img),body.ldt-page .ldt-hero-media img{max-height:300px!important;border-radius:14px!important}}body.template-tool-page .hero .hero-grid>*{grid-column:1!important;grid-row:auto!important;}body.template-tool-page .hero .hero-grid>:is(.hero-img-col,.hero-image,figure){justify-self:start!important;align-self:start!important;}body.has-yitm-unified-shell.yitm-progressive-tool .pt-hero{color:#17263c!important;-webkit-text-fill-color:currentColor!important;}body.has-yitm-unified-shell.yitm-progressive-tool .pt-hero h1{color:#152747!important;-webkit-text-fill-color:#152747!important;}body.has-yitm-unified-shell.yitm-progressive-tool .pt-hero p{color:#4b5c73!important;-webkit-text-fill-color:#4b5c73!important;}body.has-yitm-unified-shell.yitm-progressive-tool .pt-hero .pt-eyebrow{color:#0b6e67!important;-webkit-text-fill-color:#0b6e67!important;}body.has-yitm-unified-shell.yitm-progressive-tool .pt-hero .pt-btn--primary{color:#143052!important;-webkit-text-fill-color:#143052!important;}body.has-yitm-unified-shell.yitm-progressive-tool .pt-hero .pt-btn--secondary{color:#173a65!important;-webkit-text-fill-color:#173a65!important;}body.has-yitm-unified-shell.yitm-progressive-tool .pt-hero .pt-hero-trust span{color:#42546b!important;-webkit-text-fill-color:#42546b!important;}body.template-tool-page .yitm-apc{color:#173229!important;-webkit-text-fill-color:#173229!important;}body.template-tool-page .yitm-apc .yitm-apc__eyebrow,body.template-tool-page .yitm-apc .yitm-apc__score strong{color:#00563e!important;-webkit-text-fill-color:#00563e!important;}body.template-tool-page .yitm-apc .yitm-apc__title{color:#10233f!important;-webkit-text-fill-color:#10233f!important;}body.template-tool-page .yitm-apc:is(.yitm-apc__detail,.yitm-apc__meta,.yitm-apc__privacy,.yitm-apc__score span){color:#53665f!important;-webkit-text-fill-color:#53665f!important;}body.template-tool-page .yitm-apc .yitm-apc__primary{color:#fff!important;-webkit-text-fill-color:#fff!important;}body.template-tool-page .yitm-apc .yitm-apc__secondary{color:#173229!important;-webkit-text-fill-color:#173229!important;}body.template-tool-page .yitm-tool-match{color:#fff!important;-webkit-text-fill-color:#fff!important;}body.template-tool-page .yitm-tool-match:is(small,strong){color:#fff!important;-webkit-text-fill-color:#fff!important;}body.template-tool-page .yitm-tool-match p{color:#e4f0eb!important;-webkit-text-fill-color:#e4f0eb!important;opacity:1!important;}body.template-tool-page .yitm-tool-match a{color:#123f34!important;-webkit-text-fill-color:#123f34!important;}}@scope (html[data-yitm-b4-css~="b4-14"]) {body[data-yitm-public-theme="A0019342"] {--yitm-public-ink:#10233f;--yitm-public-muted:#53627a;--yitm-public-green:#1f654f;--yitm-public-green-strong:#174b3d;--yitm-public-gold:#f2b900;--yitm-public-page:#f7f5ef;--yitm-public-surface:#ffffff;--yitm-public-soft:#f3f8f5;--yitm-public-border:#d7e2dc;--yitm-public-radius:18px;--yitm-public-wide:1180px;--yitm-public-copy:72ch;--yitm-public-shadow:0 16px 42px rgba(16,35,63,0.09);--yitm-public-space-1:clamp(0.75rem,0.68rem + 0.28vw,1rem);--yitm-public-space-2:clamp(1rem,0.84rem + 0.65vw,1.5rem);--yitm-public-space-3:clamp(1.5rem,1.12rem + 1.35vw,2.5rem);--yitm-public-space-4:clamp(2.25rem,1.6rem + 2.4vw,4rem);}body[data-yitm-public-theme="A0019342"],body[data-yitm-public-theme="A0019342"] *,body[data-yitm-public-theme="A0019342"] *::before,body[data-yitm-public-theme="A0019342"] *::after {box-sizing:border-box;}body[data-yitm-public-theme="A0019342"] main {min-width:0;}body[data-yitm-public-theme="A0019342"]:where(.wrap,.container,.yitm-shell,.content-wrap) {min-width:0;}body[data-yitm-public-theme="A0019342"] main:where(img,picture,video,iframe,svg,canvas) {max-width:100%;}body[data-yitm-public-theme="A0019342"] main:where(img,video) {height:auto;}body[data-yitm-public-theme="A0019342"] main:where(h1,h2,h3,h4) {line-height:1.08;overflow-wrap:anywhere;text-wrap:balance;}body[data-yitm-public-theme="A0019342"] main h1 {letter-spacing:-0.04em;}body[data-yitm-public-theme="A0019342"] main:where(p,li,dd) {overflow-wrap:break-word;}body[data-yitm-public-theme="A0019342"] main:where(a,button,input,select,textarea,summary):focus-visible {outline:3px solid var(--yitm-public-gold);outline-offset:3px;}body[data-yitm-public-theme="A0019342"] main:where( .btn,.yitm-btn,.yitm-u-btn,.yitm-button,.yitm-pathway-btn,.leadroom-button,.ldt-btn,.pt-btn ) {min-height:44px;max-width:100%;align-items:center;justify-content:center;line-height:1.2;text-align:center;white-space:normal;}body[data-yitm-public-theme="A0019342"] main:where( .card,.glass-card,.shared-card,.content-card,.guide-card,.cross-link-card,.yitm-card,.yitm-service-card,.yitm-pathway-card,.leadroom-card ) {min-width:0;overflow-wrap:anywhere;}body[data-yitm-public-theme="A0019342"] main:where( .grid,.cards-2,.cards-3,.card-grid,.guide-grid,.path-grid,.cross-links,.cross-links-grid,.content-upgrade-grid,.yitm-grid-2,.yitm-reader-related-grid,.yitm-reader-benefit-grid )>* {min-width:0;}body[data-yitm-public-theme="A0019342"] main:where(.cross-links,.cross-links-grid) {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--yitm-public-space-2);}body[data-yitm-public-theme="A0019342"] main:where( .hero,.yitm-hero,.premium-hero,.article-hero,.blog-article-hero,.hub-article-hero,.cyber-hero,.scam-post-hero,.yitm-intent-hero,.ldt-hero,.pt-hero ) {min-height:0;}body[data-yitm-public-theme="A0019342"] main:where( .hero-grid,.yitm-hero-grid,.yitm-ndis-hero-grid,.premium-hero-grid,.blog-article-hero-grid,.post-hero-grid,.auth-hero-grid,.yitm-intent-hero-grid,.ldt-hero-grid,.pt-hero-grid ) {display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,0.95fr);gap:clamp(24px,4vw,52px);align-items:center;}body[data-yitm-public-theme="A0019342"] main:where( .hero-grid,.yitm-hero-grid,.yitm-ndis-hero-grid,.premium-hero-grid,.blog-article-hero-grid,.post-hero-grid,.auth-hero-grid,.yitm-intent-hero-grid,.ldt-hero-grid,.pt-hero-grid )>* {min-width:0;max-width:100%;grid-row:auto;}body[data-yitm-public-theme="A0019342"] main:where( .hero-img-col,.hero-media,.hero-image,.yitm-hero-media,.yitm-hero-image,.article-hero-media,.blog-article-hero-media,.premium-hero-media,.auth-hero-media,.yitm-intent-hero-img,.ldt-hero-media,.tool-hero-media ) {min-width:0;max-width:100%;}body[data-yitm-public-theme="A0019342"] main:where( .hero-img-col,.hero-media,.hero-image,.yitm-hero-media,.yitm-hero-image,.article-hero-media,.blog-article-hero-media,.premium-hero-media,.auth-hero-media,.ldt-hero-media,.tool-hero-media ) img {display:block;width:100%;object-fit:cover;}body[data-yitm-public-theme="A0019342"] main:where( .hero-actions,.hero-ctas,.yitm-actions,.yitm-cta-row,.yitm-pathway-actions,.yitm-intent-actions,.ldt-actions ) {display:flex;flex-wrap:wrap;gap:10px;align-items:center;}body[data-yitm-public-theme="A0019342"].yitm-service-hero-enabled .yitm-service-hero-shell:where(.hero-grid,.yitm-ndis-hero-grid) {grid-template-columns:minmax(0,1.05fr) minmax(320px,0.95fr) !important;align-items:center !important;}body[data-yitm-public-theme="A0019342"].yitm-service-hero-enabled .yitm-service-hero-shell:where(.hero-grid,.yitm-ndis-hero-grid)>:first-child {grid-column:1 !important;grid-row:auto !important;}body[data-yitm-public-theme="A0019342"].yitm-service-hero-enabled .yitm-service-hero-shell:where(.hero-grid,.yitm-ndis-hero-grid)>:is(.hero-img-col,.hero-image,figure):not(.yitm-review-strip) {grid-column:2 !important;grid-row:auto !important;}body[data-yitm-public-theme="A0019342"].yitm-service-hero-enabled .yitm-service-hero-shell:where(.hero-grid,.yitm-ndis-hero-grid)>.yitm-review-strip {grid-column:1 / -1 !important;}body[data-yitm-public-theme="A0019342"].template-tool-page .hero.yitm-service-hero--hub>.wrap {width:min(var(--yitm-public-wide),calc(100% - 40px));}body[data-yitm-public-theme="A0019342"].template-tool-page .hero.yitm-service-hero--hub .hero-grid {grid-template-columns:minmax(0,1fr) !important;gap:clamp(24px,3vw,40px) !important;align-items:start !important;width:min(100%,1040px);margin-inline:auto;}body[data-yitm-public-theme="A0019342"].template-tool-page .hero.yitm-service-hero--hub .hero-grid>* {width:100% !important;max-width:100% !important;min-width:0 !important;grid-column:1 !important;grid-row:auto !important;}body[data-yitm-public-theme="A0019342"].template-tool-page .hero.yitm-service-hero--hub .hero-grid>:first-child {grid-column:1 !important;max-width:880px;justify-self:center;}body[data-yitm-public-theme="A0019342"].template-tool-page .hero.yitm-service-hero--hub .hero-grid>:is(.hero-img-col,.hero-image,figure) {grid-column:1 !important;justify-self:stretch !important;align-self:start !important;}body[data-yitm-public-theme="A0019342"].template-tool-page .hero.yitm-service-hero--hub:is(h1,.hero-h1) {width:auto !important;max-width:18ch !important;margin-inline:0 !important;font-size:clamp(3rem,5.2vw,4.5rem) !important;line-height:1 !important;}body[data-yitm-public-theme="A0019342"].template-tool-page .hero.yitm-service-hero--hub:is(.ux-copy-panel--hero,.reading-split.ux-copy-panel--hero,.ux-copy-card,.reading-card) {width:100% !important;max-width:100% !important;}body[data-yitm-public-theme="A0019342"].template-tool-page .hero.yitm-service-hero--hub:is(.hero-img,.hero-img-col img,.hero-image img,figure img) {width:100% !important;height:auto !important;max-height:460px !important;aspect-ratio:16 / 7 !important;border-radius:var(--yitm-public-radius) !important;object-fit:cover !important;object-position:center 42% !important;}body[data-yitm-public-theme="A0019342"] .yitm-tool-led-pillar {margin-bottom:0;}body[data-yitm-public-theme="A0019342"] .yitm-tool-led-pillar__inner {min-height:0;}body[data-yitm-public-theme="A0019342"] .yitm-u-pt-0 {padding-top:0;}body[data-yitm-public-theme="A0019342"] .yitm-u-m-0 {margin:0;}body[data-yitm-public-theme="A0019342"] .yitm-u-mb-24 {margin-bottom:24px;}body[data-yitm-public-theme="A0019342"] .yitm-u-mt-8 {margin-top:8px;}body[data-yitm-public-theme="A0019342"] .yitm-u-mt-14 {margin-top:14px;}body[data-yitm-public-theme="A0019342"] .yitm-u-mt-16 {margin-top:16px;}body[data-yitm-public-theme="A0019342"] .yitm-u-mt-18 {margin-top:18px;}body[data-yitm-public-theme="A0019342"] .yitm-u-mt-20 {margin-top:20px;}body[data-yitm-public-theme="A0019342"] .yitm-u-mt-22 {margin-top:22px;}body[data-yitm-public-theme="A0019342"] .yitm-u-mt-24 {margin-top:24px;}body[data-yitm-public-theme="A0019342"] .yitm-u-mt-38 {margin-top:38px;}body[data-yitm-public-theme="A0019342"] .yitm-u-mt-42 {margin-top:42px;}body[data-yitm-public-theme="A0019342"] .yitm-u-center {text-align:center;}body[data-yitm-public-theme="A0019342"] .yitm-u-justify-center {justify-content:center;}body[data-yitm-public-theme="A0019342"] .yitm-u-light-action {border-color:#dce2e8;background:#fff;color:#0f6a50;}body[data-yitm-public-theme="A0019342"] .yitm-u-green-link {color:#1f7a4d;font-weight:600;text-decoration:none;}body[data-yitm-public-theme="A0019342"] .yitm-u-section-title {color:var(--clay-accent,#0f4c81);font-size:2.2rem;font-weight:800;}body[data-yitm-public-theme="A0019342"] .yitm-u-icon-16 {width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;}body[data-yitm-public-theme="A0019342"] .yitm-u-media-card {display:block;width:100%;height:auto;border:1px solid var(--yitm-border,#e5d6c8);border-radius:20px;box-shadow:0 12px 40px rgba(15,23,42,0.1);}body[data-yitm-public-theme="A0019342"] .yitm-u-caption {margin-top:8px;color:var(--yitm-muted,#6b7280);font-size:13px;line-height:1.5;text-align:center;}body[data-yitm-public-theme="A0019342"] .yitm-u-direct-card {margin:16px 0;padding:16px 20px;border:1px solid rgba(126,94,57,0.14);border-radius:16px;background:rgba(255,255,255,0.9);}@media (max-width:900px) {body[data-yitm-public-theme="A0019342"] main:where( .hero-grid,.yitm-hero-grid,.yitm-ndis-hero-grid,.premium-hero-grid,.blog-article-hero-grid,.post-hero-grid,.auth-hero-grid,.yitm-intent-hero-grid,.ldt-hero-grid,.pt-hero-grid ),body[data-yitm-public-theme="A0019342"].yitm-service-hero-enabled .yitm-service-hero-shell:where(.hero-grid,.yitm-ndis-hero-grid),body[data-yitm-public-theme="A0019342"].template-tool-page .hero.yitm-service-hero--hub .hero-grid {grid-template-columns:minmax(0,1fr) !important;gap:clamp(20px,4vw,32px) !important;}body[data-yitm-public-theme="A0019342"] main:where( .hero-grid,.yitm-hero-grid,.yitm-ndis-hero-grid,.premium-hero-grid,.blog-article-hero-grid,.post-hero-grid,.auth-hero-grid,.yitm-intent-hero-grid,.ldt-hero-grid,.pt-hero-grid )>*,body[data-yitm-public-theme="A0019342"].yitm-service-hero-enabled .yitm-service-hero-shell:where(.hero-grid,.yitm-ndis-hero-grid)>*,body[data-yitm-public-theme="A0019342"].template-tool-page .hero.yitm-service-hero--hub .hero-grid>* {width:100% !important;max-width:100% !important;grid-column:1 !important;grid-row:auto !important;}body[data-yitm-public-theme="A0019342"].template-tool-page .hero.yitm-service-hero--hub:is(h1,.hero-h1) {max-width:16ch !important;}}@media (max-width:700px) {body[data-yitm-public-theme="A0019342"] main:where(.cross-links,.cross-links-grid) {grid-template-columns:minmax(0,1fr);}body[data-yitm-public-theme="A0019342"] main:where( .hero-actions,.hero-ctas,.yitm-actions,.yitm-cta-row,.yitm-pathway-actions,.yitm-intent-actions,.ldt-actions ) {align-items:stretch;}body[data-yitm-public-theme="A0019342"] main:where( .hero-actions,.hero-ctas,.yitm-actions,.yitm-cta-row,.yitm-pathway-actions,.yitm-intent-actions,.ldt-actions ):where(.btn,.yitm-btn,.yitm-u-btn,.yitm-button,.yitm-pathway-btn,.leadroom-button,.ldt-btn,.pt-btn) {width:100%;}body[data-yitm-public-theme="A0019342"].template-tool-page .hero.yitm-service-hero--hub>.wrap {width:min(100% - 22px,var(--yitm-public-wide));}body[data-yitm-public-theme="A0019342"].template-tool-page .hero.yitm-service-hero--hub:is(h1,.hero-h1) {max-width:none !important;font-size:clamp(2.2rem,10vw,3.2rem) !important;line-height:1.02 !important;}body[data-yitm-public-theme="A0019342"].template-tool-page .hero.yitm-service-hero--hub:is(.hero-img,.hero-img-col img,.hero-image img,figure img) {max-height:320px !important;aspect-ratio:16 / 10 !important;}}@media (prefers-reduced-motion:reduce) {body[data-yitm-public-theme="A0019342"] *,body[data-yitm-public-theme="A0019342"] *::before,body[data-yitm-public-theme="A0019342"] *::after {scroll-behavior:auto;animation-duration:0.01ms;animation-iteration-count:1;transition-duration:0.01ms;}}}}@layer legacy {body[data-yitm-public-theme="A0019342"].template-tool-page .hero.yitm-service-hero--hub .hero-grid {display:grid !important;grid-template-columns:minmax(0,1fr) !important;gap:clamp(24px,3vw,40px) !important;width:min(100%,1040px) !important;margin-inline:auto !important;}body[data-yitm-public-theme="A0019342"].template-tool-page .hero.yitm-service-hero--hub .hero-grid>* {grid-column:1 !important;grid-row:auto !important;width:100% !important;max-width:100% !important;min-width:0 !important;}body[data-yitm-public-theme="A0019342"].template-tool-page .hero.yitm-service-hero--hub .hero-grid>:is(.hero-img-col,.hero-image,figure) {grid-column:1 !important;justify-self:stretch !important;}}
