@charset "UTF-8";@layer reset,tokens,base,layout,components,utilities,family,legacy;@layer tokens {:root {--yitm-color-ink:#10233f;--yitm-color-text:#10233f;--yitm-color-text-muted:#53627a;--yitm-color-link:#1f654f;--yitm-color-link-hover:#174b3d;--yitm-color-action:#1f654f;--yitm-color-action-hover:#174b3d;--yitm-color-focus:#f2b900;--yitm-color-page:#f7f5ef;--yitm-color-surface:#ffffff;--yitm-color-surface-soft:#f3f8f5;--yitm-color-border:#d7e2dc;--yitm-color-success:#1f654f;--yitm-color-warning:#9a6800;--yitm-color-danger:#a32828;--yitm-color-on-action:#ffffff;--yitm-font-sans:Barlow,system-ui,-apple-system,BlinkMacSystemFont, "Segoe UI",Arial,sans-serif;--yitm-font-display: "Barlow Condensed",Barlow,system-ui,sans-serif;--yitm-font-mono:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;--yitm-font-size-xs:0.8125rem;--yitm-font-size-sm:0.9375rem;--yitm-font-size-base:1rem;--yitm-font-size-md:clamp(1.0625rem,1.02rem + 0.18vw,1.1875rem);--yitm-font-size-lg:clamp(1.25rem,1.14rem + 0.45vw,1.5rem);--yitm-font-size-xl:clamp(1.625rem,1.38rem + 0.95vw,2.125rem);--yitm-font-size-2xl:clamp(2rem,1.55rem + 1.75vw,3rem);--yitm-font-size-3xl:clamp(2.5rem,1.8rem + 2.8vw,4rem);--yitm-line-height-tight:1.08;--yitm-line-height-heading:1.15;--yitm-line-height-body:1.6;--yitm-space-0:0;--yitm-space-1:0.25rem;--yitm-space-2:0.5rem;--yitm-space-3:0.75rem;--yitm-space-4:1rem;--yitm-space-5:1.5rem;--yitm-space-6:2rem;--yitm-space-7:3rem;--yitm-space-8:4rem;--yitm-section-space-sm:clamp(1.5rem,1.12rem + 1.35vw,2.5rem);--yitm-section-space-md:clamp(2.25rem,1.6rem + 2.4vw,4rem);--yitm-section-space-lg:clamp(3rem,2rem + 4vw,6rem);--yitm-radius-sm:8px;--yitm-radius-md:12px;--yitm-radius-lg:18px;--yitm-radius-xl:24px;--yitm-radius-pill:999px;--yitm-shadow-sm:0 4px 14px rgba(16,35,63,0.07);--yitm-shadow-md:0 10px 28px rgba(16,35,63,0.08);--yitm-shadow-lg:0 16px 42px rgba(16,35,63,0.09);--yitm-width-content:72ch;--yitm-width-wide:1180px;--yitm-width-reading:72ch;--yitm-gutter:clamp(1rem,0.72rem + 1.1vw,2rem);--yitm-touch-target:44px;--yitm-focus-width:3px;--yitm-focus-offset:3px;--yitm-public-ink:var(--yitm-color-ink);--yitm-public-muted:var(--yitm-color-text-muted);--yitm-public-green:var(--yitm-color-action);--yitm-public-green-strong:var(--yitm-color-action-hover);--yitm-public-gold:var(--yitm-color-focus);--yitm-public-page:var(--yitm-color-page);--yitm-public-surface:var(--yitm-color-surface);--yitm-public-soft:var(--yitm-color-surface-soft);--yitm-public-border:var(--yitm-color-border);--yitm-public-radius:var(--yitm-radius-lg);--yitm-public-wide:var(--yitm-width-wide);--yitm-public-copy:var(--yitm-width-reading);--yitm-public-shadow:var(--yitm-shadow-lg);}}@layer tokens {:root {--yitm-breakpoint-sm:30rem;--yitm-breakpoint-md:48rem;--yitm-breakpoint-lg:64rem;--yitm-breakpoint-xl:75rem;}}@layer reset {*,*::before,*::after {box-sizing:border-box;}html {-webkit-text-size-adjust:100%;}body {margin:0;min-width:0;}img,picture,video,canvas,svg {display:block;max-width:100%;}img,video {height:auto;}button,input,textarea,select {font:inherit;}}@layer base {body {color:var(--yitm-color-text);font-family:var(--yitm-font-sans);font-size:var(--yitm-font-size-base);line-height:var(--yitm-line-height-body);}:where(h1,h2,h3,h4,h5,h6) {color:var(--yitm-color-ink);line-height:var(--yitm-line-height-heading);overflow-wrap:anywhere;text-wrap:balance;}h1 {font-size:var(--yitm-font-size-3xl);letter-spacing:-0.04em;}h2 {font-size:var(--yitm-font-size-2xl);}h3 {font-size:var(--yitm-font-size-xl);}:where(p,li,dd) {overflow-wrap:break-word;}:where(p) {text-wrap:pretty;}a {color:var(--yitm-color-link);text-underline-offset:0.14em;}a:hover {color:var(--yitm-color-link-hover);}}@layer base {:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible {outline:var(--yitm-focus-width) solid var(--yitm-color-focus);outline-offset:var(--yitm-focus-offset);}.yitm-skip-link {position:fixed;inset-block-start:var(--yitm-space-2);inset-inline-start:var(--yitm-space-2);z-index:10000;padding:var(--yitm-space-3) var(--yitm-space-4);border-radius:var(--yitm-radius-sm);background:var(--yitm-color-ink);color:#fff;transform:translateY(-200%);}.yitm-skip-link:focus {transform:translateY(0);}@media (prefers-reduced-motion:reduce) {html:focus-within {scroll-behavior:auto;}*,*::before,*::after {scroll-behavior:auto;animation-duration:0.01ms;animation-iteration-count:1;transition-duration:0.01ms;}}}@layer base {:where(iframe,embed,object) {max-width:100%;}figure {margin-inline:0;}}@layer layout {body {background:var(--yitm-color-page);}main {min-width:0;}.yitm-page-shell {min-width:0;}}@layer layout {.yitm-container {width:min(var(--yitm-width-wide),calc(100% - (2 * var(--yitm-gutter))));margin-inline:auto;}.yitm-reading-container {width:min(var(--yitm-width-reading),calc(100% - (2 * var(--yitm-gutter))));margin-inline:auto;}}@layer layout {.yitm-grid {display:grid;gap:var(--yitm-space-5);}.yitm-grid>* {min-width:0;}.yitm-grid--2 {grid-template-columns:repeat(2,minmax(0,1fr));}.yitm-grid--3 {grid-template-columns:repeat(3,minmax(0,1fr));}@media (max-width:48rem) {.yitm-grid--2,.yitm-grid--3 {grid-template-columns:minmax(0,1fr);}}}@layer components {.yitm-header {position:relative;z-index:30;min-width:0;background:var(--yitm-color-surface);color:var(--yitm-color-text);border-bottom:1px solid var(--yitm-color-border);}.yitm-header__inner {width:min(100% - (2 * var(--yitm-gutter)),var(--yitm-width-wide));min-height:4.5rem;margin-inline:auto;display:flex;align-items:center;gap:var(--yitm-space-5);}.yitm-header__brand {display:inline-flex;align-items:center;flex:0 0 auto;min-height:var(--yitm-touch-target);}.yitm-header__brand img {display:block;width:auto;max-height:3rem;}.yitm-nav {margin-inline-start:auto;min-width:0;}.yitm-nav__list {display:flex;align-items:center;flex-wrap:wrap;gap:var(--yitm-space-2);margin:0;padding:0;list-style:none;}.yitm-nav__link {min-height:var(--yitm-touch-target);display:inline-flex;align-items:center;padding:var(--yitm-space-2) var(--yitm-space-3);border-radius:var(--yitm-radius-sm);color:var(--yitm-color-text);font-weight:600;text-decoration:none;}.yitm-nav__link:hover {background:var(--yitm-color-surface-soft);color:var(--yitm-color-action-hover);}.yitm-nav__link[aria-current="page"] {color:var(--yitm-color-action);background:var(--yitm-color-surface-soft);}.yitm-nav-toggle {min-width:var(--yitm-touch-target);min-height:var(--yitm-touch-target);margin-inline-start:auto;display:none;align-items:center;justify-content:center;border:1px solid var(--yitm-color-border);border-radius:var(--yitm-radius-sm);background:var(--yitm-color-surface);color:var(--yitm-color-text);cursor:pointer;}@media (max-width:47.99rem) {.yitm-header__inner {min-height:4rem;flex-wrap:wrap;gap:var(--yitm-space-3);}.yitm-nav-toggle {display:inline-flex;}.yitm-nav {flex-basis:100%;margin-inline-start:0;}.yitm-nav[hidden] {display:none;}.yitm-nav__list {align-items:stretch;flex-direction:column;padding-block-end:var(--yitm-space-4);}.yitm-nav__link {width:100%;}}}@layer components {.yitm-footer {min-width:0;margin-block-start:var(--yitm-section-space-lg);border-top:1px solid var(--yitm-color-border);background:var(--yitm-color-ink);color:var(--yitm-color-surface);}.yitm-footer__inner {width:min(100% - (2 * var(--yitm-gutter)),var(--yitm-width-wide));margin-inline:auto;padding-block:var(--yitm-section-space-md);}.yitm-footer__grid {display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,13rem),1fr));gap:var(--yitm-space-6);}.yitm-footer__heading {color:inherit;font-size:var(--yitm-font-size-md);margin-block:0 var(--yitm-space-3);}.yitm-footer__list {margin:0;padding:0;list-style:none;}.yitm-footer__list>li + li {margin-block-start:var(--yitm-space-2);}.yitm-footer a {color:inherit;text-underline-offset:0.18em;}.yitm-footer a:hover {color:var(--yitm-color-focus);}.yitm-footer__meta {margin-block-start:var(--yitm-space-6);padding-block-start:var(--yitm-space-4);border-top:1px solid color-mix(in srgb,currentColor 24%,transparent);font-size:var(--yitm-font-size-sm);}}@layer components {.yitm-hero {--yitm-hero-max:var(--yitm-width-wide);--yitm-hero-copy-max:46rem;--yitm-hero-space:var(--yitm-section-space-lg);background:var(--yitm-color-page);color:var(--yitm-color-text);}.yitm-hero__inner {width:min(100% - (2 * var(--yitm-gutter)),var(--yitm-hero-max));margin-inline:auto;padding-block:var(--yitm-hero-space);display:grid;grid-template-columns:minmax(0,1.08fr) minmax(16rem,0.92fr);align-items:center;gap:clamp(1.5rem,4vw,4.5rem);}.yitm-hero__content {min-width:0;max-width:var(--yitm-hero-copy-max);}.yitm-hero__eyebrow {margin:0 0 var(--yitm-space-3);color:var(--yitm-color-action);font-weight:700;font-size:var(--yitm-font-size-sm);letter-spacing:0.04em;text-transform:uppercase;}.yitm-hero__title {margin:0;max-width:18ch;font:700 var(--yitm-font-size-3xl)/var(--yitm-line-height-tight) var(--yitm-font-display);text-wrap:balance;overflow-wrap:anywhere;}.yitm-hero__lead {margin:var(--yitm-space-4) 0 0;max-width:60ch;color:var(--yitm-color-text-muted);font-size:var(--yitm-font-size-md);}.yitm-hero__actions {display:flex;flex-wrap:wrap;gap:var(--yitm-space-3);margin-block-start:var(--yitm-space-5);}.yitm-hero__media {min-width:0;}.yitm-hero__media:where(img,picture,video) {width:100%;}.yitm-hero--service {--yitm-hero-copy-max:48rem;}.yitm-hero--hub .yitm-hero__inner {grid-template-columns:minmax(0,1fr);}.yitm-hero--hub .yitm-hero__content {max-width:54rem;}.yitm-hero--hub .yitm-hero__title {max-width:22ch;}.yitm-hero--article {--yitm-hero-max:var(--yitm-width-content);--yitm-hero-copy-max:var(--yitm-width-reading);--yitm-hero-space:var(--yitm-section-space-md);}.yitm-hero--article .yitm-hero__inner {grid-template-columns:minmax(0,1fr);}.yitm-hero--compact {--yitm-hero-copy-max:48rem;--yitm-hero-space:var(--yitm-section-space-sm);}.yitm-hero--compact .yitm-hero__inner {grid-template-columns:minmax(0,1fr);}.yitm-hero--compact .yitm-hero__title {font-size:var(--yitm-font-size-2xl);}@media (max-width:47.99rem) {.yitm-hero__inner {grid-template-columns:minmax(0,1fr);}.yitm-hero__title {max-width:none;}.yitm-hero__actions {align-items:stretch;flex-direction:column;}}}@layer components {.yitm-button {appearance:none;min-height:var(--yitm-touch-target);max-width:100%;display:inline-flex;align-items:center;justify-content:center;gap:var(--yitm-space-2);padding:0.65rem 1.05rem;border:1px solid transparent;border-radius:var(--yitm-radius-pill);font:inherit;font-weight:700;line-height:1.2;text-align:center;text-decoration:none;cursor:pointer;}.yitm-button--primary {background:var(--yitm-color-action);color:var(--yitm-color-on-action);border-color:var(--yitm-color-action);}.yitm-button--primary:hover {background:var(--yitm-color-action-hover);border-color:var(--yitm-color-action-hover);color:var(--yitm-color-on-action);}.yitm-button--secondary {background:var(--yitm-color-surface);color:var(--yitm-color-action);border-color:var(--yitm-color-action);}.yitm-button--secondary:hover {background:var(--yitm-color-surface-soft);color:var(--yitm-color-action-hover);border-color:var(--yitm-color-action-hover);}.yitm-button--text {min-height:var(--yitm-touch-target);padding-inline:var(--yitm-space-2);color:var(--yitm-color-action);background:transparent;border-color:transparent;border-radius:var(--yitm-radius-sm);}.yitm-button--text:hover {color:var(--yitm-color-action-hover);background:var(--yitm-color-surface-soft);}.yitm-button[disabled],.yitm-button[aria-disabled="true"] {opacity:0.55;cursor:not-allowed;}.yitm-button[aria-busy="true"] {cursor:progress;}@media (max-width:29.99rem) {.yitm-button--mobile-block {width:100%;}}}@layer components {.yitm-card {min-width:0;display:flex;flex-direction:column;border:1px solid var(--yitm-color-border);border-radius:var(--yitm-radius-lg);background:var(--yitm-color-surface);box-shadow:var(--yitm-shadow-sm);overflow:clip;}.yitm-card__media {aspect-ratio:16 / 9;overflow:hidden;background:var(--yitm-color-surface-soft);}.yitm-card__media:where(img,picture,video) {width:100%;height:100%;object-fit:cover;}.yitm-card__body {min-width:0;padding:var(--yitm-space-5);}.yitm-card__title {margin:0;font-size:var(--yitm-font-size-lg);overflow-wrap:anywhere;}.yitm-card__text {margin:var(--yitm-space-3) 0 0;color:var(--yitm-color-text-muted);}.yitm-card__actions {margin-block-start:auto;padding:0 var(--yitm-space-5) var(--yitm-space-5);display:flex;flex-wrap:wrap;gap:var(--yitm-space-3);}.yitm-card--flat {box-shadow:none;}.yitm-card--soft {background:var(--yitm-color-surface-soft);}.yitm-card--interactive {transition:transform 160ms ease,box-shadow 160ms ease;}.yitm-card--interactive:hover {transform:translateY(-2px);box-shadow:var(--yitm-shadow-md);}@media (prefers-reduced-motion:reduce) {.yitm-card--interactive {transition:none;}.yitm-card--interactive:hover {transform:none;}}}@layer components {.yitm-form {min-width:0;}.yitm-form__grid {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--yitm-space-4);}.yitm-field {min-width:0;display:grid;gap:var(--yitm-space-2);}.yitm-field--full {grid-column:1 / -1;}.yitm-field__label,.yitm-legend {font-weight:700;}.yitm-field__hint {color:var(--yitm-color-text-muted);font-size:var(--yitm-font-size-sm);}.yitm-field__control {width:100%;min-height:var(--yitm-touch-target);padding:0.7rem 0.8rem;border:1px solid var(--yitm-color-border);border-radius:var(--yitm-radius-sm);background:var(--yitm-color-surface);color:var(--yitm-color-text);font:inherit;}textarea.yitm-field__control {min-height:8rem;resize:vertical;}select.yitm-field__control {padding-inline-end:2.25rem;}.yitm-field__control::placeholder {color:color-mix(in srgb,var(--yitm-color-text-muted) 78%,transparent);}.yitm-field__control[aria-invalid="true"] {border-color:var(--yitm-color-danger);}.yitm-field__error {color:var(--yitm-color-danger);font-size:var(--yitm-font-size-sm);font-weight:600;}.yitm-choice {min-height:var(--yitm-touch-target);display:flex;align-items:flex-start;gap:var(--yitm-space-3);}.yitm-choice:where(input[type="checkbox"],input[type="radio"]) {width:1.25rem;height:1.25rem;margin-block-start:0.16rem;flex:0 0 auto;accent-color:var(--yitm-color-action);}.yitm-form__actions {display:flex;flex-wrap:wrap;gap:var(--yitm-space-3);margin-block-start:var(--yitm-space-5);}@media (max-width:39.99rem) {.yitm-form__grid {grid-template-columns:minmax(0,1fr);}.yitm-field--full {grid-column:auto;}}}@layer components {.yitm-breadcrumbs {color:var(--yitm-color-text-muted);font-size:var(--yitm-font-size-sm);}.yitm-breadcrumbs__list {display:flex;flex-wrap:wrap;align-items:center;gap:var(--yitm-space-2);margin:0;padding:0;list-style:none;}.yitm-breadcrumbs__item {min-width:0;display:inline-flex;align-items:center;gap:var(--yitm-space-2);}.yitm-breadcrumbs__item:not(:last-child)::after {content: "/";color:var(--yitm-color-border);}.yitm-breadcrumbs a {color:var(--yitm-color-link);text-underline-offset:0.16em;}.yitm-breadcrumbs [aria-current="page"] {color:var(--yitm-color-text);overflow-wrap:anywhere;}}@layer components {.yitm-badge {min-height:1.75rem;max-width:100%;display:inline-flex;align-items:center;gap:var(--yitm-space-1);padding:0.2rem 0.6rem;border:1px solid var(--yitm-color-border);border-radius:var(--yitm-radius-pill);background:var(--yitm-color-surface-soft);color:var(--yitm-color-text);font-size:var(--yitm-font-size-xs);font-weight:700;line-height:1.2;}.yitm-badge--success {border-color:color-mix(in srgb,var(--yitm-color-success) 35%,var(--yitm-color-border));color:var(--yitm-color-success);}.yitm-badge--warning {border-color:color-mix(in srgb,var(--yitm-color-warning) 35%,var(--yitm-color-border));color:var(--yitm-color-warning);}.yitm-badge--danger {border-color:color-mix(in srgb,var(--yitm-color-danger) 35%,var(--yitm-color-border));color:var(--yitm-color-danger);}}@layer components {.yitm-trust {border-block:1px solid var(--yitm-color-border);background:var(--yitm-color-surface);}.yitm-trust__inner {width:min(100% - (2 * var(--yitm-gutter)),var(--yitm-width-wide));margin-inline:auto;padding-block:var(--yitm-space-5);}.yitm-trust__list {display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,12rem),1fr));align-items:center;gap:var(--yitm-space-4);margin:0;padding:0;list-style:none;}.yitm-trust__item {min-width:0;display:flex;align-items:center;gap:var(--yitm-space-3);color:var(--yitm-color-text-muted);font-size:var(--yitm-font-size-sm);font-weight:600;}.yitm-trust__icon {flex:0 0 auto;width:1.5rem;height:1.5rem;}}@layer components {.yitm-faq {min-width:0;}.yitm-faq__item {border-block-end:1px solid var(--yitm-color-border);}.yitm-faq__question {width:100%;min-height:var(--yitm-touch-target);display:flex;align-items:center;justify-content:space-between;gap:var(--yitm-space-4);padding:var(--yitm-space-4) 0;border:0;background:transparent;color:var(--yitm-color-text);font:inherit;font-weight:700;text-align:start;cursor:pointer;}.yitm-faq__question::after {content: "+";flex:0 0 auto;font-size:1.4em;line-height:1;}.yitm-faq__question[aria-expanded="true"]::after {content: "−";}.yitm-faq__answer {padding:0 0 var(--yitm-space-5);color:var(--yitm-color-text-muted);}.yitm-faq__answer[hidden] {display:none;}}@layer components {.yitm-related {margin-block:var(--yitm-section-space-md);}.yitm-related__heading {margin-block-end:var(--yitm-space-5);}.yitm-related__grid {display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,15rem),1fr));gap:var(--yitm-space-5);}}@layer components {.yitm-cta {padding:clamp(1.5rem,1rem + 2vw,3rem);border:1px solid var(--yitm-color-border);border-radius:var(--yitm-radius-xl);background:var(--yitm-color-surface-soft);}.yitm-cta__inner {max-width:54rem;}.yitm-cta__title {margin:0;font-size:var(--yitm-font-size-xl);}.yitm-cta__text {margin:var(--yitm-space-3) 0 0;color:var(--yitm-color-text-muted);}.yitm-cta__actions {display:flex;flex-wrap:wrap;gap:var(--yitm-space-3);margin-block-start:var(--yitm-space-5);}.yitm-cta--strong {background:var(--yitm-color-ink);color:var(--yitm-color-surface);border-color:var(--yitm-color-ink);}.yitm-cta--strong .yitm-cta__text {color:color-mix(in srgb,currentColor 82%,transparent);}}@layer components {.yitm-mobile-actions {display:none;}@media (max-width:47.99rem) {.yitm-mobile-actions {position:sticky;z-index:20;inset-block-end:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:var(--yitm-space-2);padding:var(--yitm-space-2) var(--yitm-gutter) max(var(--yitm-space-2),env(safe-area-inset-bottom));border-top:1px solid var(--yitm-color-border);background:color-mix(in srgb,var(--yitm-color-surface) 94%,transparent);backdrop-filter:blur(10px);}.yitm-mobile-actions .yitm-button {width:100%;}}}@layer components {.yitm-figure {margin:var(--yitm-space-6) 0;}.yitm-figure__media {overflow:hidden;border-radius:var(--yitm-radius-md);background:var(--yitm-color-surface-soft);}.yitm-figure__media:where(img,video) {width:100%;height:auto;}.yitm-figure__caption {margin-block-start:var(--yitm-space-2);color:var(--yitm-color-text-muted);font-size:var(--yitm-font-size-sm);}}@layer components {.yitm-status {--yitm-status-accent:var(--yitm-color-link);padding:var(--yitm-space-4);border:1px solid color-mix(in srgb,var(--yitm-status-accent) 34%,var(--yitm-color-border));border-inline-start:4px solid var(--yitm-status-accent);border-radius:var(--yitm-radius-md);background:var(--yitm-color-surface);}.yitm-status__title {margin:0;font-weight:700;}.yitm-status__body {margin:var(--yitm-space-2) 0 0;color:var(--yitm-color-text-muted);}.yitm-status--success {--yitm-status-accent:var(--yitm-color-success);}.yitm-status--warning {--yitm-status-accent:var(--yitm-color-warning);}.yitm-status--danger,.yitm-status--error {--yitm-status-accent:var(--yitm-color-danger);}}@layer components {:where(.yitm-surface--dark,[data-yitm-surface="dark"]) {--yitm-surface-fg:#f7fbff;--yitm-surface-muted:#d7e3ec;--yitm-surface-border:rgba(255,255,255,.22);color:var(--yitm-surface-fg);}:where(.yitm-surface--dark,[data-yitm-surface="dark"]):where(h1,h2,h3,h4,h5,h6,p,li,dt,dd,label,small,strong) {color:inherit;}:where(.yitm-surface--dark,[data-yitm-surface="dark"]):where(a:not(.yitm-button),button,.btn,.yitm-button) {color:var(--yitm-surface-fg);}:where(.yitm-surface--dark,[data-yitm-surface="dark"]):where(.btn-secondary,.btn-ghost,.yitm-button--secondary,.yitm-button--ghost) {border-color:var(--yitm-surface-border);color:var(--yitm-surface-fg);}}@layer utilities {.yitm-u-mt-0 {margin-top:0;}.yitm-u-mt-4 {margin-top:var(--yitm-space-4);}.yitm-u-mt-6 {margin-top:var(--yitm-space-6);}.yitm-u-mb-0 {margin-bottom:0;}.yitm-u-mb-4 {margin-bottom:var(--yitm-space-4);}.yitm-u-mb-6 {margin-bottom:var(--yitm-space-6);}.yitm-u-py-section {padding-block:var(--yitm-section-space-md);}}@layer utilities {.yitm-u-block {display:block;}.yitm-u-flex {display:flex;}.yitm-u-grid {display:grid;}.yitm-u-hidden {display:none;}}@layer utilities {.yitm-u-sr-only {position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}.yitm-u-sr-only-focusable:focus,.yitm-u-sr-only-focusable:active {position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;white-space:normal;}}@layer legacy {}@layer legacy {@scope (html[data-yitm-b3-css~="b3-36"]) {:scope{--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}}:scope{--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){:scope{--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;}}:scope{--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){:scope{--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;}}:scope{--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){:scope{--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;}}:scope{--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){:scope{--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}}:scope{--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;}}:scope{--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-b3-css~="b3-38"]) {.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-b3-css~="b3-35"]) {:root{--ee-ink:#15231c;--ee-muted:#52635a;--ee-green:#1d6b4b;--ee-green-dark:#124a35;--ee-cream:#f7f2e8;--ee-white:#fff;--ee-line:#dbe4de;--ee-gold:#9a6d1e;--ee-danger:#8d2e24;--ee-radius:22px;--ee-shadow:0 14px 36px rgba(20,48,35,.09)}.ee-shell{max-width:1180px;margin:0 auto;padding:28px 18px 64px;color:var(--ee-ink);font-family:Arial,Helvetica,sans-serif}.ee-shell *{box-sizing:border-box}.ee-breadcrumbs{display:flex;gap:8px;flex-wrap:wrap;font-size:.94rem;color:var(--ee-muted);margin:4px 0 22px}.ee-breadcrumbs a{color:var(--ee-green-dark);font-weight:700}.ee-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:28px;align-items:center;background:linear-gradient(135deg,#f8f3e9,#eef7f1);border:1px solid var(--ee-line);border-radius:30px;padding:clamp(24px,4vw,48px);box-shadow:var(--ee-shadow)}.ee-kicker{font-size:.82rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase;color:var(--ee-green)}.ee-hero h1{font-size:clamp(2.1rem,5vw,4.5rem);line-height:1.02;margin:.35rem 0 1rem;letter-spacing:-.04em}.ee-hero p{font-size:clamp(1.03rem,1.7vw,1.25rem);line-height:1.65;color:var(--ee-muted);max-width:760px}.ee-hero img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:22px;border:1px solid var(--ee-line);background:#e8eee9}.ee-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.ee-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 18px;border-radius:999px;text-decoration:none;font-weight:900;border:1px solid var(--ee-green-dark)}.ee-btn-primary{background:var(--ee-green-dark);color:#fff}.ee-btn-secondary{background:#fff;color:var(--ee-green-dark)}.ee-section{margin-top:34px}.ee-section h2{font-size:clamp(1.55rem,3vw,2.35rem);letter-spacing:-.025em;margin:0 0 14px}.ee-lead{font-size:1.08rem;line-height:1.7;color:var(--ee-muted);max-width:850px}.ee-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.ee-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.ee-card{background:#fff;border:1px solid var(--ee-line);border-radius:var(--ee-radius);padding:22px;box-shadow:0 7px 22px rgba(20,48,35,.055)}.ee-card h3{margin:.2rem 0 .55rem;font-size:1.22rem}.ee-card p,.ee-card li{color:var(--ee-muted);line-height:1.6}.ee-card a{color:var(--ee-green-dark);font-weight:800}.ee-role-card{overflow:hidden;padding:0}.ee-role-card img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block;background:#e8eee9}.ee-role-card>div{padding:20px}.ee-role{font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--ee-green)}.ee-credentials{margin:24px auto;max-width:1180px;padding:18px;display:grid;grid-template-columns:1fr 1fr auto;gap:16px;align-items:center;background:#fff;border:1px solid var(--ee-line);border-radius:18px;box-shadow:0 8px 24px rgba(20,48,35,.06);font-family:Arial,Helvetica,sans-serif}.ee-credentials strong{display:block;color:var(--ee-ink);margin-bottom:4px}.ee-credentials span,.ee-credentials time{color:var(--ee-muted);font-size:.94rem}.ee-credentials a{color:var(--ee-green-dark);font-weight:800}.ee-reviewed{display:inline-flex;padding:7px 11px;border-radius:999px;background:#edf7f1;color:var(--ee-green-dark);font-size:.82rem;font-weight:900;white-space:nowrap}.ee-source-block{width:min(1160px,calc(100% - 40px));box-sizing:border-box;margin:28px auto;max-width:1160px;background:#f8fbf9;border:1px solid #bfd5c7;border-radius:20px;padding:22px;font-family:Arial,Helvetica,sans-serif}.ee-source-block h2,.ee-source-block h3{margin:0 0 8px;color:var(--ee-ink)}.ee-source-block p{color:var(--ee-muted);line-height:1.6}.ee-source-list{margin:12px 0 0;padding-left:20px}.ee-source-list li{margin:8px 0}.ee-source-list a{color:var(--ee-green-dark);font-weight:800}.ee-source-note{font-size:.9rem;color:var(--ee-muted)}.ee-example-label{margin:18px auto;max-width:1180px;border:1px solid #e0c58f;background:#fff8e8;color:#634818;border-radius:16px;padding:15px 18px;font-family:Arial,Helvetica,sans-serif}.ee-evidence-table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid var(--ee-line);border-radius:16px;background:#fff}.ee-evidence-table th,.ee-evidence-table td{text-align:left;vertical-align:top;padding:13px 15px;border-bottom:1px solid var(--ee-line);line-height:1.55}.ee-evidence-table th{width:30%;background:#f5f8f6;color:var(--ee-ink)}.ee-evidence-table tr:last-child th,.ee-evidence-table tr:last-child td{border-bottom:0}.ee-profile{display:grid;grid-template-columns:280px 1fr;gap:28px}.ee-profile img{width:100%;border-radius:22px;aspect-ratio:1/1;object-fit:cover;background:#e8eee9}.ee-notice{background:#fff;border:1px solid var(--ee-line);border-radius:18px;padding:18px;color:var(--ee-muted);line-height:1.6}.ee-link-list{display:grid;gap:10px}.ee-link-list a{display:block;padding:13px 15px;border:1px solid var(--ee-line);border-radius:14px;background:#fff;text-decoration:none;color:var(--ee-green-dark);font-weight:800}.ee-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:820px){.ee-hero,.ee-profile{grid-template-columns:1fr}.ee-grid,.ee-grid-3{grid-template-columns:1fr}.ee-credentials{grid-template-columns:1fr}.ee-reviewed{justify-self:start}.ee-evidence-table th,.ee-evidence-table td{display:block;width:100%}.ee-evidence-table th{border-bottom:0;padding-bottom:4px}.ee-evidence-table td{padding-top:4px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}@media(max-width:680px){.ee-source-block{width:calc(100% - 28px)!important}}}@scope (html[data-yitm-b3-css~="b3-10"]) {.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-b3-css~="b3-08"]) {.yitm-authority-hero{padding:clamp(2rem,5vw,4.5rem) 0;background:linear-gradient(135deg,#f8f4ec,#eef7f2);border-bottom:1px solid rgba(6,78,53,.12)}.yitm-authority-hero .wrap{max-width:1180px;margin:auto;padding:0 20px}.yitm-authority-hero h1{max-width:900px;margin:.35rem 0 1rem;font-size:clamp(2rem,5vw,4rem);line-height:1.05;color:#123c30}.yitm-authority-hero p{max-width:820px;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.65;color:#304b42}.yitm-authority-kicker{font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#8a5a20;font-size:.82rem}.yitm-authority-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:1.4rem}.yitm-authority-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.75rem 1.1rem;border-radius:999px;text-decoration:none;font-weight:900}.yitm-authority-actions a:first-child{background:#064e35;color:#fff}.yitm-authority-actions a:last-child{border:1px solid #a98c67;color:#123c30;background:#fff}.yitm-authority-main{max-width:1180px;margin:auto;padding:32px 20px 70px}.yitm-authority-section{margin:0 0 34px}.yitm-authority-section>h2{font-size:clamp(1.55rem,3vw,2.35rem);color:#123c30;margin:0 0 .7rem}.yitm-authority-section>p{max-width:880px;line-height:1.7;color:#40554d}.yitm-authority-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px}.yitm-authority-card{display:block;padding:20px;border:1px solid rgba(6,78,53,.15);border-radius:20px;background:#fff;color:#173d31;text-decoration:none;box-shadow:0 10px 28px rgba(21,51,42,.06)}.yitm-authority-card:hover,.yitm-authority-card:focus-visible{transform:translateY(-2px);box-shadow:0 16px 34px rgba(21,51,42,.1)}.yitm-authority-card strong{display:block;font-size:1.08rem;margin-bottom:.45rem}.yitm-authority-card span{display:block;color:#53665f;line-height:1.55}.yitm-authority-card .yitm-authority-tag{display:inline-block;margin-bottom:.75rem;color:#8a5a20;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.yitm-authority-note{padding:22px;border-radius:20px;background:#f2f8f5;border:1px solid #cfe2d7}.yitm-authority-note h2{margin-top:0;color:#123c30}.yitm-authority-note p{line-height:1.7}.yitm-authority-note .yitm-authority-actions{margin-bottom:0}.yitm-content-authority-links{width:min(1160px,calc(100% - 40px));box-sizing:border-box;margin:30px auto;padding:24px;border:1px solid rgba(6,78,53,.16);border-radius:22px;background:#f8fbf9}.yitm-content-authority-links h2{margin-top:0;color:#123c30}.yitm-content-authority-links>p{max-width:850px}.yitm-content-authority-links__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px}.yitm-content-authority-links__grid a{display:block;padding:15px 16px;border-radius:14px;background:#fff;border:1px solid rgba(6,78,53,.13);text-decoration:none;color:#123c30;font-weight:800}.yitm-content-authority-links__grid>:only-child{grid-column:1/-1}.yitm-content-authority-links__grid a span{display:block;margin-top:5px;color:#5c6b65;font-weight:400;line-height:1.45}@media(max-width:820px){.yitm-content-authority-links{width:calc(100% - 28px)}.yitm-authority-grid{grid-template-columns:1fr}.yitm-content-authority-links__grid{grid-template-columns:1fr}.yitm-authority-main{padding-bottom:96px}}}@scope (html[data-yitm-b3-css~="b3-02"]) {:root{--family-ink:#17373b;--family-green:#22736b;--family-mint:#e9f6f1;--family-cream:#fff8ec;--family-coral:#c8624f;--family-line:#d8e6e1;--family-shadow:0 18px 48px rgba(23,55,59,.12)}.family-plan-page{background:#fffdf8;color:var(--family-ink)}.family-plan-page .hero{padding:clamp(3.5rem,7vw,6.5rem) 0 3rem;background:linear-gradient(135deg,var(--family-cream),#f0faf6 70%)}.family-plan-page .hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);gap:clamp(2rem,5vw,5rem);align-items:center}.family-plan-page .hero h1{font-size:clamp(2.2rem,4.15vw,4.15rem);line-height:1.04;letter-spacing:-.04em;text-wrap:balance;margin:.7rem 0 1.2rem;max-width:18ch}.family-plan-page .hero p,.family-plan-page .section-lead{font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.7;max-width:70ch}.family-plan-page .hero figure{margin:0;border-radius:30px;overflow:hidden;box-shadow:var(--family-shadow);min-height:390px;background:#dce9e5}.family-plan-page .hero figure img{width:100%;height:100%;min-height:390px;object-fit:cover;display:block}.family-plan-page .eyebrow,.family-plan-page .card-kicker{font-weight:800;text-transform:uppercase;letter-spacing:.11em;font-size:.78rem;color:var(--family-green)}.family-plan-page .actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.5rem}.family-plan-page .btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.82rem 1.25rem;border-radius:999px;text-decoration:none;font-weight:800}.family-plan-page .btn-primary{background:var(--family-green);color:#fff}.family-plan-page .btn-secondary{background:#fff;color:var(--family-ink);border:1px solid var(--family-line)}.family-plan-page .trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem;margin-top:2.4rem}.family-plan-page .trust-strip span{background:rgba(255,255,255,.8);border:1px solid var(--family-line);border-radius:16px;padding:.9rem;text-align:center;font-weight:700}.family-plan-page .section{padding:clamp(3.2rem,6vw,5.7rem) 0}.family-plan-page .section.alt{background:var(--family-mint)}.family-plan-page .section h2{font-size:clamp(1.9rem,3.8vw,3.15rem);line-height:1.08;letter-spacing:-.03em;text-wrap:balance;margin:.6rem 0 1rem}.family-plan-page .grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem;margin-top:1.8rem}.family-plan-page .card,.family-plan-page .panel,.family-plan-page .notice{background:#fff;border:1px solid var(--family-line);border-radius:24px;padding:clamp(1.25rem,2vw,1.8rem);box-shadow:0 10px 28px rgba(23,55,59,.07)}.family-plan-page .card h3{font-size:1.35rem;margin:.45rem 0}.family-plan-page .card p{line-height:1.65}.family-plan-page .card a{font-weight:800;color:var(--family-green)}.family-plan-page .price{font-size:2rem;font-weight:900;color:var(--family-coral);margin:.35rem 0}.family-plan-page .two-col{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:1.5rem}.family-plan-page .check-list{padding-left:1.25rem}.family-plan-page .check-list li{margin:.7rem 0;line-height:1.55}.family-plan-page .decision-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.3rem}.family-plan-page .faq-item{background:#fff;border:1px solid var(--family-line);border-radius:16px;padding:1rem 1.2rem;margin:.75rem 0;overflow:hidden}.family-plan-page .faq-item>summary{display:list-item;width:100%;min-height:44px;padding:.25rem 0;font-weight:800;line-height:1.4;cursor:pointer;text-align:left!important;list-style-position:inside}.family-plan-page .faq-item>summary:focus-visible{outline:3px solid rgba(34,115,107,.28);outline-offset:4px;border-radius:8px}.family-plan-page .faq-item>p{margin:.75rem 0 0;line-height:1.65;text-align:left}.family-plan-page .safety{border-left:6px solid var(--family-coral);background:#fff7f3}.family-plan-page .breadcrumbs{font-size:.95rem;margin-bottom:1rem}.family-plan-page .breadcrumbs a{color:var(--family-green)}@media(max-width:850px){.family-plan-page .hero-grid,.family-plan-page .two-col{grid-template-columns:1fr}.family-plan-page .hero h1{font-size:clamp(2.35rem,7vw,3.55rem);max-width:22ch}.family-plan-page .grid,.family-plan-page .decision-grid{grid-template-columns:1fr 1fr}.family-plan-page .trust-strip{grid-template-columns:1fr 1fr}.family-plan-page .hero figure,.family-plan-page .hero figure img{min-height:280px}}@media(max-width:560px){.family-plan-page .hero h1{font-size:clamp(2.15rem,11vw,3rem);line-height:1.05;max-width:none}.family-plan-page .grid,.family-plan-page .decision-grid,.family-plan-page .trust-strip{grid-template-columns:1fr}.family-plan-page .actions .btn{width:100%}.family-plan-page .faq-item{padding:.9rem 1rem}}.family-start-here{margin-top:1rem;padding:1rem 1.1rem;border:1px solid var(--family-line,#dbe7df);border-radius:18px;background:#fff;display:grid;gap:.8rem;box-shadow:0 12px 30px rgba(28,63,52,.08)}.family-start-here>div:first-child{display:grid;gap:.2rem}.family-start-here strong{font-size:1.05rem}.family-start-here span{color:var(--family-muted,#52645d)}.family-start-links{display:flex;flex-wrap:wrap;gap:.55rem}.family-start-links a{display:inline-flex;min-height:44px;align-items:center;padding:.65rem .9rem;border-radius:999px;border:1px solid var(--family-line,#dbe7df);font-weight:750;text-decoration:none;background:#f7fbf8}.family-start-links a:hover,.family-start-links a:focus-visible{transform:translateY(-1px);box-shadow:0 8px 20px rgba(28,63,52,.10)}.journey-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.25rem}.journey-grid article{padding:1.25rem;border-radius:20px;background:#fff;border:1px solid var(--family-line,#dbe7df)}.journey-grid article>span{display:grid;place-items:center;width:2rem;height:2rem;border-radius:50%;font-weight:800;background:#e8f5ed;color:#19583f}.journey-grid h3{margin:.75rem 0 .4rem}.reassurance-note{margin-top:1rem;padding:1rem 1.1rem;border-radius:16px;background:#fff8e8;border:1px solid #efdba7}.parent-decision-panel .decision-note{align-self:stretch}.parent-decision-panel .text-link{display:inline-flex;margin-top:.4rem;font-weight:800}.parent-decision-panel .check-list{margin-top:1rem}@media (max-width:760px){.journey-grid{grid-template-columns:1fr}.family-start-links{display:grid;grid-template-columns:1fr 1fr}.family-start-links a{justify-content:center;text-align:center}}@media (max-width:430px){.family-start-links{grid-template-columns:1fr}}}@scope (html[data-yitm-b3-css~="b3-04"]) {:root{--navy:#12233f;--blue:#1e5b8f;--green:#2c745f;--gold:#f2b824;--ink:#1b2a41;--muted:#53647d;--cream:#f7f3eb;--soft:#edf5f2;--line:#d8e2e8;--white:#fff;--shadow:0 18px 50px rgba(18,35,63,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--cream);line-height:1.6}a{color:inherit}.wrap{width:min(1180px,calc(100% - 32px));margin:auto}.site-header{background:#fff;position:sticky;top:0;z-index:30;border-bottom:1px solid #e7ecef}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:82px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:800;color:var(--navy)}.brand img{width:58px;height:58px;object-fit:contain}.brand span{font-size:1.35rem;line-height:1.05}.brand small{display:block;font-size:.75rem;color:var(--muted);font-weight:600;margin-top:5px}.nav{display:flex;gap:18px;align-items:center;font-weight:700}.nav a{text-decoration:none}.nav .cta{background:var(--navy);color:#fff;padding:11px 17px;border-radius:999px}.menu-btn{display:none}.hero{padding:46px 0 28px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:36px;align-items:center;background:#fff;border-radius:28px;padding:38px;box-shadow:var(--shadow);border-top:8px solid var(--gold)}.eyebrow{display:inline-block;color:var(--green);font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:.82rem}.hero h1{font-size:clamp(2.2rem,5vw,4.3rem);line-height:1.02;margin:.35rem 0 1rem;color:var(--navy)}.hero p{font-size:1.16rem;color:var(--muted)}.hero img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:22px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:12px;padding:14px 19px;font-weight:800;border:2px solid transparent}.btn-primary{background:var(--gold);color:var(--navy)}.btn-secondary{background:var(--navy);color:#fff}.btn-outline{border-color:var(--navy);color:var(--navy);background:#fff}.local-strip{margin-top:24px;background:var(--navy);color:#fff;border-radius:18px;padding:16px 20px}.local-strip strong{display:block;margin-bottom:6px}.local-links{display:flex;gap:10px;flex-wrap:wrap}.local-links a{color:#fff;border:1px solid rgba(255,255,255,.35);padding:6px 11px;border-radius:999px;text-decoration:none;font-weight:700}.section{padding:54px 0}.section.alt{background:#fff}.section h2{font-size:clamp(1.8rem,3.4vw,2.8rem);color:var(--navy);line-height:1.15;margin:0 0 12px}.lead{font-size:1.1rem;color:var(--muted);max-width:820px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:26px}.card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:0 10px 25px rgba(18,35,63,.07)}.alt .card{background:var(--cream)}.card h3{margin:.2rem 0 .5rem;color:var(--navy);font-size:1.3rem}.price{font-size:1.8rem;color:var(--green);font-weight:900}.price small{font-size:.9rem;color:var(--muted)}.card ul{padding-left:20px}.card .btn{width:100%;margin-top:12px}.featured{border:3px solid var(--gold);position:relative}.featured:before{content:"Most popular";position:absolute;right:16px;top:14px;background:var(--gold);color:var(--navy);font-weight:900;padding:4px 9px;border-radius:999px;font-size:.75rem}.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:28px}.service-card{display:grid;grid-template-columns:180px 1fr;background:#fff;border-radius:20px;overflow:hidden;border:1px solid var(--line);box-shadow:0 10px 25px rgba(18,35,63,.07)}.service-card img{width:100%;height:100%;object-fit:cover}.service-card div{padding:22px}.service-card h3{margin:0 0 8px;color:var(--navy)}.service-card a{font-weight:800;color:var(--green)}.pickup{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center;background:linear-gradient(135deg,var(--navy),#244873);color:#fff;border-radius:26px;padding:34px}.pickup h2{color:#fff}.pickup img{width:100%;border-radius:20px;aspect-ratio:4/3;object-fit:cover}.pickup .price{color:#ffd65b}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:24px}.step{background:var(--soft);border-radius:16px;padding:18px}.step b{display:block;color:var(--green);font-size:1.15rem}.faq details{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px 18px;margin:10px 0}.faq summary{font-weight:800;color:var(--navy);cursor:pointer}.footer{background:#09182a;color:#fff;padding:34px 0 26px}.footer-grid{display:flex;justify-content:space-between;gap:28px;align-items:flex-start}.footer a{color:#fff}.footer-links{display:flex;gap:14px;flex-wrap:wrap}.sticky-mobile{display:none}.plan-hero{padding:42px 0}.plan-hero .hero-grid{padding:30px}.plan-hero h1{font-size:clamp(2rem,4.2vw,3.7rem)}.notice{background:#fff8d8;border-left:5px solid var(--gold);padding:16px 18px;border-radius:12px}.location-card{background:#fff;border-radius:18px;padding:22px;border:1px solid var(--line)}@media(max-width:900px){.nav{display:none;position:absolute;top:82px;left:0;right:0;background:#fff;padding:18px 24px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.nav.open{display:flex}.menu-btn{display:block;background:var(--navy);color:#fff;border:0;border-radius:10px;padding:10px 13px;font-weight:800}.hero-grid,.pickup{grid-template-columns:1fr}.grid{grid-template-columns:1fr 1fr}.service-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr}}@media(max-width:620px){.wrap{width:min(100% - 22px,1180px)}.hero{padding-top:22px}.hero-grid{padding:22px;border-radius:20px}.hero-grid>div:first-child{order:1}.hero-grid figure{margin:0;order:0}.hero h1{font-size:2.35rem}.grid{grid-template-columns:1fr}.service-card{grid-template-columns:1fr}.service-card img{height:210px}.steps{grid-template-columns:1fr}.actions .btn{width:100%}.footer-grid{display:block}.footer-links{margin-top:18px}.sticky-mobile{display:grid;grid-template-columns:repeat(3,1fr);position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--line);z-index:40}.sticky-mobile a{text-align:center;padding:12px 6px;text-decoration:none;font-weight:800;color:var(--navy)}body{padding-bottom:58px}}.senior-breadcrumb{padding-top:1rem;font-size:1rem}.senior-breadcrumb a{font-weight:700}.senior-breadcrumb span{margin-left:.35rem}.plan-hero .price{font-size:1.15rem;line-height:1.4}body{font-size:1.0625rem;line-height:1.68}.hero-grid{align-items:center}.hero h1{font-size:clamp(2.35rem,4.05vw,3.55rem);line-height:1.08;max-width:16ch;text-wrap:balance}.plan-hero h1{font-size:clamp(2.15rem,3.6vw,3.2rem);line-height:1.1;max-width:18ch;text-wrap:balance}.hero p,.lead{max-width:68ch}.hero p{font-size:1.125rem;line-height:1.65}.section p,.card li,.service-card p,.step,.faq details{font-size:1.03rem}.card h3,.service-card h3{line-height:1.28}.btn,.menu-btn,.local-links a,.sticky-mobile a{min-height:48px}.btn{padding:14px 21px;font-size:1rem;line-height:1.25;text-align:center}.local-links a{display:inline-flex;align-items:center;padding:9px 14px}.nav a,.footer a,.card a,.service-card a,.senior-breadcrumb a{text-underline-offset:.2em}.nav a:hover,.footer a:hover,.card a:hover,.service-card a:hover,.senior-breadcrumb a:hover{text-decoration-thickness:2px}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:4px solid #f2b824;outline-offset:3px;border-radius:8px}.faq summary{font-size:1.08rem;line-height:1.45;padding:3px 0;min-height:44px}.faq details p{max-width:72ch}.notice{font-size:1.03rem;line-height:1.62}.card,.service-card,.step,.location-card{overflow-wrap:anywhere}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(max-width:900px){.hero h1{font-size:clamp(2.25rem,7vw,3.25rem);max-width:18ch}.plan-hero h1{font-size:clamp(2.1rem,6vw,3rem)}.hero-grid{gap:26px}.grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){body{font-size:1rem}.hero h1,.plan-hero h1{font-size:clamp(2rem,10vw,2.65rem);line-height:1.1;max-width:none}.hero p{font-size:1.05rem}.hero-grid{padding:20px}.eyebrow{font-size:.78rem;line-height:1.45}.section{padding:42px 0}.section h2{font-size:clamp(1.75rem,8vw,2.25rem)}.btn{width:100%;min-height:52px}.local-links{display:grid;grid-template-columns:1fr 1fr}.local-links a{justify-content:center;text-align:center}.sticky-mobile a{min-height:56px;display:flex;align-items:center;justify-content:center;line-height:1.2}}@media(max-width:390px){.local-links{grid-template-columns:1fr}.hero-grid{padding:18px}.hero h1,.plan-hero h1{font-size:2rem}}.local-strip .local-links{display:flex;gap:10px;flex-wrap:wrap}.local-strip .local-links a{background:rgba(255,255,255,.06);color:#fff;border:1px solid rgba(255,255,255,.35);box-shadow:none}.section .local-links{margin-top:18px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.section .local-links a{display:flex;align-items:center;justify-content:center;min-height:58px;padding:13px 16px;border-radius:16px;text-align:center;text-decoration:none;font-weight:800;line-height:1.35;color:var(--navy);background:#fff;border:1px solid #cbd5dd;box-shadow:0 10px 26px rgba(18,35,63,.06)}.section .local-links a:hover,.section .local-links a:focus-visible{background:#f8fbfd;border-color:#93afc0;color:var(--navy);box-shadow:0 14px 30px rgba(18,35,63,.1)}.section.alt .wrap>h2+.faq-item,.section.alt .wrap>p+.faq-item,.section.alt .wrap>.section-lead+.faq-item{margin-top:24px}.faq-item{max-width:980px;margin:0 auto 14px;background:#fff;border:1px solid #d5dee6;border-radius:18px;box-shadow:0 10px 26px rgba(18,35,63,.06);overflow:hidden}.faq-item:last-child{margin-bottom:0}.faq-item summary{list-style:none;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;cursor:pointer;padding:18px 22px;font-size:1.08rem;font-weight:800;line-height:1.42;color:var(--navy);background:#fff}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:"+";flex:0 0 auto;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--soft);color:var(--green);font-size:1.45rem;font-weight:700;line-height:1}.faq-item[open]{border-color:#9fb6c6;box-shadow:0 14px 30px rgba(18,35,63,.1)}.faq-item[open] summary{background:linear-gradient(180deg,#fbfdfd 0%,#f3f8f7 100%)}.faq-item[open] summary::after{content:"−"}.faq-item p{margin:0;padding:15px 22px 22px;border-top:1px solid #e1e8ee;font-size:1.03rem;line-height:1.7;color:var(--ink);max-width:72ch}.faq-item a{color:var(--blue);font-weight:700}@media(max-width:900px){.section .local-links{grid-template-columns:repeat(2,minmax(0,1fr))}.faq-item{max-width:none}}@media(max-width:620px){.section .local-links{grid-template-columns:1fr}.section .local-links a{min-height:56px;padding:14px 16px}.faq-item summary{padding:16px 18px;font-size:1.03rem}.faq-item summary::after{width:28px;height:28px;font-size:1.25rem}.faq-item p{padding:14px 18px 18px}}.senior-plan-page{background:#f7f3eb}.senior-plan-page main{overflow:hidden}.senior-plan-page .hero,.senior-plan-page .plan-hero{padding:38px 0 34px;background:radial-gradient(circle at 12% 12%,rgba(242,184,36,.12),transparent 32%),radial-gradient(circle at 88% 10%,rgba(44,116,95,.08),transparent 30%)}.senior-plan-page .hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(360px,.86fr);gap:44px;padding:42px 44px;border-radius:30px;border-top-width:7px;box-shadow:0 24px 64px rgba(18,35,63,.13)}.senior-plan-page .hero-grid>div:first-child{min-width:0}.senior-plan-page .hero figure{margin:0;align-self:stretch;display:flex}.senior-plan-page .hero figure img{min-height:100%;box-shadow:0 18px 38px rgba(18,35,63,.15)}.senior-plan-page .eyebrow{padding:8px 14px;border:1px solid #cbd8dd;border-radius:999px;background:#f4f8f8;font-size:.8rem;line-height:1.25}.senior-plan-page .hero h1{margin:.55rem 0 1rem;letter-spacing:-.035em}.senior-plan-page .hero p{margin:0;color:#40516a}.senior-plan-page .actions{margin-top:26px;gap:14px}.senior-plan-page .btn{border-radius:14px;box-shadow:0 8px 18px rgba(18,35,63,.08);transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.senior-plan-page .btn:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(18,35,63,.13)}.senior-plan-page .local-strip{margin-top:22px;padding:18px 22px;border-radius:20px;box-shadow:0 14px 32px rgba(18,35,63,.14)}.senior-plan-page .local-strip strong{font-size:1.04rem;margin-bottom:10px}.senior-plan-page .section{padding:68px 0}.senior-plan-page .section>.wrap>h2,.senior-plan-page .section>.wrap>.eyebrow,.senior-plan-page .section>.wrap>.section-lead,.senior-plan-page .section>.wrap>.lead{max-width:850px}.senior-plan-page .section>.wrap>h2{letter-spacing:-.025em;margin-bottom:14px}.senior-plan-page .section>.wrap>p:not(.section-lead):not(.lead){max-width:850px;color:#40516a}.senior-plan-page .section-lead,.senior-plan-page .lead{font-size:1.08rem;line-height:1.72;color:#40516a;margin-top:0}.senior-plan-page .grid{gap:22px;margin-top:30px;align-items:stretch}.senior-plan-page .card{display:flex;flex-direction:column;min-height:100%;padding:26px;border-radius:22px;border-color:#d1dce3;box-shadow:0 12px 30px rgba(18,35,63,.07);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.senior-plan-page .card:hover{transform:translateY(-3px);border-color:#afc2cd;box-shadow:0 18px 38px rgba(18,35,63,.11)}.senior-plan-page .card h3{font-size:1.32rem;margin:0 0 10px;letter-spacing:-.015em}.senior-plan-page .card p{margin:0 0 14px;color:#40516a}.senior-plan-page .card>a:not(.btn){margin-top:auto;display:inline-flex;align-items:center;gap:8px;width:fit-content;color:#185c4b;font-weight:850;text-decoration-thickness:2px;text-underline-offset:4px}.senior-plan-page .card>a:not(.btn)::after{content:"→";font-size:1.08em;transition:transform .16s ease}.senior-plan-page .card>a:not(.btn):hover::after{transform:translateX(3px)}.senior-plan-page .steps{gap:18px;margin-top:30px}.senior-plan-page .step{position:relative;padding:23px 22px;border:1px solid #cfdde0;border-radius:18px;background:linear-gradient(180deg,#f4faf8,#edf5f2);box-shadow:0 10px 22px rgba(18,35,63,.05)}.senior-plan-page .step b{margin-bottom:7px}.senior-plan-page .notice{padding:28px 30px;border-left-width:6px;border-radius:18px;box-shadow:0 16px 34px rgba(18,35,63,.08)}.senior-plan-page .notice h2{font-size:clamp(1.7rem,3vw,2.35rem)}.senior-plan-page .senior-crosslink-batch2{background:linear-gradient(180deg,#f7f3eb 0%,#eef5f2 100%)}.senior-plan-page .senior-crosslink-batch2 .card{background:#fff}.senior-agency-page .plan-hero .hero-grid{border-top-color:#2c745f}.senior-agency-page .section#village-pricing{background:linear-gradient(180deg,#fff 0%,#f7fbfa 100%)}.senior-agency-page .section#village-pricing .card{border-top:4px solid var(--green)}.senior-agency-page .section#village-pricing .card .price{margin:.25rem 0 .65rem}.senior-agency-page .section#village-pricing .featured{border:3px solid var(--gold);border-top-width:5px}.senior-agency-page .section#village-pricing .featured::before{top:16px;right:16px;padding:6px 11px}@media(max-width:1000px){.senior-plan-page .hero-grid{grid-template-columns:minmax(0,1fr) minmax(300px,.82fr);gap:30px;padding:34px}.senior-plan-page .section{padding:58px 0}}@media(max-width:900px){.senior-plan-page .hero-grid{grid-template-columns:1fr;padding:30px}.senior-plan-page .hero figure{max-height:460px}.senior-plan-page .hero figure img{width:100%;min-height:0}.senior-plan-page .section{padding:54px 0}}@media(max-width:620px){.senior-plan-page .hero,.senior-plan-page .plan-hero{padding:20px 0 26px}.senior-plan-page .hero-grid{gap:22px;padding:20px;border-radius:22px}.senior-plan-page .hero figure{max-height:none}.senior-plan-page .hero figure img{border-radius:16px}.senior-plan-page .eyebrow{padding:7px 11px}.senior-plan-page .actions{margin-top:20px}.senior-plan-page .local-strip{padding:16px;border-radius:16px}.senior-plan-page .section{padding:44px 0}.senior-plan-page .grid{gap:16px;margin-top:24px}.senior-plan-page .card{padding:21px;border-radius:18px}.senior-plan-page .notice{padding:22px 20px}.senior-plan-page .steps{gap:14px}}.senior-simple-paths{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:30px;align-items:stretch}.senior-simple-path{position:relative}.senior-simple-path .senior-simple-path__label{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border-radius:999px;background:#eef6f2;color:#185c4b;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.senior-estimate{margin:14px 0;padding:13px 14px;border:1px solid #cfe0d7;border-radius:14px;background:#f5faf7}.senior-estimate strong{display:block;color:#185c4b;font-size:1.35rem;line-height:1.2}.senior-estimate span{display:block;color:#53647d;font-weight:700}.senior-estimate small{display:block;margin-top:5px;color:#53647d;line-height:1.4}.senior-estimate--split{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:5px 12px;align-items:baseline}.senior-estimate--split small{grid-column:1/-1;margin:0 0 6px}.senior-estimate--split small:last-child{margin-bottom:0}.senior-simple-path .actions{margin-top:auto}.senior-simple-path .actions .btn{width:100%}.senior-secondary-options{margin-top:22px;padding:18px 20px;border:1px solid #d8e2e8;border-radius:18px;background:#fff}.senior-secondary-options p{margin:.35rem 0}.senior-secondary-options>div{display:flex;gap:10px;flex-wrap:wrap}.senior-secondary-options a{display:inline-flex;align-items:center;min-height:44px;padding:8px 12px;border:1px solid #cbd8dd;border-radius:999px;background:#f8fbfa;font-weight:800;color:#185c4b;text-decoration:none}.senior-funding-note{margin-top:20px;padding:18px 20px;border:1px solid #d5dee6;border-radius:18px;background:#f8fbfa}.senior-funding-note h3,.senior-funding-note>strong{display:block;margin:0 0 6px;color:#12233f;font-size:1.08rem}.senior-funding-note p{margin:.35rem 0;color:#40516a}.senior-funding-note a{font-weight:800;color:#185c4b}.senior-dynamic-price{display:block;margin:.4rem 0;color:#2c745f;font-size:1.8rem;font-weight:900}.plan-hero .senior-dynamic-price{font-size:1.8rem;line-height:1.2}.senior-dynamic-price-note{display:block;color:#53647d;font-size:.92rem;font-weight:700}@media(max-width:900px){.senior-simple-paths{grid-template-columns:1fr 1fr}.senior-simple-path:last-child{grid-column:1/-1}}@media(max-width:620px){.senior-simple-paths{grid-template-columns:1fr}.senior-simple-path:last-child{grid-column:auto}}}@scope (html[data-yitm-b3-css~="b3-01"]) {:root{--biz-navy:#10233f;--biz-blue:#176a96;--biz-teal:#167264;--biz-gold:#f2b824;--biz-ink:#1b2a41;--biz-muted:#56667a;--biz-soft:#eef6f4;--biz-cream:#f7f3eb;--biz-line:#d8e2e8;--biz-white:#fff;--biz-shadow:0 18px 50px rgba(16,35,63,.12)}.business-theme{background:var(--biz-cream)}.business-theme .hero-grid{border-top-color:var(--biz-teal)}.business-theme .eyebrow{color:var(--biz-teal)}.business-theme .price{color:var(--biz-teal)}.business-theme .featured{border-color:var(--biz-gold)}.business-theme .featured:before{background:var(--biz-gold)}.business-theme .local-strip{background:linear-gradient(135deg,var(--biz-navy),#244d70)}.business-theme .journey{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:24px}.business-theme .journey div{background:var(--biz-soft);border-radius:16px;padding:18px}.business-theme .journey b{display:block;color:var(--biz-teal);margin-bottom:5px}.business-theme .comparison{overflow-x:auto}.business-theme table{width:100%;border-collapse:collapse;background:#fff;border-radius:16px;overflow:hidden}.business-theme th,.business-theme td{padding:14px;border-bottom:1px solid var(--biz-line);text-align:left;vertical-align:top}.business-theme th{background:var(--biz-navy);color:#fff}.business-theme .scope-note{font-size:.94rem;color:var(--biz-muted)}.business-theme .tag{display:inline-block;background:var(--biz-soft);color:var(--biz-teal);font-weight:800;padding:6px 10px;border-radius:999px;margin:3px}.business-theme .outcome{border-left:5px solid var(--biz-gold)}@media(max-width:900px){.business-theme .journey{grid-template-columns:1fr 1fr}}@media(max-width:620px){.business-theme .journey{grid-template-columns:1fr}}.business-theme .plan-hero{padding:clamp(30px,4.2vw,58px) 0 clamp(24px,3vw,42px);}.business-theme .plan-hero .wrap{display:grid;gap:clamp(18px,2.2vw,28px);}.business-theme .plan-hero .hero-grid{position:relative;gap:clamp(28px,4vw,54px);padding:clamp(30px,4.5vw,58px);border-radius:30px;border:1px solid rgba(16,35,63,.08);border-top:7px solid var(--biz-teal);box-shadow:0 24px 70px rgba(16,35,63,.14);overflow:hidden;}.business-theme .plan-hero .hero-grid:after{content:"";position:absolute;width:280px;height:280px;right:-120px;top:-150px;border-radius:50%;background:radial-gradient(circle,rgba(242,184,36,.18),rgba(242,184,36,0) 70%);pointer-events:none;}.business-theme .plan-hero .hero-grid>div:first-child{position:relative;z-index:1;max-width:660px;}.business-theme .plan-hero .eyebrow{margin-bottom:12px;line-height:1.45;}.business-theme .plan-hero h1{margin:0 0 18px;max-width:15ch;letter-spacing:-.035em;text-wrap:balance;}.business-theme .plan-hero p{margin:0;max-width:62ch;line-height:1.72;}.business-theme .plan-hero .actions{margin-top:28px;gap:14px;}.business-theme .plan-hero figure{position:relative;margin:0;border-radius:24px;padding:8px;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(238,246,244,.82));box-shadow:0 18px 45px rgba(16,35,63,.18);}.business-theme .plan-hero figure:before{content:"";position:absolute;inset:8px;border:1px solid rgba(255,255,255,.62);border-radius:19px;pointer-events:none;z-index:1;}.business-theme .plan-hero figure img{display:block;border-radius:18px;min-height:330px;box-shadow:none;}.business-theme .plan-hero .local-strip{margin-top:0;padding:18px 22px;border:1px solid rgba(255,255,255,.12);box-shadow:0 14px 34px rgba(16,35,63,.12);}.business-theme .plan-hero .local-strip strong{margin-bottom:9px;font-size:1rem;}.business-theme .plan-hero .local-strip .tag{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.24);padding:7px 12px;}.business-theme .section>.wrap>.grid{gap:clamp(18px,2.2vw,26px);margin-top:32px;}.business-theme .grid>.card{position:relative;display:flex;flex-direction:column;min-height:100%;padding:clamp(24px,2.6vw,32px);border:1px solid rgba(16,35,63,.1);border-radius:22px;box-shadow:0 14px 38px rgba(16,35,63,.09);overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;}.business-theme .grid>.card:after{content:"";position:absolute;left:0;top:0;width:100%;height:5px;background:linear-gradient(90deg,var(--biz-teal),var(--biz-blue));opacity:.9;}.business-theme .grid>.card:hover{transform:translateY(-4px);border-color:rgba(22,114,100,.35);box-shadow:0 22px 54px rgba(16,35,63,.14);}.business-theme .grid>.card h3{margin:4px 0 10px;font-size:clamp(1.22rem,1.8vw,1.48rem);line-height:1.25;letter-spacing:-.015em;}.business-theme .grid>.card p{margin:0 0 20px;color:var(--biz-muted);line-height:1.65;}.business-theme .grid>.card>a:not(.btn){display:inline-flex;align-items:center;gap:8px;width:max-content;max-width:100%;margin-top:auto;color:var(--biz-teal);font-weight:900;text-decoration:none;padding:9px 13px;border-radius:999px;background:var(--biz-soft);transition:background .2s ease,color .2s ease,transform .2s ease;}.business-theme .grid>.card>a:not(.btn):after{content:"→";font-size:1.05em;}.business-theme .grid>.card>a:not(.btn):hover{background:var(--biz-navy);color:#fff;transform:translateX(2px);}.business-theme .grid>.card.featured{border:2px solid var(--biz-gold);box-shadow:0 20px 50px rgba(16,35,63,.14);}.business-theme .grid>.card.featured:after{background:linear-gradient(90deg,var(--biz-gold),#ffd96a);}.business-theme .grid>.card.featured:before{top:17px;right:17px;box-shadow:0 6px 16px rgba(16,35,63,.12);}.business-theme .journey div,.business-theme .step,.business-theme .location-card{border:1px solid rgba(16,35,63,.08);box-shadow:0 10px 28px rgba(16,35,63,.07);}.business-theme .notice{border:1px solid rgba(242,184,36,.38);box-shadow:0 14px 36px rgba(16,35,63,.08);}@media(max-width:900px){.business-theme .plan-hero .hero-grid{padding:32px;gap:28px}.business-theme .plan-hero h1{max-width:19ch}.business-theme .plan-hero figure img{min-height:300px}}@media(max-width:620px){.business-theme .plan-hero{padding:20px 0 24px}.business-theme .plan-hero .hero-grid{padding:20px;border-radius:22px;gap:20px}.business-theme .plan-hero h1{margin-bottom:14px;max-width:none;letter-spacing:-.025em}.business-theme .plan-hero p{font-size:1.04rem;line-height:1.62}.business-theme .plan-hero .actions{margin-top:22px}.business-theme .plan-hero figure{padding:6px;border-radius:19px}.business-theme .plan-hero figure img{min-height:0;aspect-ratio:4/3;border-radius:14px}.business-theme .plan-hero .local-strip{padding:16px;border-radius:16px}.business-theme .section>.wrap>.grid{margin-top:24px}.business-theme .grid>.card{padding:24px;border-radius:19px}}@media(prefers-reduced-motion:reduce){.business-theme .grid>.card,.business-theme .grid>.card>a:not(.btn){transition:none}.business-theme .grid>.card:hover{transform:none}}.business-related{background:#f5f8fb}.business-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:26px}.business-related-card{display:flex;flex-direction:column;min-height:100%;padding:22px;border:1px solid #d5e0e7;border-radius:18px;background:#fff;box-shadow:0 10px 26px rgba(18,35,63,.06)}.business-related-card h3{margin:0 0 8px;color:#12233f;font-size:1.18rem;line-height:1.3}.business-related-card p{margin:0 0 18px;color:#45566d;line-height:1.6}.business-related-card a{margin-top:auto;color:#1d5f50;font-weight:800;text-underline-offset:.2em}.business-batch2-context .business-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:900px){.business-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.business-related-grid,.business-batch2-context .business-related-grid{grid-template-columns:1fr}.business-related-card{padding:19px}}.business-theme .plan-hero .hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);}.business-theme .plan-hero figure{align-self:center;width:100%;}.business-theme .plan-hero figure img{width:100%;height:auto;min-height:0;aspect-ratio:3/2;object-fit:cover;object-position:center;}.business-theme .plan-hero .price{display:inline-block;margin-top:14px;padding:8px 12px;border-radius:10px;background:var(--biz-soft);color:var(--biz-teal);font-size:1.06rem;line-height:1.35;}.business-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding-top:20px;color:#52647a;font-size:.94rem;line-height:1.45;}.business-breadcrumb a{color:var(--biz-teal);font-weight:800;text-underline-offset:.2em;}.business-breadcrumb [aria-current="page"]{color:var(--biz-ink);font-weight:700;}.business-related-card{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;}.business-related-card:hover{transform:translateY(-3px);border-color:rgba(22,114,100,.34);box-shadow:0 16px 34px rgba(18,35,63,.1);}.business-related-card a{display:inline-flex;align-items:center;gap:7px;width:max-content;max-width:100%;}.business-related-card a:after{content:"→"}@media(max-width:900px){.business-theme .plan-hero .hero-grid{grid-template-columns:1fr}.business-theme .plan-hero figure{max-width:760px}.business-theme .plan-hero figure img{aspect-ratio:3/2}}@media(max-width:620px){.business-breadcrumb{padding-top:15px;font-size:.88rem;gap:6px}.business-theme .plan-hero figure img{aspect-ratio:4/3}.business-related-card:hover{transform:none}}@media(prefers-reduced-motion:reduce){.business-related-card{transition:none}.business-related-card:hover{transform:none}}.business-example-section{background:linear-gradient(180deg,#f7fafc 0%,#eef5f3 100%)}.business-example-section .section-lead{max-width:820px}.business-example-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:28px}.business-example-card{position:relative;min-height:100%;padding:24px;border:1px solid #d2dee5;border-radius:20px;background:#fff;box-shadow:0 12px 30px rgba(18,35,63,.07)}.business-example-card>span{display:inline-flex;align-items:center;min-height:30px;padding:5px 10px;border-radius:999px;background:#e9f0f5;color:#29445d;font-size:.78rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.business-example-card h3{margin:14px 0 9px;color:#12233f;font-size:1.22rem;line-height:1.3}.business-example-card p{margin:0;color:#405269;line-height:1.68}.business-example-value{border-color:#9fc9b9;background:linear-gradient(160deg,#fff 0%,#edf8f3 100%)}.business-example-value>span{background:#dcefe7;color:#195c49}@media(max-width:900px){.business-example-grid{grid-template-columns:1fr}.business-example-card{padding:22px}}@media(max-width:620px){.business-example-grid{gap:14px;margin-top:22px}.business-example-card{padding:19px;border-radius:17px}.business-example-card h3{font-size:1.12rem}}.business-theme .pickup,.business-theme .pickup:where(h1,h2,h3,h4,p,li,span,strong,em,small,a:not(.btn-primary):not(.btn-outline):not(.btn-secondary)){color:#fff!important;-webkit-text-fill-color:#fff!important;}.business-theme .pickup .price{color:#ffd65b!important;-webkit-text-fill-color:#ffd65b!important;}#intent-intelligence-examples .cross-links--intent-examples{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;margin-top:22px!important;}#intent-intelligence-examples .cross-links--intent-examples .cross-link-card{display:block!important;min-width:0!important;padding:20px!important;border:1px solid rgba(16,35,63,.10)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 10px 28px rgba(16,35,63,.06)!important;color:#10233f!important;-webkit-text-fill-color:#10233f!important;}#intent-intelligence-examples .cross-links--intent-examples .cl-label{color:#176046!important;-webkit-text-fill-color:#176046!important;}#intent-intelligence-examples .cross-links--intent-examples .cl-title{margin-top:7px!important;color:#10233f!important;-webkit-text-fill-color:#10233f!important;font-weight:900!important;line-height:1.28!important;}#intent-intelligence-examples .cross-links--intent-examples .cl-desc{margin-top:8px!important;color:#4b5c73!important;-webkit-text-fill-color:#4b5c73!important;font-weight:500!important;line-height:1.55!important;}@media(max-width:760px){#intent-intelligence-examples .cross-links--intent-examples{grid-template-columns:1fr!important;gap:12px!important;}}}@scope (html[data-yitm-b3-css~="b3-17"]) {.yitm-local-authority{padding:clamp(2.5rem,6vw,5rem) 0;background:linear-gradient(180deg,#fff 0%,#f7fbff 100%)}.yitm-local-authority .section-header{margin-bottom:1rem}.yitm-local-authority .eyebrow{display:block;font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;margin-bottom:.45rem}.yitm-authority-lead{max-width:78ch;font-size:1.08rem;line-height:1.75;margin:0 0 1.5rem}.yitm-authority-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:1.5rem 0}.yitm-authority-card,.yitm-authority-note,.yitm-authority-process,.yitm-authority-related,.yitm-authority-faq,.yitm-authority-cta{background:#fff;border:1px solid rgba(20,54,82,.14);border-radius:18px;padding:clamp(1rem,2.5vw,1.5rem);box-shadow:0 12px 34px rgba(20,54,82,.06)}.yitm-authority-card h3,.yitm-authority-note h3,.yitm-authority-process h3,.yitm-authority-related h3,.yitm-authority-cta h3{margin-top:0}.yitm-authority-card ul,.yitm-authority-process ol{padding-left:1.2rem;line-height:1.65}.yitm-authority-card li+li,.yitm-authority-process li+li{margin-top:.45rem}.yitm-authority-note,.yitm-authority-process,.yitm-authority-related,.yitm-authority-faq,.yitm-authority-cta{margin-top:1rem}.yitm-authority-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.yitm-authority-link{display:flex;flex-direction:column;gap:.25rem;padding:.9rem 1rem;border:1px solid rgba(20,54,82,.15);border-radius:14px;text-decoration:none;background:#fbfdff}.yitm-authority-link span{font-size:.88rem;opacity:.75}.yitm-authority-nearby{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin:1.2rem 0 0}.yitm-authority-chip{display:inline-flex;padding:.42rem .72rem;border-radius:999px;background:#eef6ff;text-decoration:none;font-weight:700}.yitm-authority-faq details{border-top:1px solid rgba(20,54,82,.14);padding:.85rem 0}.yitm-authority-faq details:first-of-type{border-top:0}.yitm-authority-faq summary{cursor:pointer;font-weight:800}.yitm-authority-faq p{margin:.65rem 0 0;line-height:1.65}.yitm-authority-cta{display:flex;justify-content:space-between;gap:1rem;align-items:center}.yitm-authority-actions{display:flex;flex-wrap:wrap;gap:.65rem}.yitm-authority-referral{margin:1rem 0 0;font-size:.95rem;line-height:1.6}@media(max-width:900px){.yitm-authority-grid,.yitm-authority-links{grid-template-columns:1fr 1fr}.yitm-authority-cta{align-items:flex-start;flex-direction:column}}@media(max-width:620px){.yitm-authority-grid,.yitm-authority-links{grid-template-columns:1fr}.yitm-authority-actions{width:100%}.yitm-authority-actions .btn{flex:1 1 100%;text-align:center}.yitm-local-authority{padding-bottom:5.5rem}}}@scope (html[data-yitm-b3-css~="b3-37"]) {.yitm-unified-entry{padding:56px 0;background:#f7f3eb;color:#17243a}.yitm-unified-entry__inner{width:min(1120px,calc(100% - 32px));margin:auto;background:#fff;border:1px solid #d7e0e6;border-radius:26px;padding:30px;box-shadow:0 18px 48px rgba(18,35,63,.09)}.yitm-unified-entry__eyebrow{margin:0 0 8px;color:#276b58;font-size:.8rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.yitm-unified-entry h2{margin:0;color:#12233f;font-size:clamp(1.8rem,3.3vw,2.7rem);line-height:1.12}.yitm-unified-entry__intro{max-width:780px;margin:12px 0 0;color:#495d70;font-size:1.05rem;line-height:1.65}.yitm-unified-entry__grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:24px}.yitm-unified-entry article{display:flex;flex-direction:column;align-items:flex-start;border:1px solid #d8e2e8;border-radius:20px;padding:22px;background:#fbfdfd}.yitm-unified-entry article:last-child{background:#f4f8f7}.yitm-unified-entry__number{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:#f2b824;color:#12233f;font-weight:900}.yitm-unified-entry h3{margin:12px 0 6px;color:#12233f;font-size:1.3rem}.yitm-unified-entry article p{margin:0 0 18px;color:#4b5e70;line-height:1.6}.yitm-unified-entry__btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;margin-top:auto;padding:12px 18px;border-radius:13px;background:#12233f;color:#fff!important;text-decoration:none;font-weight:900}.yitm-unified-entry__btn--secondary{background:#276b58}.yitm-unified-entry__btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(18,35,63,.16)}.yitm-unified-entry__btn:focus-visible{outline:4px solid #f2b824;outline-offset:3px}.yitm-unified-entry__terms{margin:18px 0 0;color:#5a6978;font-size:.92rem}.yitm-unified-entry__terms a{font-weight:800;color:#245f8d}.yitm-platform-explanation{width:min(900px,calc(100% - 32px));margin:0 auto;padding:16px 0 24px;border-top:1px solid rgba(127,127,127,.24);display:flex;align-items:center;justify-content:center;text-align:center;color:inherit;font-size:.88rem;line-height:1.55}.yitm-platform-explanation__copy{display:block;max-width:760px;margin-inline:auto;overflow-wrap:anywhere}.yitm-platform-explanation a{color:inherit;font-weight:900;text-decoration:underline;text-underline-offset:3px}.yitm-platform-explanation .yitm-footer-build-badge{display:none!important}@media(max-width:720px){.yitm-unified-entry{padding:38px 0}.yitm-unified-entry__inner{width:min(100% - 22px,1120px);padding:20px;border-radius:20px}.yitm-unified-entry__grid{grid-template-columns:1fr}.yitm-unified-entry__btn{width:100%;min-height:52px}.yitm-platform-explanation{width:min(100% - 24px,900px);padding:14px 0 22px;font-size:.84rem}}@media(prefers-reduced-motion:reduce){.yitm-unified-entry__btn{transition:none!important}.yitm-unified-entry__btn:hover{transform:none}}}@scope (html[data-yitm-b3-css~="b3-11"]) {: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-b3-css~="b3-20"]) {.yitm-gap-guide{padding:clamp(2.8rem,6vw,5.5rem) 0;background:#fff}.yitm-gap-guide .wrap{max-width:1120px}.yitm-gap-hero{padding:clamp(2.5rem,6vw,5rem) 0;background:linear-gradient(135deg,#fbf7f1 0%,#eef8f2 100%);border-bottom:1px solid rgba(18,65,48,.12)}.yitm-gap-hero__grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(250px,.55fr);gap:clamp(1.2rem,4vw,3rem);align-items:center}.yitm-gap-kicker{display:block;font-size:.78rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase;color:#0c6a4a;margin-bottom:.65rem}.yitm-gap-hero h1{max-width:18ch;margin:.1rem 0 .9rem;font-size:clamp(2.2rem,5vw,4.5rem);line-height:1.02;text-wrap:balance}.yitm-gap-lead{max-width:70ch;font-size:clamp(1.05rem,2vw,1.22rem);line-height:1.7;color:#30493f}.yitm-gap-answer{background:#fff;border:1px solid rgba(18,65,48,.14);border-radius:20px;padding:1.25rem;box-shadow:0 16px 40px rgba(18,65,48,.08)}.yitm-gap-answer strong{display:block;margin-bottom:.35rem;color:#0c6a4a}.yitm-gap-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.25rem}.yitm-gap-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:1.4rem 0}.yitm-gap-card,.yitm-gap-panel,.yitm-gap-faq,.yitm-gap-cta{background:#fff;border:1px solid rgba(18,65,48,.14);border-radius:18px;padding:clamp(1rem,2.4vw,1.5rem);box-shadow:0 12px 32px rgba(18,65,48,.055)}.yitm-gap-card h3,.yitm-gap-panel h2,.yitm-gap-panel h3,.yitm-gap-cta h2{margin-top:0}.yitm-gap-card ul,.yitm-gap-panel ul,.yitm-gap-panel ol{padding-left:1.25rem;line-height:1.7}.yitm-gap-card li+li,.yitm-gap-panel li+li{margin-top:.42rem}.yitm-gap-panel{margin-top:1rem}.yitm-gap-panel p{line-height:1.75}.yitm-gap-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1rem}.yitm-gap-link{display:flex;flex-direction:column;gap:.25rem;padding:1rem;border:1px solid rgba(18,65,48,.14);border-radius:14px;text-decoration:none;background:#f8fcfa}.yitm-gap-link span{font-size:.9rem;color:#53685f}.yitm-gap-faq{margin-top:1rem}.yitm-gap-faq details{padding:.9rem 0;border-top:1px solid rgba(18,65,48,.13)}.yitm-gap-faq details:first-of-type{border-top:0}.yitm-gap-faq summary{cursor:pointer;font-weight:850}.yitm-gap-faq p{line-height:1.65;margin:.6rem 0 0}.yitm-gap-cta{display:flex;justify-content:space-between;gap:1.2rem;align-items:center;margin-top:1rem}.yitm-gap-cta p{max-width:62ch;margin:.4rem 0 0}.yitm-gap-referral{font-size:.94rem;color:#4f6259;margin-top:1rem}.yitm-phase3-pathways{width:min(1160px,calc(100% - 40px));box-sizing:border-box;margin:1.25rem auto;background:#f8fcfa;border:1px solid rgba(18,65,48,.14);border-radius:18px;padding:clamp(1rem,2vw,1.35rem)}.yitm-phase3-pathways h2{margin-top:0}.yitm-phase3-pathways__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.yitm-phase3-pathways a{display:block;background:#fff;border:1px solid rgba(18,65,48,.13);border-radius:13px;padding:.85rem 1rem;text-decoration:none;font-weight:780}.yitm-phase3-pathways__grid>:only-child{grid-column:1/-1}.yitm-phase3-pathways a span{display:block;font-size:.88rem;font-weight:500;color:#52675e;margin-top:.2rem}@media(max-width:860px){.yitm-gap-hero__grid,.yitm-gap-grid{grid-template-columns:1fr}.yitm-gap-links{grid-template-columns:1fr}.yitm-gap-cta{align-items:flex-start;flex-direction:column}}@media(max-width:620px){.yitm-phase3-pathways{width:calc(100% - 28px)}.yitm-phase3-pathways__grid{grid-template-columns:1fr}.yitm-gap-actions{width:100%}.yitm-gap-actions .btn{width:100%;justify-content:center;text-align:center}.yitm-gap-guide{padding-bottom:5.5rem}}}@scope (html[data-yitm-b3-css~="b3-19"]) {.yitm-review-evidence{margin:24px 0;padding:20px 22px;border:1px solid rgba(11,83,64,.18);border-radius:22px;background:linear-gradient(135deg,#f4faf7 0,#fff 100%);color:#24443a;box-shadow:0 12px 34px rgba(8,33,70,.06)}.yitm-review-evidence strong{display:block;margin-bottom:6px;color:#092146;font-size:1.05rem}.yitm-review-evidence p{margin:0 0 8px;line-height:1.55}.yitm-review-evidence .yitm-review-meta{display:flex;flex-wrap:wrap;gap:8px 16px;font-size:.94rem}.yitm-review-evidence a{color:#00563e;font-weight:900;text-underline-offset:3px}.yitm-quotable-answer{margin:22px 0;padding:20px 22px;border-left:5px solid #00563e;border-radius:0 20px 20px 0;background:#eef8f2;color:#173229}.yitm-quotable-answer strong{display:block;margin-bottom:7px;color:#092146}.yitm-quotable-answer p{margin:0;line-height:1.58}.yitm-local-authority .yitm-authority-links{grid-template-columns:repeat(3,minmax(0,1fr))}.yitm-local-authority .yitm-authority-link:nth-child(n +7){display:none}.yitm-condensed-area-links{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}.yitm-condensed-area-links a{display:inline-flex;padding:8px 12px;border:1px solid rgba(8,33,70,.12);border-radius:999px;background:#fff;color:#07553f;font-weight:850;text-decoration:none}@media(max-width:760px){.yitm-review-evidence,.yitm-quotable-answer{padding:18px}.yitm-local-authority .yitm-authority-links{grid-template-columns:1fr}.yitm-local-authority .yitm-authority-link:nth-child(n +5){display:none}}}@scope (html[data-yitm-b3-css~="b3-21"]) {:root{--lre-ink:#10233f;--lre-muted:#4d6259;--lre-green:#0b5f46;--lre-green-dark:#064e35;--lre-cream:#fffaf0;--lre-soft:#f4faf7;--lre-line:#d6e4dd;--lre-gold:#f5b83f;--lre-white:#fff;--lre-danger:#8c2d2d;--lre-radius:24px;--lre-shadow:0 20px 60px rgba(16,35,63,.09)}.lre-shell{max-width:1180px;margin:0 auto;padding:30px 22px 72px;color:var(--lre-ink);font-family:Barlow,Arial,sans-serif}.lre-shell *{box-sizing:border-box}.lre-breadcrumbs{display:flex;gap:8px;flex-wrap:wrap;margin:4px 0 22px;color:var(--lre-muted);font-size:.94rem}.lre-breadcrumbs a{color:var(--lre-green-dark);font-weight:800}.lre-hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);gap:34px;align-items:center;padding:clamp(26px,4vw,50px);border:1px solid var(--lre-line);border-radius:32px;background:radial-gradient(circle at 10% 0,rgba(245,184,63,.18),transparent 24rem),linear-gradient(135deg,#fff 0,#eef8f2 100%);box-shadow:var(--lre-shadow)}.lre-kicker{font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;font-weight:900;color:var(--lre-green)}.lre-hero h1{margin:.35rem 0 1rem;font-family:"Barlow Condensed",Barlow,sans-serif;font-size:clamp(2.65rem,6vw,5.6rem);line-height:.9;letter-spacing:-.045em}.lre-hero p{max-width:760px;color:var(--lre-muted);font-size:clamp(1.05rem,1.8vw,1.25rem);line-height:1.65}.lre-hero img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:24px;border:1px solid var(--lre-line);background:#eaf1ed}.lre-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.lre-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 18px;border-radius:999px;text-decoration:none;font-weight:900;border:1px solid var(--lre-green-dark)}.lre-btn-primary{background:var(--lre-green-dark);color:#fff}.lre-btn-secondary{background:#fff;color:var(--lre-green-dark)}.lre-section{margin-top:36px}.lre-section>h2,.lre-section .lre-heading h2{margin:0 0 12px;font-family:"Barlow Condensed",Barlow,sans-serif;font-size:clamp(2rem,4vw,3.5rem);line-height:.96;letter-spacing:-.035em}.lre-lead{max-width:880px;color:var(--lre-muted);font-size:1.08rem;line-height:1.7}.lre-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.lre-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lre-card{padding:22px;border:1px solid var(--lre-line);border-radius:var(--lre-radius);background:#fff;box-shadow:0 9px 28px rgba(16,35,63,.055)}.lre-card h3{margin:0 0 9px;font-size:1.22rem}.lre-card p,.lre-card li{color:var(--lre-muted);line-height:1.62}.lre-card ul,.lre-card ol{padding-left:20px}.lre-answer{padding:20px 22px;border:1px solid #b9d7c8;border-radius:20px;background:#f1faf5}.lre-answer strong{display:block;margin-bottom:6px;color:var(--lre-green-dark);font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.lre-answer p{margin:0;color:#27473b;font-size:1.08rem;line-height:1.62}.lre-status-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.lre-status{padding:18px;border:1px solid var(--lre-line);border-radius:18px;background:#fff}.lre-status b{display:block;margin-bottom:7px}.lre-status span{color:var(--lre-muted);line-height:1.45}.lre-status--approved{border-color:#9ccab1;background:#f2fbf6}.lre-status--example{border-color:#dfc37d;background:#fff9e9}.lre-status--draft{border-color:#c9cfd6;background:#f7f8f9}.lre-status--blocked{border-color:#d7a0a0;background:#fff4f4}.lre-table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid var(--lre-line);border-radius:18px;background:#fff}.lre-table th,.lre-table td{padding:14px 16px;text-align:left;vertical-align:top;border-bottom:1px solid var(--lre-line);line-height:1.55}.lre-table th{width:30%;background:#f5f8f6}.lre-table tr:last-child th,.lre-table tr:last-child td{border-bottom:0}.lre-notice{padding:18px;border:1px solid var(--lre-line);border-radius:18px;background:#fff;color:var(--lre-muted);line-height:1.62}.lre-notice strong{color:var(--lre-ink)}.lre-review{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;padding:20px 22px;border:1px solid #bed6c8;border-radius:20px;background:#f5fbf7}.lre-review strong{display:block;color:var(--lre-green-dark);margin-bottom:5px}.lre-review p{margin:0;color:var(--lre-muted);line-height:1.55}.lre-review-meta{min-width:220px;text-align:right}.lre-review-meta time,.lre-review-meta a{display:block;color:var(--lre-green-dark);font-weight:800}.lre-faq details{border:1px solid var(--lre-line);border-radius:16px;background:#fff;padding:15px 18px;margin:10px 0}.lre-faq summary{cursor:pointer;font-weight:900;color:var(--lre-ink)}.lre-faq details p{color:var(--lre-muted);line-height:1.6}.lre-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;padding:28px;border-radius:26px;background:#071b2b;color:#fff}.lre-cta h2{color:#fff;margin:0 0 8px}.lre-cta p{margin:0;color:rgba(255,255,255,.86)}.yitm-case-evidence-disclosure{margin:22px 0;padding:18px 20px;border:1px solid #c7dace;border-radius:18px;background:#f7fbf8;color:#334f45;font-family:Arial,Helvetica,sans-serif}.yitm-case-evidence-disclosure strong{display:block;margin-bottom:6px;color:#064e35}.yitm-case-evidence-disclosure p{margin:0 0 8px;line-height:1.55}.yitm-case-evidence-disclosure a{color:#064e35;font-weight:800}.yitm-case-evidence-links{display:flex;gap:12px;flex-wrap:wrap;font-size:.92rem}.lre-admin{max-width:1240px;margin:0 auto;padding:28px 20px 80px;font-family:Arial,Helvetica,sans-serif;color:#13241c}.lre-admin h1{font-size:clamp(2rem,4vw,3.4rem);margin:.2rem 0 1rem}.lre-admin-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:20px;align-items:start}.lre-admin-panel{border:1px solid #d8e4dd;border-radius:22px;background:#fff;padding:22px;box-shadow:0 12px 34px rgba(16,35,63,.07)}.lre-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.lre-field{display:grid;gap:6px}.lre-field--full{grid-column:1/-1}.lre-field label,.lre-checklist legend{font-weight:800}.lre-field input,.lre-field select,.lre-field textarea{width:100%;padding:11px 12px;border:1px solid #bdcdc4;border-radius:12px;background:#fff;font:inherit}.lre-field textarea{min-height:108px;resize:vertical}.lre-checklist{margin:16px 0;padding:16px;border:1px solid #d8e4dd;border-radius:16px}.lre-checklist label{display:flex;gap:9px;align-items:flex-start;margin:9px 0;line-height:1.4}.lre-admin-actions{display:flex;gap:10px;flex-wrap:wrap}.lre-admin button{min-height:44px;padding:10px 15px;border-radius:999px;border:1px solid #064e35;background:#064e35;color:#fff;font-weight:900;cursor:pointer}.lre-admin button.secondary{background:#fff;color:#064e35}.lre-preview{white-space:pre-wrap;border:1px solid #d8e4dd;border-radius:16px;padding:16px;background:#f7faf8;min-height:280px;line-height:1.55}.lre-score{display:inline-flex;padding:7px 11px;border-radius:999px;background:#eef8f3;color:#064e35;font-weight:900}.lre-warning{padding:12px 14px;border-radius:14px;background:#fff5f5;border:1px solid #e2baba;color:#722d2d;line-height:1.45}.lre-ok{padding:12px 14px;border-radius:14px;background:#f1faf5;border:1px solid #bcd8ca;color:#194f39;line-height:1.45}@media(max-width:900px){.lre-hero,.lre-admin-grid,.lre-cta{grid-template-columns:1fr}.lre-grid-3,.lre-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lre-review{display:block}.lre-review-meta{text-align:left;margin-top:12px}.lre-form-grid{grid-template-columns:1fr}.lre-field--full{grid-column:auto}}@media(max-width:620px){.lre-shell{padding-left:16px;padding-right:16px}.lre-grid,.lre-grid-3,.lre-status-grid{grid-template-columns:1fr}.lre-actions,.lre-admin-actions{display:grid}.lre-btn,.lre-admin button{width:100%}.lre-table th,.lre-table td{display:block;width:100%}.lre-table th{padding-bottom:5px;border-bottom:0}.lre-table td{padding-top:5px}}@media print{.site-header,.yitm-unified-footer,.lre-admin-actions,.lre-admin .no-print{display:none!important}.lre-admin{padding:0}.lre-admin-grid{display:block}.lre-admin-panel{box-shadow:none;border:0}.lre-preview{border:0;background:#fff}}.lre-cta,.lre-cta:where(h1,h2,h3,h4,p,li,span,strong,em,small,a:not(.lre-btn-secondary)){color:#fff!important;-webkit-text-fill-color:#fff!important;}.lre-cta .lre-btn-secondary{-webkit-text-fill-color:currentColor!important;}}@scope (html[data-yitm-b3-css~="b3-24"]) {:root {--yitm-article-measure:68ch;--yitm-article-wide:1160px;--yitm-article-gutter:clamp(14px,3vw,28px);--yitm-article-flow:clamp(1rem,1.5vw,1.5rem);--yitm-article-section-gap:clamp(2.25rem,5vw,4.4rem);--yitm-article-radius-sm:14px;--yitm-article-radius:22px;--yitm-article-radius-lg:30px;--yitm-article-line:rgba(16,35,63,0.13);--yitm-article-muted:#52647a;--yitm-article-ink:#10233f;--yitm-article-paper:#ffffff;--yitm-article-soft:#f6f9f7;--yitm-article-focus:#d79d12;--yitm-article-shadow:0 16px 42px rgba(16,35,63,0.08);}body.yitm-editorial-page {text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;}body.yitm-editorial-page main {min-width:0;}body.yitm-editorial-page main:where(h1,h2,h3) {color:var(--yitm-article-ink);overflow-wrap:anywhere;text-wrap:balance;}body.yitm-editorial-page main h1 {max-width:23ch;margin-block:0;font-size:clamp(2.2rem,4.35vw,4.05rem);font-weight:900;line-height:1.03;letter-spacing:-0.042em;}body.yitm-editorial-page main h2 {margin-block:0;font-size:clamp(1.7rem,3.2vw,2.65rem);line-height:1.08;letter-spacing:-0.024em;}body.yitm-editorial-page main h3 {margin-block:0;font-size:clamp(1.25rem,2vw,1.65rem);line-height:1.18;letter-spacing:-0.012em;}body.yitm-editorial-page main:where(p,li,dd) {line-height:1.72;}body.yitm-editorial-page main p {text-wrap:pretty;}body.yitm-editorial-page main:where( article,.yitm-main,.yitm-article-body,.leadroom-article,.leadroom-article-content,.guide-body,.scam-post-main,.yitm-content,.article-section,.content-card,.guide-card,.yitm-card )>:where(p,ul,ol,dl,blockquote) {max-width:var(--yitm-article-measure);}body.yitm-editorial-page main:where( article,.yitm-article-body,.leadroom-article-content,.guide-body,.scam-post-main,.article-section )>* + * {margin-block-start:var(--yitm-article-flow);}body.yitm-editorial-page main:where( article,.yitm-article-body,.leadroom-article-content,.guide-body,.scam-post-main )>:where(h2,section) {margin-block-start:var(--yitm-article-section-gap);}body.yitm-editorial-page main:where( article,.yitm-article-body,.leadroom-article-content,.guide-body,.scam-post-main )>h3 {margin-block-start:clamp(2rem,4vw,3.25rem);}body.yitm-editorial-page main:where(section,article,[id]) {scroll-margin-top:7rem;}body.yitm-editorial-page main:where( .yitm-hero,.post-hero,.leadroom-article-hero,.blog-article-hero,.scam-post-hero,.yitm-guide-hero ) {isolation:isolate;}body.yitm-editorial-page main:where( .yitm-hero-grid,.post-hero-grid,.hero-grid )>* {min-width:0;}body.yitm-editorial-page main:where( .yitm-subtitle,.leadroom-lede,.lede,.post-intro,.hero-copy ) {max-width:64ch;font-size:clamp(1.05rem,1.45vw,1.2rem);line-height:1.68;text-wrap:pretty;}body.yitm-editorial-page main:where( .yitm-meta-row,.leadroom-article-meta,.content-meta,.post-meta,.article-meta ) {display:flex;flex-wrap:wrap;gap:0.55rem 1rem;color:var(--yitm-article-muted);font-size:0.93rem;line-height:1.45;}body.yitm-editorial-page:where(.yitm-breadcrumbs,nav[aria-label="Breadcrumb"],.breadcrumbs) {display:flex;flex-wrap:wrap;align-items:center;gap:0.35rem 0.55rem;max-width:var(--yitm-article-wide);line-height:1.45;}body.yitm-editorial-page:where(.quick-links,.yitm-quick-links,[aria-label="Quick links"]) {display:flex;flex-wrap:wrap;align-items:center;gap:0.55rem 0.75rem;}body.yitm-editorial-page:where(.quick-links,.yitm-quick-links,[aria-label="Quick links"]) a {display:inline-flex;align-items:center;min-height:44px;padding:0.58rem 0.88rem;border:1px solid color-mix(in srgb,currentColor 18%,transparent);border-radius:999px;text-decoration-thickness:0.08em;text-underline-offset:0.18em;}body.yitm-editorial-page main:where(img,video,iframe) {max-width:100%;}body.yitm-editorial-page main img {height:auto;}body.yitm-editorial-page main figure {max-width:var(--yitm-article-wide);margin-block:clamp(1.6rem,4vw,3rem);margin-inline:0;}body.yitm-editorial-page main figure>:where(img,video) {display:block;border-radius:var(--yitm-article-radius);}body.yitm-editorial-page main figcaption {max-width:var(--yitm-article-measure);margin-block-start:0.72rem;color:var(--yitm-article-muted);font-size:0.92rem;line-height:1.5;text-wrap:pretty;}body.yitm-editorial-page main blockquote {margin-inline:0;padding:clamp(1rem,2.5vw,1.5rem) clamp(1.1rem,3vw,1.8rem);border-inline-start:5px solid color-mix(in srgb,currentColor 42%,transparent);border-radius:0 var(--yitm-article-radius-sm) var(--yitm-article-radius-sm) 0;background:color-mix(in srgb,var(--yitm-article-soft) 92%,transparent);color:var(--yitm-article-ink);font-size:clamp(1.05rem,1.6vw,1.22rem);line-height:1.68;}body.yitm-editorial-page main:where(pre,code,kbd,samp) {font-family:ui-monospace,SFMono-Regular,Consolas, "Liberation Mono",monospace;}body.yitm-editorial-page main pre {max-width:100%;overflow-x:auto;padding:1rem;border:1px solid var(--yitm-article-line);border-radius:var(--yitm-article-radius-sm);background:#f4f7f6;font-size:0.9rem;line-height:1.55;tab-size:2;}body.yitm-editorial-page main:not(pre)>code {padding:0.12em 0.35em;border:1px solid var(--yitm-article-line);border-radius:0.4em;background:#f4f7f6;font-size:0.92em;}body.yitm-editorial-page main table {width:100%;max-width:var(--yitm-article-wide);border-collapse:collapse;border-spacing:0;font-variant-numeric:tabular-nums;}body.yitm-editorial-page main:where(th,td) {padding:0.8rem 0.85rem;border-block-end:1px solid var(--yitm-article-line);text-align:start;vertical-align:top;}body.yitm-editorial-page main th {color:var(--yitm-article-ink);font-weight:800;}body.yitm-editorial-page main:where(.table-wrap,.table-scroll,.responsive-table) {max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain;}body.yitm-editorial-page main details {border:1px solid var(--yitm-article-line);border-radius:var(--yitm-article-radius-sm);background:var(--yitm-article-paper);}body.yitm-editorial-page main details>summary {min-height:48px;padding:0.85rem 1rem;cursor:pointer;color:var(--yitm-article-ink);font-weight:800;line-height:1.35;}body.yitm-editorial-page main details>:not(summary) {margin-inline:1rem;}body.yitm-editorial-page main details>:last-child {margin-block-end:1rem;}body.yitm-editorial-page main:where( .yitm-card,.leadroom-card,.content-card,.guide-card,.card,.related-card ) {border-radius:var(--yitm-article-radius);box-shadow:var(--yitm-article-shadow);}body.yitm-editorial-page main:where( .yitm-card,.leadroom-card,.content-card,.guide-card,.card,.related-card ):where(h2,h3) + p {margin-block-start:0.7rem;}body.yitm-editorial-page main a:not([class*="btn"]):not([class*="button"]):not(.logo):not(.brand) {text-decoration-thickness:0.09em;text-underline-offset:0.2em;}body.yitm-editorial-page:focus-visible {outline:3px solid var(--yitm-article-focus);outline-offset:4px;}body.yitm-editorial-page main:where( .case-related-case-studies,.related-ai-guides,.yitm-related-guides,.yitm-related-scam-links,.related-shorts,.related-support,.leadroom-related-strip,.yitm-related-next,.yitm-related-groups ) {container-type:inline-size;}@container (min-width:44rem) {body.yitm-editorial-page main:where( .case-related-case-studies,.related-ai-guides,.yitm-related-guides,.yitm-related-scam-links,.related-shorts,.related-support,.leadroom-related-strip,.yitm-related-next,.yitm-related-groups ):where(.grid,.guide-grid,.cards-3,.leadroom-grid,ul) {grid-template-columns:repeat(3,minmax(0,1fr));}}@media (max-width:900px) {body.yitm-editorial-page main:where(.yitm-hero-grid,.post-hero-grid,.hero-grid) {grid-template-columns:minmax(0,1fr);}body.yitm-editorial-page main h1 {max-width:22ch;font-size:clamp(2.15rem,8vw,3.7rem);}}@media (max-width:680px) {:root {--yitm-article-section-gap:clamp(2.25rem,12vw,3.7rem);--yitm-article-radius:18px;}body.yitm-editorial-page main h1 {max-width:none;font-size:clamp(2rem,10.5vw,3.1rem);line-height:1.02;}body.yitm-editorial-page main h2 {font-size:clamp(1.55rem,7vw,2.15rem);}body.yitm-editorial-page main:where(p,li,dd) {line-height:1.66;}body.yitm-editorial-page main:where(th,td) {padding:0.7rem;}}@media (prefers-reduced-motion:reduce) {body.yitm-editorial-page *,body.yitm-editorial-page *::before,body.yitm-editorial-page *::after {animation-duration:0.01ms !important;animation-iteration-count:1 !important;scroll-behavior:auto !important;transition-duration:0.01ms !important;}}@media print {body.yitm-editorial-page main {color:#000;}body.yitm-editorial-page main a {color:inherit;}body.yitm-editorial-page main:where(.yitm-card,.leadroom-card,.content-card,.guide-card,.card) {box-shadow:none;}}body.yitm-editorial-page main:where(section,.yitm-prose,.prose,.card,.yitm-card,.content-card,.guide-card)>:where(p,ul,ol,dl,blockquote) {max-width:var(--yitm-article-measure);}body.yitm-editorial-page main>section + section {margin-block-start:var(--yitm-article-section-gap);}body.yitm-editorial-page>main,body.yitm-editorial-page>main#main,body.yitm-editorial-page>main#main-content,body.yitm-editorial-page>main.wrap,body.yitm-editorial-page>main.yitm-triage-post {box-sizing:border-box !important;width:min(1180px,calc(100% - 40px)) !important;max-width:1180px !important;margin-left:auto !important;margin-right:auto !important;padding-left:0 !important;padding-right:0 !important;min-width:0 !important;}body.yitm-editorial-page>main>.wrap {box-sizing:border-box !important;width:100% !important;max-width:none !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;}body.yitm-editorial-page>main>:where(article,header,section,nav,aside,div),body.yitm-editorial-page>main>.wrap>:where(article,header,section,nav,aside,div) {min-width:0;}body.yitm-editorial-page>main>:where(.hero,.yitm-hero,.scam-safety-hero,.business-hero,.blog-article-hero),body.yitm-editorial-page>main>.wrap>:where(.hero,.yitm-hero,.scam-safety-hero,.business-hero,.blog-article-hero),body.yitm-editorial-page>main>article>:where(.hero,.yitm-hero,.scam-safety-hero,.business-hero,.blog-article-hero) {box-sizing:border-box !important;width:100% !important;max-width:none !important;}body.yitm-editorial-page main:where(.grid,.guide-grid,.tool-grid,.spoke-grid,.fix-grid,.faq-grid,.yitm-guide-grid,.related-grid) {min-width:0;max-width:100%;}body.yitm-editorial-page main:where(img,video,iframe,table) {max-width:100%;}@media (max-width:980px) {body.yitm-editorial-page>main,body.yitm-editorial-page>main#main,body.yitm-editorial-page>main#main-content,body.yitm-editorial-page>main.wrap,body.yitm-editorial-page>main.yitm-triage-post {width:min(100% - 28px,1180px) !important;}}@media (max-width:640px) {body.yitm-editorial-page>main,body.yitm-editorial-page>main#main,body.yitm-editorial-page>main#main-content,body.yitm-editorial-page>main.wrap,body.yitm-editorial-page>main.yitm-triage-post {width:min(100% - 20px,1180px) !important;}}body.yitm-editorial-page main:where(.section,.article-section,.yitm-content,.leadroom-article-content,.wrap article)>:where(p,ul,ol,dl){max-width:76ch}body.yitm-editorial-page main:where(.faq,.yitm-faq,.leadroom-faq,.yitm-customer-faq,.faq-section,[id*="faq" i]),body.yitm-editorial-page main:where(.faq,.yitm-faq,.leadroom-faq,.yitm-customer-faq,.faq-section,[id*="faq" i]):where(h2,h3,h4,p,li,summary,details){text-align:left!important}body.yitm-editorial-page main:where(.faq,.yitm-faq,.leadroom-faq,.yitm-customer-faq,.faq-section,[id*="faq" i]) summary{justify-content:flex-start!important;align-items:flex-start!important;width:100%;cursor:pointer}body.yitm-editorial-page main:where(.faq,.yitm-faq,.leadroom-faq,.yitm-customer-faq,.faq-section,[id*="faq" i]) details{max-width:900px}body.yitm-editorial-page main .yitm-faq{max-width:900px;text-align:left!important}body.yitm-editorial-page main .yitm-faq:where(h2,h3,h4,details,summary,p,ul,ol,li,div,span,strong){text-align:left!important}body.yitm-editorial-page main .yitm-faq summary{display:list-item!important;justify-content:flex-start!important;align-items:flex-start!important;width:100%}body.yitm-editorial-page main:where(.leadroom-key-takeaways,.yitm-key-takeaways,.key-takeaways,.takeaways,.yitm-pathway-help,.yitm-reader-cta,.yitm-about){color:#f7fffb!important;-webkit-text-fill-color:#f7fffb!important}body.yitm-editorial-page main:where(.leadroom-key-takeaways,.yitm-key-takeaways,.key-takeaways,.takeaways,.yitm-pathway-help,.yitm-reader-cta,.yitm-about):where(h1,h2,h3,h4,p,li,span,strong,em,small){color:#f7fffb!important;-webkit-text-fill-color:#f7fffb!important}body.yitm-editorial-page main:where(.leadroom-key-takeaways,.yitm-key-takeaways,.key-takeaways,.takeaways,.yitm-pathway-help,.yitm-reader-cta,.yitm-about) a:not(.yitm-reader-primary){color:#e9fff5!important;-webkit-text-fill-color:#e9fff5!important;text-decoration:underline;text-underline-offset:.18em}body.yitm-editorial-page main:where(.leadroom-key-takeaways,.yitm-key-takeaways,.key-takeaways,.takeaways,.yitm-pathway-help,.yitm-reader-cta,.yitm-about):where(.btn,.button,.leadroom-button,.yitm-reader-primary){-webkit-text-fill-color:currentColor!important}.yitm-reader-quick{max-width:900px;margin:1.5rem 0 2rem;padding:1.1rem 1.25rem;border:1px solid #cfe0e8;border-left:5px solid #2c7a5b;border-radius:0 16px 16px 0;background:#f3f8fb}.yitm-reader-quick h2{margin:0 0 .45rem!important;color:#173653!important;text-align:left!important}.yitm-reader-quick p{margin:0!important;max-width:76ch!important;color:#334b5d!important}.yitm-reader-uplift{margin:2.5rem 0}.yitm-reader-uplift>p{max-width:76ch}.yitm-reader-benefit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:1rem}.yitm-reader-benefit{border:1px solid #d7e3dd;border-radius:16px;padding:18px;background:#f8fbf9}.yitm-reader-benefit h3{margin:0 0 .4rem!important;color:#173827!important}.yitm-reader-benefit p{margin:0!important;color:#465c51!important;line-height:1.65!important}.yitm-reader-example{max-width:900px;margin:2.5rem 0;padding:20px 22px;border-left:5px solid #2f8a61;border-radius:0 16px 16px 0;background:#eef8f3}.yitm-reader-example h2{color:#173827!important;text-align:left!important}.yitm-reader-example p{max-width:76ch!important}.yitm-reader-example .yitm-reader-outcome{margin-top:.85rem!important;color:#24543d!important}.yitm-reader-related{max-width:1160px}.yitm-reader-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:1rem 0}.yitm-reader-related-card{display:flex;flex-direction:column;gap:.35rem;padding:16px;border:1px solid #dbe4ec;border-radius:14px;background:#fff;text-decoration:none!important}.yitm-reader-related-card strong{color:#173653!important}.yitm-reader-related-card span{color:#526173!important;line-height:1.5}.yitm-reader-related-card:hover,.yitm-reader-related-card:focus-visible{border-color:#8faabd;box-shadow:0 8px 24px rgba(15,42,65,.08)}.yitm-topic-directory details{max-width:100%;border:1px solid #dbe4ec;border-radius:16px;background:#f7fafc;padding:0}.yitm-topic-directory summary{padding:1rem 1.1rem;font-weight:850;color:#173653!important;text-align:left!important;cursor:pointer}.yitm-topic-directory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem 1rem;margin:0;padding:0 1.25rem 1.25rem 2.4rem}.yitm-topic-directory-grid a{line-height:1.45}.yitm-reader-cta{max-width:900px;margin:2.75rem 0;padding:22px;border-radius:20px;background:linear-gradient(135deg,#102c4a,#17456f)}.yitm-reader-cta h2{margin:0 0 .55rem!important;color:#fff!important;text-align:left!important}.yitm-reader-cta p{max-width:72ch!important;color:#edf6ff!important;-webkit-text-fill-color:#edf6ff!important}.yitm-reader-cta-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:1rem}.yitm-reader-primary,.yitm-reader-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:10px 15px;border-radius:12px;font-weight:850;text-decoration:none!important}.yitm-reader-primary{background:#fff;color:#173653!important;-webkit-text-fill-color:#173653!important}.yitm-reader-secondary{border:2px solid rgba(255,255,255,.78);color:#fff!important;-webkit-text-fill-color:#fff!important}.yitm-reader-crosslink{margin:.55rem 0}.yitm-reader-crosslink a{font-weight:750}@media(max-width:760px){.yitm-reader-benefit-grid,.yitm-reader-related-grid,.yitm-topic-directory-grid{grid-template-columns:1fr}.yitm-reader-cta-actions{display:grid}.yitm-reader-primary,.yitm-reader-secondary{width:100%}}body.yitm-editorial-page main .yitm-about{color:#f7fbff!important;-webkit-text-fill-color:#f7fbff!important;}body.yitm-editorial-page main .yitm-about:where(p,span,small,strong,em,a){color:#f7fbff!important;-webkit-text-fill-color:#f7fbff!important;opacity:1!important;}@media (min-width:901px) {body.yitm-editorial-page main:where(.yitm-hero-grid,.post-hero-grid,.hero-grid) {display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);align-items:center;gap:clamp(1.7rem,4vw,3.4rem);}body.yitm-editorial-page main:where(.yitm-hero-copy,.post-hero-copy,.hero-copy) {align-self:center;}body.yitm-editorial-page main:where(.yitm-hero-media,.post-hero-image,.scam-post-hero-image,.hero-media,.hero-image) {align-self:center;justify-self:end;width:100%;max-width:540px;margin:0;}}body.yitm-editorial-page main:where(.yitm-hero-media,.post-hero-image,.scam-post-hero-image,.hero-media,.hero-image)>img,body.yitm-editorial-page main:where(.yitm-hero-img,.yitm-hero-image) {display:block;width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;border-radius:var(--yitm-article-radius);}body.yitm-editorial-page main:where(.hero-actions,.yitm-actions,.post-actions,.leadroom-actions) {display:flex;flex-wrap:wrap;align-items:center;gap:.65rem .75rem;margin-block-start:1.1rem;}body.yitm-editorial-page main:where(.hero-actions,.yitm-actions,.post-actions,.leadroom-actions):where(a,button) {min-height:48px;}body.yitm-editorial-page main:where(.yitm-reader-quick,.quick-answer,[class*="quick-answer"]) {max-width:900px;}body.yitm-editorial-page main:where(.yitm-section-head,.section-head,.article-section>header) {max-width:900px;}body.yitm-editorial-page main:where(.yitm-section-head,.section-head,.article-section>header)>p {max-width:64ch;}body.yitm-editorial-page main:where(.yitm-facts-grid,.yitm-choice-grid,.yitm-audience-grid) {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;}body.yitm-editorial-page main:where(.yitm-fact,.yitm-choice-card,.yitm-audience-card) {min-width:0;padding:1rem 1.05rem;border:1px solid var(--yitm-article-line);border-radius:var(--yitm-article-radius-sm);background:var(--yitm-article-paper);}body.yitm-editorial-page main:where(.yitm-fact,.yitm-choice-card,.yitm-audience-card):where(h2,h3,p) {text-align:left;}@media (max-width:900px) {body.yitm-editorial-page main:where(.yitm-hero-media,.post-hero-image,.scam-post-hero-image,.hero-media,.hero-image) {width:min(100%,680px);margin-inline:0;margin-block:.35rem 0;}}@media (max-width:680px) {body.yitm-editorial-page main h1 {font-size:clamp(2rem,9.2vw,2.85rem);line-height:1.04;}body.yitm-editorial-page main:where(.hero-actions,.yitm-actions,.post-actions,.leadroom-actions) {display:grid;grid-template-columns:1fr;}body.yitm-editorial-page main:where(.hero-actions,.yitm-actions,.post-actions,.leadroom-actions):where(a,button) {width:100%;justify-content:center;}body.yitm-editorial-page main:where(.yitm-facts-grid,.yitm-choice-grid,.yitm-audience-grid) {grid-template-columns:1fr;}}.yitm-editorial-review{max-width:900px;margin:clamp(2rem,4vw,3.25rem) 0;padding:1rem 1.1rem;border:1px solid #d6e3dc;border-left:5px solid #2f7a5d;border-radius:0 16px 16px 0;background:#f7faf8;color:#17382f;text-align:left}.yitm-editorial-review p{margin:0!important;max-width:68ch!important;color:#42584d!important;text-align:left!important;line-height:1.6!important}.yitm-editorial-review p+p{margin-top:.35rem!important}.yitm-editorial-review .yitm-editorial-review__team{color:#17382f!important;font-weight:800}.yitm-editorial-review .yitm-editorial-review__team a{color:#0b5f49!important;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.18em}.yitm-editorial-review .yitm-editorial-review__focus{font-size:.95rem}@media(max-width:680px){.yitm-editorial-review{margin-block:1.75rem;padding:.95rem 1rem}}body.yitm-editorial-page main .yitm-table th,body.yitm-editorial-page main .vm-table th{color:#fff!important;-webkit-text-fill-color:#fff!important;}body.yitm-editorial-page main:where(.blog-hero-art,.hero-art) figcaption{color:#e9f2f8!important;-webkit-text-fill-color:#e9f2f8!important;}body.yitm-editorial-page main:where(.booking-card,.lre-cta):where(h1,h2,h3,h4,p,li,span,strong,em,small),body.yitm-editorial-page main:where(.booking-card,.lre-cta) a:not(.btn-light):not(.btn-primary):not(.lre-btn-secondary){color:#fff!important;-webkit-text-fill-color:#fff!important;}body.yitm-editorial-page main .yitm-reader-cta{background:linear-gradient(135deg,#102c4a,#17456f)!important;border-color:rgba(255,255,255,.10)!important;color:#f7fbff!important;}body.yitm-editorial-page main .yitm-reader-cta:where(h2,h3,p,li,strong,span,small){color:#f7fbff!important;-webkit-text-fill-color:#f7fbff!important;}body.yitm-editorial-page main .yitm-reader-cta .yitm-reader-primary{background:#fff!important;border-color:#fff!important;color:#173653!important;-webkit-text-fill-color:#173653!important;}body.yitm-editorial-page main .yitm-reader-cta .yitm-reader-secondary{background:transparent!important;border-color:rgba(255,255,255,.78)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;}body.yitm-editorial-page main .yitm-card.yitm-answer,body.yitm-editorial-page main .yitm-guided-upgrade.yitm-answer{background:#064e35!important;border-color:#064e35!important;color:#fff!important;}body.yitm-editorial-page main:is(.yitm-card.yitm-answer,.yitm-guided-upgrade.yitm-answer):where(h2,h3,p,li,strong,span,small,a:not(.yitm-btn)){color:#fff!important;-webkit-text-fill-color:#fff!important;}body.yitm-editorial-page.template-service-page main#main-content>section.yitm-reader-cta,body.yitm-editorial-page.template-service-page main#main>section.yitm-reader-cta{background:linear-gradient(135deg,#102c4a,#17456f)!important;border-color:rgba(255,255,255,.10)!important;color:#f7fbff!important;}body.yitm-editorial-page.template-service-page main#main-content>section.yitm-reader-cta .yitm-reader-primary,body.yitm-editorial-page.template-service-page main#main>section.yitm-reader-cta .yitm-reader-primary{background:#fff!important;border-color:#fff!important;color:#173653!important;-webkit-text-fill-color:#173653!important;}body.yitm-editorial-page main .yitm-reader-cta a.yitm-reader-primary{background:#fff!important;border-color:#fff!important;color:#173653!important;-webkit-text-fill-color:#173653!important;}body.yitm-editorial-page.has-yitm-unified-shell main .yitm-reader-cta a.yitm-reader-primary:not(.btn):not([class*="btn"]){background:#fff!important;border-color:#fff!important;color:#173653!important;-webkit-text-fill-color:#173653!important;}body.template-blog-post.yitm-editorial-page article>:is(.yitm-hero,.post-hero,.leadroom-article-hero,.blog-article-hero){max-width:var(--yitm-article-wide);margin-inline:auto;}body.template-blog-post.yitm-editorial-page article>.yitm-hero .yitm-hero-grid,body.template-blog-post.yitm-editorial-page article>.post-hero .post-hero-grid,body.template-blog-post.yitm-editorial-page article>.leadroom-article-hero .leadroom-hero-grid,body.template-blog-post.yitm-editorial-page article>.blog-article-hero .hero-grid{grid-template-columns:minmax(0,1fr)!important;gap:clamp(20px,3vw,34px)!important;}body.template-blog-post.yitm-editorial-page article>.yitm-hero .yitm-hero-media,body.template-blog-post.yitm-editorial-page article>.post-hero figure,body.template-blog-post.yitm-editorial-page article>.leadroom-article-hero .leadroom-hero-visual,body.template-blog-post.yitm-editorial-page article>.blog-article-hero figure{order:-1;width:100%;max-width:none!important;}body.template-blog-post.yitm-editorial-page article>.yitm-hero .yitm-hero-media figure{width:100%;max-width:none!important;margin:0!important;}body.template-blog-post.yitm-editorial-page article>.yitm-hero .yitm-hero-media img,body.template-blog-post.yitm-editorial-page article>.post-hero figure img,body.template-blog-post.yitm-editorial-page article>.leadroom-article-hero .leadroom-hero-visual img,body.template-blog-post.yitm-editorial-page article>.blog-article-hero figure img{width:100%!important;max-height:none!important;aspect-ratio:3/2!important;object-fit:cover!important;border-radius:clamp(18px,2vw,26px)!important;}body.template-blog-post.yitm-editorial-page .yitm-standard-article-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(230px,290px);gap:clamp(28px,4vw,48px);align-items:start;max-width:var(--yitm-article-wide);margin:clamp(28px,4vw,44px) auto 0;}body.template-blog-post.yitm-editorial-page .yitm-standard-article-content{min-width:0;}body.template-blog-post.yitm-editorial-page .yitm-standard-article-content>* + *{margin-top:var(--yitm-article-flow);}body.template-blog-post.yitm-editorial-page .yitm-standard-article-rail{position:sticky;top:calc(var(--header-h,76px) + 22px);display:grid;gap:18px;min-width:0;}body.template-blog-post.yitm-editorial-page .yitm-standard-article-rail-card{padding:20px;border:1px solid var(--yitm-article-line);border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(16,35,63,.06);}body.template-blog-post.yitm-editorial-page .yitm-standard-article-rail-card h2{margin:0 0 14px!important;font-size:1.08rem!important;line-height:1.25!important;letter-spacing:0!important;}body.template-blog-post.yitm-editorial-page .yitm-standard-article-rail-list{display:grid;gap:10px;margin:0!important;padding:0!important;list-style:none!important;}body.template-blog-post.yitm-editorial-page .yitm-standard-article-rail-list li{margin:0!important;padding:0!important;}body.template-blog-post.yitm-editorial-page .yitm-standard-article-rail-list a{display:block;color:#07509d!important;font-size:.93rem;font-weight:650!important;line-height:1.42;text-decoration:none;}body.template-blog-post.yitm-editorial-page .yitm-standard-article-rail-list a:hover,body.template-blog-post.yitm-editorial-page .yitm-standard-article-rail-list a:focus-visible{text-decoration:underline;text-underline-offset:3px;}body.template-blog-post.yitm-editorial-page .yitm-standard-article-rail-note{margin:12px 0 0!important;color:var(--yitm-article-muted);font-size:.86rem;line-height:1.5;}@media (max-width:980px){body.template-blog-post.yitm-editorial-page .yitm-standard-article-grid{grid-template-columns:minmax(0,1fr);}body.template-blog-post.yitm-editorial-page .yitm-standard-article-rail{position:static;order:-1;}body.template-blog-post.yitm-editorial-page .yitm-standard-article-rail-card{padding:18px;}}@media (max-width:640px){body.template-blog-post.yitm-editorial-page article>.yitm-hero .yitm-hero-media img,body.template-blog-post.yitm-editorial-page article>.post-hero figure img,body.template-blog-post.yitm-editorial-page article>.leadroom-article-hero .leadroom-hero-visual img,body.template-blog-post.yitm-editorial-page article>.blog-article-hero figure img{aspect-ratio:16/10!important;border-radius:16px!important;}body.template-blog-post.yitm-editorial-page .yitm-standard-article-grid{gap:22px;margin-top:24px;}}}@scope (html[data-yitm-b3-css~="b3-27"]) {: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-b3-css~="b3-18"]) {: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-b3-css~="b3-06"]) {.yitm-answer-engine,.yitm-answer-entry{--yitm-ae-navy:#10233f;--yitm-ae-navy-2:#17375f;--yitm-ae-mint:#7ee0bd;--yitm-ae-green:#2d7167;--yitm-ae-cream:#fbfaf4;--yitm-ae-paper:#fff;--yitm-ae-ink:#10233f;--yitm-ae-copy:#455a70;--yitm-ae-line:#dce5eb;--yitm-ae-soft:#f1f6f4;--yitm-ae-warning:#fff6d8;--yitm-ae-danger:#fff0ee;--yitm-ae-shadow:0 18px 44px rgba(16,35,63,.12);--yitm-ae-radius:26px;color:var(--yitm-ae-ink)}.yitm-answer-engine *,.yitm-answer-entry *{box-sizing:border-box}.yitm-answer-engine [hidden]{display:none!important}.yitm-answer-engine{margin:20px 0 42px}.yitm-answer-engine__intro{max-width:760px;margin:0 0 20px}.yitm-answer-engine__intro h2{margin:.35rem 0 .55rem;font-size:clamp(2rem,4vw,3rem);line-height:1.02;text-wrap:pretty}.yitm-answer-engine__intro p{margin:.4rem 0 0;color:var(--yitm-ae-copy);font-size:1.06rem;line-height:1.62;text-wrap:pretty}.yitm-answer-engine__grid{display:block}.yitm-answer-engine__ask,.yitm-answer-engine__result{border:1px solid var(--yitm-ae-line);border-radius:var(--yitm-ae-radius);box-shadow:var(--yitm-ae-shadow)}.yitm-answer-engine__ask{padding:clamp(22px,3.4vw,34px);background:var(--yitm-ae-paper)}.yitm-answer-engine__ask-full{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);gap:clamp(24px,4vw,46px);align-items:start}.yitm-answer-engine__ask-head{padding-top:2px}.yitm-answer-engine__ask h3,.yitm-answer-engine__result h3{margin:0 0 10px;font-size:clamp(1.65rem,3vw,2.2rem);line-height:1.08;text-wrap:pretty}.yitm-answer-engine__ask-head p{margin:.35rem 0;color:var(--yitm-ae-copy);line-height:1.58;text-wrap:pretty}.yitm-answer-engine__label{display:block;font-weight:800;color:var(--yitm-ae-ink)}.yitm-answer-engine textarea{display:block;width:100%;min-height:112px;margin-top:8px;padding:15px 16px;border:1.5px solid #9fb0be;border-radius:18px;background:#fff;color:var(--yitm-ae-ink);font:inherit;font-size:1rem;line-height:1.5;resize:vertical}.yitm-answer-engine textarea:focus{outline:3px solid rgba(126,224,189,.55);outline-offset:1px;border-color:var(--yitm-ae-green)}.yitm-answer-engine__meta{display:flex;justify-content:space-between;gap:12px;margin-top:8px;color:#657689;font-size:.88rem}.yitm-answer-engine__examples{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.yitm-answer-engine__chip{min-height:42px;padding:8px 12px;border:1px solid #b8c8d2;border-radius:999px;background:#fff;color:var(--yitm-ae-navy);font:inherit;font-weight:700;cursor:pointer}.yitm-answer-engine__chip:hover,.yitm-answer-engine__chip:focus-visible{border-color:var(--yitm-ae-green);box-shadow:0 0 0 3px rgba(126,224,189,.28)}.yitm-answer-engine__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.yitm-answer-engine__button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 19px;border:2px solid var(--yitm-ae-navy);border-radius:999px;background:#fff;color:var(--yitm-ae-navy);font:inherit;font-weight:900;text-align:center;text-decoration:none;cursor:pointer}.yitm-answer-engine__button--primary{background:var(--yitm-ae-navy);color:#fff}.yitm-answer-engine__button:disabled{cursor:not-allowed;opacity:.55}.yitm-answer-engine__privacy{margin:12px 0 0;color:#657689;font-size:.9rem;line-height:1.5;text-wrap:pretty}.yitm-answer-engine__status{min-height:1.35em;margin:11px 0 0;color:#35546f;font-size:.92rem;font-weight:700}.yitm-answer-engine__status.is-error{color:#9b1c1c}.yitm-answer-engine__ask-summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px;border:1px solid #c9d8df;border-radius:16px;background:#f7faf8}.yitm-answer-engine__ask-summary>div{min-width:0}.yitm-answer-engine__ask-summary span{display:block;margin-bottom:3px;color:#657689;font-size:.78rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.yitm-answer-engine__ask-summary strong{display:block;color:var(--yitm-ae-ink);font-size:1rem;line-height:1.4;overflow-wrap:anywhere}.yitm-answer-engine__change{flex:none;min-height:42px;padding:8px 14px;border:1.5px solid var(--yitm-ae-navy);border-radius:999px;background:#fff;color:var(--yitm-ae-navy);font:inherit;font-weight:850;cursor:pointer}.yitm-answer-engine__change:hover,.yitm-answer-engine__change:focus-visible{box-shadow:0 0 0 3px rgba(126,224,189,.3)}.yitm-answer-engine__result{position:relative;margin-top:16px;padding:clamp(22px,3.3vw,34px);overflow:hidden;background:var(--yitm-ae-navy);color:#fff}.yitm-answer-engine__result,.yitm-answer-engine__result h3,.yitm-answer-engine__result p,.yitm-answer-engine__result strong,.yitm-answer-engine__result span,.yitm-answer-engine__result li,.yitm-answer-engine__result a:not(.yitm-answer-engine__route-card){color:#f4fbf8}.yitm-answer-engine__result .eyebrow{background:rgba(126,224,189,.16);border:1px solid rgba(126,224,189,.36);color:#dcfff2!important;-webkit-text-fill-color:#dcfff2!important}.yitm-answer-engine__result h3{margin-top:13px;color:#fff!important;-webkit-text-fill-color:#fff!important}.yitm-answer-engine__result-copy{max-width:70ch;margin:.25rem 0 0;line-height:1.58;color:#e8f2f2!important;-webkit-text-fill-color:#e8f2f2!important;text-wrap:pretty}.yitm-answer-engine__result-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr);gap:14px;margin-top:20px}.yitm-answer-engine__result-grid.is-single{grid-template-columns:1fr}.yitm-answer-engine__route-card,.yitm-answer-engine__price-card{min-width:0;padding:18px;border-radius:19px;background:#fff;color:var(--yitm-ae-ink)!important}.yitm-answer-engine__route-card{display:block;text-decoration:none}.yitm-answer-engine__route-card *,.yitm-answer-engine__price-card *{color:var(--yitm-ae-ink)!important;-webkit-text-fill-color:var(--yitm-ae-ink)!important}.yitm-answer-engine__route-card:hover,.yitm-answer-engine__route-card:focus-visible{box-shadow:0 0 0 3px rgba(126,224,189,.48)}.yitm-answer-engine__section-label{display:block;margin-bottom:6px;color:#5a6e80!important;-webkit-text-fill-color:#5a6e80!important;font-size:.76rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.yitm-answer-engine__route-title{display:block;font-size:1.25rem;font-weight:900;line-height:1.25}.yitm-answer-engine__route-meta{display:block;margin-top:6px;color:#5a6e80!important;-webkit-text-fill-color:#5a6e80!important;line-height:1.48}.yitm-answer-engine__price-headline{display:block;font-size:1.22rem;line-height:1.3}.yitm-answer-engine__price-card p{margin:7px 0 0;color:#5a6e80!important;-webkit-text-fill-color:#5a6e80!important;line-height:1.48}.yitm-answer-engine__price-card small{display:block;margin-top:7px;color:#5a6e80!important;-webkit-text-fill-color:#5a6e80!important;font-size:.8rem;line-height:1.4}.yitm-answer-engine__price-card a{display:inline-block;margin-top:9px;color:#0d5940!important;-webkit-text-fill-color:#0d5940!important;font-size:.86rem;font-weight:850;text-underline-offset:3px}.yitm-answer-engine__safety{margin-top:16px;padding:14px 15px;border-radius:16px;background:var(--yitm-ae-warning);color:#4e421a!important;line-height:1.52}.yitm-answer-engine__safety *{color:#4e421a!important;-webkit-text-fill-color:#4e421a!important}.yitm-answer-engine__safety.is-critical{background:var(--yitm-ae-danger);color:#6d221d!important}.yitm-answer-engine__safety.is-critical *{color:#6d221d!important;-webkit-text-fill-color:#6d221d!important}.yitm-answer-engine__review{margin-top:14px;padding:13px 15px;border:1px solid rgba(255,255,255,.18);border-radius:15px;background:rgba(255,255,255,.07);font-size:.92rem;line-height:1.5;color:#eef8f4!important;-webkit-text-fill-color:#eef8f4!important}.yitm-answer-engine__result-actions{margin-top:18px}.yitm-answer-engine__result .yitm-answer-engine__button--primary{border-color:var(--yitm-ae-mint);background:var(--yitm-ae-mint);color:#10233f!important;-webkit-text-fill-color:#10233f!important}.yitm-answer-engine__result .yitm-answer-engine__button--secondary{border-color:#fff;background:transparent;color:#fff!important;-webkit-text-fill-color:#fff!important}.yitm-answer-engine__result[aria-busy="true"]::after{content:"";position:absolute;inset:0;background:rgba(16,35,63,.35);pointer-events:none}.yitm-answer-engine__support-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:14px}.yitm-answer-engine__support-card{min-width:0;padding:18px;border:1px solid var(--yitm-ae-line);border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(16,35,63,.07);color:var(--yitm-ae-ink)}.yitm-answer-engine__support-card h4{margin:0 0 9px;color:var(--yitm-ae-ink);font-size:1.05rem;line-height:1.3}.yitm-answer-engine__support-card ul{margin:0;padding-left:1.2rem;color:var(--yitm-ae-copy);line-height:1.52}.yitm-answer-engine__support-list{display:grid;gap:8px;margin:0!important;padding:0!important;list-style:none}.yitm-answer-engine__support-link{display:block;padding:10px 11px;border:1px solid #d9e3e8;border-radius:12px;background:#f8faf9;color:#123f62!important;text-decoration:none}.yitm-answer-engine__support-link:hover,.yitm-answer-engine__support-link:focus-visible{border-color:#99c6b6;box-shadow:0 0 0 3px rgba(126,224,189,.22)}.yitm-answer-engine__support-link strong{display:block;color:#123f62!important;-webkit-text-fill-color:#123f62!important}.yitm-answer-engine__support-link span{display:block;margin-top:3px;color:#617386!important;-webkit-text-fill-color:#617386!important;font-size:.88rem;line-height:1.42}.yitm-answer-engine__quote-preview{margin-top:18px;padding:15px 16px;border:1px solid rgba(126,224,189,.62);border-radius:16px;background:rgba(126,224,189,.10);color:#fff}.yitm-answer-engine__quote-preview .yitm-answer-engine__section-label{color:#bdf5df!important;-webkit-text-fill-color:#bdf5df!important}.yitm-answer-engine__quote-preview p{margin:7px 0 5px;color:#fff!important;-webkit-text-fill-color:#fff!important;font-weight:750;line-height:1.5;overflow-wrap:anywhere}.yitm-answer-engine__quote-preview small{display:block;color:#e5f2f4!important;-webkit-text-fill-color:#e5f2f4!important;line-height:1.45}.yitm-answer-entry{margin:26px 0;padding:clamp(20px,3vw,28px);border:1px solid var(--yitm-ae-line);border-radius:24px;background:#f5f9f7;box-shadow:0 12px 34px rgba(16,35,63,.08)}.yitm-answer-entry__grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(320px,1.2fr);gap:22px;align-items:center}.yitm-answer-entry h2{margin:.25rem 0 .45rem;color:var(--yitm-ae-ink);font-size:clamp(1.7rem,3vw,2.45rem);line-height:1.05;text-wrap:pretty}.yitm-answer-entry p{margin:.35rem 0;color:var(--yitm-ae-copy);line-height:1.55;text-wrap:pretty}.yitm-answer-entry form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}.yitm-answer-entry label{display:block;color:var(--yitm-ae-ink);font-weight:800}.yitm-answer-entry input{display:block;width:100%;min-height:50px;margin-top:7px;padding:11px 14px;border:1.5px solid #9fb0be;border-radius:14px;background:#fff;color:var(--yitm-ae-ink);font:inherit}.yitm-answer-entry input:focus{outline:3px solid rgba(126,224,189,.5);border-color:var(--yitm-ae-green)}.yitm-answer-entry button{min-height:50px;padding:11px 17px;border:2px solid var(--yitm-ae-navy);border-radius:999px;background:var(--yitm-ae-navy);color:#fff;font:inherit;font-weight:900;cursor:pointer}.yitm-answer-entry__note{grid-column:1/-1;margin:0!important;color:#657689!important;font-size:.88rem}@media(max-width:900px){.yitm-answer-engine__ask-full,.yitm-answer-engine__result-grid,.yitm-answer-entry__grid{grid-template-columns:1fr}.yitm-answer-engine__support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.yitm-answer-engine__ask-head{max-width:70ch}}@media(max-width:620px){.yitm-answer-engine{margin-bottom:30px}.yitm-answer-engine__ask,.yitm-answer-engine__result{border-radius:20px}.yitm-answer-engine__meta{align-items:flex-start;flex-direction:column}.yitm-answer-engine__actions>*{width:100%}.yitm-answer-engine__ask-summary{align-items:flex-start;flex-direction:column}.yitm-answer-engine__change{width:100%}.yitm-answer-engine__support-grid{grid-template-columns:1fr}.yitm-answer-entry form{grid-template-columns:1fr}.yitm-answer-entry button{width:100%}}@media(prefers-reduced-motion:reduce){.yitm-answer-engine__button,.yitm-answer-engine__chip,.yitm-answer-engine__change,.yitm-answer-entry button{transition:none!important}}.start-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin:24px 0 44px}.start-card{display:flex;flex-direction:column;min-height:180px;padding:26px;border:1px solid #dce4f2;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(18,45,90,.08);text-decoration:none;color:#10233f;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.start-card:hover,.start-card:focus-visible{transform:translateY(-3px);box-shadow:0 16px 34px rgba(18,45,90,.13);border-color:#8fb1ee}.start-card h2{margin:0 0 10px;color:#10233f;font-size:1.35rem;line-height:1.15}.start-card p{margin:0 0 16px;color:#455a70;line-height:1.58}.start-card span{margin-top:auto;color:#174b9c;font-weight:800}.start-guide{margin:0 0 60px;padding:24px;border-radius:18px;background:#eef5ff;color:#10233f}.start-guide h2{margin-top:0;color:#10233f}.start-guide p{margin-bottom:0;color:#455a70;line-height:1.65}.start-guide strong,.start-guide a{color:#10233f}@media(max-width:720px){.start-grid{grid-template-columns:1fr}.start-card{min-height:0}}@media(prefers-reduced-motion:reduce){.start-card{transition:none!important}}.yitm-answer-engine__journey{display:grid;gap:5px;margin-top:16px;padding:14px 16px;border:1px solid rgba(126,224,189,.34);border-radius:16px;background:rgba(126,224,189,.09)}.yitm-answer-engine__journey strong{font-size:1.08rem;line-height:1.35;color:#fff!important;-webkit-text-fill-color:#fff!important}.yitm-answer-engine__journey p{margin:0;color:#e8f2f2!important;-webkit-text-fill-color:#e8f2f2!important;line-height:1.5;text-wrap:pretty}.yitm-answer-engine__clarify{margin-top:16px;padding:18px;border-radius:18px;background:#f5f9f7;color:var(--yitm-ae-ink)!important}.yitm-answer-engine__clarify *{color:var(--yitm-ae-ink)!important;-webkit-text-fill-color:var(--yitm-ae-ink)!important}.yitm-answer-engine__clarify .yitm-answer-engine__section-label{color:#526478!important;-webkit-text-fill-color:#526478!important}.yitm-answer-engine__clarify h4{margin:2px 0 12px;font-size:1.12rem;line-height:1.35}.yitm-answer-engine__clarify>p{margin:12px 0 0;color:#617386!important;-webkit-text-fill-color:#617386!important;font-size:.88rem;line-height:1.45}.yitm-answer-engine__clarify-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.yitm-answer-engine__clarify-option{display:grid;gap:4px;min-height:58px;padding:12px 14px;border:1.5px solid #b8c9d2;border-radius:14px;background:#fff;text-align:left;font:inherit;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.yitm-answer-engine__clarify-option strong{font-size:.98rem;line-height:1.3}.yitm-answer-engine__clarify-option span{color:#617386!important;-webkit-text-fill-color:#617386!important;font-size:.84rem;line-height:1.4}.yitm-answer-engine__clarify-option:hover,.yitm-answer-engine__clarify-option:focus-visible{border-color:var(--yitm-ae-green);box-shadow:0 0 0 3px rgba(126,224,189,.28);transform:translateY(-1px);outline:0}@media(max-width:620px){.yitm-answer-engine__clarify-options{grid-template-columns:1fr}.yitm-answer-engine__clarify-option{min-height:52px}}@media(prefers-reduced-motion:reduce){.yitm-answer-engine__clarify-option{transition:none!important}}.yitm-answer-engine__journey .yitm-answer-engine__section-label{color:#bdf5df!important;-webkit-text-fill-color:#bdf5df!important;}.yitm-answer-entry__note{color:#526173!important;-webkit-text-fill-color:#526173!important;}.yitm-answer-engine__ask-summary span{color:#526173!important;-webkit-text-fill-color:#526173!important;}.yitm-answer-engine__clarify-ai{display:grid;gap:6px;margin:0 0 14px;padding:13px 14px;border:1px solid #9bcfba;border-radius:14px;background:#eaf8f1;color:var(--yitm-ae-ink)!important}.yitm-answer-engine__clarify-ai[hidden]{display:none!important}.yitm-answer-engine__clarify-ai>span{font-size:.78rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase;color:#075b43!important;-webkit-text-fill-color:#075b43!important}.yitm-answer-engine__clarify-ai>strong{font-size:1rem;line-height:1.42;color:#10233f!important;-webkit-text-fill-color:#10233f!important}.yitm-answer-engine__clarify-ai>p{margin:0;color:#455f55!important;-webkit-text-fill-color:#455f55!important;font-size:.84rem;line-height:1.45}.yitm-answer-engine__clarify-option.is-suggested{border-color:#0a7654;box-shadow:0 0 0 2px rgba(10,118,84,.12)}.yitm-answer-engine__clarify-suggested{justify-self:start;margin-top:2px;padding:3px 8px;border-radius:999px;background:#dff4e9;color:#075b43!important;-webkit-text-fill-color:#075b43!important;font-size:.72rem;font-style:normal;font-weight:900;line-height:1.2}.yitm-answer-engine__clarify-footer{display:flex;flex-wrap:wrap;gap:10px 16px;align-items:center;justify-content:space-between;margin-top:12px}.yitm-answer-engine__clarify-footer>p{flex:1 1 320px;margin:0;color:#617386!important;-webkit-text-fill-color:#617386!important;font-size:.88rem;line-height:1.45}.yitm-answer-engine__clarify-change{appearance:none;border:0;background:transparent;padding:6px 2px;color:#075b43!important;-webkit-text-fill-color:#075b43!important;font:inherit;font-size:.88rem;font-weight:900;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.yitm-answer-engine__clarify-change:hover,.yitm-answer-engine__clarify-change:focus-visible{color:#064e35!important;-webkit-text-fill-color:#064e35!important;outline:3px solid rgba(10,118,84,.22);outline-offset:3px;border-radius:6px}@media(max-width:620px){.yitm-answer-engine__clarify-footer{display:grid}.yitm-answer-engine__clarify-change{text-align:left}}@media(prefers-reduced-motion:reduce){.yitm-answer-engine__clarify-option.is-suggested{transition:none!important}}.yitm-answer-engine__understood-label{display:grid;gap:6px;margin-top:7px;color:#bdf5df!important;-webkit-text-fill-color:#bdf5df!important;font-size:.78rem;font-weight:900;letter-spacing:.03em;text-transform:uppercase}.yitm-answer-engine__understood-summary{min-height:84px!important;margin:0!important;border-color:rgba(189,245,223,.72)!important;border-radius:12px!important;background:#fff!important;color:#10233f!important;-webkit-text-fill-color:#10233f!important;font-size:.95rem!important;font-weight:500!important;letter-spacing:0;text-transform:none}.yitm-answer-engine__understood-facts{display:grid;gap:7px;margin-top:3px}.yitm-answer-engine__understood-fact{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px;border:1px solid rgba(189,245,223,.3);border-radius:10px;background:rgba(255,255,255,.08)}.yitm-answer-engine__understood-fact span{font-size:.88rem;line-height:1.4}.yitm-answer-engine__understood-fact button{flex:none;min-height:44px;padding:7px 10px;border:1px solid #bdf5df;border-radius:999px;background:transparent;color:#fff!important;-webkit-text-fill-color:#fff!important;font:inherit;font-size:.82rem;font-weight:900;cursor:pointer}.yitm-answer-engine__understood-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.yitm-answer-engine__understood-actions button,.yitm-answer-engine__understood-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:7px 12px;border:1px solid #bdf5df;border-radius:999px;background:transparent;color:#fff!important;-webkit-text-fill-color:#fff!important;font:inherit;font-size:.84rem;font-weight:900;text-decoration:none;cursor:pointer}.yitm-answer-engine__question-why{margin:-3px 0 13px!important;padding:10px 12px;border-left:4px solid #b76e00;border-radius:8px;background:#fff4d7;color:#4c3b17!important;-webkit-text-fill-color:#4c3b17!important;font-size:.9rem;line-height:1.48}.yitm-answer-engine__answer-choice{display:flex;align-items:center;justify-content:center;min-height:48px;text-align:center;font-weight:900}.yitm-answer-engine__clarify-person{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:7px 12px;border:1.5px solid #10233f;border-radius:999px;color:#10233f!important;-webkit-text-fill-color:#10233f!important;font-size:.88rem;font-weight:900;text-decoration:none}.yitm-answer-engine__clarify-person:hover,.yitm-answer-engine__clarify-person:focus-visible,.yitm-answer-engine__understood-fact button:hover,.yitm-answer-engine__understood-fact button:focus-visible{outline:3px solid rgba(126,224,189,.34);outline-offset:2px}@media(max-width:620px){.yitm-answer-engine__understood-fact{align-items:flex-start;flex-direction:column}.yitm-answer-engine__understood-fact button,.yitm-answer-engine__clarify-person,.yitm-answer-engine__understood-actions>*{width:100%}.yitm-answer-engine__answer-choice{width:100%}}.yitm-answer-engine__multi-primary{display:grid;gap:3px;padding:13px 14px;border:1.5px solid #79b89f;border-radius:14px;background:#eaf8f1}.yitm-answer-engine__multi-primary>span{color:#075b43!important;-webkit-text-fill-color:#075b43!important;font-size:.76rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.yitm-answer-engine__multi-primary>strong{font-size:1rem;line-height:1.4}.yitm-answer-engine__multi-secondary{grid-column:1/-1;display:grid;gap:8px;margin:2px 0 0;padding:13px;border:1px solid #c8d7d0;border-radius:14px;background:#fff}.yitm-answer-engine__multi-secondary legend{padding:0 5px;font-size:.9rem;font-weight:800;line-height:1.45}.yitm-answer-engine__multi-secondary label{display:flex;align-items:flex-start;gap:10px;min-height:48px;padding:10px;border:1px solid #d7e2dd;border-radius:12px;background:#f8faf9;cursor:pointer}.yitm-answer-engine__multi-secondary input{flex:none;width:22px;height:22px;min-height:22px;margin:2px 0 0;accent-color:#0a7654}.yitm-answer-engine__multi-secondary label>span{display:grid;gap:2px}.yitm-answer-engine__multi-secondary strong{font-size:.94rem;line-height:1.35}.yitm-answer-engine__multi-secondary small{color:#5c6f67!important;-webkit-text-fill-color:#5c6f67!important;font-size:.8rem;line-height:1.4}.yitm-answer-engine__multi-update{min-height:44px;padding:8px 13px;border:1.5px solid #10233f;border-radius:999px;background:#10233f;color:#fff!important;-webkit-text-fill-color:#fff!important;font:inherit;font-size:.88rem;font-weight:900;cursor:pointer}.yitm-answer-engine__multi-update:hover,.yitm-answer-engine__multi-update:focus-visible,.yitm-answer-engine__multi-secondary input:focus-visible{outline:3px solid rgba(10,118,84,.3);outline-offset:2px}@media(max-width:620px){.yitm-answer-engine__multi-update{width:100%}.yitm-answer-engine__multi-secondary{padding:10px}.yitm-answer-engine__multi-secondary label{min-height:52px}}.yitm-sr-only{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}.home-intent-live button,.home-intent-live a,.yitm-answer-engine button,.yitm-answer-engine a{min-height:44px}.home-intent-live input,.home-intent-live textarea,.yitm-answer-engine input,.yitm-answer-engine textarea{min-height:48px}.home-intent-live [aria-busy="true"],.yitm-answer-engine [aria-busy="true"]{cursor:progress}@media (prefers-reduced-motion:reduce){.home-intent-live *,.home-intent-live *::before,.home-intent-live *::after,.yitm-answer-engine *,.yitm-answer-engine *::before,.yitm-answer-engine *::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}}@scope (html[data-yitm-b3-css~="b3-31"]) {:root{--lr-ink:#13251f;--lr-muted:#52665e;--lr-green:#2d8c59;--lr-green-dark:#176842;--lr-green-soft:#eaf7ef;--lr-mint:#f4fbf7;--lr-line:#d8e6de;--lr-warm:#fffaf0;--lr-amber:#d89321;--lr-white:#fff;--lr-shadow:0 18px 50px rgba(20,66,44,.10);--lr-radius:22px;--lr-radius-sm:14px}.leadroom-page{background:linear-gradient(180deg,#f7fbf8 0,#fff 540px);color:var(--lr-ink)}.leadroom-page main{display:block}.leadroom-shell{width:min(1160px,calc(100% - 40px));margin:0 auto}.leadroom-breadcrumbs{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;padding:1rem 0;color:var(--lr-muted);font-size:.92rem}.leadroom-breadcrumbs a{color:var(--lr-green-dark);font-weight:700;text-decoration:none}.leadroom-breadcrumbs a:hover{text-decoration:underline}.leadroom-hero{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(350px,.98fr);gap:2.2rem;align-items:center;padding:2.2rem 0 3.2rem}.leadroom-eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .75rem;border:1px solid #bfe0cd;background:var(--lr-green-soft);color:var(--lr-green-dark);border-radius:999px;font-size:.84rem;font-weight:850;letter-spacing:.02em;text-transform:uppercase}.leadroom-eyebrow:before{content:"";width:.55rem;height:.55rem;border-radius:50%;background:var(--lr-green)}.leadroom-hero h1{font-size:clamp(2.35rem,5vw,4.65rem);line-height:.98;letter-spacing:-.055em;margin:1.1rem 0 1rem;max-width:13ch;color:#10261d}.leadroom-hero .leadroom-lede{font-size:clamp(1.08rem,2vw,1.28rem);line-height:1.65;color:#3d574b;max-width:660px}.leadroom-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.4rem}.leadroom-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:.8rem 1.15rem;border-radius:12px;font-weight:850;text-decoration:none;border:1px solid var(--lr-green);transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.leadroom-button:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(32,110,68,.16)}.leadroom-button.primary{background:var(--lr-green);color:#fff}.leadroom-button.primary:hover{background:var(--lr-green-dark)}.leadroom-button.secondary{background:#fff;color:var(--lr-green-dark)}.leadroom-hero-visual{position:relative}.leadroom-hero-visual:before{content:"";position:absolute;inset:-18px 22px 22px -18px;border-radius:30px;background:linear-gradient(135deg,#dff3e7,#fff6df);z-index:0}.leadroom-hero-visual img{position:relative;z-index:1;width:100%;height:auto;display:block;border-radius:24px;border:1px solid #cfe1d5;box-shadow:var(--lr-shadow)}.leadroom-proof-row{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin:0 0 3rem}.leadroom-proof{padding:1rem;border:1px solid var(--lr-line);background:#fff;border-radius:var(--lr-radius-sm);font-weight:800;color:#234c37;box-shadow:0 8px 24px rgba(24,70,47,.05)}.leadroom-proof span{display:block;color:var(--lr-muted);font-size:.86rem;font-weight:650;margin-top:.2rem}.leadroom-section{padding:3.6rem 0}.leadroom-section.compact{padding:2.3rem 0}.leadroom-section.tint{background:var(--lr-mint);border-block:1px solid #dfede4}.leadroom-section.warm{background:var(--lr-warm);border-block:1px solid #f0e3c9}.leadroom-section h2{font-size:clamp(1.75rem,3vw,2.7rem);letter-spacing:-.035em;line-height:1.1;margin:0 0 .85rem;color:#153426}.leadroom-section h3{font-size:1.22rem;line-height:1.25;color:#193b2c;margin:0 0 .55rem}.leadroom-section-heading{max-width:760px;margin-bottom:1.7rem}.leadroom-section-heading p,.leadroom-copy{color:var(--lr-muted);line-height:1.75;font-size:1.03rem}.leadroom-direct-answer{border:1px solid #bfe0cd;background:linear-gradient(135deg,#eef9f2,#fff);border-radius:var(--lr-radius);padding:1.5rem 1.6rem;box-shadow:0 10px 28px rgba(25,83,52,.06)}.leadroom-direct-answer strong{display:block;color:var(--lr-green-dark);font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.45rem}.leadroom-direct-answer p{margin:0;color:#244839;font-size:1.08rem;line-height:1.65}.leadroom-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.leadroom-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.leadroom-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.leadroom-card{background:#fff;border:1px solid var(--lr-line);border-radius:var(--lr-radius);padding:1.35rem;box-shadow:0 9px 30px rgba(25,70,48,.055)}.leadroom-card p{color:var(--lr-muted);line-height:1.65;margin:.35rem 0 0}.leadroom-card a{color:var(--lr-green-dark);font-weight:800}.leadroom-card .leadroom-card-label{display:inline-block;color:var(--lr-green-dark);font-size:.78rem;font-weight:850;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.55rem}.leadroom-icon{display:grid;place-items:center;width:2.35rem;height:2.35rem;border-radius:12px;background:var(--lr-green-soft);color:var(--lr-green-dark);font-weight:900;margin-bottom:.8rem}.leadroom-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.8rem;counter-reset:steps}.leadroom-step{position:relative;border:1px solid var(--lr-line);background:#fff;border-radius:18px;padding:1.2rem;counter-increment:steps}.leadroom-step:before{content:counter(steps);display:grid;place-items:center;width:2rem;height:2rem;border-radius:50%;background:var(--lr-green);color:#fff;font-weight:900;margin-bottom:.75rem}.leadroom-step p{font-size:.92rem;color:var(--lr-muted);line-height:1.55;margin:0}.leadroom-table-wrap{overflow-x:auto;border:1px solid var(--lr-line);border-radius:18px;background:#fff}.leadroom-table{width:100%;border-collapse:collapse;min-width:700px}.leadroom-table th,.leadroom-table td{padding:1rem;text-align:left;border-bottom:1px solid #e5eee8;vertical-align:top}.leadroom-table th{background:#edf8f1;color:#244d39;font-size:.9rem}.leadroom-table td{color:#4a6055;line-height:1.55}.leadroom-table tr:last-child td{border-bottom:0}.leadroom-callout{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:start;padding:1.35rem;border-radius:18px;border:1px solid #ead9ad;background:#fffaf0}.leadroom-callout .leadroom-icon{background:#fff0c9;color:#8b5d08;margin:0}.leadroom-callout p{margin:0;color:#655536;line-height:1.65}.leadroom-checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem 1rem;padding:0;list-style:none}.leadroom-checklist li{position:relative;padding:.8rem .9rem .8rem 2.4rem;border:1px solid var(--lr-line);border-radius:13px;background:#fff;color:#3d564a}.leadroom-checklist li:before{content:"✓";position:absolute;left:.85rem;top:.77rem;color:var(--lr-green);font-weight:950}.leadroom-key-takeaways{background:#183d2d;color:#fff;border-radius:var(--lr-radius);padding:1.7rem}.leadroom-key-takeaways h2,.leadroom-key-takeaways h3{color:#fff}.leadroom-key-takeaways p,.leadroom-key-takeaways li{color:#dbeae2}.leadroom-key-takeaways ul{margin:.8rem 0 0;padding-left:1.2rem}.leadroom-key-takeaways li{margin:.45rem 0}.leadroom-guide-card{display:flex;flex-direction:column;min-height:100%}.leadroom-guide-card .leadroom-guide-meta{font-size:.78rem;text-transform:uppercase;letter-spacing:.055em;font-weight:850;color:var(--lr-green-dark)}.leadroom-guide-card h3{margin:.55rem 0}.leadroom-guide-card p{flex:1}.leadroom-guide-card .leadroom-guide-link{display:inline-flex;align-items:center;min-height:44px;margin-top:.9rem;text-decoration:none}.leadroom-guide-card .leadroom-guide-link:after{content:" →"}.leadroom-article{width:min(920px,calc(100% - 40px));margin:0 auto}.leadroom-article-hero{padding:1.25rem 0 2.4rem}.leadroom-article-hero h1{font-size:clamp(2.25rem,5vw,4rem);line-height:1.03;letter-spacing:-.05em;margin:1rem 0}.leadroom-article-hero .leadroom-lede{font-size:1.16rem;line-height:1.7;color:var(--lr-muted)}.leadroom-article-meta{display:flex;gap:.65rem;flex-wrap:wrap;color:#61746b;font-size:.88rem;margin-top:1rem}.leadroom-article-meta span{display:inline-flex;align-items:center;min-height:34px;padding:.3rem .65rem;border-radius:999px;border:1px solid var(--lr-line);background:#fff}.leadroom-article-content{padding-bottom:3.5rem}.leadroom-article-content>section{margin:2.5rem 0}.leadroom-article-content h2{font-size:clamp(1.55rem,3vw,2.25rem);line-height:1.15;letter-spacing:-.03em;color:#173827;margin:0 0 .8rem}.leadroom-article-content h3{font-size:1.18rem;color:#224c37;margin:1.4rem 0 .5rem}.leadroom-article-content p,.leadroom-article-content li{font-size:1.02rem;line-height:1.75;color:#465c51}.leadroom-article-content ul,.leadroom-article-content ol{padding-left:1.25rem}.leadroom-article-content li{margin:.45rem 0}.leadroom-article-content a{color:var(--lr-green-dark);font-weight:750}.leadroom-quote{border-left:5px solid var(--lr-green);background:#f2faf5;border-radius:0 16px 16px 0;padding:1.25rem 1.4rem;font-size:1.13rem;color:#274b3a;line-height:1.65}.leadroom-faq{display:grid;gap:.75rem}.leadroom-faq details{border:1px solid var(--lr-line);background:#fff;border-radius:15px;padding:1rem 1.1rem}.leadroom-faq summary{cursor:pointer;font-weight:850;color:#244a37;min-height:32px}.leadroom-faq p{margin:.7rem 0 0}.leadroom-cta{display:grid;grid-template-columns:1.3fr auto;gap:1.2rem;align-items:center;background:linear-gradient(135deg,#1a4c34,#26734c);color:#fff;border-radius:26px;padding:1.8rem}.leadroom-cta h2,.leadroom-cta h3{color:#fff;margin:0 0 .45rem}.leadroom-cta p{color:#dfece5;margin:0;line-height:1.6}.leadroom-cta .leadroom-button{background:#fff;color:#176842;border-color:#fff;white-space:nowrap}.leadroom-related-strip{margin:2rem 0;padding:1.25rem;border:1px solid var(--lr-line);border-radius:18px;background:#f7fbf8}.leadroom-related-strip strong{display:block;color:#244b37;margin-bottom:.55rem}.leadroom-related-strip a{display:inline-block;margin:.25rem .8rem .25rem 0;color:var(--lr-green-dark);font-weight:750}.leadroom-product-badge{display:inline-flex;align-items:center;gap:.4rem;color:#244b37;font-size:.88rem;font-weight:800}.leadroom-product-badge:before{content:"Your IT & Tech Mates";display:inline-grid;place-items:center;background:#183d2d;color:#fff;border-radius:8px;padding:.25rem .4rem;font-size:.68rem;letter-spacing:.04em}.leadroom-crosslink{width:min(920px,calc(100% - 40px));margin:2.5rem auto;padding:1.35rem;border:1px solid #c9e2d3;border-radius:18px;background:#f3fbf6}.leadroom-crosslink h2{font-size:1.35rem;margin:0 0 .45rem;color:#1c4a32}.leadroom-crosslink p{margin:0 0 .8rem;color:#4c6257}.leadroom-crosslink a{font-weight:850;color:#176842}@media (max-width:980px){.leadroom-hero{grid-template-columns:1fr}.leadroom-hero-visual{max-width:760px}.leadroom-proof-row{grid-template-columns:repeat(2,1fr)}.leadroom-grid.four{grid-template-columns:repeat(2,1fr)}.leadroom-steps{grid-template-columns:repeat(2,1fr)}.leadroom-step:last-child{grid-column:1/-1}.leadroom-cta{grid-template-columns:1fr}}@media (max-width:720px){.leadroom-shell,.leadroom-article{width:min(100% - 28px,1160px)}.leadroom-hero{padding:1.2rem 0 2rem;gap:1.35rem}.leadroom-hero h1{font-size:clamp(2.2rem,13vw,3.35rem)}.leadroom-proof-row,.leadroom-grid,.leadroom-grid.two,.leadroom-grid.four,.leadroom-checklist,.leadroom-steps{grid-template-columns:1fr}.leadroom-step:last-child{grid-column:auto}.leadroom-section{padding:2.6rem 0}.leadroom-card{padding:1.1rem}.leadroom-actions{display:grid}.leadroom-button{width:100%}.leadroom-hero-visual:before{inset:-8px 12px 12px -8px}.leadroom-article-hero h1{font-size:clamp(2.1rem,11vw,3.2rem)}.leadroom-article-content>section{margin:2rem 0}.leadroom-cta{padding:1.35rem}.leadroom-cta .leadroom-button{white-space:normal}.leadroom-proof{min-height:0}}@media (prefers-reduced-motion:reduce){.leadroom-button{transition:none}.leadroom-button:hover{transform:none}}.leadroom-article-hero-image{margin:0 0 2rem;position:relative}.leadroom-article-hero-image img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:24px;border:1px solid #cbded3;box-shadow:0 18px 48px rgba(12,43,30,.16);background:#071c35}.leadroom-article-hero-image figcaption{margin:.7rem .3rem 0;color:#5b7066;font-size:.9rem;line-height:1.55}.leadroom-broader-guides{margin-top:1rem;padding:1rem 1.1rem;border:1px solid var(--lr-line);border-radius:15px;background:#fff}.leadroom-broader-guides strong{display:block;color:#244b37;margin-bottom:.35rem}.leadroom-broader-guides a{display:inline-block;margin:.2rem .9rem .2rem 0}@media (max-width:720px){.leadroom-article-hero-image{margin-bottom:1.55rem}.leadroom-article-hero-image img{border-radius:16px}.leadroom-article-hero-image figcaption{font-size:.84rem}}.leadroom-customer-review{border:1px solid #c4ddcf;background:linear-gradient(135deg,#f5fbf7,#fff);border-radius:22px;padding:1.45rem 1.55rem;box-shadow:0 12px 32px rgba(24,70,47,.06)}.leadroom-review-label{display:inline-flex;align-items:center;min-height:28px;padding:.25rem .55rem;border-radius:999px;background:#e2f3e8;color:#1a6741;font-size:.75rem;font-weight:900;letter-spacing:.055em;text-transform:uppercase}.leadroom-customer-review h2{margin:.65rem 0 .6rem}.leadroom-customer-review ul{margin:.65rem 0}.leadroom-customer-review .leadroom-review-change{margin:.9rem 0 0;padding-top:.9rem;border-top:1px solid #dcebe1;color:#315541}.leadroom-example-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;margin:1rem 0}.leadroom-example-flow article{position:relative;padding:1.05rem;border:1px solid var(--lr-line);border-radius:16px;background:#fff}.leadroom-example-flow strong{display:block;color:#1d4b33;margin-bottom:.35rem}.leadroom-example-flow span{display:block;color:var(--lr-muted);font-size:.94rem;line-height:1.55}.leadroom-sample-record{margin:1.1rem 0;padding:1.2rem;border-radius:18px;background:#173d2b;color:#fff}.leadroom-sample-record>strong{display:block;margin-bottom:.7rem}.leadroom-sample-record dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;margin:0}.leadroom-sample-record dl div{padding:.7rem;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:rgba(255,255,255,.06)}.leadroom-sample-record dt{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#b9d8c7}.leadroom-sample-record dd{margin:.25rem 0 0;color:#fff;font-weight:800}.leadroom-status-note{padding:1rem 1.1rem;border-left:4px solid var(--lr-green);border-radius:0 14px 14px 0;background:#f1f9f4;color:#345745!important}.leadroom-scenario{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.leadroom-scenario>div{padding:1rem;border:1px solid var(--lr-line);border-radius:16px;background:#fff}.leadroom-scenario h3{margin:.55rem 0 .35rem}.leadroom-scenario p{margin:0}.leadroom-decision-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin:1rem 0}.leadroom-decision-grid article{padding:1.05rem;border:1px solid var(--lr-line);border-radius:16px;background:#fff}.leadroom-decision-grid strong{display:block;color:#1d4b33}.leadroom-decision-grid p{margin:.4rem 0 0}.leadroom-fit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.leadroom-fit-card{padding:1.3rem;border-radius:20px;border:1px solid var(--lr-line);background:#fff}.leadroom-fit-card.good{border-color:#b9dbc6;background:#f4fbf6}.leadroom-fit-card.pause{border-color:#ead8b5;background:#fffaf0}.leadroom-fit-card h3{margin:0 0 .55rem}.leadroom-fit-card ul{margin:.4rem 0 0;padding-left:1.2rem}.leadroom-journey-three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.leadroom-journey-three article{padding:1.2rem;border:1px solid var(--lr-line);border-radius:18px;background:#fff}.leadroom-journey-three strong{display:grid;place-items:center;width:2rem;height:2rem;border-radius:50%;background:var(--lr-green);color:#fff;margin-bottom:.7rem}.leadroom-journey-three h3{margin:0 0 .35rem}.leadroom-journey-three p{margin:0}.leadroom-problem-picker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.leadroom-problem-picker a{display:block;padding:1.2rem;border:1px solid var(--lr-line);border-radius:18px;background:#fff;text-decoration:none}.leadroom-problem-picker strong{display:block;color:#1b4a32;font-size:1.08rem}.leadroom-problem-picker span{display:block;margin-top:.35rem;color:var(--lr-muted);line-height:1.55}.leadroom-problem-picker a:hover{border-color:#92c4a6;box-shadow:0 10px 26px rgba(27,82,53,.08)}@media (max-width:820px){.leadroom-example-flow,.leadroom-scenario{grid-template-columns:repeat(2,minmax(0,1fr))}.leadroom-sample-record dl,.leadroom-decision-grid,.leadroom-journey-three{grid-template-columns:1fr}}@media (max-width:620px){.leadroom-customer-review{padding:1.15rem}.leadroom-example-flow,.leadroom-scenario,.leadroom-fit-grid,.leadroom-problem-picker{grid-template-columns:1fr}.leadroom-sample-record dl{grid-template-columns:1fr}}.leadroom-page .mobile-menu-btn{min-height:44px!important}body.template-service-page main#main-content section .leadroom-cta,body.template-service-page main#main-content section .leadroom-key-takeaways,body.template-service-page main#main-content section .leadroom-sample-record{color:#fff!important}body.template-service-page main#main-content section .leadroom-cta h2,body.template-service-page main#main-content section .leadroom-cta h3,body.template-service-page main#main-content section .leadroom-key-takeaways h2,body.template-service-page main#main-content section .leadroom-key-takeaways h3,body.template-service-page main#main-content section .leadroom-sample-record h2,body.template-service-page main#main-content section .leadroom-sample-record h3{color:#fff!important;text-shadow:none!important;opacity:1!important}body.template-service-page main#main-content section .leadroom-cta p,body.template-service-page main#main-content section .leadroom-cta li,body.template-service-page main#main-content section .leadroom-key-takeaways p,body.template-service-page main#main-content section .leadroom-key-takeaways li,body.template-service-page main#main-content section .leadroom-sample-record p,body.template-service-page main#main-content section .leadroom-sample-record li{color:#eaf5ee!important;text-shadow:none!important;opacity:1!important}body.leadroom-page main#main-content .leadroom-cta,body.template-service-page main#main-content .leadroom-cta{background:#1f643f!important;color:#ffffff!important;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}body.leadroom-page main#main-content .leadroom-cta h2,body.leadroom-page main#main-content .leadroom-cta h3,body.template-service-page main#main-content .leadroom-cta h2,body.template-service-page main#main-content .leadroom-cta h3{color:#ffffff!important;font-family:inherit!important;font-size:clamp(1.8rem,3vw,2.7rem)!important;font-weight:800!important;line-height:1.12!important;letter-spacing:-.025em!important;opacity:1!important;text-shadow:none!important;}body.leadroom-page main#main-content .leadroom-cta p,body.template-service-page main#main-content .leadroom-cta p{color:#f2fbf5!important;font-family:inherit!important;font-size:clamp(1.05rem,1.5vw,1.2rem)!important;font-weight:500!important;line-height:1.65!important;max-width:62ch;opacity:1!important;text-shadow:none!important;}body.leadroom-page main#main-content .leadroom-cta .leadroom-button,body.template-service-page main#main-content .leadroom-cta .leadroom-button{background:#ffffff!important;color:#164d31!important;border:2px solid #ffffff!important;font-weight:800!important;}body.leadroom-page main#main-content .leadroom-cta .leadroom-button:hover,body.leadroom-page main#main-content .leadroom-cta .leadroom-button:focus-visible,body.template-service-page main#main-content .leadroom-cta .leadroom-button:hover,body.template-service-page main#main-content .leadroom-cta .leadroom-button:focus-visible{background:#f4fbf6!important;color:#0f3f27!important;outline:3px solid #ffffff!important;outline-offset:3px;}.leadroom-button.primary,a.leadroom-button.primary{color:#fff!important;-webkit-text-fill-color:#fff!important;}.leadroom-cta a:not(.leadroom-button){color:#fff!important;-webkit-text-fill-color:#fff!important;text-decoration-color:rgba(255,255,255,.72)!important;}.leadroom-button.primary,.leadroom-step:before,.leadroom-journey-three strong{background:var(--lr-green-dark)!important;}}@scope (html[data-yitm-b3-css~="b3-32"]) {.yitm-resolution-card-host{margin-top:20px}.yitm-resolution-card-host[hidden]{display:none!important}.yitm-resolution-card{--src-ink:var(--yitm-ds-text-primary,#10233f);--src-copy:var(--yitm-ds-text-secondary,#526274);--src-line:var(--yitm-ds-line,#dbe4ee);--src-card:#fff;--src-soft:var(--yitm-ds-surface-page,#f5f8fc);--src-mint:var(--yitm-ds-surface-green,#eefaf4);--src-green:var(--yitm-ds-trust,#24735f);--src-blue:var(--yitm-ds-action-blue,#0f64ee);--src-amber:var(--yitm-ds-surface-amber,#fff8e7);--src-amber-line:#e4c76d;overflow:hidden;border:1px solid var(--src-line);border-radius:22px;background:var(--src-card);color:var(--src-ink);box-shadow:0 14px 34px rgba(8,28,50,.10)}.yitm-resolution-card *{box-sizing:border-box}.yitm-resolution-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:20px 22px;border-bottom:1px solid var(--src-line);background:linear-gradient(180deg,#fff 0%,var(--src-soft) 100%)}.yitm-resolution-card__head>div{min-width:0}.yitm-resolution-card__kicker{display:inline-flex;min-height:30px;align-items:center;padding:4px 10px;border-radius:999px;background:var(--src-mint);color:#145743!important;-webkit-text-fill-color:#145743!important;font-size:.76rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.yitm-resolution-card__head h4{margin:10px 0 0;color:var(--src-ink)!important;-webkit-text-fill-color:var(--src-ink)!important;font-size:clamp(1.25rem,2.3vw,1.65rem);line-height:1.2;text-wrap:pretty}.yitm-resolution-card__status{flex:none;display:inline-flex;align-items:center;min-height:34px;padding:6px 10px;border:1px solid #bdd8cc;border-radius:999px;background:#f5fbf8;color:#185a49!important;-webkit-text-fill-color:#185a49!important;font-size:.78rem;font-weight:850;text-align:center}.yitm-resolution-card__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--src-line)}.yitm-resolution-card__panel{min-width:0;padding:19px 21px;background:#fff;color:var(--src-ink)!important}.yitm-resolution-card__panel--wide{grid-column:1/-1}.yitm-resolution-card__label{display:block;margin-bottom:7px;color:#607386!important;-webkit-text-fill-color:#607386!important;font-size:.73rem;font-weight:900;letter-spacing:.055em;text-transform:uppercase}.yitm-resolution-card__panel strong{display:block;color:var(--src-ink)!important;-webkit-text-fill-color:var(--src-ink)!important;font-size:1.08rem;line-height:1.35;text-wrap:pretty}.yitm-resolution-card__panel p{margin:7px 0 0;color:var(--src-copy)!important;-webkit-text-fill-color:var(--src-copy)!important;line-height:1.55;text-wrap:pretty}.yitm-resolution-card__panel small{display:block;margin-top:7px;color:var(--src-copy)!important;-webkit-text-fill-color:var(--src-copy)!important;line-height:1.45}.yitm-resolution-card__panel--next{background:var(--src-mint)}.yitm-resolution-card__panel--safety{background:var(--src-amber)}.yitm-resolution-card[data-state="safety-first"]{border-color:var(--src-amber-line)}.yitm-resolution-card[data-state="safety-first"] .yitm-resolution-card__head{background:linear-gradient(180deg,#fffdf6 0%,var(--src-amber) 100%)}.yitm-resolution-card[data-state="safety-first"] .yitm-resolution-card__kicker,.yitm-resolution-card[data-state="safety-first"] .yitm-resolution-card__status{border-color:var(--src-amber-line);background:#fff4c7;color:#614d08!important;-webkit-text-fill-color:#614d08!important}.yitm-resolution-card__action{display:inline-flex;align-items:center;justify-content:center;min-height:46px;margin-top:13px;padding:10px 15px;border:2px solid var(--src-blue);border-radius:999px;background:var(--src-blue);color:#fff!important;-webkit-text-fill-color:#fff!important;text-decoration:none!important;font-weight:900;line-height:1.2}.yitm-resolution-card__action:hover{filter:brightness(.94)}.yitm-resolution-card__action:focus-visible,.yitm-resolution-card__evidence a:focus-visible{outline:3px solid #ffb020;outline-offset:3px}.yitm-resolution-card__source{display:inline-block;margin-top:9px;color:#155f4b!important;-webkit-text-fill-color:#155f4b!important;font-weight:850;text-underline-offset:3px}.yitm-resolution-card__evidence{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:10px 0 0;padding:0;list-style:none}.yitm-resolution-card__evidence a{display:block;height:100%;padding:12px 13px;border:1px solid var(--src-line);border-radius:13px;background:#fff;color:var(--src-ink)!important;-webkit-text-fill-color:var(--src-ink)!important;text-decoration:none!important}.yitm-resolution-card__evidence a strong{font-size:.98rem}.yitm-resolution-card__evidence a span{display:block;margin-top:4px;color:var(--src-copy)!important;-webkit-text-fill-color:var(--src-copy)!important;font-size:.87rem;line-height:1.42}.yitm-resolution-card__foot{padding:14px 20px;border-top:1px solid var(--src-line);background:#fbfcfd}.yitm-resolution-card__foot p{margin:0;color:var(--src-copy)!important;-webkit-text-fill-color:var(--src-copy)!important;font-size:.87rem;line-height:1.5}.yitm-resolution-card__foot p+p{margin-top:5px}.yitm-answer-engine__result .yitm-resolution-card,.yitm-answer-engine__result .yitm-resolution-card *{color:var(--src-ink)!important;-webkit-text-fill-color:var(--src-ink)!important}.yitm-answer-engine__result .yitm-resolution-card__action{color:#fff!important;-webkit-text-fill-color:#fff!important}@media(max-width:720px){.yitm-resolution-card__head{display:grid;padding:18px}.yitm-resolution-card__status{justify-self:start}.yitm-resolution-card__grid{grid-template-columns:1fr}.yitm-resolution-card__panel--wide{grid-column:auto}.yitm-resolution-card__panel{padding:17px 18px}.yitm-resolution-card__evidence{grid-template-columns:1fr}.yitm-resolution-card__action{width:100%;min-height:50px;text-align:center}}@media(prefers-reduced-motion:reduce){.yitm-resolution-card__action{transition:none!important}}.yitm-resolution-card__facts{display:grid;gap:10px;margin:4px 0 0}.yitm-resolution-card__fact{display:grid;gap:3px;padding:10px 11px;border:1px solid var(--src-line);border-radius:12px;background:var(--src-soft)}.yitm-resolution-card__fact dt{color:#607386!important;-webkit-text-fill-color:#607386!important;font-size:.78rem;font-weight:800;line-height:1.35}.yitm-resolution-card__fact dd{margin:0;color:var(--src-ink)!important;-webkit-text-fill-color:var(--src-ink)!important;font-weight:850;line-height:1.4}.yitm-resolution-card__panel--guide{background:#fbfdff}.yitm-resolution-card__source:focus-visible{outline:3px solid #ffb020;outline-offset:3px}}@scope (html[data-yitm-b3-css~="b3-22"]) {: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-b3-css~="b3-13"]) {:root{--auth-ink:#10233f;--auth-green:#0b6750;--auth-green-dark:#064936;--auth-gold:#f5b83f;--auth-paper:#fffdf8;--auth-soft:#f2f8f5;--auth-line:#d7e4df;--auth-warn:#fff4df;--auth-danger:#fff1ef;--auth-shadow:0 22px 60px rgba(16,35,63,.11)}.auth-page{background:var(--auth-paper);color:#233b34}.auth-page *{box-sizing:border-box}.auth-wrap{width:min(1180px,calc(100% - 40px));margin-inline:auto}.auth-hero{padding:64px 0 46px;background:linear-gradient(135deg,#eef8f3 0,#fff 58%,#fff7e4 100%);border-bottom:1px solid var(--auth-line)}.auth-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:42px;align-items:center}.auth-kicker{display:inline-flex;padding:7px 11px;border-radius:999px;background:#e3f3eb;color:var(--auth-green-dark);font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.auth-hero h1{margin:15px 0 16px;color:var(--auth-ink);font-family:"Barlow Condensed",Barlow,sans-serif;font-size:clamp(2.65rem,6vw,5.7rem);line-height:.88;letter-spacing:-.045em;text-wrap:balance}.auth-lede{max-width:720px;margin:0;color:#3e5950;font-size:1.13rem;line-height:1.65}.auth-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.auth-hero-media{margin:0;border-radius:30px;overflow:hidden;background:#e5efea;box-shadow:var(--auth-shadow);border:1px solid rgba(16,35,63,.1)}.auth-hero-media img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.auth-answer{padding:28px 0}.auth-answer-box{padding:26px 28px;border:1px solid #bad9cb;border-radius:26px;background:#f1faf5;box-shadow:0 12px 36px rgba(11,103,80,.08)}.auth-answer-box strong{display:block;margin-bottom:8px;color:var(--auth-green-dark);font-size:.8rem;letter-spacing:.09em;text-transform:uppercase}.auth-answer-box p{margin:0;color:#173d31;font-size:1.16rem;line-height:1.65;font-weight:700}.auth-section{padding:46px 0}.auth-section.alt{background:#f6faf8;border-block:1px solid var(--auth-line)}.auth-section h2{margin:0 0 12px;color:var(--auth-ink);font-family:"Barlow Condensed",Barlow,sans-serif;font-size:clamp(2.15rem,4vw,3.7rem);line-height:.95;letter-spacing:-.03em}.auth-section h3{margin:0 0 8px;color:var(--auth-ink);font-size:1.18rem}.auth-section p,.auth-section li{line-height:1.68}.auth-intro{max-width:820px;color:#486158}.auth-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:24px}.auth-card{padding:22px;border:1px solid var(--auth-line);border-radius:22px;background:#fff;box-shadow:0 12px 34px rgba(16,35,63,.06)}.auth-card p{margin:0;color:#4a625a}.auth-card ul,.auth-card ol{margin:12px 0 0;padding-left:20px}.auth-card li+li{margin-top:7px}.auth-warning{padding:24px 26px;border:1px solid #ebc475;border-radius:24px;background:var(--auth-warn)}.auth-warning.danger{border-color:#e3aaa4;background:var(--auth-danger)}.auth-warning h2,.auth-warning h3{color:#6e321d}.auth-warning p:last-child{margin-bottom:0}.auth-two{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:22px;align-items:start}.auth-checklist{counter-reset:auth-step;display:grid;gap:12px;margin:22px 0 0;padding:0;list-style:none}.auth-checklist li{position:relative;padding:17px 18px 17px 58px;border:1px solid var(--auth-line);border-radius:18px;background:#fff}.auth-checklist li:before{counter-increment:auth-step;content:counter(auth-step);position:absolute;left:16px;top:15px;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--auth-green);color:#fff;font-weight:900}.auth-tool{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;padding:28px;border-radius:26px;background:linear-gradient(135deg,var(--auth-ink),var(--auth-green-dark));color:#fff;box-shadow:var(--auth-shadow)}.auth-tool h2{color:#fff}.auth-tool p{margin:0;color:#e4f5ed}.auth-tool .btn-secondary{background:#fff;color:var(--auth-ink);border-color:#fff}.auth-source-list{display:grid;gap:10px;margin:18px 0 0;padding:0;list-style:none}.auth-source-list a{display:block;padding:14px 16px;border:1px solid var(--auth-line);border-radius:16px;background:#fff;color:var(--auth-green-dark);font-weight:800;text-decoration:none}.auth-source-list a:hover{text-decoration:underline}.auth-faq{display:grid;gap:12px;margin-top:22px}.auth-faq details{border:1px solid var(--auth-line);border-radius:18px;background:#fff;padding:0 18px}.auth-faq summary{cursor:pointer;padding:17px 0;color:var(--auth-ink);font-weight:900}.auth-faq details p{margin:0;padding:0 0 18px;color:#486158}.auth-review{padding:22px;border:1px solid #c6d8d1;border-radius:20px;background:#f4f8f6}.auth-review p{margin:5px 0}.auth-cluster{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:24px}.auth-cluster-group{padding:24px;border:1px solid var(--auth-line);border-radius:24px;background:#fff}.auth-cluster-links{display:grid;gap:10px;margin-top:15px}.auth-cluster-links a{display:block;padding:13px 14px;border-radius:15px;background:var(--auth-soft);color:var(--auth-ink);font-weight:850;text-decoration:none}.auth-cluster-links a:hover{background:#e6f2ec}.auth-local{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.auth-local a{display:inline-flex;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid var(--auth-line);color:var(--auth-green-dark);font-weight:850;text-decoration:none}.auth-hub-dashboard{padding:38px 0;background:#f6faf8;border-block:1px solid var(--auth-line)}.auth-dashboard-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.46fr);gap:22px;align-items:end}.auth-dashboard-head h2{margin:0;color:var(--auth-ink);font-family:"Barlow Condensed",Barlow,sans-serif;font-size:clamp(2.25rem,4.6vw,4.4rem);line-height:.9}.auth-dashboard-image{border-radius:22px;overflow:hidden;background:#e5efea}.auth-dashboard-image img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}.auth-dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:24px}.auth-dashboard-card{padding:22px;border:1px solid var(--auth-line);border-radius:22px;background:#fff}.auth-dashboard-card h3{margin:0 0 10px;color:var(--auth-ink);font-size:1.35rem}.auth-dashboard-card ul{margin:0;padding-left:20px}.auth-dashboard-card li+li{margin-top:7px}.auth-dashboard-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.auth-dashboard-actions a{display:inline-flex;padding:10px 13px;border-radius:999px;background:var(--auth-green);color:#fff;font-weight:850;text-decoration:none}.auth-inline-cluster{width:min(1160px,calc(100% - 40px));box-sizing:border-box;margin:34px auto;padding:26px;border:1px solid var(--auth-line);border-radius:26px;background:#f4f9f6}.auth-inline-cluster h2{margin:0 0 10px;color:var(--auth-ink);font-family:"Barlow Condensed",Barlow,sans-serif;font-size:2.45rem}.auth-inline-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.auth-inline-links a{padding:10px 13px;border:1px solid #c9ddd4;border-radius:999px;background:#fff;color:var(--auth-green-dark);font-weight:850;text-decoration:none}.auth-inline-links a:hover{text-decoration:underline}.auth-cta{padding:44px 0}.auth-cta-box{text-align:center;padding:34px;border-radius:28px;background:#edf7f2;border:1px solid #c9dfd5}.auth-cta-box h2{margin:0 0 10px;color:var(--auth-ink);font-family:"Barlow Condensed",Barlow,sans-serif;font-size:clamp(2.3rem,4vw,4rem)}.auth-footer{background:#061827;color:#fff;padding:44px 0 96px}.auth-footer-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px}.auth-footer p{color:#d6e4e9}.auth-footer-links{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.auth-footer a{color:#fff}.auth-footer-links a{padding:9px 13px;border:1px solid rgba(255,255,255,.2);border-radius:999px;text-decoration:none;font-weight:800}.auth-mobile{display:none}@media(max-width:920px){.auth-hero-grid,.auth-dashboard-head,.auth-tool{grid-template-columns:1fr}.auth-grid{grid-template-columns:1fr 1fr}.auth-cluster,.auth-two{grid-template-columns:1fr}.auth-tool .auth-actions{margin-top:0}.auth-dashboard-image{max-width:560px}.auth-footer-grid{grid-template-columns:1fr}.auth-footer-links{justify-content:flex-start}}@media(max-width:680px){body.auth-page{padding-bottom:88px}.auth-wrap{width:min(100% - 28px,1180px)}.auth-hero{padding:38px 0 30px}.auth-hero h1{font-size:3rem}.auth-grid,.auth-dashboard-grid{grid-template-columns:1fr}.auth-actions{display:grid}.auth-actions .btn{width:100%;justify-content:center}.auth-answer-box,.auth-warning,.auth-card,.auth-cluster-group,.auth-tool{padding:19px}.auth-footer{padding-bottom:110px}.auth-mobile{position:fixed;left:10px;right:10px;bottom:10px;z-index:9999;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:8px;border:1px solid rgba(16,35,63,.12);border-radius:20px;background:rgba(255,255,255,.96);box-shadow:0 -8px 34px rgba(16,35,63,.22);backdrop-filter:blur(16px)}.auth-mobile a{display:flex;align-items:center;justify-content:center;min-height:44px;padding:9px;border-radius:14px;background:#eef3f6;color:var(--auth-ink);font-weight:900;text-decoration:none}.auth-mobile a:first-child{background:var(--auth-ink);color:#fff}.auth-mobile a:nth-child(2){background:var(--auth-gold)}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}.auth-dashboard-actions a,.auth-dashboard-actions .btn{background:var(--auth-green)!important;color:#fff!important;border-color:var(--auth-green)!important;text-decoration:none!important}.auth-dashboard-actions a:hover,.auth-dashboard-actions .btn:hover{background:#063f31!important;color:#fff!important}.auth-dashboard-media img{display:block;width:100%;height:100%;min-height:280px;object-fit:cover;background:#e8f1ed}@media(max-width:680px){.auth-inline-cluster{width:calc(100% - 28px);padding:20px}.auth-inline-cluster h2{font-size:clamp(1.65rem,8vw,2.15rem)}}.home-local-authority-a0016960{padding:clamp(54px,7vw,88px) 0;background:linear-gradient(180deg,#fff 0%,#f4f8fb 100%);border-block:1px solid rgba(16,35,63,.08);}.home-local-authority-a0016960 .auth-wrap{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:clamp(28px,4vw,54px);align-items:center;}.home-local-authority-a0016960 h2{max-width:860px;margin:18px 0 16px;color:var(--auth-ink,#10233f);font-family:"Barlow Condensed",Barlow,sans-serif;font-size:clamp(2.15rem,4vw,3.8rem);line-height:.98;letter-spacing:-.025em;text-wrap:balance;}.home-local-authority-a0016960 p{max-width:860px;margin:0;color:#344d62;font-size:clamp(1rem,1.35vw,1.16rem);line-height:1.7;}.home-local-authority-a0016960 .authority-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:26px;}.home-local-authority-a0016960 .authority-link-grid a{position:relative;display:flex;align-items:center;min-height:54px;padding:14px 42px 14px 16px;border:1px solid #c7dbd2;border-radius:16px;background:#fff;color:var(--auth-green-dark,#07553f);box-shadow:0 8px 24px rgba(16,35,63,.06);font-weight:850;line-height:1.3;text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease;}.home-local-authority-a0016960 .authority-link-grid a::after{content:"→";position:absolute;right:16px;font-size:1.1rem;line-height:1;}.home-local-authority-a0016960 .authority-link-grid a:hover,.home-local-authority-a0016960 .authority-link-grid a:focus-visible{transform:translateY(-2px);border-color:#79ad96;background:#f4fbf7;box-shadow:0 12px 30px rgba(16,35,63,.1);}.home-local-authority-a0016960 .authority-link-grid a:focus-visible{outline:3px solid rgba(241,193,71,.65);outline-offset:3px;}.home-local-authority-a0016960 .authority-image{min-height:390px;border:1px solid rgba(16,35,63,.1);border-radius:28px;background-color:#e8f1ed;background-position:center;background-size:cover;box-shadow:0 20px 50px rgba(16,35,63,.14);}@media(max-width:900px){.home-local-authority-a0016960 .auth-wrap{grid-template-columns:1fr}.home-local-authority-a0016960 .authority-image{min-height:320px;order:-1}}@media(max-width:620px){.home-local-authority-a0016960{padding:42px 0}.home-local-authority-a0016960 .auth-wrap{width:min(100% - 28px,1180px);gap:22px}.home-local-authority-a0016960 .authority-image{min-height:240px;border-radius:22px}.home-local-authority-a0016960 .authority-link-grid{grid-template-columns:1fr;gap:10px;margin-top:22px}.home-local-authority-a0016960 .authority-link-grid a{min-height:52px}}.auth-actions .auth-btn {display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:11px 16px;border:1px solid var(--auth-line);border-radius:999px;font-weight:850;line-height:1.25;text-align:center;text-decoration:none;}.auth-actions .auth-btn-primary {background:var(--auth-green);color:#fff;border-color:var(--auth-green);}.auth-actions .auth-btn-secondary {background:#fff;color:var(--auth-green-dark);}@media(max-width:680px) {.auth-actions .auth-btn {width:100%;}}.auth-actions .auth-btn.auth-btn-primary,a.auth-btn.auth-btn-primary{color:#fff!important;-webkit-text-fill-color:#fff!important;}}@scope (html[data-yitm-b3-css~="b3-28"]) {.scam-safety-service-page{--scam-navy:#10233f;--scam-navy-2:#183d66;--scam-green:#176047;--scam-cream:#f7f4ec;--scam-line:#d8e1e7;--scam-text:#263a50}.scam-safety-service-page .urg{max-width:1160px;margin:18px auto 0;padding:12px 18px;border-radius:14px;text-align:center;font-weight:800}.scam-safety-service-page .quick-nav{margin:14px auto 8px}.scam-safety-service-page .quick-nav>.wrap{max-width:1160px;display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:center;padding:14px 18px;border:1px solid var(--scam-line);border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(16,35,63,.05)}.scam-safety-service-page .quick-nav__head{display:flex;flex-direction:column;gap:2px;min-width:118px}.scam-safety-service-page .quick-nav__label{font-weight:900;color:var(--scam-navy);text-transform:uppercase;letter-spacing:.06em;font-size:.78rem}.scam-safety-service-page .quick-nav__hint{font-size:.82rem;color:#667487}.scam-safety-service-page .quick-nav__links{display:flex;flex-wrap:wrap;gap:8px}.scam-safety-service-page .quick-nav__links a{display:inline-flex;align-items:center;min-height:40px;padding:8px 12px;border:1px solid #dce5ea;border-radius:999px;background:#f4f8f6;color:#18533f!important;-webkit-text-fill-color:#18533f!important;text-decoration:none;font-weight:800;line-height:1.2}.scam-safety-service-page .quick-nav__links a:hover,.scam-safety-service-page .quick-nav__links a:focus-visible{background:#e8f3ee;border-color:#b7d4c7;text-decoration:none}.scam-safety-service-page .hero{padding-top:28px}.scam-safety-service-page .hero .wrap{max-width:1160px}.scam-safety-service-page .hero-grid{align-items:center;gap:clamp(24px,4vw,54px)}.scam-safety-service-page .hero-h1{font-size:clamp(2.25rem,4.7vw,4.1rem);line-height:1;max-width:16ch;text-wrap:balance}.scam-safety-service-page .hero-intro{font-size:clamp(1.03rem,1.25vw,1.15rem);line-height:1.65}.scam-safety-service-page .hero-img{width:100%;height:auto;aspect-ratio:26/21;object-fit:cover;border-radius:24px}.scam-safety-service-page .hero-ctas{gap:12px;flex-wrap:wrap}.scam-safety-service-page .hero-ctas .btn{min-height:48px}.scam-safety-service-page .yitm-review-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.scam-safety-service-page .scam-safety-pathway{padding-top:38px;padding-bottom:46px}.scam-safety-service-page .scam-safety-pathway__head{max-width:780px;margin-bottom:22px}.scam-safety-service-page .scam-safety-pathway__head h2{font-size:clamp(2rem,4vw,3.35rem);line-height:1.02;max-width:18ch;text-wrap:balance}.scam-safety-service-page .scam-safety-pathway__head .s-body{font-size:1.03rem;line-height:1.65;max-width:72ch}.scam-safety-service-page .scam-path-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.scam-safety-service-page .scam-path-card{display:flex;flex-direction:column;gap:10px;padding:22px;border:1px solid rgba(19,55,89,.14);border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(12,37,61,.07)}.scam-safety-service-page .scam-path-card--urgent{border-color:rgba(183,116,0,.28);background:#fffaf0}.scam-safety-service-page .scam-path-card__tag{display:inline-flex;align-self:flex-start;padding:6px 10px;border-radius:999px;background:#e9f7f2;color:#145c48;font-size:.78rem;font-weight:800;letter-spacing:.02em}.scam-safety-service-page .scam-path-card h3{margin:0;font-size:1.2rem;line-height:1.25;color:#15324f}.scam-safety-service-page .scam-path-card p{margin:0;line-height:1.58;color:#46586a}.scam-safety-service-page .scam-path-card__links{display:flex;flex-direction:column;gap:8px;margin-top:auto;padding-top:6px}.scam-safety-service-page .scam-path-card__links a{display:block;padding:10px 12px;border-radius:10px;font-weight:800;text-decoration:none;background:var(--scam-navy-2)!important;color:#f8fbff!important;-webkit-text-fill-color:#f8fbff!important}.scam-safety-service-page .scam-path-card__links a:nth-child(even){background:#245d4c!important}.scam-safety-service-page .scam-path-card__links a:hover,.scam-safety-service-page .scam-path-card__links a:focus-visible{filter:brightness(1.08);text-decoration:underline}.scam-safety-service-page .scam-path-card__links .scam-path-card__primary{background:var(--scam-navy)!important;color:#fff!important;-webkit-text-fill-color:#fff!important}.scam-safety-service-page .scam-pathway-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.scam-safety-service-page .scam-pathway-note{margin:14px 0 0;max-width:850px;color:#526170;font-size:.95rem}.scam-safety-service-page .services-bento,.scam-safety-service-page .cross-links{align-items:stretch}.scam-safety-service-page .section-header{max-width:800px}.scam-safety-service-page .section-header .s-title{font-size:clamp(2rem,3.8vw,3.15rem);line-height:1.05;text-wrap:balance}.scam-safety-service-page .decision-block{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:20px}.scam-safety-service-page .decision-item{padding:20px;border:1px solid var(--scam-line);border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(16,35,63,.05)}.scam-safety-service-page .di-label{display:flex;align-items:center;gap:10px;margin-bottom:8px;font-size:1.04rem;font-weight:900;color:var(--scam-navy)}.scam-safety-service-page .di-label span{display:grid;place-items:center;flex:0 0 32px;width:32px;height:32px;border-radius:50%;background:#e8f4ef;color:var(--scam-green);font-size:.9rem}.scam-safety-service-page .di-body{font-size:.98rem;line-height:1.62;color:#405269}.scam-safety-service-page .scam-price-table-wrap{overflow:hidden;margin-top:18px;border:1px solid var(--scam-line);border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(16,35,63,.06)}.scam-safety-service-page .price-table{width:100%;border-collapse:collapse;table-layout:fixed;margin:0!important;background:#fff}.scam-safety-service-page .price-table th,.scam-safety-service-page .price-table td{padding:16px 18px!important;text-align:left!important;vertical-align:top!important;border-bottom:1px solid #e4e9ee!important;line-height:1.45}.scam-safety-service-page .price-table th{background:var(--scam-navy)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:.92rem;text-transform:uppercase;letter-spacing:.035em}.scam-safety-service-page .price-table th:first-child,.scam-safety-service-page .price-table td:first-child{width:58%}.scam-safety-service-page .price-table th:nth-child(2),.scam-safety-service-page .price-table td:nth-child(2){width:20%;white-space:nowrap}.scam-safety-service-page .price-table th:nth-child(3),.scam-safety-service-page .price-table td:nth-child(3){width:22%;white-space:nowrap}.scam-safety-service-page .price-table tbody tr:last-child td{border-bottom:0!important}.scam-safety-service-page .price-table td small{display:block;margin-top:4px;color:#64748b;font-size:.87rem;line-height:1.4}.scam-safety-service-page .price-table td strong{color:var(--scam-navy);font-weight:900}.scam-safety-service-page .related-case-studies ul{line-height:1.75}.scam-safety-service-page .senior-context-link-batch2 .notice,.scam-safety-service-page .ee-source-block{max-width:1160px;margin-left:auto;margin-right:auto}.scam-safety-service-page:is(.btn,.yitm-choice-actions a,.yitm-unified-entry__btn,.cta-button-grid a,.cta-actions a){background:var(--scam-navy)!important;border-color:var(--scam-navy)!important;color:#f8fbff!important;-webkit-text-fill-color:#f8fbff!important;text-shadow:none!important}.scam-safety-service-page:is(.btn,.yitm-choice-actions a,.yitm-unified-entry__btn,.cta-button-grid a,.cta-actions a):nth-child(even){background:#245d4c!important;border-color:#245d4c!important}.scam-safety-service-page:is(.btn,.yitm-choice-actions a,.yitm-unified-entry__btn,.cta-button-grid a,.cta-actions a):hover,.scam-safety-service-page:is(.btn,.yitm-choice-actions a,.yitm-unified-entry__btn,.cta-button-grid a,.cta-actions a):focus-visible{color:#fff!important;-webkit-text-fill-color:#fff!important;filter:brightness(1.08)}.scam-safety-service-page .yitm-quick-choice{border-radius:18px;padding:20px 22px}.scam-safety-service-page .yitm-quick-choice h2{font-size:clamp(1.75rem,3.2vw,2.55rem);line-height:1.08;max-width:18ch;text-wrap:balance}.scam-safety-service-page .yitm-choice-actions{gap:10px}@media(max-width:760px){.scam-safety-service-page .urg{margin:12px 14px 0;padding:10px 12px}.scam-safety-service-page .quick-nav>.wrap{grid-template-columns:1fr;margin:0 14px;padding:14px}.scam-safety-service-page .quick-nav__head{min-width:0}.scam-safety-service-page .quick-nav__links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.scam-safety-service-page .quick-nav__links a{justify-content:center;text-align:center;border-radius:12px;font-size:.88rem;padding:8px}.scam-safety-service-page .hero{padding-top:22px}.scam-safety-service-page .hero-h1{font-size:clamp(2rem,10vw,3rem);line-height:1.02}.scam-safety-service-page .yitm-review-strip{grid-template-columns:1fr}.scam-safety-service-page .scam-path-grid,.scam-safety-service-page .decision-block{grid-template-columns:1fr}.scam-safety-service-page .scam-path-card{padding:18px}.scam-safety-service-page .scam-pathway-actions .btn{width:100%;justify-content:center}.scam-safety-service-page .scam-price-table-wrap{overflow:visible;border:0;background:transparent;box-shadow:none}.scam-safety-service-page .price-table,.scam-safety-service-page .price-table tbody,.scam-safety-service-page .price-table tr,.scam-safety-service-page .price-table td{display:block;width:100%!important}.scam-safety-service-page .price-table thead{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.scam-safety-service-page .price-table tr{margin-bottom:12px;border:1px solid var(--scam-line);border-radius:15px;background:#fff;overflow:hidden;box-shadow:0 6px 18px rgba(16,35,63,.05)}.scam-safety-service-page .price-table td{display:grid;grid-template-columns:minmax(110px,40%) 1fr;gap:12px;padding:11px 14px!important;border-bottom:1px solid #edf1f4!important;white-space:normal!important}.scam-safety-service-page .price-table td:before{content:attr(data-label);font-weight:900;color:var(--scam-navy)}.scam-safety-service-page .price-table td:first-child{display:block;padding:15px 14px!important;background:#f6f9fb;font-weight:800}.scam-safety-service-page .price-table td:first-child:before{display:none}.scam-safety-service-page .price-table td:last-child{border-bottom:0!important}}@media(max-width:430px){.scam-safety-service-page .quick-nav__links{grid-template-columns:1fr}.scam-safety-service-page .price-table td{grid-template-columns:1fr;gap:3px}}.scam-safety-service-page:is(a,button).btn.btn-secondary{background:#fff!important;border-color:#10233f!important;color:#10233f!important;-webkit-text-fill-color:#10233f!important;text-shadow:none!important;}.scam-safety-service-page:is(a,button).btn.btn-secondary:is(:hover,:focus-visible){background:#f6f9fb!important;border-color:#10233f!important;color:#10233f!important;-webkit-text-fill-color:#10233f!important;filter:none!important;}}@scope (html[data-yitm-b3-css~="b3-29"]) {body.family-plan-page .hero-grid{grid-template-columns:minmax(0,1.16fr) minmax(280px,.84fr)!important;gap:clamp(1.75rem,4vw,4rem)!important;align-items:center!important;}body.family-plan-page .hero h1{font-size:clamp(2rem,3.25vw,3.35rem)!important;line-height:1.07!important;letter-spacing:-.035em!important;max-width:22ch!important;text-wrap:balance;}body.family-plan-page .hero figure{width:min(100%,560px)!important;max-width:560px!important;min-height:0!important;height:auto!important;aspect-ratio:auto!important;justify-self:end!important;align-self:center!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:12px!important;border-radius:28px!important;overflow:hidden!important;background:#fff!important;}body.family-plan-page .hero figure img{display:block!important;width:100%!important;height:auto!important;min-height:0!important;max-height:460px!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center!important;border-radius:20px!important;background:#f7faf8!important;}body.family-plan-page .hero-image{width:min(100%,560px)!important;max-width:560px!important;justify-self:end!important;}body.family-plan-page .hero-image .feature-img-card{padding:12px!important;border-radius:28px!important;background:#fff!important;overflow:hidden!important;}body.family-plan-page .hero-image .feature-img-card img{display:block!important;width:100%!important;height:auto!important;min-height:0!important;max-height:440px!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center!important;border-radius:18px!important;background:#f7faf8!important;}@media(max-width:900px){body.family-plan-page .hero-grid{grid-template-columns:1fr!important;gap:24px!important}body.family-plan-page .hero h1{font-size:clamp(2.05rem,5.8vw,2.85rem)!important;max-width:24ch!important}body.family-plan-page .hero figure,body.family-plan-page .hero-image{justify-self:center!important;width:min(100%,620px)!important;max-width:620px!important}body.family-plan-page .hero figure img,body.family-plan-page .hero-image .feature-img-card img{max-height:none!important}}@media(max-width:680px){body.family-plan-page .hero{padding:20px 0 26px!important;border-radius:0!important}body.family-plan-page .hero h1{font-size:clamp(1.9rem,8.2vw,2.35rem)!important;line-height:1.08!important;max-width:none!important}body.family-plan-page .hero figure,body.family-plan-page .hero-image .feature-img-card{padding:8px!important;border-radius:20px!important}body.family-plan-page .hero figure img,body.family-plan-page .hero-image .feature-img-card img{border-radius:14px!important}}@media(prefers-reduced-motion:reduce){body.family-plan-page .hero *{transition:none!important}}}@scope (html[data-yitm-b3-css~="b3-34"]) {:scope{--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-b3-css~="b3-23"]) {.yitm-ndis-status-notice{max-width:1160px;margin:20px auto;padding:18px 20px;border:1px solid #c7d7e6;border-left:6px solid #17345f;border-radius:20px;background:#f7fbff;color:#172a46;box-shadow:0 12px 30px rgba(16,35,63,.07)}.yitm-ndis-status-notice strong{display:block;margin-bottom:5px;color:#10264b;font-size:1.02rem}.yitm-ndis-status-notice p{margin:0;line-height:1.6}.yitm-ndis-status-notice a{font-weight:800}body[data-tool-slug="ndis-tech-support-assessment"] .hero-lite .glass-card{max-width:1160px;margin-inline:auto;padding:clamp(24px,4vw,48px)}body[data-tool-slug="ndis-tech-support-assessment"] .hero-lite .page-h1{max-width:18ch;font-size:clamp(2.25rem,4.8vw,4.35rem);line-height:1.02;text-wrap:balance}body[data-tool-slug="ndis-tech-support-assessment"] .hub-strip{display:flex;flex-wrap:wrap;gap:10px 14px;align-items:center;margin:0 0 22px;padding:14px 16px;border:1px solid #dce4ec;border-radius:18px;background:#fff}body[data-tool-slug="ndis-tech-support-assessment"] .hub-strip a{display:inline-flex;padding:7px 10px;border-radius:999px;background:#eef5f3;text-decoration:none}body[data-tool-slug="ndis-tech-support-assessment"] .yitm-ndis-tool-panel{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:28px;align-items:start;padding:clamp(22px,3vw,36px);border-radius:28px}body[data-tool-slug="ndis-tech-support-assessment"] .yitm-ndis-tool-intro{position:sticky;top:96px}body[data-tool-slug="ndis-tech-support-assessment"] #diag-tool{margin-top:0}body[data-tool-slug="ndis-tech-support-assessment"] .tool-frame,body[data-tool-slug="ndis-tech-support-assessment"] .tool-result-card{padding:24px;border:1px solid #d9e2ec;border-radius:22px;background:#fff;box-shadow:0 10px 24px rgba(16,35,63,.06)}body[data-tool-slug="ndis-tech-support-assessment"] #q-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}body[data-tool-slug="ndis-tech-support-assessment"] #q-options button{min-height:58px;padding:13px 15px;border:1px solid #aeb9c7;border-radius:15px;background:#fff;color:#13264b;text-align:left;font-weight:800;line-height:1.35;cursor:pointer}body[data-tool-slug="ndis-tech-support-assessment"] #q-options button:hover,body[data-tool-slug="ndis-tech-support-assessment"] #q-options button:focus-visible{border-color:#17345f;box-shadow:0 0 0 3px rgba(23,52,95,.14);outline:0}body[data-tool-slug="ndis-tech-support-assessment"] .tool-dots{justify-content:center}body[data-tool-slug="ndis-tech-support-assessment"] .quick-links,body[data-tool-slug="ndis-tech-support-assessment"] nav[aria-label="On this page"]{line-height:1.5}@media(max-width:900px){body[data-tool-slug="ndis-tech-support-assessment"] .yitm-ndis-tool-panel{grid-template-columns:1fr}body[data-tool-slug="ndis-tech-support-assessment"] .yitm-ndis-tool-intro{position:static}}@media(max-width:640px){.yitm-ndis-status-notice{margin:14px;padding:16px}.yitm-ndis-status-notice strong{font-size:.98rem}body[data-tool-slug="ndis-tech-support-assessment"] #q-options{grid-template-columns:1fr}body[data-tool-slug="ndis-tech-support-assessment"] .hero-lite .page-h1{font-size:clamp(2rem,10vw,3rem)}body[data-tool-slug="ndis-tech-support-assessment"] .yitm-ndis-tool-panel{padding:18px}}.yitm-ndis-decision-journey{padding-block:clamp(28px,5vw,58px);background:linear-gradient(180deg,#f5f8f5 0%,#fbf8f1 100%)}.yitm-ndis-decision-shell{max-width:1160px;margin-inline:auto;padding:clamp(22px,4vw,42px);border:1px solid #d6e1dd;border-radius:30px;background:#fff;box-shadow:0 18px 48px rgba(16,35,63,.08)}.yitm-ndis-decision-heading{max-width:780px;margin-bottom:22px}.yitm-ndis-decision-heading h2{margin:.35rem 0 .8rem;color:#10264b;font-size:clamp(2rem,4vw,3.35rem);line-height:1.04;letter-spacing:-.025em;text-wrap:balance}.yitm-ndis-decision-heading p{max-width:68ch;margin:0;color:#4c5e70;font-size:1.05rem;line-height:1.7}.yitm-ndis-provider-status{margin:0 0 28px;max-width:none;border-left-color:#2d654c;background:#f5fbf7}.yitm-ndis-provider-status strong{color:#123b2a}.yitm-ndis-provider-status p+p{margin-top:.55rem}.yitm-ndis-decision-form{display:grid;gap:26px}.yitm-ndis-decision-form fieldset{min-width:0;margin:0;padding:0;border:0}.yitm-ndis-decision-form legend{display:flex;gap:10px;align-items:center;margin-bottom:14px;color:#10264b;font-size:clamp(1.18rem,2vw,1.45rem);font-weight:900;line-height:1.3}.yitm-ndis-step-number{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:#10264b;color:#fff;font-size:.95rem;font-weight:900}.yitm-ndis-decision-help{margin:0;color:#5b6978;font-size:.95rem}.yitm-ndis-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.yitm-ndis-choice-grid--management{grid-template-columns:repeat(4,minmax(0,1fr))}.yitm-ndis-choice-card{position:relative;display:block;min-width:0;cursor:pointer}.yitm-ndis-choice-card input{position:absolute;inline-size:1px;block-size:1px;opacity:0;pointer-events:none}.yitm-ndis-choice-card>span{display:flex;min-height:126px;height:100%;flex-direction:column;justify-content:center;gap:7px;padding:18px;border:2px solid #d9e1e7;border-radius:20px;background:#fff;color:#1b304d;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease,transform .15s ease}.yitm-ndis-choice-card strong{font-size:1.02rem;line-height:1.3}.yitm-ndis-choice-card small{color:#5b6978;font-size:.91rem;line-height:1.45}.yitm-ndis-choice-card:hover>span{border-color:#8ea49c;transform:translateY(-1px)}.yitm-ndis-choice-card input:checked+span{border-color:#246645;background:#f2faf5;box-shadow:0 0 0 3px rgba(36,102,69,.11)}.yitm-ndis-choice-card input:focus-visible+span{outline:4px solid #e7b52d;outline-offset:3px}.yitm-ndis-decision-result{padding:22px;border:1px solid #cbd7e1;border-radius:22px;background:#f7fafc}.yitm-ndis-decision-result[data-result-kind="continue"]{border-color:#b9dac8;background:#f3fbf6}.yitm-ndis-decision-result[data-result-kind="check"]{border-color:#ecd494;background:#fffaf0}.yitm-ndis-decision-result[data-result-kind="stop"]{border-color:#e4b2ae;background:#fff7f6}.yitm-ndis-result-kicker{display:block;margin-bottom:5px;color:#45606f;font-size:.82rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.yitm-ndis-decision-result h3{margin:.15rem 0 .45rem;color:#10264b;font-size:clamp(1.35rem,2.4vw,1.8rem);line-height:1.2}.yitm-ndis-decision-result p{max-width:74ch;margin:0;color:#435467;line-height:1.65}.yitm-ndis-decision-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.yitm-ndis-decision-actions .btn{min-height:48px}.yitm-ndis-inline-links{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:24px;padding-top:20px;border-top:1px solid #e3e9e6}.yitm-ndis-inline-links a{font-weight:800;text-underline-offset:3px}.yitm-ndis-funding-check .section-header{max-width:780px}.yitm-ndis-confirm-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.yitm-ndis-confirm-card{padding:22px;border:1px solid #d7e0e5;border-radius:22px;background:#fff}.yitm-ndis-confirm-card h3{margin:12px 0 7px;color:#10264b;font-size:1.15rem}.yitm-ndis-confirm-card p{margin:0;color:#526274;line-height:1.6}.yitm-ndis-direct-entry-status{padding-block:18px 0}.yitm-ndis-direct-entry-status .yitm-ndis-status-notice{margin-block:0}@media(max-width:960px){.yitm-ndis-choice-grid--management{grid-template-columns:repeat(2,minmax(0,1fr))}.yitm-ndis-confirm-grid{grid-template-columns:1fr}}@media(max-width:760px){.yitm-ndis-choice-grid{grid-template-columns:1fr}.yitm-ndis-choice-grid--management{grid-template-columns:1fr}.yitm-ndis-choice-card>span{min-height:0}.yitm-ndis-decision-actions{display:grid}.yitm-ndis-decision-actions .btn{width:100%;justify-content:center;text-align:center}.yitm-ndis-inline-links{display:grid;gap:12px}.yitm-ndis-decision-shell{border-radius:22px}}@media(prefers-reduced-motion:reduce){.yitm-ndis-choice-card>span{transition:none}}body[data-tool-slug="ndis-tech-support-assessment"] .yitm-ndis-tool-panel.yitm-ndis-needs-guide{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:clamp(22px,4vw,42px);align-items:start;padding:clamp(22px,4vw,38px);border:1px solid #d5e0dc;background:linear-gradient(150deg,#fff 0%,#fbfdfb 65%,#f2f8f5 100%)}.yitm-ndis-needs-guide .yitm-ndis-tool-intro{position:sticky;top:96px;display:grid;gap:14px}.yitm-ndis-needs-guide .yitm-ndis-tool-intro h2{margin:.1rem 0;color:#10264b;font-size:clamp(1.9rem,3.2vw,2.7rem);line-height:1.06;letter-spacing:-.025em;text-wrap:balance}.yitm-ndis-needs-guide .yitm-ndis-tool-intro>p{margin:0;color:#526274;font-size:1rem;line-height:1.65}.yitm-ndis-privacy-note{padding:15px 16px;border:1px solid #cce0d4;border-left:5px solid #246645;border-radius:16px;background:#f3fbf6;color:#294b3b}.yitm-ndis-privacy-note strong{display:block;color:#123b2a}.yitm-ndis-privacy-note p{margin:.3rem 0 0;font-size:.92rem;line-height:1.55}.yitm-ndis-guide-progress{display:grid;gap:11px;margin-top:4px}.yitm-ndis-guide-progress>span{color:#45606f;font-size:.86rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.yitm-ndis-guide-progress ol{display:grid;gap:8px;margin:0;padding:0;list-style:none}.yitm-ndis-guide-progress li{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:center;min-height:46px;padding:6px 10px;border:1px solid transparent;border-radius:14px;color:#6a7785;font-size:.9rem;font-weight:800}.yitm-ndis-guide-progress li b{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:2px solid #cbd5dc;border-radius:999px;background:#fff;color:#637180}.yitm-ndis-guide-progress li.is-current{border-color:#b9d7c7;background:#f3fbf6;color:#123b2a}.yitm-ndis-guide-progress li.is-current b{border-color:#246645;background:#246645;color:#fff}.yitm-ndis-guide-progress li.is-done{color:#315a47}.yitm-ndis-guide-progress li.is-done b{border-color:#82b39a;background:#e7f5ec;color:#174b32}.yitm-ndis-guide-workspace{min-width:0}.yitm-ndis-guide-status{min-height:1.5rem;margin:0 0 8px;color:#315a47;font-weight:800}.yitm-ndis-guide-status.is-error{color:#9a2e24}.yitm-ndis-guide-step{padding:clamp(20px,3vw,30px);border:1px solid #d8e1e7;border-radius:24px;background:#fff;box-shadow:0 12px 30px rgba(16,35,63,.06)}.yitm-ndis-guide-step[hidden]{display:none!important}.yitm-ndis-guide-kicker{display:block;margin-bottom:6px;color:#246645;font-size:.84rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.yitm-ndis-guide-step h3{max-width:22ch;margin:.1rem 0 .55rem;color:#10264b;font-size:clamp(1.65rem,3vw,2.3rem);line-height:1.08;letter-spacing:-.02em;text-wrap:balance}.yitm-ndis-guide-step>p{max-width:68ch;margin:0 0 20px;color:#526274;font-size:1rem;line-height:1.65}.yitm-ndis-guide-step fieldset{min-width:0;margin:0 0 24px;padding:0;border:0}.yitm-ndis-guide-step legend{margin-bottom:11px;color:#17334f;font-size:1.02rem;font-weight:900}.yitm-ndis-guide-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.yitm-ndis-guide-choice-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.yitm-ndis-guide-choice{position:relative;display:block;min-width:0;cursor:pointer}.yitm-ndis-guide-choice input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.yitm-ndis-guide-choice>span{display:flex;min-height:118px;height:100%;flex-direction:column;justify-content:center;gap:6px;padding:16px;border:2px solid #d8e1e7;border-radius:18px;background:#fff;color:#1b304d;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease,transform .15s ease}.yitm-ndis-guide-choice strong{font-size:1rem;line-height:1.3}.yitm-ndis-guide-choice small{color:#5c6a78;font-size:.9rem;line-height:1.45}.yitm-ndis-guide-choice:hover>span{border-color:#8ca69a;transform:translateY(-1px)}.yitm-ndis-guide-choice input:checked+span{border-color:#246645;background:#f2faf5;box-shadow:0 0 0 3px rgba(36,102,69,.11)}.yitm-ndis-guide-choice input:checked+span strong:after{content:" - selected";color:#246645;font-size:.78rem}.yitm-ndis-guide-choice input:focus-visible+span{outline:4px solid #e7b52d;outline-offset:3px}.yitm-ndis-guide-fields{display:grid;gap:18px}.yitm-ndis-guide-fields label{display:grid;gap:7px}.yitm-ndis-guide-fields label>strong{color:#17334f;font-size:1.03rem}.yitm-ndis-guide-fields label>span{color:#64717d;font-size:.9rem;line-height:1.5}.yitm-ndis-guide-fields textarea{width:100%;min-height:128px;resize:vertical;padding:14px 15px;border:2px solid #cfd9df;border-radius:15px;background:#fff;color:#12253e;font:inherit;font-size:1rem;line-height:1.55}.yitm-ndis-guide-fields textarea:focus-visible{border-color:#246645;outline:4px solid rgba(231,181,45,.55);outline-offset:2px}.yitm-ndis-guide-fields small{justify-self:end;color:#697683;font-size:.82rem}.yitm-ndis-guide-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:24px}.yitm-ndis-guide-actions .btn,.yitm-ndis-guide-summary-actions .btn,.yitm-ndis-guide-handoff{min-height:48px}.yitm-ndis-guide-actions--review{margin-top:14px}.yitm-ndis-guide-review-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:start}.yitm-ndis-guide-review dl{display:grid;gap:0;margin:0;border:1px solid #d9e2e7;border-radius:18px;overflow:hidden}.yitm-ndis-guide-review dl>div{display:grid;grid-template-columns:minmax(150px,.72fr) minmax(0,1.28fr);gap:14px;padding:12px 14px;border-bottom:1px solid #e4eaed}.yitm-ndis-guide-review dl>div:last-child{border-bottom:0}.yitm-ndis-guide-review dt{color:#516270;font-size:.86rem;font-weight:800}.yitm-ndis-guide-review dd{margin:0;color:#152f49;font-weight:800;overflow-wrap:anywhere}.yitm-ndis-guide-edit-links{display:grid;gap:8px}.yitm-ndis-guide-edit-links button{min-height:44px;padding:8px 11px;border:1px solid #cfd9df;border-radius:12px;background:#fff;color:#174b32;font:inherit;font-size:.86rem;font-weight:850;cursor:pointer}.yitm-ndis-guide-edit-links button:focus-visible{outline:3px solid #e7b52d;outline-offset:2px}.yitm-ndis-guide-management-note{margin-top:18px;padding:15px 16px;border:1px solid #d6e0e6;border-left:5px solid #17345f;border-radius:16px;background:#f7fbff;color:#29445e;line-height:1.6}.yitm-ndis-provider-link{display:inline-flex;margin-top:10px;font-weight:850}.yitm-ndis-guide-summary{margin-top:18px;padding:18px;border:1px solid #cbd9d1;border-radius:18px;background:#f8fcf9}.yitm-ndis-guide-summary-head{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;margin-bottom:10px;color:#123b2a}.yitm-ndis-guide-summary-head span{color:#617266;font-size:.85rem}.yitm-ndis-guide-summary pre{margin:0;padding:0;border:0;background:transparent;color:#19364b;font:inherit;font-size:.94rem;line-height:1.65;white-space:pre-wrap;overflow-wrap:anywhere}.yitm-ndis-guide-summary p{margin:12px 0 0;color:#617266;font-size:.86rem;line-height:1.5}.yitm-ndis-guide-summary-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.yitm-ndis-guide-review form{margin-top:12px}.yitm-ndis-guide-handoff{width:100%;justify-content:center;text-align:center}@media(max-width:980px){body[data-tool-slug="ndis-tech-support-assessment"] .yitm-ndis-tool-panel.yitm-ndis-needs-guide{grid-template-columns:1fr}.yitm-ndis-needs-guide .yitm-ndis-tool-intro{position:static}.yitm-ndis-guide-progress ol{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.yitm-ndis-guide-progress li{grid-template-columns:1fr;justify-items:center;text-align:center;padding:7px 4px}.yitm-ndis-guide-progress li span{font-size:.76rem}.yitm-ndis-guide-choice-grid--three{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.yitm-ndis-guide-step{padding:18px;border-radius:20px}.yitm-ndis-guide-choice-grid,.yitm-ndis-guide-choice-grid--three{grid-template-columns:1fr}.yitm-ndis-guide-choice>span{min-height:0}.yitm-ndis-guide-review-grid{grid-template-columns:1fr}.yitm-ndis-guide-review dl>div{grid-template-columns:1fr;gap:4px}.yitm-ndis-guide-actions{display:grid;grid-template-columns:1fr 1fr}.yitm-ndis-guide-actions>span{display:none}.yitm-ndis-guide-actions .btn{width:100%;justify-content:center}.yitm-ndis-guide-step[data-ndis-guide-step="1"] .yitm-ndis-guide-actions{grid-template-columns:1fr}.yitm-ndis-guide-summary-actions{display:grid}.yitm-ndis-guide-summary-actions .btn{width:100%;justify-content:center}.yitm-ndis-guide-progress li span{display:none}}@media(prefers-reduced-motion:reduce){.yitm-ndis-guide-choice>span{transition:none}}@media print{body.yitm-ndis-print-summary *{visibility:hidden!important}body.yitm-ndis-print-summary .yitm-ndis-guide-review,body.yitm-ndis-print-summary .yitm-ndis-guide-review *{visibility:visible!important}body.yitm-ndis-print-summary .yitm-ndis-guide-review{position:absolute;inset:0 auto auto 0;width:100%;max-width:none;padding:24px;border:0;box-shadow:none;background:#fff;color:#111}body.yitm-ndis-print-summary .yitm-ndis-guide-edit-links,body.yitm-ndis-print-summary .yitm-ndis-guide-summary-actions,body.yitm-ndis-print-summary form,body.yitm-ndis-print-summary .yitm-ndis-guide-actions,body.yitm-ndis-print-summary .yitm-ndis-provider-link{display:none!important}body.yitm-ndis-print-summary .yitm-ndis-guide-review-grid{grid-template-columns:1fr}body.yitm-ndis-print-summary .yitm-ndis-guide-summary{break-inside:avoid;background:#fff}@page{margin:16mm}}.yitm-ndis-guide-review-grid{grid-template-columns:1fr}.yitm-ndis-guide-edit-links{grid-template-columns:repeat(3,minmax(0,1fr))}.yitm-ndis-guide-edit-links button{width:100%}@media(max-width:680px){.yitm-ndis-guide-edit-links{grid-template-columns:1fr}}.yitm-ndis-item-matcher{margin-top:18px;padding:18px;border:1px solid #cbd9d1;border-radius:18px;background:#fbfdfb}.yitm-ndis-item-matcher__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.yitm-ndis-item-matcher__head h4{margin:.15rem 0 0;color:#10264b;font-size:1.2rem;line-height:1.25}.yitm-ndis-item-matcher>p{margin:10px 0 12px;color:#526274;line-height:1.55}.yitm-ndis-item-status{min-height:1.4rem;color:#315a47;font-size:.9rem;font-weight:800}.yitm-ndis-item-status.is-error{color:#9a2e24}.yitm-ndis-item-results{display:grid;gap:10px;margin-top:8px}.yitm-ndis-item-option{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);gap:11px;align-items:flex-start;padding:14px;border:2px solid #d8e1e7;border-radius:16px;background:#fff;cursor:pointer}.yitm-ndis-item-option:hover{border-color:#8ca69a}.yitm-ndis-item-option>input{width:21px;height:21px;margin-top:2px;accent-color:#246645}.yitm-ndis-item-option>span{display:grid;gap:4px;min-width:0}.yitm-ndis-item-option code{width:max-content;padding:2px 7px;border-radius:7px;background:#edf4f0;color:#174b32;font-size:.84rem;font-weight:900}.yitm-ndis-item-option strong{color:#17334f;line-height:1.35}.yitm-ndis-item-option small{color:#64717d;line-height:1.45}.yitm-ndis-item-option .yitm-ndis-item-reason{color:#315a47}.yitm-ndis-item-option:has(input:checked){border-color:#246645;background:#f2faf5;box-shadow:0 0 0 3px rgba(36,102,69,.1)}.yitm-ndis-item-option--neutral{background:#f8fafb}.yitm-ndis-item-empty{margin:0;padding:12px;border-radius:12px;background:#f7f9fb;color:#526274}.yitm-ndis-item-matcher button[disabled]{opacity:.65;cursor:wait}@media(max-width:680px){.yitm-ndis-item-matcher__head{display:grid}.yitm-ndis-item-matcher__head .btn{width:100%;justify-content:center}.yitm-ndis-item-option{grid-template-columns:auto minmax(0,1fr)}}@media print{body.yitm-ndis-print-summary .yitm-ndis-item-matcher__head .btn{display:none!important}}.yitm-ndis-smart-match .section-header{max-width:920px}.yitm-ndis-smart-match .yitm-ndis-confirm-grid{margin-top:18px}.yitm-ndis-audience-panels{margin-top:20px}.yitm-ndis-confirm-card>a{display:inline-flex;margin-top:14px;font-weight:800;color:#155a78;text-underline-offset:3px}.yitm-ndis-confirm-card>a:focus-visible{outline:3px solid #1f7a5a;outline-offset:4px;border-radius:4px}@media(max-width:760px){.yitm-ndis-audience-panels{margin-top:14px}}.yitm-ndis-service-hero{padding-bottom:clamp(28px,4vw,48px)}.yitm-ndis-service-hero .yitm-ndis-hero-grid{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(320px,.98fr);gap:clamp(26px,4vw,54px);align-items:start}.yitm-ndis-hero-copy{min-width:0;max-width:680px}.yitm-ndis-hero-badge{display:inline-flex;align-items:center;min-height:34px;margin:0 0 14px;padding:7px 12px;border-radius:999px;background:#edf6f1;color:#1d5b40;font-size:.82rem;font-weight:900;letter-spacing:.045em;text-transform:uppercase}.yitm-ndis-service-hero .yitm-ndis-hero-title{max-width:14ch;margin:0;color:#17345f;font-size:clamp(2.65rem,5.2vw,5rem);line-height:.96;letter-spacing:-.045em;text-wrap:balance}.yitm-ndis-hero-subtitle{max-width:36ch;margin:14px 0 0;color:#2b4a64;font-size:clamp(1.2rem,2.1vw,1.55rem);font-weight:850;line-height:1.28;text-wrap:balance}.yitm-ndis-hero-intro{max-width:64ch;margin:18px 0 0;color:#40566c;font-size:1.05rem;line-height:1.68}.yitm-ndis-hero-match{max-width:650px;margin-top:20px;padding:18px 20px;border:1px solid #bfd8cb;border-radius:20px;background:#f4fbf7;color:#254636;box-shadow:0 10px 28px rgba(16,35,63,.05)}.yitm-ndis-hero-match .eyebrow{display:block;margin-bottom:6px;color:#246645}.yitm-ndis-hero-match h2{max-width:30ch;margin:0;color:#123b2a;font-size:clamp(1.35rem,2.3vw,1.72rem);line-height:1.18;text-wrap:balance}.yitm-ndis-hero-match p{max-width:62ch;margin:8px 0 0;color:#355646;line-height:1.6}.yitm-ndis-hero-match small{display:block;margin-top:8px;color:#50675b;line-height:1.5}.yitm-ndis-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.yitm-ndis-hero-actions .btn{min-height:48px}.yitm-ndis-service-hero .local-proof{margin-top:13px;color:#5a6a78;font-size:.92rem}.yitm-ndis-hero-media{align-self:start;padding-top:42px}.yitm-ndis-hero-media .hero-img{display:block;width:100%;height:auto;aspect-ratio:26/21;object-fit:cover;object-position:center;border-radius:24px;box-shadow:0 18px 42px rgba(16,35,63,.14)}.yitm-ndis-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:clamp(26px,4vw,40px)}.yitm-ndis-facts article{min-width:0;padding:17px 18px;border:1px solid #d8e2e8;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(16,35,63,.045)}.yitm-ndis-facts span{display:block;margin-bottom:5px;color:#667784;font-size:.77rem;font-weight:900;letter-spacing:.055em;text-transform:uppercase}.yitm-ndis-facts strong{display:block;color:#17345f;font-size:1rem;line-height:1.4}.yitm-ndis-hero-status{margin:12px 0 0;max-width:none;box-shadow:none}.yitm-ndis-audience-choice{padding-block:clamp(30px,5vw,56px);background:#f8faf8}.yitm-ndis-audience-heading{max-width:720px;margin-bottom:18px}.yitm-ndis-audience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.yitm-ndis-audience-card{display:flex;min-width:0;min-height:100%;flex-direction:column;padding:22px;border:1px solid #d7e1e6;border-radius:22px;background:#fff;box-shadow:0 10px 28px rgba(16,35,63,.055)}.yitm-ndis-audience-card h3{margin:0;color:#17345f;font-size:1.18rem;line-height:1.3}.yitm-ndis-audience-card p{margin:9px 0 16px;color:#526274;line-height:1.6}.yitm-ndis-audience-card a{margin-top:auto;color:#155a78;font-weight:900;text-decoration-thickness:1px;text-underline-offset:4px}.yitm-ndis-audience-card a:focus-visible{outline:3px solid #1f7a5a;outline-offset:5px;border-radius:4px}.yitm-ndis-smart-match{padding-block:clamp(36px,5.5vw,64px)}.yitm-ndis-smart-match .section-header{max-width:820px}.yitm-ndis-smart-match .yitm-ndis-confirm-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-top:20px}.yitm-ndis-smart-match .yitm-ndis-confirm-card{padding:20px;border-radius:20px}.yitm-ndis-smart-match .yitm-ndis-confirm-card h3{font-size:1.06rem}.yitm-ndis-smart-match .yitm-ndis-confirm-card p{font-size:.94rem;line-height:1.55}.yitm-ndis-smart-match .cta-actions{margin-top:18px}.yitm-review-strip--lower{max-width:1160px;margin:clamp(36px,5vw,58px) auto 8px;padding:16px 20px;border:1px solid #dce4df;border-radius:18px;background:#f8faf9;box-shadow:none}.yitm-review-strip--lower .yitm-review-person strong{color:#17345f}.yitm-review-strip--lower .yitm-review-date{color:#4f6257}@media(max-width:1020px){.yitm-ndis-service-hero .yitm-ndis-hero-grid{grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:28px}.yitm-ndis-hero-media{padding-top:28px}.yitm-ndis-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.yitm-ndis-smart-match .yitm-ndis-confirm-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.yitm-ndis-service-hero .yitm-ndis-hero-grid{grid-template-columns:1fr;gap:20px}.yitm-ndis-hero-copy{max-width:none}.yitm-ndis-service-hero .yitm-ndis-hero-title{max-width:15ch;font-size:clamp(2.35rem,11vw,3.45rem);line-height:.99}.yitm-ndis-hero-subtitle{font-size:1.18rem}.yitm-ndis-hero-intro{font-size:1rem}.yitm-ndis-hero-media{order:-1;padding-top:0}.yitm-ndis-hero-media .hero-img{aspect-ratio:16/10;border-radius:20px}.yitm-ndis-hero-actions{display:grid;grid-template-columns:1fr}.yitm-ndis-hero-actions .btn{width:100%;justify-content:center;text-align:center}.yitm-ndis-facts{grid-template-columns:1fr;gap:9px}.yitm-ndis-facts article{padding:15px 16px}.yitm-ndis-audience-grid{grid-template-columns:1fr}.yitm-ndis-audience-card{padding:19px}.yitm-ndis-smart-match .yitm-ndis-confirm-grid{grid-template-columns:1fr}.yitm-review-strip--lower{margin-inline:14px;padding:15px 16px}}}@scope (html[data-yitm-b3-css~="b3-07"]) {.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-b3-css~="b3-16"]) {.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-b3-css~="b3-05"]) {.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-b3-css~="b3-12"]) {:root{--yitm-ds-platform-navy:#071426;--yitm-ds-platform-navy-2:#0b2d52;--yitm-ds-action-blue:#0f64ee;--yitm-ds-action-blue-hover:#0b53c9;--yitm-ds-electric:#00a8ff;--yitm-ds-intelligence:#31d7ff;--yitm-ds-trust:#26b56a;--yitm-ds-mint:#64e6b4;--yitm-ds-attention:#ffb020;--yitm-ds-danger:#d92d20;--yitm-ds-surface-page:#f5f8fc;--yitm-ds-surface-card:#ffffff;--yitm-ds-surface-blue:#eef6ff;--yitm-ds-surface-cyan:#effbff;--yitm-ds-surface-green:#eefaf4;--yitm-ds-surface-amber:#fff8e7;--yitm-ds-text-primary:#102033;--yitm-ds-text-secondary:#526274;--yitm-ds-text-on-dark:#f7fbff;--yitm-ds-line:#dbe4ee;--yitm-ds-radius-card:16px;--yitm-ds-radius-panel:22px;--yitm-ds-radius-button:10px;--yitm-ds-shadow-card:0 12px 34px rgba(7,20,38,.08);--yitm-ds-shadow-raised:0 22px 60px rgba(7,20,38,.14);}body[data-yitm-design-system="A0019020"]{background:var(--yitm-ds-surface-page);color:var(--yitm-ds-text-primary);}body[data-yitm-design-system="A0019020"]:is(a,button,summary,input,textarea,select):focus-visible{outline:3px solid var(--yitm-ds-attention)!important;outline-offset:3px!important;}body[data-yitm-design-system="A0019020"]:is(.site-header,.yitm-unified-header){border-bottom-color:var(--yitm-ds-line)!important;background:rgba(255,255,255,.97)!important;}body[data-yitm-design-system="A0019020"] .nav-cta{background:var(--yitm-ds-action-blue)!important;border-color:var(--yitm-ds-action-blue)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border-radius:var(--yitm-ds-radius-button)!important;}body[data-yitm-design-system="A0019020"] .nav-cta:is(:hover,:focus-visible){background:var(--yitm-ds-action-blue-hover)!important}body[data-yitm-design-system="A0019020"]:is(.btn-primary,a.btn-primary,button.btn-primary){background:var(--yitm-ds-action-blue)!important;border-color:var(--yitm-ds-action-blue)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border-radius:var(--yitm-ds-radius-button)!important;}body[data-yitm-design-system="A0019020"]:is(.btn-primary,a.btn-primary,button.btn-primary):is(:hover,:focus-visible){background:var(--yitm-ds-action-blue-hover)!important;border-color:var(--yitm-ds-action-blue-hover)!important;}body[data-yitm-design-system="A0019020"]:is(.btn-secondary,a.btn-secondary,button.btn-secondary){background:#fff!important;border-color:var(--yitm-ds-action-blue)!important;color:var(--yitm-ds-text-primary)!important;-webkit-text-fill-color:var(--yitm-ds-text-primary)!important;border-radius:var(--yitm-ds-radius-button)!important;}body[data-yitm-design-system="A0019020"]:is(.btn-secondary,a.btn-secondary,button.btn-secondary):is(:hover,:focus-visible){background:var(--yitm-ds-surface-blue)!important;}body[data-yitm-design-system="A0019020"]:is(.footer.yitm-unified-footer,.yitm-unified-footer){background:var(--yitm-ds-platform-navy)!important;border-top:3px solid var(--yitm-ds-action-blue)!important;color:var(--yitm-ds-text-on-dark)!important;}body[data-yitm-design-system="A0019020"]:is(.footer.yitm-unified-footer,.yitm-unified-footer):is(h1,h2,h3,h4,h5,h6,p,li,strong,small,span){color:var(--yitm-ds-text-on-dark)!important;-webkit-text-fill-color:var(--yitm-ds-text-on-dark)!important;}body[data-yitm-design-system="A0019020"]:is(.footer.yitm-unified-footer,.yitm-unified-footer) a{color:#fff!important;-webkit-text-fill-color:#fff!important;}body[data-yitm-design-system="A0019020"]:is(.footer.yitm-unified-footer,.yitm-unified-footer) a:is(:hover,:focus-visible){color:var(--yitm-ds-intelligence)!important;-webkit-text-fill-color:var(--yitm-ds-intelligence)!important;border-color:rgba(49,215,255,.75)!important;}body[data-yitm-design-mode="home"] .home-core-hero{background:linear-gradient(120deg,var(--yitm-ds-surface-page) 0%,#fff 58%,var(--yitm-ds-surface-blue) 100%)!important;}body[data-yitm-design-mode="home"] .home-core-hero::after{background:radial-gradient(circle,rgba(0,168,255,.12),rgba(0,168,255,0) 70%)!important;}body[data-yitm-design-mode="home"] .home-hero-actions-panel{border-color:var(--yitm-ds-line)!important;background:rgba(255,255,255,.94)!important;box-shadow:var(--yitm-ds-shadow-card)!important;}body[data-yitm-design-mode="home"] .home-hero-trust-list li::before{background:var(--yitm-ds-trust)!important;color:#071426!important;}body[data-yitm-design-mode="home"] .home-hero-contact a{color:var(--yitm-ds-action-blue)!important}body[data-yitm-design-mode="home"] .home-ai-proof,body[data-yitm-design-mode="intelligence"] .yitm-answer-engine{--yitm-ae-navy:var(--yitm-ds-platform-navy);--yitm-ae-navy-2:var(--yitm-ds-platform-navy-2);--yitm-ae-mint:var(--yitm-ds-mint);--yitm-ae-green:var(--yitm-ds-trust);--yitm-ae-cream:var(--yitm-ds-surface-page);--yitm-ae-paper:#fff;--yitm-ae-ink:var(--yitm-ds-text-primary);--yitm-ae-copy:var(--yitm-ds-text-secondary);--yitm-ae-line:var(--yitm-ds-line);--yitm-ae-soft:var(--yitm-ds-surface-blue);}body[data-yitm-design-mode="home"] .home-ai-proof{background:radial-gradient(circle at 82% 12%,rgba(49,215,255,.16),rgba(49,215,255,0) 31%),linear-gradient(145deg,var(--yitm-ds-platform-navy) 0%,#081d35 72%,#0a3150 100%)!important;border-color:rgba(49,215,255,.18)!important;}body[data-yitm-design-mode="home"] .home-ai-proof::before{background:radial-gradient(circle,rgba(49,215,255,.18) 0,rgba(49,215,255,0) 70%)!important;}body[data-yitm-design-mode="home"] .home-ai-proof__intro .eyebrow,body[data-yitm-design-mode="home"] .home-ai-proof__guardrail a,body[data-yitm-design-mode="home"] .home-ai-proof__compare span,body[data-yitm-design-mode="home"] .home-ai-proof__faq a,body[data-yitm-design-mode="home"] .home-ai-proof__fallback a{color:var(--yitm-ds-intelligence)!important;}body[data-yitm-design-mode="home"] .home-ai-proof__guardrail{border-color:rgba(49,215,255,.3)!important;background:rgba(255,255,255,.055)!important;}body[data-yitm-design-mode="home"] .home-ai-proof__rail li::before{background:rgba(49,215,255,.10)!important;border-color:rgba(49,215,255,.34)!important;color:var(--yitm-ds-intelligence)!important;}body[data-yitm-design-mode="home"] .home-ai-proof__rail li.is-active{border-color:rgba(49,215,255,.7)!important;background:rgba(0,168,255,.12)!important;box-shadow:0 0 0 1px rgba(49,215,255,.08),0 14px 34px rgba(0,168,255,.08)!important;}body[data-yitm-design-mode="home"] .home-ai-proof__rail li.is-done{border-color:rgba(38,181,106,.55)!important;background:rgba(38,181,106,.10)!important;}body[data-yitm-design-mode="home"] .home-ai-proof__rail li.is-done::before{background:var(--yitm-ds-trust)!important;border-color:var(--yitm-ds-trust)!important;color:#071426!important;}body[data-yitm-design-mode="home"] .home-ai-proof__experience{background:var(--yitm-ds-surface-page)!important;color:var(--yitm-ds-text-primary)!important;box-shadow:var(--yitm-ds-shadow-raised)!important;}body[data-yitm-design-mode="home"] .home-ai-proof__statusbar{border-color:var(--yitm-ds-line)!important;color:var(--yitm-ds-text-secondary)!important;}body[data-yitm-design-mode="home"] .home-ai-proof__statusbar .home-ai-proof__live::before{background:var(--yitm-ds-trust)!important;box-shadow:0 0 0 4px rgba(38,181,106,.14)!important;}body[data-yitm-design-mode="home"] .home-ai-proof__system-list li{background:var(--yitm-ds-surface-cyan)!important;color:#10324b!important;}body[data-yitm-design-mode="home"] .home-ai-proof__human{background:var(--yitm-ds-platform-navy)!important;border-color:rgba(49,215,255,.22)!important;}body[data-yitm-design-mode="home"] .home-ai-proof__human li::before{color:var(--yitm-ds-trust)!important}body[data-yitm-design-mode="home"] .yitm-answer-engine__button--primary,body[data-yitm-design-mode="intelligence"] .yitm-answer-engine__button--primary{background:var(--yitm-ds-action-blue)!important;border-color:var(--yitm-ds-action-blue)!important;color:#fff!important;}body[data-yitm-design-mode="home"] .yitm-answer-engine__chip:is(:hover,:focus-visible),body[data-yitm-design-mode="intelligence"] .yitm-answer-engine__chip:is(:hover,:focus-visible){border-color:var(--yitm-ds-electric)!important;background:var(--yitm-ds-surface-cyan)!important;}body[data-yitm-design-mode="software"],body[data-yitm-design-mode="ai-article"]{--lr-ink:var(--yitm-ds-text-primary);--lr-muted:var(--yitm-ds-text-secondary);--lr-green:var(--yitm-ds-action-blue);--lr-green-dark:var(--yitm-ds-action-blue-hover);--lr-green-soft:var(--yitm-ds-surface-blue);--lr-mint:var(--yitm-ds-surface-cyan);--lr-line:var(--yitm-ds-line);--lr-warm:var(--yitm-ds-surface-amber);--lr-amber:var(--yitm-ds-attention);--lr-shadow:var(--yitm-ds-shadow-card);--lr-radius:var(--yitm-ds-radius-panel);--lr-radius-sm:var(--yitm-ds-radius-card);}body[data-yitm-design-mode="software"].leadroom-page,body[data-yitm-design-mode="ai-article"].leadroom-page{background:linear-gradient(180deg,var(--yitm-ds-surface-page) 0,#fff 560px)!important;}body[data-yitm-design-mode="software"] .leadroom-eyebrow,body[data-yitm-design-mode="ai-article"] .leadroom-eyebrow{border-color:#b9ddff!important;background:var(--yitm-ds-surface-blue)!important;color:var(--yitm-ds-action-blue-hover)!important;}body[data-yitm-design-mode="software"] .leadroom-eyebrow::before,body[data-yitm-design-mode="ai-article"] .leadroom-eyebrow::before{background:var(--yitm-ds-intelligence)!important}body[data-yitm-design-mode="software"]:is(.leadroom-hero h1,.leadroom-section h2,.leadroom-section h3),body[data-yitm-design-mode="ai-article"]:is(.leadroom-article-hero h1,.leadroom-content h2,.leadroom-content h3){color:var(--yitm-ds-text-primary)!important}body[data-yitm-design-mode="software"]:is(.leadroom-hero .leadroom-lede,.leadroom-section-heading p,.leadroom-copy),body[data-yitm-design-mode="ai-article"]:is(.leadroom-article-hero .leadroom-lede,.leadroom-content p,.leadroom-content li){color:var(--yitm-ds-text-secondary)!important}body[data-yitm-design-mode="software"] .leadroom-button.primary,body[data-yitm-design-mode="ai-article"] .leadroom-button{background:var(--yitm-ds-action-blue)!important;border-color:var(--yitm-ds-action-blue)!important;color:#fff!important;}body[data-yitm-design-mode="software"] .leadroom-button.secondary{background:#fff!important;color:var(--yitm-ds-text-primary)!important;border-color:var(--yitm-ds-action-blue)!important;}body[data-yitm-design-mode="software"] .leadroom-hero-visual::before{background:linear-gradient(135deg,rgba(49,215,255,.18),rgba(15,100,238,.08),rgba(100,230,180,.11))!important;}body[data-yitm-design-mode="software"]:is(.leadroom-card,.leadroom-proof,.leadroom-direct-answer),body[data-yitm-design-mode="ai-article"]:is(.leadroom-faq details,.yitm-reader-uplift,.yitm-editorial-review){border-color:var(--yitm-ds-line)!important;box-shadow:var(--yitm-ds-shadow-card)!important;}body[data-yitm-design-system="A0019020"][data-yitm-design-mode="software"].template-service-page main#main-content>section[data-yitm-ai-proof-series="A0019019"]{background:radial-gradient(circle at 84% 10%,rgba(49,215,255,.18),rgba(49,215,255,0) 30%),linear-gradient(145deg,var(--yitm-ds-platform-navy),#0a2d50)!important;border-block-color:rgba(49,215,255,.16)!important;}body[data-yitm-design-system="A0019020"][data-yitm-design-mode="software"].template-service-page main#main-content>section[data-yitm-ai-proof-series="A0019019"] .leadroom-section-heading:is(h2,p){color:var(--yitm-ds-text-on-dark)!important;-webkit-text-fill-color:var(--yitm-ds-text-on-dark)!important;}body[data-yitm-design-system="A0019020"][data-yitm-design-mode="software"].template-service-page main#main-content>section[data-yitm-ai-proof-series="A0019019"] .leadroom-product-badge{color:var(--yitm-ds-intelligence)!important;}body[data-yitm-design-system="A0019020"][data-yitm-design-mode="software"].template-service-page main#main-content>section[data-yitm-ai-proof-series="A0019019"] .leadroom-card{border-color:rgba(49,215,255,.2)!important;}body[data-yitm-design-system="A0019020"][data-yitm-design-mode="software"].template-service-page main#main-content>section[data-yitm-ai-proof-series="A0019019"] .leadroom-icon{background:var(--yitm-ds-surface-cyan)!important;color:var(--yitm-ds-action-blue-hover)!important;}body[data-yitm-design-mode="ai-article"] .leadroom-article-hero{margin-top:.75rem;padding:clamp(22px,4vw,38px)!important;border:1px solid rgba(0,168,255,.22);border-radius:var(--yitm-ds-radius-panel);background:linear-gradient(135deg,#fff 0%,var(--yitm-ds-surface-blue) 64%,var(--yitm-ds-surface-cyan) 100%);box-shadow:var(--yitm-ds-shadow-card);}body[data-yitm-design-mode="ai-article"] .leadroom-cta{background:linear-gradient(135deg,var(--yitm-ds-platform-navy),var(--yitm-ds-platform-navy-2))!important;border:1px solid rgba(49,215,255,.22)!important;}body[data-yitm-design-mode="ai-article"] .leadroom-cta:is(h2,h3,p){color:var(--yitm-ds-text-on-dark)!important}body[data-yitm-design-mode="ai-article"] .leadroom-cta .leadroom-button{background:#fff!important;border-color:#fff!important;color:var(--yitm-ds-platform-navy)!important;}body[data-yitm-design-mode="service"] .vm-hero{background:linear-gradient(135deg,#fff 0%,var(--yitm-ds-surface-page) 56%,var(--yitm-ds-surface-blue) 100%)!important;border-color:var(--yitm-ds-line)!important;box-shadow:var(--yitm-ds-shadow-card)!important;}body[data-yitm-design-mode="service"] .vm-kicker{border-color:#b9ddff!important;background:var(--yitm-ds-surface-blue)!important;color:var(--yitm-ds-action-blue-hover)!important;}body[data-yitm-design-mode="service"] .vm-hero h1{color:var(--yitm-ds-text-primary)!important}body[data-yitm-design-mode="service"] .vm-lead,body[data-yitm-design-mode="service"]:is(.vm-panel p,.vm-panel li,.vm-panel td){color:var(--yitm-ds-text-secondary)!important}body[data-yitm-design-mode="service"] .vm-btn:not(.secondary){background:var(--yitm-ds-action-blue)!important;border-color:var(--yitm-ds-action-blue)!important;color:#fff!important;box-shadow:0 10px 24px rgba(15,100,238,.18)!important;}body[data-yitm-design-mode="service"] .vm-btn.secondary{background:#fff!important;border-color:var(--yitm-ds-action-blue)!important;color:var(--yitm-ds-text-primary)!important;}body[data-yitm-design-mode="service"]:is(.vm-panel,.vm-card,.vm-triage){border-color:var(--yitm-ds-line)!important;box-shadow:var(--yitm-ds-shadow-card)!important;}body[data-yitm-design-mode="service"] .vm-answer{border-top-color:var(--yitm-ds-action-blue)!important}body[data-yitm-design-mode="service"] .vm-panel h3{color:var(--yitm-ds-action-blue-hover)!important}body[data-yitm-design-mode="service"] .vm-urgent{border-color:#ef9a92!important;background:#fff5f3!important}body[data-yitm-design-mode="service"] .vm-urgent:is(h2,h3){color:#9f261e!important}body[data-yitm-design-mode="service"] .vm-bottom-cta{background:linear-gradient(135deg,var(--yitm-ds-platform-navy),var(--yitm-ds-platform-navy-2))!important;border-color:rgba(49,215,255,.2)!important;color:var(--yitm-ds-text-on-dark)!important;}body[data-yitm-design-mode="service"] .vm-bottom-cta:is(h2,h3,p){color:var(--yitm-ds-text-on-dark)!important;-webkit-text-fill-color:var(--yitm-ds-text-on-dark)!important}body[data-yitm-design-mode="intelligence"] .start-hero{position:relative;overflow:hidden;border:1px solid rgba(49,215,255,.24)!important;border-radius:var(--yitm-ds-radius-panel)!important;background:radial-gradient(circle at 85% 15%,rgba(49,215,255,.17),rgba(49,215,255,0) 32%),linear-gradient(145deg,var(--yitm-ds-platform-navy),#0a2d50)!important;color:var(--yitm-ds-text-on-dark)!important;box-shadow:var(--yitm-ds-shadow-raised)!important;}body[data-yitm-design-mode="intelligence"] .start-hero:is(h1,p){color:var(--yitm-ds-text-on-dark)!important;-webkit-text-fill-color:var(--yitm-ds-text-on-dark)!important}body[data-yitm-design-mode="intelligence"] .start-hero .eyebrow{color:var(--yitm-ds-intelligence)!important}body[data-yitm-design-mode="intelligence"] .yitm-answer-engine__ask{border-color:rgba(0,168,255,.24)!important;box-shadow:var(--yitm-ds-shadow-raised)!important;}body[data-yitm-design-mode="intelligence"] .start-card{border-color:var(--yitm-ds-line)!important;border-radius:var(--yitm-ds-radius-card)!important;box-shadow:var(--yitm-ds-shadow-card)!important;}body[data-yitm-design-mode="intelligence"] .start-card:is(:hover,:focus-visible){border-color:var(--yitm-ds-electric)!important;transform:translateY(-2px);}body[data-yitm-design-mode="intelligence"] .start-card span{color:var(--yitm-ds-action-blue)!important}body[data-yitm-design-mode="intelligence"] .start-guide{border-color:var(--yitm-ds-line)!important;background:var(--yitm-ds-surface-blue)!important;}body[data-yitm-design-mode="request"] .qhm2312-wrap{--qhm-ds-blue:var(--yitm-ds-action-blue);--qhm-ds-blue-hover:var(--yitm-ds-action-blue-hover);}body[data-yitm-design-mode="request"] .qhm2312-main{border-color:var(--yitm-ds-line)!important;box-shadow:var(--yitm-ds-shadow-card)!important;}body[data-yitm-design-mode="request"] .qhm8500-main-intro .qhm2312-kicker{color:var(--yitm-ds-action-blue-hover)!important}body[data-yitm-design-mode="request"] .qhm8500-step{border-color:var(--yitm-ds-line)!important;background:var(--yitm-ds-surface-page)!important;}body[data-yitm-design-mode="request"] .qhm8500-stepper li[aria-current="step"]{color:var(--yitm-ds-action-blue-hover)!important}body[data-yitm-design-mode="request"] .qhm8500-stepper li[aria-current="step"] b{border-color:var(--yitm-ds-action-blue)!important;background:var(--yitm-ds-action-blue)!important;}body[data-yitm-design-mode="request"] .qhm8500-stepper li.is-done b{border-color:var(--yitm-ds-trust)!important;background:var(--yitm-ds-surface-green)!important;color:#0c5936!important;}body[data-yitm-design-mode="request"]:is(.qhm8500-choice,.qhm8957-contact-option,.qhm8500-mini-choice,.qhm8993-ndis-need-grid button){border-color:var(--yitm-ds-line)!important}body[data-yitm-design-mode="request"]:is(.qhm8500-choice,.qhm8957-contact-option,.qhm8500-mini-choice,.qhm8993-ndis-need-grid button)[aria-pressed="true"]{border-color:var(--yitm-ds-action-blue)!important;background:var(--yitm-ds-surface-blue)!important;box-shadow:0 0 0 3px rgba(15,100,238,.10)!important;}body[data-yitm-design-mode="request"]:is(.qhm8500-choice strong,.qhm8957-contact-option strong,.qhm8500-change,.qhm8500-optional-card>summary){color:var(--yitm-ds-action-blue-hover)!important}body[data-yitm-design-mode="request"]:is(.qhm8500-next,.qhm8500-submit){background:var(--yitm-ds-action-blue)!important;border-color:var(--yitm-ds-action-blue)!important;color:#fff!important;}body[data-yitm-design-mode="request"]:is(.qhm8500-next,.qhm8500-submit):is(:hover,:focus-visible){background:var(--yitm-ds-action-blue-hover)!important}body[data-yitm-design-mode="request"] .qhm8500-back{border-color:var(--yitm-ds-action-blue)!important;background:#fff!important;color:var(--yitm-ds-text-primary)!important;}body[data-yitm-design-mode="request"] .qhm8500-trust{border-color:#efcf78!important;background:var(--yitm-ds-surface-amber)!important;color:#5b4100!important;}body[data-yitm-design-mode="request"]:is(.qhm8966-resume,.qhm8966-network[data-network-state="online"]){border-color:#a9e1c3!important;background:var(--yitm-ds-surface-green)!important;}body[data-yitm-design-mode="request"] .qhm8500-runtime-warning{border-color:var(--yitm-ds-danger)!important;background:#fff3f2!important;color:#741e18!important;}body[data-yitm-design-mode="request"] .qhm2312-app-header{border-bottom-color:var(--yitm-ds-line)!important;background:rgba(255,255,255,.97)!important;}body[data-yitm-design-mode="request"] .qhm8500-mobile-dock{border-color:var(--yitm-ds-line)!important;background:rgba(255,255,255,.98)!important;box-shadow:0 -10px 30px rgba(7,20,38,.12)!important;}@media (prefers-reduced-motion:reduce){body[data-yitm-design-system="A0019020"] *{transition-duration:.001ms!important;animation-duration:.001ms!important}}}@scope (html[data-yitm-b3-css~="b3-26"]) {body.yitm-repair-presence{--repair-ink:#10233f;--repair-green:#0b6249;--repair-gold:#e8b028}body.yitm-repair-presence .yitm-post-top-actions,body.yitm-repair-presence .quick-nav{display:none!important}body.yitm-repair-presence .yitm-service-hero-shell{margin-top:clamp(18px,3vw,38px)!important}body.yitm-repair-presence .yitm-service-hero-shell:is(.hero-grid,.yitm-ndis-hero-grid){align-items:stretch!important}body.yitm-repair-presence .yitm-service-hero-shell:is(.hero-img-col,.hero-image,figure):not(.yitm-review-strip){min-height:clamp(300px,34vw,430px)!important;background:#eaf1f4!important}body.yitm-repair-presence .yitm-service-hero-shell:is(.hero-img,.yitm-hero-img,.hero-image img,figure img){display:block!important;width:100%!important;height:100%!important;min-height:clamp(300px,34vw,430px)!important;max-height:430px!important;object-fit:cover!important;object-position:center!important}body.yitm-repair-presence .yitm-service-hero-shell.yitm-hero>.yitm-hero-img{align-self:stretch!important}body.yitm-repair-presence .answer-block strong{display:block!important;margin-bottom:6px!important}body.yitm-repair-presence .yitm-human-note{margin:16px 0 0!important;padding:14px 16px!important;border:1px solid rgba(11,98,73,.18)!important;border-left:5px solid var(--repair-green)!important;border-radius:14px!important;background:#f5fbf8!important;color:#263b4d!important;font-size:1rem!important;line-height:1.55!important}body.yitm-repair-presence .yitm-human-note strong{display:block;color:var(--repair-ink)!important;margin-bottom:3px}body.yitm-repair-presence .yitm-review-strip{background:#fff!important;border-color:rgba(16,35,63,.12)!important}body.yitm-repair-presence .yitm-review-person span{color:var(--repair-green)!important}body.yitm-repair-presence .yitm-macbook-hero>.hero-grid{margin-top:22px!important;align-items:start!important}body.yitm-repair-presence .yitm-macbook-hero .hero-img-col{min-height:0!important;background:transparent!important}body.yitm-repair-presence .yitm-macbook-hero .hero-img{height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:16/9!important;object-position:center!important}body.yitm-repair-presence .yitm-macbook-hero .yitm-quick-choice{margin:1rem 0 0!important;padding:18px!important}body.yitm-repair-presence .yitm-macbook-hero .yitm-macbook-hero-details{display:grid!important;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr)!important;gap:20px!important;align-items:start!important;margin-top:22px!important;padding-top:22px!important;border-top:1px solid rgba(16,35,63,.11)!important}body.yitm-repair-presence .yitm-macbook-hero .yitm-human-note{margin:0!important}body.yitm-repair-presence .yitm-macbook-hero .yitm-review-line{margin:10px 0 0!important;padding:0 4px!important;border:0!important;background:transparent!important;box-shadow:none!important;line-height:1.45!important}body.yitm-repair-presence .yitm-macbook-hero .hero-answer{margin:0!important;padding:18px 20px!important}body.yitm-repair-presence .yitm-macbook-hero .hero-answer p{margin:.5rem 0 0!important;max-width:none!important}@media(max-width:760px){body.yitm-repair-presence .contact-pref-banner{display:none!important}body.yitm-repair-presence .yitm-service-hero-shell{margin-top:12px!important}body.yitm-repair-presence .yitm-service-hero-shell:is(.hero-img-col,.hero-image,figure):not(.yitm-review-strip),body.yitm-repair-presence .yitm-service-hero-shell:is(.hero-img,.yitm-hero-img,.hero-image img,figure img){min-height:240px!important;max-height:320px!important}body.yitm-repair-presence .yitm-macbook-hero>.hero-grid{margin-top:16px!important}body.yitm-repair-presence .yitm-macbook-hero .hero-img-col{min-height:0!important}body.yitm-repair-presence .yitm-macbook-hero .hero-img{min-height:0!important;max-height:none!important}body.yitm-repair-presence .yitm-macbook-hero .yitm-macbook-hero-details{grid-template-columns:1fr!important;margin-top:18px!important;padding-top:18px!important}}}@scope (html[data-yitm-b3-css~="b3-30"]) {.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-b3-css~="b3-03"]) {.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}}}@scope (html[data-yitm-b3-css~="b3-15"]) {.yitm-intent-proof{background:#f7f3eb;color:#102a4e}.yitm-intent-proof .wrap{width:min(1180px,calc(100% - 40px));margin-inline:auto}.yitm-intent-hero{padding:52px 0 44px;background:linear-gradient(135deg,#f8fbff 0%,#edf5ff 100%)}.yitm-intent-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:42px;align-items:center}.yitm-intent-breadcrumb{font-size:.95rem;color:#5b6d83;margin-bottom:18px}.yitm-intent-breadcrumb a{color:#0b5fbd;text-decoration:none}.yitm-intent-kicker{font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#0b6ee8;margin:0 0 12px}.yitm-intent-hero h1{font-size:clamp(2.25rem,4.3vw,4.35rem);line-height:1.03;letter-spacing:-.035em;color:#0d294f;margin:0 0 18px}.yitm-intent-lead{font-size:1.16rem;line-height:1.65;color:#31435d;max-width:720px;margin:0}.yitm-intent-hero-img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:22px;box-shadow:0 24px 55px rgba(16,58,112,.16)}.yitm-intent-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.yitm-intent-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 20px;border-radius:11px;font-weight:800;text-decoration:none;line-height:1.2}.yitm-intent-primary{background:#086ee8;color:#fff!important;border:1px solid #086ee8}.yitm-intent-secondary{background:#fff;color:#0a376c!important;border:1px solid #aebfd2}.yitm-intent-section{padding:44px 0}.yitm-intent-section:nth-of-type(odd):not(.yitm-intent-hero){background:#fff}.yitm-intent-section h2{font-size:clamp(1.7rem,3vw,2.45rem);line-height:1.15;color:#102a4e;margin:0 0 14px}.yitm-intent-section p{font-size:1.03rem;line-height:1.72;color:#3b4a60}.yitm-intent-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:20px}.yitm-intent-step{background:#f5f8fc;border:1px solid #d9e4ef;border-radius:15px;padding:18px;min-height:86px}.yitm-intent-step strong{display:block;color:#0b376f;line-height:1.35}.yitm-intent-example{background:#0b2547;color:#fff;border-radius:20px;padding:26px;margin-top:22px}.yitm-intent-example blockquote{font-size:1.18rem;line-height:1.6;margin:0 0 14px;border-left:4px solid #39a7ff;padding-left:18px;color:#fff}.yitm-intent-example p{color:#e8f2ff;margin-bottom:0}.yitm-intent-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:24px}.yitm-intent-card{display:flex;flex-direction:column;background:#fff;border:1px solid #d9e4ef;border-radius:18px;padding:22px;box-shadow:0 8px 24px rgba(15,43,79,.06)}.yitm-intent-card h3{margin:0 0 9px;color:#12335f;line-height:1.28}.yitm-intent-card p{margin-top:0}.yitm-intent-card a{margin-top:auto;color:#086ee8;font-weight:800;text-decoration:none}.yitm-intent-proofbar{background:#0b2547;color:#fff;border-radius:20px;padding:30px;margin-top:24px}.yitm-intent-proofbar h2,.yitm-intent-proofbar p{color:#fff}.yitm-intent-related{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.yitm-intent-related a{display:inline-flex;padding:10px 14px;border:1px solid #cddcec;border-radius:999px;text-decoration:none;color:#0c4a91;background:#fff;font-weight:700}.yitm-intent-note{font-size:.94rem!important;color:#5a6e85!important}body.yitm-intent-proof .yitm-quick-choice{display:none!important}@media(max-width:900px){.yitm-intent-hero-grid{grid-template-columns:1fr}.yitm-intent-grid{grid-template-columns:1fr 1fr}.yitm-intent-flow{grid-template-columns:1fr 1fr}}@media(max-width:620px){.yitm-intent-proof .wrap{width:min(100% - 28px,1180px)}.yitm-intent-hero{padding:32px 0}.yitm-intent-grid,.yitm-intent-flow{grid-template-columns:1fr}.yitm-intent-actions{display:grid}.yitm-intent-actions a{width:100%}}.yitm-proof-intro{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:start;margin-top:22px}.yitm-proof-panel{background:#fff;border:1px solid #d9e4ef;border-radius:18px;padding:24px;box-shadow:0 8px 24px rgba(15,43,79,.05)}.yitm-proof-panel h3{margin-top:0;color:#12335f}.yitm-proof-scenarios{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:22px}.yitm-proof-scenario{background:#fff;border:1px solid #d9e4ef;border-radius:16px;padding:20px}.yitm-proof-scenario h3{margin:0 0 10px;color:#12335f}.yitm-proof-quote{font-style:italic;color:#223d61;margin:.35rem 0 .8rem}.yitm-proof-compare{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:20px}.yitm-proof-compare>div{border-radius:18px;padding:22px}.yitm-proof-before{background:#fff6f2;border:1px solid #f0d7cc}.yitm-proof-after{background:#f1f8ff;border:1px solid #cee1f4}.yitm-proof-list{margin:0;padding-left:20px;color:#3b4a60;line-height:1.7}.yitm-proof-connect{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.yitm-proof-connect span{background:#eef5fc;border:1px solid #d2e1ef;border-radius:999px;padding:9px 13px;color:#173b68;font-weight:700}.yitm-proof-disclosure{border-left:4px solid #0b6ee8;background:#eef6ff;padding:18px 20px;border-radius:0 14px 14px 0;margin-top:20px}.yitm-proof-faq{display:grid;gap:12px;margin-top:20px}.yitm-proof-faq details{background:#fff;border:1px solid #d9e4ef;border-radius:14px;padding:16px 18px}.yitm-proof-faq summary{cursor:pointer;font-weight:800;color:#12335f}.yitm-proof-faq p{margin:.8rem 0 0}@media(max-width:800px){.yitm-proof-intro,.yitm-proof-compare,.yitm-proof-scenarios{grid-template-columns:1fr}}.yitm-intent-compare{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:24px}.yitm-intent-compare-card{border:1px solid #d9e4ef;border-radius:18px;padding:24px;background:#fff}.yitm-intent-compare-card--old{background:#f8f8f7}.yitm-intent-compare-card--intent{background:#eef6ff;border-color:#bfd8f4}.yitm-intent-compare-label{display:inline-block;font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin-bottom:10px}.yitm-intent-compare-card--old .yitm-intent-compare-label{color:#667085}.yitm-intent-compare-card--intent .yitm-intent-compare-label{color:#086ee8}.yitm-intent-compare-card h3{margin:0 0 10px;color:#12335f}.yitm-intent-query{margin:20px 0 0;background:#0b2547;color:#fff;border-radius:16px;padding:20px}.yitm-intent-query strong{display:block;color:#8fd0ff;margin-bottom:8px}.yitm-intent-query p{color:#fff;margin:0}.yitm-intent-advantage-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:22px}.yitm-intent-advantage{background:#fff;border:1px solid #d9e4ef;border-radius:16px;padding:20px}.yitm-intent-advantage h3{margin:0 0 8px;color:#12335f;font-size:1.08rem}.yitm-intent-advantage p{margin:0}@media(max-width:760px){.yitm-intent-compare,.yitm-intent-advantage-grid{grid-template-columns:1fr}}.yitm-intent-query,.yitm-intent-query p,.yitm-intent-query span,.yitm-intent-query em,.yitm-intent-query q{color:#f4f8ff!important}.yitm-intent-query strong{color:#8fd0ff!important}.yitm-proof-faq details{text-align:left!important}.yitm-proof-faq summary{display:list-item!important;text-align:left!important;list-style-position:inside!important;justify-content:flex-start!important;align-items:center!important;width:100%!important;padding-left:0!important}.yitm-proof-faq details p{text-align:left!important}.yitm-commercial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:24px}.yitm-commercial-card{background:#fff;border:1px solid #d9e4ef;border-radius:16px;padding:20px;box-shadow:0 10px 28px rgba(16,42,78,.06)}.yitm-commercial-card h3{margin-top:0;color:#12335f}.yitm-commercial-card p:last-child{margin-bottom:0}.yitm-commercial-list{margin:12px 0 0;padding-left:1.2rem}.yitm-commercial-list li{margin:.55rem 0}.yitm-commercial-process{counter-reset:yitmstep;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:24px}.yitm-commercial-process article{background:#fff;border:1px solid #d9e4ef;border-radius:16px;padding:20px}.yitm-commercial-process article:before{counter-increment:yitmstep;content:counter(yitmstep);display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#12335f;color:#fff;font-weight:800;margin-bottom:12px}.yitm-commercial-callout{background:#102a4e;color:#f4f8ff;border-radius:20px;padding:28px;margin-top:28px}.yitm-commercial-callout h2,.yitm-commercial-callout h3,.yitm-commercial-callout p,.yitm-commercial-callout strong{color:inherit}.yitm-commercial-callout .yitm-intent-secondary{border-color:#9fc7ef;color:#fff}.yitm-commercial-table{width:100%;border-collapse:separate;border-spacing:0;margin-top:20px;background:#fff;border:1px solid #d9e4ef;border-radius:16px;overflow:hidden}.yitm-commercial-table th,.yitm-commercial-table td{text-align:left;vertical-align:top;padding:14px 16px;border-bottom:1px solid #e7eef5}.yitm-commercial-table tr:last-child td{border-bottom:0}.yitm-commercial-table th{background:#eef5fb;color:#12335f}.yitm-commercial-fit{display:grid;grid-template-columns:1.1fr .9fr;gap:20px;margin-top:22px}.yitm-commercial-fit>div{background:#fff;border:1px solid #d9e4ef;border-radius:16px;padding:22px}.yitm-commercial-fit .is-not{background:#fbfaf7}.yitm-industry-commercial{background:#eef5fb}.yitm-industry-commercial .yitm-commercial-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.yitm-commercial-eyebrow{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#436b93}@media(max-width:900px){.yitm-commercial-grid,.yitm-commercial-process,.yitm-industry-commercial .yitm-commercial-grid{grid-template-columns:1fr 1fr}.yitm-commercial-fit{grid-template-columns:1fr}}@media(max-width:640px){.yitm-commercial-grid,.yitm-commercial-process,.yitm-industry-commercial .yitm-commercial-grid{grid-template-columns:1fr}.yitm-commercial-table{font-size:.92rem}.yitm-commercial-table th,.yitm-commercial-table td{padding:12px}}.yitm-intent-proof .yitm-commercial-callout,.yitm-intent-proof .yitm-intent-example,.yitm-intent-proof .yitm-intent-proofbar{color:#f4f8ff!important}.yitm-intent-proof .yitm-commercial-callout:is(h1,h2,h3,h4,p,li,span,strong,small,em),.yitm-intent-proof .yitm-intent-example:is(h1,h2,h3,h4,p,li,span,strong,small,em),.yitm-intent-proof .yitm-intent-proofbar:is(h1,h2,h3,h4,p,li,span,strong,small,em){color:inherit!important}.yitm-intent-proof .yitm-commercial-callout a,.yitm-intent-proof .yitm-intent-example a,.yitm-intent-proof .yitm-intent-proofbar a{color:#fff!important}}@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-b3-css~="b3-33"]) {.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}}}@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-b3-css~="b3-09"]) {.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-b3-css~="b3-14"]) {.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%}}}@scope (html[data-yitm-b3-css~="b3-25"]) {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 {@scope (html[data-yitm-b6-core-css~="b6c-001"]) {body[data-yitm-post-type] {--yitm-post-ink:#14213d;--yitm-post-muted:#53627a;--yitm-post-accent:#1f654f;--yitm-post-accent-strong:#174b3d;--yitm-post-surface:#ffffff;--yitm-post-surface-soft:#f4f8f5;--yitm-post-border:#d7e2dc;--yitm-post-focus:#f2b900;--yitm-post-measure:72ch;--yitm-post-wide:1180px;--yitm-post-radius:18px;--yitm-post-shadow:0 18px 45px rgba(20,33,61,0.09);--yitm-post-space-1:clamp(0.75rem,0.65rem + 0.35vw,1rem);--yitm-post-space-2:clamp(1rem,0.8rem + 0.75vw,1.5rem);--yitm-post-space-3:clamp(1.5rem,1.1rem + 1.4vw,2.5rem);--yitm-post-space-4:clamp(2.25rem,1.55rem + 2.5vw,4rem);color:var(--yitm-post-ink);background:#f7f5ef;}body[data-yitm-post-theme="software-ai"] {--yitm-post-accent:#285dc7;--yitm-post-accent-strong:#173f91;--yitm-post-surface-soft:#f2f6ff;--yitm-post-border:#d7e2f7;}body[data-yitm-post-theme="cyber"] {--yitm-post-accent:#9a4d00;--yitm-post-accent-strong:#713800;--yitm-post-surface-soft:#fff7e8;--yitm-post-border:#ecd9b7;}body[data-yitm-post-theme="scam"] {--yitm-post-accent:#a13a32;--yitm-post-accent-strong:#792821;--yitm-post-surface-soft:#fff3f1;--yitm-post-border:#ecd2ce;}body[data-yitm-post-theme="repair"] {--yitm-post-accent:#176a69;--yitm-post-accent-strong:#0d4f4e;--yitm-post-surface-soft:#eef8f7;--yitm-post-border:#cfe4e2;}body[data-yitm-post-theme="reflect-thrive"] {--yitm-post-ink:#25342e;--yitm-post-muted:#5b675f;--yitm-post-accent:#687b62;--yitm-post-accent-strong:#4b5e47;--yitm-post-surface-soft:#f5f1e7;--yitm-post-border:#ddd5c4;}body[data-yitm-post-type],body[data-yitm-post-type] *,body[data-yitm-post-type] *::before,body[data-yitm-post-type] *::after {box-sizing:border-box;}body[data-yitm-post-type] main {min-width:0;}body[data-yitm-post-type] main:where(img,picture,video,iframe,svg) {max-width:100%;}body[data-yitm-post-type] main:where(img,video) {height:auto;}body[data-yitm-post-type] main:where(h1,h2,h3,h4) {line-height:1.12;overflow-wrap:anywhere;text-wrap:balance;}body[data-yitm-post-type] main h1 {font-size:clamp(2.25rem,1.65rem + 2.6vw,4.75rem);letter-spacing:-0.04em;}body[data-yitm-post-type] main h2 {font-size:clamp(1.65rem,1.35rem + 1.25vw,2.6rem);letter-spacing:-0.025em;}body[data-yitm-post-type] main h3 {font-size:clamp(1.25rem,1.1rem + 0.6vw,1.75rem);letter-spacing:-0.015em;}body[data-yitm-post-type] main:where(p,li,dd) {line-height:1.68;overflow-wrap:break-word;}body[data-yitm-post-type] main:where(.lead,.lede,.yitm-subtitle,.blog-article-lead) {color:var(--yitm-post-muted);font-size:clamp(1.05rem,0.98rem + 0.35vw,1.25rem);line-height:1.62;}body[data-yitm-post-type] main:where( .yitm-prose,.yitm-article-body,.leadroom-content,.guide-body,.article-body,.post-content ) {color:var(--yitm-post-ink);font-size:clamp(1rem,0.96rem + 0.2vw,1.125rem);}body[data-yitm-post-type] main:where( .yitm-prose,.yitm-article-body,.leadroom-content,.guide-body,.article-body,.post-content ):where(h2,h3,h4) {color:var(--yitm-post-ink);}body[data-yitm-post-type] main:where( .yitm-prose,.yitm-article-body,.leadroom-content,.guide-body,.article-body,.post-content )>:where(p,ul,ol,blockquote) {max-width:var(--yitm-post-measure);}body[data-yitm-post-type] main:where(a:not([class])) {color:var(--yitm-post-accent-strong);text-decoration-thickness:0.1em;text-underline-offset:0.16em;}body[data-yitm-post-type] main:where(a,button,input,select,textarea,summary):focus-visible {outline:3px solid var(--yitm-post-focus);outline-offset:3px;}body[data-yitm-post-type] main:where( .yitm-btn,.btn,.yitm-pathway-btn,.leadroom-button,.yitm-button ) {display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:0.55rem;max-width:100%;line-height:1.2;text-align:center;white-space:normal;}body[data-yitm-post-type] main:where( .yitm-hero-grid,.hero-grid,.blog-article-hero-grid,.premium-hero-grid,.yitm-grid-2,.guide-grid,.cross-links,.cross-links-grid,.yitm-reader-related-grid,.yitm-reader-benefit-grid )>* {min-width:0;}body[data-yitm-post-type] main:where(.cross-links,.cross-links-grid) {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--yitm-post-space-2);}body[data-yitm-post-type] main:where( .yitm-card,.card,.content-card,.article-card,.guide-card,.faq-card,.cross-link-card,.leadroom-card,.yitm-post-card ) {min-width:0;overflow-wrap:anywhere;}body[data-yitm-post-type] main:where( .yitm-hero-media,.yitm-hero-image,.yitm-proof-hero-media,.blog-article-hero-media,.premium-hero-media ) img {display:block;width:100%;object-fit:cover;}body[data-yitm-post-type] .yitm-post-shell {width:min(calc(100% - 2rem),var(--yitm-post-wide));margin-inline:auto;}body[data-yitm-post-type] .yitm-post-hero {display:grid;grid-template-columns:minmax(0,1.08fr) minmax(260px,0.92fr);gap:var(--yitm-post-space-3);align-items:center;padding-block:var(--yitm-post-space-4);color:var(--yitm-post-ink);}body[data-yitm-post-type] .yitm-post-prose {width:min(100%,var(--yitm-post-measure));color:var(--yitm-post-ink);font-size:clamp(1rem,0.96rem + 0.2vw,1.125rem);line-height:1.68;}body[data-yitm-post-type] .yitm-post-card {padding:var(--yitm-post-space-2);border:1px solid var(--yitm-post-border);border-radius:var(--yitm-post-radius);background:var(--yitm-post-surface);box-shadow:var(--yitm-post-shadow);}body[data-yitm-post-type] .yitm-post-callout {padding:var(--yitm-post-space-2);border:1px solid var(--yitm-post-border);border-left:5px solid var(--yitm-post-accent);border-radius:var(--yitm-post-radius);background:var(--yitm-post-surface-soft);}body[data-yitm-post-type] .yitm-post-card-image {display:block;width:100%;aspect-ratio:16 / 9;margin-bottom:1rem;border-radius:var(--yitm-post-radius);object-fit:cover;}body[data-yitm-post-type] .yitm-post-media-contain {height:auto;object-fit:contain;}body[data-yitm-post-type] .yitm-post-cta-offset {margin-top:1.5rem;}@media (max-width:760px) {body[data-yitm-post-type] main h1 {font-size:clamp(2rem,1.55rem + 4vw,3rem);}body[data-yitm-post-type] main:where( .yitm-hero-grid,.hero-grid,.blog-article-hero-grid,.premium-hero-grid,.yitm-grid-2,.guide-grid,.cross-links,.cross-links-grid,.yitm-reader-related-grid,.yitm-reader-benefit-grid,.yitm-post-hero ) {grid-template-columns:minmax(0,1fr);}body[data-yitm-post-type] main:where( .hero-actions,.yitm-actions,.yitm-cta-row,.yitm-bottom-cta-row,.yitm-pathway-actions,.yitm-reader-cta-actions ) {align-items:stretch;}body[data-yitm-post-type] main:where( .hero-actions,.yitm-actions,.yitm-cta-row,.yitm-bottom-cta-row,.yitm-pathway-actions,.yitm-reader-cta-actions ):where(.yitm-btn,.btn,.yitm-pathway-btn,.leadroom-button,.yitm-button) {width:100%;}}@media (max-width:420px) {body[data-yitm-post-type] .yitm-post-shell {width:min(calc(100% - 1.25rem),var(--yitm-post-wide));}}@media (prefers-reduced-motion:reduce) {body[data-yitm-post-type] *,body[data-yitm-post-type] *::before,body[data-yitm-post-type] *::after {scroll-behavior:auto;animation-duration:0.01ms;animation-iteration-count:1;transition-duration:0.01ms;}}}}
