/* Homepage-only composition. Shared industry files own the visual components. */
body.hm-page { margin: 0; }
.hm-page .hm-home, .hm-page .hm-shell { overflow: visible; }
.hm-page .hm-home *, .hm-page .hm-shell * { letter-spacing: 0; }
.hm-page .hm-home h1 { font-size: 52px; line-height: 1.1; }
.hm-page .hm-home .sf-section-head h2 { font-size: 38px; line-height: 1.16; }
.hm-page .hm-home h3 { font-size: 21px; line-height: 1.3; }
.hm-page .hm-home p { line-height: 1.7; }
.hm-page .hm-home .sf-section-head { max-width: 740px; }
.hm-page .hm-home .sf-section { background-image: none; }
.hm-page .hm-home .sf-section-dark { background: #082849; }
.hm-page .hm-home .sf-card { border-radius: var(--sf-modern-radius); display: flex; flex-direction: column; }
.hm-page .hm-home .sf-card > .hm-text-link { margin-top: auto; padding-top: 12px; }
.hm-page .hm-home .sf-card > .hm-text-link + .hm-text-link { margin-top: 0; }
.hm-home .sf-button .wp-block-button__link { gap: 10px; }
.hm-home .sf-button .wp-block-button__link::after { content: none; }
.hm-home .sf-button i { background: transparent; font-size: 18px; flex: 0 0 18px; }
.hm-page .hm-home .sf-button { max-width: 100%; margin: 0; }
.hm-page .hm-home :where(a,button,summary,input,textarea,select):focus-visible { outline: 3px solid #159c98; outline-offset: 4px; }
.hm-page .hm-home [id] { scroll-margin-top: 24px; }
.hm-header { border-bottom: 1px solid #dfe8f7; background: #fff; position: relative; z-index: 10; }
.hm-header-inner { max-width: 1228px; margin: auto; padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.hm-brand img { width: 155px; height: auto; display: block; }
.hm-header .hm-desktop-nav { display: flex; gap: 26px; align-items: center; background: transparent; padding: 0; width: auto; min-height: 0; }
.hm-header a { font-size: 14px; font-weight: 600; color: #061f3f; }
.hm-header .hm-nav-cta { background: #f6ad3d; border-radius: 6px; padding: 12px 18px; text-decoration: none; }
.hm-mobile-menu { display: none; }
.hm-skip { position: absolute; left: 16px; top: -100px; z-index: 50; padding: 10px; background: #fff; }
.hm-skip:focus { top: 10px; }
.hm-page .hm-home .hm-hero { position: relative; padding-top: 64px; padding-bottom: 58px; background: #f3f7f8; isolation: isolate; }
.hm-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 60%; z-index: -1; }
.hm-hero-copy { max-width: 640px; }
.hm-page .hm-hero-copy h1 span { color: #526b8e; }
.hm-page .hm-home .hm-hero-statement { font-size: 21px; font-weight: 600; line-height: 1.5; color: #061f3f; margin: 24px 0 12px; }
.hm-page .hm-home .sf-hero-lede { max-width: 550px; font-size: 17px; }
.hm-hero-person { display: flex; gap: 12px; align-items: center; margin-top: 26px; }
.hm-hero-person img { border-radius: 50%; object-fit: cover; flex: 0 0 48px; }
.hm-hero-person span span, .hm-hero-person strong { display: block; font-size: 12px; line-height: 1.6; }
.hm-hero-person strong { font-size: 13px; }
.hm-page .hm-home .hm-proof { padding-top: 28px; padding-bottom: 30px; }
.hm-proof-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)) auto; gap: 20px; align-items: center; }
.hm-proof-grid > div { border-right: 1px solid #dfe8f7; padding-right: 16px; }
.hm-proof-grid strong, .hm-proof-grid span { display: block; }
.hm-proof-grid strong { font-size: 23px; }
.hm-proof-grid span { color: #526b8e; font-size: 12px; margin-top: 5px; }
.hm-proof-grid a { font-size: 13px; font-weight: 700; }
.hm-client-logos { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid #edf1f5; margin-top: 26px; padding-top: 20px; }
.hm-client-logos > span { font-size: 12px; color: #526b8e; max-width: 170px; }
.hm-client-logos img { object-fit: contain; max-width: 110px; height: 60px; filter: grayscale(1); }
.hm-grid { display: grid; gap: 22px; }
.hm-grid-three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.hm-grid-two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.hm-service-icon { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 8px; background: #eaf5f6; color: #078781; margin-bottom: 22px; font-size: 21px; }
.hm-service:nth-child(2n) .hm-service-icon { color: #0b5ee8; background: #eef4ff; }
.hm-service:nth-child(3n) .hm-service-icon { color: #835408; background: #fff4df; }
.hm-text-link { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 700; line-height: 1.5; }
.hm-supporting-links { margin-top: 28px; border-top: 1px solid #dfe8f7; padding-top: 22px; display: flex; flex-wrap: wrap; gap: 14px 24px; font-size: 13px; }
.hm-supporting-links span { color: #526b8e; }
.hm-page .hm-home .hm-review-band { padding-top: 44px; padding-bottom: 44px; }
.hm-review-grid > .wp-block-group__inner-container, .hm-expert-grid > .wp-block-group__inner-container,
.hm-ai-grid > .wp-block-group__inner-container, .hm-faq-grid > .wp-block-group__inner-container,
.hm-final-grid > .wp-block-group__inner-container { display: grid; gap: 48px; grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: center; }
.hm-page .hm-review-grid .sf-section-head, .hm-page .hm-final-grid .sf-section-head { margin: 0; }
.hm-page .hm-home .hm-review-grid h2 { font-size: 30px; }
.hm-page .hm-home .sf-lead-panel { padding: 28px; border-radius: 8px; }
.hm-page .hm-home .hm-compact-form { background: #fff; border: 1px solid #dfe8f7; box-shadow: none; }
.hm-page .hm-home .hm-compact-form h3 { color: #061f3f; font-size: 21px; margin-bottom: 18px; }
.hm-page .hm-home .hm-final-form { background: #103958; border: 1px solid #496279; box-shadow: none; }
.hm-page .hm-home .hm-final-form h3 { color: #fff; margin-bottom: 18px; }
.hm-page .hm-home .sf-review-form label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.hm-page .hm-home .sf-review-form .sf-review-privacy { font-size: 12px; margin-top: 4px; }
.hm-page .hm-home .hm-compact-form .sf-review-privacy { color: #526b8e; }
.hm-page .hm-home .hm-compact-form .sf-review-privacy a { color: #0b5ee8; }
.hm-page .hm-home .hm-compact-form .wpcf7-not-valid-tip { color: #b3261e; }
.hm-page .hm-home .sf-review-form input:not([type=hidden]), .hm-page .hm-home .sf-review-form textarea { background: #f1f5f9; }
.hm-page .hm-home .sf-review-form textarea::placeholder { color: #627086; opacity: 1; }
.hm-page .hm-home .sf-review-form .wpcf7-submit { min-height: 48px; padding: 13px 16px; font-size: 14px; }
.hm-page .hm-home .wpcf7 form .wpcf7-response-output { margin: 16px 0 0; padding: 12px; font-size: 14px; line-height: 1.5; }
.hm-compact-form .wpcf7-response-output { color: #061f3f; }
.hm-page .hm-final-form .wpcf7 form .wpcf7-response-output { color: #fff !important; }
.hm-page .hm-home .sf-review-form .wpcf7-spinner { margin: 0; }
.hm-page .hm-home .sf-review-form .wpcf7-spinner:not(.is-active) { display: none; }
.hm-page .hm-home form.submitting .wpcf7-spinner { display: inline-block; }
.hm-page .hm-home .hm-meta { color: #526b8e; font-size: 11px; font-weight: 600; margin-bottom: 10px; }
.hm-case-metric { margin-top: 12px; }
.hm-case-metric > strong { display: block; font-size: 36px; line-height: 1.3; color: #061f3f; }
.hm-case-metric strong span { color: #078781; font-size: 26px; }
.hm-case-metric > span { display: block; font-size: 13px; margin-top: 4px; color: #526b8e; }
.hm-comparison { display: grid; gap: 7px; margin: 22px 0 10px; }
.hm-comparison div { height: 7px; border-radius: 4px; background: #c6d6e6; }
.hm-comparison div + div { background: #14a69e; width: 100%; }
.hm-page .hm-home .hm-case-period { font-size: 11px; }
.hm-section-end { display: flex; align-items: start; justify-content: space-between; gap: 28px; margin-top: 28px; }
.hm-page .hm-home .hm-section-end p { max-width: 650px; margin: 0; font-size: 12px; }
.hm-expert-grid > .wp-block-group__inner-container { grid-template-columns: minmax(0,.65fr) minmax(0,1.35fr); align-items: start; gap: 64px; }
.hm-expert-identity { display: flex; flex-direction: column; align-items: start; gap: 8px; }
.hm-expert-identity img { width: 240px; height: 240px; object-fit: cover; border-radius: 8px; margin-bottom: 18px; }
.hm-expert-identity strong { font-size: 22px; }
.hm-expert-identity > span { font-size: 13px; color: #526b8e; }
.hm-expert-identity a { margin-top: 10px; }
.hm-expert-points { border-top: 1px solid #dfe8f7; margin-bottom: 20px; }
.hm-expert-points > div { padding: 18px 0; border-bottom: 1px solid #dfe8f7; }
.hm-page .hm-home .hm-expert-points h3 { font-size: 17px; }
.hm-page .hm-home .hm-expert-points p { font-size: 14px; margin: 6px 0 0; }
.hm-search-paths article { display: flex; gap: 20px; padding: 24px 0; border-bottom: 1px solid #cfe0f6; }
.hm-search-paths article:first-child { border-top: 1px solid #cfe0f6; }
.hm-search-paths article > span { color: #078781; font-size: 14px; font-weight: 700; padding-top: 4px; }
.hm-page .hm-home .hm-search-paths h3 { font-size: 20px; }
.hm-page .hm-home .hm-search-paths p { font-size: 14px; margin: 8px 0; }
.hm-search-paths a { font-size: 13px; font-weight: 600; }
.hm-page .hm-home .hm-search-paths .hm-ai-note { margin-top: 16px; font-size: 12px; }
.hm-method-steps { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 22px; list-style: none; margin: 0 0 32px; padding: 0; }
.hm-method-steps li { padding-top: 18px; border-top: 1px solid #496279; }
.hm-method-steps li > span { color: #f6ad3d; font-size: 13px; }
.hm-page .hm-home .hm-method-steps h3 { font-size: 17px; margin: 16px 0 8px; }
.hm-page .hm-home .hm-method-steps p { font-size: 13px; color: #dce6f0; }
.hm-quote { margin: 0; position: relative; }
.hm-quote-mark { color: #078781; font-family: Georgia,serif; font-size: 70px; height: 54px; line-height: 1; }
.hm-page .hm-home .hm-quote blockquote { border: 0; margin: 8px 0 24px; padding: 0; background: none; }
.hm-page .hm-home .hm-quote blockquote::before,.hm-page .hm-home .hm-quote blockquote::after { content: none; }
.hm-page .hm-home .hm-quote blockquote p { font-size: 18px !important; font-weight: 500; line-height: 1.65; color: #061f3f !important; }
.hm-quote figcaption { margin-top: auto; display: flex; flex-direction: column; gap: 5px; border-top: 1px solid #dfe8f7; padding-top: 18px; }
.hm-quote figcaption strong { font-size: 16px; }
.hm-quote figcaption > span { font-size: 12px; color: #526b8e; }
.hm-quote figcaption a { margin-top: 8px; }
.hm-faq-grid > .wp-block-group__inner-container { grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr); align-items: start; }
.hm-faq details { border-bottom: 1px solid #cfdaea; background: transparent; }
.hm-faq details:first-child { border-top: 1px solid #cfdaea; }
.hm-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; font-size: 16px; font-weight: 600; padding: 20px 0; list-style: none; }
.hm-faq summary::-webkit-details-marker { display: none; }
.hm-faq summary i { color: #0b5ee8; flex: 0 0 14px; }
.hm-faq details[open] summary i { transform: rotate(45deg); }
.hm-page .hm-home .hm-faq p { font-size: 14px; margin: 0 0 20px; }
.hm-footer { background: #f5f8ff; padding: 48px 24px 24px; border-top: 1px solid #dfe8f7; }
.hm-footer-inner { max-width: 1180px; margin: auto; display: grid; grid-template-columns: 1.4fr repeat(3,minmax(0,1fr)); gap: 44px; }
.hm-footer h2 { font-size: 15px; margin: 0 0 16px; }
.hm-footer a, .hm-footer p { font-size: 13px; line-height: 1.7; }
.hm-footer section > a { display: block; margin-bottom: 10px; }
.hm-footer .hm-brand img { margin-bottom: 20px; }
.hm-footer-bottom { max-width: 1180px; margin: 30px auto 0; border-top: 1px solid #dfe8f7; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; font-size: 12px; }
@media(min-width:1600px) { .hm-page .hm-home .hm-hero { padding-top: 72px; padding-bottom: 70px; } }
@media(max-width:1100px) {
 .hm-header .hm-desktop-nav { gap: 16px; }
 .hm-page .hm-home h1 { font-size: 44px; }
 .hm-hero-copy { max-width: 560px; }
 .hm-page .hm-home .sf-section-head h2 { font-size: 34px; }
 .hm-review-grid > .wp-block-group__inner-container,.hm-ai-grid > .wp-block-group__inner-container,.hm-final-grid > .wp-block-group__inner-container { gap: 28px; }
 .hm-method-steps { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media(max-width:900px) {
 .hm-header .hm-desktop-nav { display: none; }
 .hm-mobile-menu { display: block; }
 .hm-mobile-menu summary { list-style: none; display: grid; place-items: center; width: 44px; height: 44px; color: #061f3f; cursor: pointer; }
 .hm-mobile-menu summary::-webkit-details-marker { display: none; }
 .hm-mobile-menu summary i { font-size: 23px; }
 .hm-mobile-menu nav { position: absolute; background: #fff; top: 100%; left: 0; width: 100%; padding: 16px 24px 24px; border-bottom: 1px solid #dfe8f7; box-shadow: 0 14px 22px #08284914; }
 .hm-mobile-menu nav a { display: block; padding: 12px 0; }
 .hm-mobile-menu nav .hm-nav-cta { padding: 12px 18px; margin-top: 8px; }
 .hm-grid-three { grid-template-columns: repeat(2,minmax(0,1fr)); }
 .hm-case:last-child,.hm-industry-grid > :last-child { grid-column: 1 / -1; }
 .hm-proof-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
 .hm-proof-grid > div { border: 0; }
 .hm-review-grid > .wp-block-group__inner-container,.hm-expert-grid > .wp-block-group__inner-container,.hm-ai-grid > .wp-block-group__inner-container,.hm-faq-grid > .wp-block-group__inner-container,.hm-final-grid > .wp-block-group__inner-container { grid-template-columns: minmax(0,1fr); gap: 30px; }
 .hm-expert-identity { display: grid; grid-template-columns: 110px minmax(0,1fr); gap: 5px 20px; }
 .hm-expert-identity img { grid-row: span 5; width: 110px; height: 130px; margin: 0; }
 .hm-expert-identity strong { font-size: 20px; }
 .hm-footer-inner { grid-template-columns: repeat(2,minmax(0,1fr)); }
 .hm-hero-image { opacity: .3; }
}
@media(max-width:600px) {
 .hm-header-inner { padding: 12px 18px; }
 .hm-brand img { width: 140px; }
 .hm-page .hm-home .sf-section { padding: 44px 20px; }
 .hm-page .hm-home .hm-hero { padding-top: 38px; padding-bottom: 36px; }
 /* Legacy mobile theme rules use !important; keep the correction local to V2. */
 .hm-page .hm-home h1, .hm-page .hm-home h1 span { font-size: 34px !important; line-height: 1.12 !important; }
 .hm-page .hm-home .sf-section-head h2 { font-size: 28px !important; line-height: 1.2 !important; }
 .hm-page .hm-home h3 { font-size: 20px !important; line-height: 1.3 !important; }
 .hm-page .hm-home p { font-size: 14px !important; line-height: 1.65 !important; }
 .hm-page .hm-home .sf-section-kicker,.hm-page .hm-home .sf-eyebrow { font-size: 11px !important; }
 .hm-page .hm-home .sf-section-lede { font-size: 16px !important; }
 .hm-page .hm-home .hm-hero-statement { font-size: 17px !important; margin-top: 20px; }
 .hm-page .hm-home .sf-hero-lede { font-size: 15px !important; }
 .hm-page .hm-home .hm-meta,.hm-page .hm-home .hm-case-period,.hm-page .hm-home .sf-review-privacy { font-size: 11px !important; }
 .hm-hero-image { object-position: 62% center; opacity: .16; }
 .hm-home .sf-button-row { gap: 12px; margin-top: 22px; }
 .hm-page .hm-home .sf-button { width: 100%; justify-content: center; }
 .hm-page .hm-home .sf-button .wp-block-button__link { justify-content: center; width: 100%; font-size: 14px; }
 .hm-page .hm-home .sf-section-head { margin-bottom: 26px; }
 .hm-page .hm-home .hm-proof { padding-top: 22px; padding-bottom: 26px; }
 .hm-proof-grid { gap: 20px 12px; }
 .hm-proof-grid strong { font-size: 19px; }
 .hm-proof-grid span { font-size: 11px; }
 .hm-client-logos { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
 .hm-client-logos > span { grid-column: 1 / -1; max-width: none; }
 .hm-client-logos img { width: 100%; height: 46px; }
 .hm-grid-three,.hm-grid-two { grid-template-columns: minmax(0,1fr); gap: 18px; }
 .hm-page .hm-home .sf-card { padding: 24px; }
 .hm-service-icon { margin-bottom: 16px; }
 .hm-section-end { flex-direction: column; gap: 16px; }
 .hm-page .hm-home .sf-lead-panel { padding: 22px; }
 .hm-page .hm-home .sf-review-contact-row { grid-template-columns: minmax(0,1fr); gap: 8px; }
 .hm-method-steps { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
 .hm-page .hm-home .hm-quote blockquote p { font-size: 16px !important; }
 .hm-expert-identity { grid-template-columns: 88px minmax(0,1fr); gap: 4px 16px; }
 .hm-expert-identity img { width: 88px; height: 110px; }
 .hm-expert-identity strong { font-size: 18px; }
 .hm-expert-identity > span { font-size: 12px; }
 .hm-expert-identity a { font-size: 12px; }
 .hm-faq summary { font-size: 15px; }
 .hm-footer { padding: 36px 20px 22px; }
 .hm-page .hm-footer h2 { font-size: 15px !important; line-height: 1.4 !important; }
 .hm-footer-inner { gap: 28px 20px; }
 .hm-footer-inner > section:first-child { grid-column: 1 / -1; }
 .hm-footer-bottom { flex-direction: column; gap: 10px; }
}
@media(min-width:601px) and (max-width:767px) {
 .hm-page .hm-home h1,.hm-page .hm-home h1 span { font-size: 40px !important; line-height: 1.12 !important; }
 .hm-page .hm-home .sf-section-head h2 { font-size: 32px !important; line-height: 1.2 !important; }
 .hm-page .hm-home p { line-height: 1.65 !important; }
 .hm-page .hm-home .sf-section-lede { font-size: 17px !important; }
}
@media(prefers-reduced-motion:reduce) { .hm-page *, .hm-page *::before, .hm-page *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }

/* Evidence, expert portrait and qualification additions, scoped to V2. */
.hm-page .hm-home .hm-expert-identity img { width: 100%; max-width: 360px; height: auto; aspect-ratio: 1; object-fit: contain; }
.hm-feedback-source { font-size: 11px; font-weight: 600; color: #24736f; background: #eaf5f3; border: 1px solid #beddd7; padding: 6px 9px; border-radius: 4px; }
.hm-work-sample { margin-top: 38px; padding-top: 30px; border-top: 1px solid #456586; }
.hm-work-sample-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.hm-page .hm-home .hm-work-sample h3 { font-size: 23px; color: #fff; margin: 8px 0; }
.hm-page .hm-home .hm-work-sample-heading p { font-size: 13px; margin: 0; color: #c4d8e8; }
.hm-page .hm-home .hm-work-sample .hm-meta { color: #ffd18a; font-size: 11px; }
.hm-page .hm-home .hm-work-sample .hm-text-link { color: #fff; flex-shrink: 0; }
.hm-work-sample-grid { display: grid; grid-template-columns: 1fr 1.2fr 1fr; border-top: 1px solid #456586; border-bottom: 1px solid #456586; }
.hm-work-sample-grid > div { padding: 24px; min-width: 0; }
.hm-work-sample-grid > div + div { border-left: 1px solid #456586; }
.hm-sample-label { display: block; color: #8bd4cb; font-size: 10px; font-weight: 700; margin-bottom: 12px; }
.hm-page .hm-home .hm-work-sample h4 { font-size: 17px; color: #fff; margin: 0 0 10px; line-height: 1.4; }
.hm-page .hm-home .hm-work-sample-grid p { font-size: 14px; line-height: 1.65; color: #c4d8e8; margin: 0; }
.hm-sample-metric { display: block; font-size: 38px; line-height: 1.25; color: #fff; margin-bottom: 8px; }
.hm-sample-metric span { color: #6bd5c7; }
.hm-page .hm-home .hm-sample-note { font-size: 12px; color: #a9c5db; margin: 16px 0 0; max-width: 900px; }
.hm-fit-guide { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; border-top: 1px solid #d5e0ec; margin-top: 30px; padding-top: 30px; }
.hm-page .hm-home .hm-fit-guide h3 { font-size: 21px; margin: 8px 0 16px; }
.hm-fit-guide ul { padding-left: 20px; margin: 0; color: #526b8e; }
.hm-fit-guide li { padding-left: 3px; margin-bottom: 10px; font-size: 14px; line-height: 1.65; }
.hm-page .hm-home .sf-review-form select { width: 100%; min-height: 46px; border: 1px solid #b8c9dc; border-radius: 4px; background: #f1f5f9; color: #43546d; padding: 10px 32px 10px 12px; font: inherit; font-size: 14px; text-overflow: ellipsis; }
@media(max-width:800px) {
 .hm-page .hm-home .hm-expert-identity { display: flex; align-items: flex-start; }
 .hm-page .hm-home .hm-expert-identity img { width: 280px; max-width: 100%; margin-bottom: 14px; }
 .hm-work-sample-heading { flex-direction: column; align-items: flex-start; gap: 16px; }
 .hm-work-sample-grid, .hm-fit-guide { grid-template-columns: minmax(0,1fr); }
 .hm-work-sample-grid > div { padding: 22px 0; }
 .hm-work-sample-grid > div + div { border-left: 0; border-top: 1px solid #456586; }
 .hm-fit-guide { gap: 24px; }
 .hm-feedback-source { max-width: 190px; }
}

/* Second comparison: shared site chrome, form-led hero and industry-style proof. */
.hm-page .hm-home .sf-section-kicker { display: flex; align-items: center; gap: 8px; }
.hm-section-icon { display: block; flex: 0 0 19px; width: 19px; height: 19px; color: #0b5ee8; }
.hm-page .hm-home .sf-section-dark .hm-section-icon { color: #f6ad3d; }
.hm-hero-actions { margin-top: 22px; }
.hm-service-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border: 1px solid #d7e3ef; background: #fff; border-radius: 8px; overflow: hidden; }
.hm-service { display: grid; grid-template-columns: 44px minmax(0,1fr); gap: 16px; align-items: start; min-width: 0; padding: 26px; }
.hm-service:nth-child(odd) { border-right: 1px solid #d7e3ef; }
.hm-service:nth-child(n+3) { border-top: 1px solid #d7e3ef; }
.hm-service .hm-service-icon { margin: 0; }
.hm-service-icon .hm-section-icon { width: 22px; height: 22px; color: currentColor; }
.hm-page .hm-home .hm-service h3 { margin: 2px 0 8px; font-size: 18px; }
.hm-page .hm-home .hm-service p { margin: 0 0 10px; font-size: 14px; line-height: 1.6; }
.hm-page .hm-home .hm-service .hm-text-link { font-size: 13px; }
.hm-results-next { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 24px; padding: 16px 18px; border-left: 3px solid #0b948c; background: #e9f4f3; }
.hm-results-next > span { font-size: 14px; font-weight: 600; color: #163450; }
.hm-engagement-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid #d5e0ec; border-bottom: 1px solid #d5e0ec; }
.hm-engagement { padding: 26px; min-width: 0; }
.hm-engagement + .hm-engagement { border-left: 1px solid #d5e0ec; }
.hm-page .hm-home .hm-engagement h3 { font-size: 19px; margin: 0 0 10px; }
.hm-page .hm-home .hm-engagement p { font-size: 14px; margin: 0 0 12px; }
.hm-resources-compact { border-top: 1px solid #d5e0ec; margin-top: 42px; padding-top: 36px; }
.hm-page .hm-home .hm-resources-compact .sf-section-head { margin-bottom: 22px; }
.hm-page .hm-home .hm-resources-compact .sf-section-head h2 { font-size: 27px; }
.hm-resource-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border: 1px solid #d5e0ec; border-radius: 8px; overflow: hidden; }
.hm-resource-link { display: grid; grid-template-columns: 42px minmax(0,1fr) 16px; align-items: center; gap: 14px; min-width: 0; padding: 20px; color: #061f3f; text-decoration: none; background: #fff; }
.hm-resource-link + .hm-resource-link { border-left: 1px solid #d5e0ec; }
.hm-resource-link .hm-service-icon { margin: 0; }
.hm-resource-link > span:nth-child(2),.hm-resource-link strong,.hm-resource-link > span:nth-child(2) > span { display: block; min-width: 0; }
.hm-resource-link strong { font-size: 15px; margin-bottom: 4px; }
.hm-resource-link > span:nth-child(2) > span { font-size: 11px; line-height: 1.45; color: #526b8e; }
.hm-resource-link > i { color: #0b5ee8; }
.hm-search-paths article > span { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; padding: 0; border: 1px solid #bcd1e8; border-radius: 6px; background: #fff; }
.hm-search-paths article > span .hm-section-icon { width: 20px; height: 20px; color: #0b5ee8; }
@media(max-width:900px) {
 .hm-engagement-list,.hm-resource-list { grid-template-columns: minmax(0,1fr); }
 .hm-engagement + .hm-engagement,.hm-resource-link + .hm-resource-link { border-left: 0; border-top: 1px solid #d5e0ec; }
}
@media(max-width:800px) {
 .hm-hero-copy > .wp-block-group__inner-container { display: flex; flex-direction: column; }
 .hm-hero-copy .sf-eyebrow { order: 1; }
 .hm-hero-copy h1 { order: 2; }
 .hm-hero-actions { order: 3; margin: 16px 0 2px; }
 .hm-hero-copy .sf-hero-lede { order: 4; }
 .hm-expertise-capsules { order: 5; margin: 15px 0; }
 .hm-hero-person { order: 6; margin-top: 14px; }
 .hm-hero-actions .sf-button-secondary .wp-block-button__link { background: transparent; border-color: transparent; box-shadow: none; }
 .hm-service-list { grid-template-columns: minmax(0,1fr); }
 .hm-service:nth-child(odd) { border-right: 0; }
 .hm-service:nth-child(n+2) { border-top: 1px solid #d7e3ef; }
 .hm-results-next { align-items: flex-start; flex-direction: column; gap: 8px; }
 .hm-resources-compact { margin-top: 34px; padding-top: 30px; }
}
@media(max-width:600px) {
 .hm-page .hm-home .hm-hero-actions { display: grid; grid-template-columns: 1fr auto; gap: 6px; width: 100%; }
 .hm-page .hm-home .hm-hero-actions .sf-button { width: auto; }
 .hm-page .hm-home .hm-hero-actions .sf-button .wp-block-button__link { min-height: 48px; padding: 11px 14px; white-space: nowrap; }
 .hm-page .hm-home .hm-hero-actions .sf-button-secondary .wp-block-button__link { font-size: 12px; padding-inline: 8px; }
 .hm-page .hm-home .hm-hero-actions .sf-button-secondary svg { display: none; }
 .hm-service { grid-template-columns: 40px minmax(0,1fr); gap: 13px; padding: 20px 18px; }
 .hm-page .hm-home .hm-service p { font-size: 13px !important; }
 .hm-engagement { padding: 22px 0; }
 .hm-resource-link { padding: 17px 14px; }
 .hm-page .hm-home .hm-resources-compact .sf-section-head h2 { font-size: 24px !important; }
 .hm-page .hm-home .sf-review-form :is(input,textarea,select) { font-size: 16px; }
}
@media(max-width:380px) {
 .hm-page .hm-home .hm-hero-actions { grid-template-columns: minmax(0,1fr); }
 .hm-page .hm-home .hm-hero-actions .sf-button-primary { width: 100%; }
 .hm-page .hm-home .hm-hero-actions .sf-button-primary .wp-block-button__link { width: 100%; }
 .hm-page .hm-home .hm-hero-actions .sf-button-secondary { justify-self: start; }
 .hm-page .hm-home .hm-hero-actions .sf-button-secondary { min-height: 0; padding: 0; border: 0; background: transparent; box-shadow: none; }
 .hm-page .hm-home .hm-hero-actions .sf-button-secondary .wp-block-button__link { min-height: 40px; padding: 5px 0; }
}

.hm-page .hm-home .hm-hero-refined { background: #f2f7fc; border-bottom: 1px solid #d8e5f4; padding-top: 60px; padding-bottom: 60px; }
.hm-hero-layout > .wp-block-group__inner-container { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); align-items: center; gap: 56px; }
.hm-page .hm-home .hm-hero-refined h1 { font-size: 46px; }
.hm-page .hm-hero-refined .hm-hero-copy { max-width: none; }
.hm-expertise-capsules { display: flex; flex-wrap: wrap; gap: 9px; margin: 24px 0; }
.hm-expertise-capsules > span { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; padding: 9px 12px; border-radius: 6px; background: #fff; border: 1px solid #d7e3ef; color: #163450; }
.hm-expertise-capsules svg { color: #0b5ee8; width: 19px; height: 19px; }
.hm-home .sf-modern-btn-icon { display: inline-block; width: 23px; height: 23px; flex: 0 0 23px; background: none; }
.hm-page .hm-home .hm-hero-form { background: #082849; border: 1px solid #375773; border-top: 4px solid #f6ad3d; box-shadow: 0 20px 46px #08284924; padding: 30px; }
.hm-page .hm-home .hm-hero-form h2 { color: #fff; font-size: 29px; line-height: 1.22; margin: 8px 0 14px; }
.hm-page .hm-home .hm-hero-form .sf-panel-kicker { color: #ffd18a; font-size: 11px; margin-bottom: 8px; }
.hm-page .hm-home .hm-hero-form .hm-form-intro { color: #d5e1ed; font-size: 14px; margin-bottom: 22px; }
.hm-page .hm-home .hm-hero-form .sf-review-contact-row { grid-template-columns: minmax(0,1fr); gap: 10px; }
.hm-page .hm-home .hm-hero-form .sf-review-form { gap: 10px; }
.hm-page .hm-home .hm-hero-form .sf-review-form input { min-height: 46px; }
.hm-page .hm-home .hm-hero-form .sf-review-form .wpcf7-submit { min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.hm-page .hm-home .hm-hero-form .wpcf7-response-output { color: #fff !important; }
.hm-page .hm-home .hm-hero-form .sf-review-privacy { color: #c7d8e8; }
.hm-form-assurances { display: flex; flex-wrap: wrap; gap: 16px; border-top: 1px solid #365470; margin-top: 18px; padding-top: 16px; color: #dbe6ef; font-size: 11px; }
.hm-form-assurances i { color: #6fd8cc; margin-right: 6px; }
.hm-page .hm-home .hm-trust { padding-top: 36px; padding-bottom: 36px; }
.hm-trust-layout { display: grid; grid-template-columns: minmax(0,.36fr) minmax(0,.64fr); align-items: center; gap: 44px; }
.hm-page .hm-home .hm-trust-heading h2 { font-size: 24px; line-height: 1.28; }
.hm-trust-heading h2 strong { font-weight: 800; }
.hm-trust-heading { position: relative; padding-right: 50px; }
.hm-logo-pause { position: absolute; right: 0; bottom: 0; width: 34px; height: 34px; display: grid; place-items: center; padding: 0; border: 1px solid #d7e3ef; background: #fff; color: #526b8e; border-radius: 50%; cursor: pointer; }
.hm-logo-slider { min-width: 0; overflow: hidden; }
.hm-logo-slider > .row { margin: 0; }
.hm-logo-slider .client_image { width: 130px; height: 94px; object-fit: contain; display: block; margin: auto; }
.hm-logo-slider .item { padding: 0 12px; }
.hm-logo-slider .clients_image_holder { margin: 0; }
.hm-results-intro > .wp-block-group__inner-container { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(0,.7fr); align-items: center; gap: 50px; margin-bottom: 36px; }
.hm-page .hm-results-intro .sf-section-head { margin: 0; }
.hm-page .hm-home .hm-featured-result { position: relative; display: flex; flex-direction: column; gap: 6px; padding: 26px 30px; border-left: 3px solid #11a59d; color: #061f3f; background: #fff; border-radius: 0 8px 8px 0; box-shadow: var(--sf-modern-shadow); text-decoration: none; }
.hm-featured-result > span:first-child { font-size: 10px; font-weight: 700; color: #526b8e; }
.hm-featured-result > strong { font-size: 65px; line-height: 1.1; margin-top: 4px; }
.hm-featured-result > strong span { color: #0b948c; font-size: 40px; }
.hm-featured-result > span { font-size: 15px; font-weight: 600; }
.hm-featured-result small { font-size: 11px; color: #526b8e; }
.hm-featured-result b { font-size: 12px; color: #0b5ee8; margin-top: 12px; }
.hm-page .hm-home .hm-case { border-top: 3px solid #19a9a0; background: #fff; }
.hm-page .hm-home .hm-case:nth-child(2) { border-top-color: #397ded; }
.hm-page .hm-home .hm-case:nth-child(3) { border-top-color: #f0ad4e; }
.hm-page .hm-home .hm-service { box-shadow: 0 8px 25px #0828490b; }
.hm-page .hm-home .hm-daaomi { background: #061f3f; }
.hm-daaomi-layout > .wp-block-group__inner-container { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 50px; align-items: center; }
.hm-page .hm-home .hm-daaomi-copy .sf-section-head h2 { font-size: 36px; }
.hm-page .hm-home .hm-daaomi-copy p { color: #c6d8e9; }
.hm-page .hm-home .hm-daaomi-copy .sf-section-kicker { color: #f6ad3d; }
.hm-daaomi-graphic { position: relative; padding: 30px 22px 22px; border: 1px solid #456586; background: #0b2d4c; border-radius: 8px; isolation: isolate; }
.hm-daaomi-connections { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; pointer-events: none; }
.hm-daaomi-nodes { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); column-gap: 16px; row-gap: 90px; margin: 0; padding: 0; list-style: none; }
.hm-daaomi-nodes li { min-width: 0; text-align: center; }
.hm-node-shape { display: grid; place-items: center; height: 64px; width: 64px; margin: 0 auto 10px; background: #76d9d0; clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%); padding: 2px; }
.hm-node-shape b { display: grid; place-items: center; width: 100%; height: 100%; background: #103d5c; clip-path: inherit; font-size: 25px; font-weight: 600; color: #fff; }
.hm-node:nth-child(2n) .hm-node-shape { background: #f6ad3d; }
.hm-node:nth-child(3n) .hm-node-shape { background: #7aaefa; }
.hm-node small { color: #8cafcb; font-size: 10px; }
.hm-page .hm-home .hm-node h3 { color: #fff; font-size: 16px; margin: 4px 0 7px; }
.hm-page .hm-home .hm-node p { color: #c7d8e8; font-size: 11px; line-height: 1.5; margin: 0; }
.hm-node-4 { grid-column: 3; grid-row: 2; }
.hm-node-5 { grid-column: 2; grid-row: 2; }
.hm-node-6 { grid-column: 1; grid-row: 2; }
.hm-daaomi-center { position: absolute; top: 47%; left: 50%; transform: translate(-50%,-50%); padding: 12px 22px; text-align: center; background: #0b2d4c; border-top: 1px solid #6083a1; border-bottom: 1px solid #6083a1; }
.hm-daaomi-center strong { display: block; font-size: 24px; color: #fff; }
.hm-daaomi-center span { display: block; font-size: 10px; color: #a6c6db; margin-top: 3px; }
.hm-daaomi-return { display: block; text-align: center; color: #78cbc3; font-size: 9px; margin-top: 22px; }
.hm-page .hm-home .hm-quote { overflow: hidden; border: 1px solid #c6d9ed; border-top: 3px solid #f6ad3d; box-shadow: 0 18px 40px #08284912; background: linear-gradient(145deg,#fff 65%,#f0f8fa); }
.hm-page .hm-home .hm-quote:nth-child(2) { border-top-color: #20ada5; }
.hm-feedback-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 6px; }
.hm-feedback-stars { position: relative; display: inline-flex; gap: 5px; color: #eba72b; font-size: 23px; text-shadow: 0 1px 0 #b77710,0 3px 10px #f5b74440; overflow: hidden; padding: 3px; }
.hm-feedback-stars::after { content: ''; position: absolute; inset: 0; background: linear-gradient(110deg,transparent 30%,#fff9 48%,transparent 65%); transform: translateX(-120%); animation: hm-star-sheen 6s ease-in-out infinite; pointer-events: none; }
@keyframes hm-star-sheen { 0%,65% { transform: translateX(-120%); } 90%,100% { transform: translateX(120%); } }
@media(max-width:1100px) {
 .hm-hero-layout > .wp-block-group__inner-container { gap: 30px; grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
 .hm-page .hm-home .hm-hero-refined h1 { font-size: 40px; }
 .hm-page .hm-home .hm-hero-form { padding: 26px; }
 .hm-daaomi-layout > .wp-block-group__inner-container { grid-template-columns: minmax(0,1fr); }
 .hm-daaomi-graphic { width: 100%; max-width: 760px; justify-self: center; }
 .hm-daaomi-copy { max-width: 720px; }
}
@media(max-width:800px) {
 .hm-hero-layout > .wp-block-group__inner-container { grid-template-columns: minmax(0,1fr); gap: 30px; }
 .hm-page .hm-home .hm-hero-form { max-width: none; }
 .hm-trust-layout { grid-template-columns: minmax(0,1fr); gap: 24px; }
 .hm-logo-slider .client_image { height: 90px; }
 .hm-results-intro > .wp-block-group__inner-container { grid-template-columns: minmax(0,1fr); gap: 24px; }
}
@media(max-width:600px) {
 .hm-page .hm-home .hm-hero-refined { padding: 32px 20px; }
 .hm-page .hm-home .hm-hero-form h2 { font-size: 25px !important; line-height: 1.2 !important; }
 .hm-page .hm-home .hm-hero-form .sf-panel-kicker { font-size: 10px !important; }
 .hm-page .hm-home .hm-hero-form .hm-form-intro { font-size: 13px !important; }
 .hm-expertise-capsules { gap: 7px; }
 .hm-expertise-capsules > span { font-size: 11px; padding: 8px 10px; }
 .hm-page .hm-home .hm-hero-form { padding: 23px 20px; }
 .hm-page .hm-home .hm-trust { padding: 30px 20px; }
 .hm-page .hm-home .hm-trust-heading h2 { font-size: 24px !important; line-height: 1.3 !important; }
 .hm-logo-slider .owl-item { min-height: 94px; }
 .hm-featured-result > strong { font-size: 56px; }
 .hm-page .hm-home .hm-daaomi-copy .sf-section-head h2 { font-size: 28px !important; }
 .hm-daaomi-graphic { padding: 24px 16px 20px; }
 .hm-daaomi-nodes { grid-template-columns: repeat(2,minmax(0,1fr)); row-gap: 28px; column-gap: 18px; }
 .hm-node-4,.hm-node-5,.hm-node-6 { grid-column: auto; grid-row: auto; }
 .hm-daaomi-center { position: static; transform: none; margin: 0 0 28px; padding: 14px; }
 .hm-daaomi-connections { display: none; }
 .hm-page .hm-home .hm-node h3 { font-size: 16px !important; }
 .hm-page .hm-home .hm-node p { font-size: 11px !important; line-height: 1.5 !important; }
 .hm-feedback-stars { font-size: 21px; gap: 4px; }
}

/* Shared modern-system adoption: visual parity with the industry master. */
.hm-page .hm-home .sfm-icon-badge,
.hm-page .hm-home .hm-service:nth-child(n) .sfm-icon-badge {
  background: #eef4ff;
  color: #0b5ee8;
}

.hm-page .hm-home .sf-section-dark .sfm-icon-badge {
  background: rgba(246, 173, 61, .14);
  color: #f6ad3d;
}

.hm-page .hm-home .hm-results {
  background:
    radial-gradient(circle at 8% 0%, rgba(11, 94, 232, .08), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f6f8fb 100%);
}

.hm-results-manifesto {
  margin: 0 auto 56px;
  max-width: 1120px;
  text-align: center;
}

.hm-page .hm-home .hm-results-manifesto p {
  color: #969da7;
  font-size: clamp(25px, 3.4vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
}

.hm-page .hm-home .hm-results-manifesto p:first-child {
  color: #061f3f;
}

.hm-page .hm-home .hm-results-manifesto p:last-child {
  font-size: clamp(18px, 2.2vw, 28px);
  margin-top: 12px;
}

.hm-results-manifesto span {
  background: linear-gradient(90deg, #d7fff4, #f9d4fb 48%, #cfb9ff);
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.65), 0 12px 30px rgba(122,102,255,.16);
  color: #061f3f;
  display: inline-block;
  padding: 3px 18px 6px;
}

.hm-results-stage > .wp-block-group__inner-container {
  align-items: center;
  display: grid;
  gap: 50px;
  grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr);
}

.hm-results-copy .sf-section-head { margin-bottom: 24px; }
.hm-results-copy .sf-button-row { margin-top: 0; }

.hm-metric-board {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr);
  grid-template-rows: repeat(2,minmax(210px,auto));
}

.hm-page .hm-home .hm-metric-board .sfm-metric-card {
  min-height: 210px;
}

.hm-page .hm-home .hm-metric-featured {
  background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(150deg,#cbb9ff 0%,#8dbbff 22%,#fff 40%,#f6ad3d 78%,#f0a000 100%) border-box;
  border: 7px solid transparent;
  grid-row: 1 / 3;
  min-height: 440px;
  padding: 34px;
}

.hm-page .hm-home .hm-metric-featured::before {
  background:
    linear-gradient(180deg,rgba(11,94,232,.28),rgba(22,160,133,.1)) 0 100% / 18px 42% no-repeat,
    linear-gradient(180deg,rgba(246,173,61,.34),rgba(246,173,61,.1)) 38px 100% / 18px 60% no-repeat,
    linear-gradient(180deg,rgba(11,94,232,.28),rgba(11,94,232,.1)) 76px 100% / 18px 78% no-repeat,
    linear-gradient(180deg,rgba(22,160,133,.25),rgba(22,160,133,.1)) 114px 100% / 18px 54% no-repeat;
  bottom: 36px;
  height: 142px;
  opacity: .42;
  right: 30px;
  width: 160px;
}

.hm-page .hm-home .hm-metric-board .hm-meta { font-size: 10px; }
.hm-page .hm-home .hm-metric-board strong { color: #061f3f; font-size: 43px; line-height: 1.08; margin: 16px 0 6px; }
.hm-page .hm-home .hm-metric-featured strong { font-size: 68px; margin-top: 20px; }
.hm-page .hm-home .hm-metric-board strong span { color: #0b948c; font-size: .7em; }
.hm-page .hm-home .hm-metric-board b { font-size: 16px; }
.hm-page .hm-home .hm-metric-board small { color: #526b8e; font-size: 11px; margin-top: 5px; }
.hm-page .hm-home .hm-metric-board em { color: #0b5ee8; font-size: 11px; font-style: normal; font-weight: 700; margin-top: auto; padding-top: 20px; }

.hm-results-footer { margin-top: 28px; }
.hm-page .hm-home .hm-results-footer > p { color: #526b8e; font-size: 11px; margin: 0; }

.hm-page .hm-home .hm-service-list {
  background: transparent;
  border: 0;
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3,minmax(0,1fr));
  overflow: visible;
}

.hm-page .hm-home .hm-service {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 255px;
  padding: 28px;
}

.hm-page .hm-home .hm-service:nth-child(n) { border: 1px solid #d7e3ef; }
.hm-page .hm-home .hm-service .hm-service-icon { margin-bottom: 20px; }
.hm-page .hm-home .hm-service > div { display: flex; flex: 1; flex-direction: column; }
.hm-page .hm-home .hm-service .hm-text-link { margin-top: auto; padding-top: 10px; }

.hm-page .hm-home .hm-search-paths { display: grid; gap: 14px; }
.hm-page .hm-home .hm-search-paths article {
  border: 1px solid #d7e3ef;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(8,40,73,.08);
  gap: 18px;
  padding: 24px;
}
.hm-page .hm-home .hm-search-paths article:first-child { border-top: 1px solid #d7e3ef; }

.hm-page .hm-home .hm-industry-grid .sfm-card { padding: 28px; }
.hm-page .hm-home .hm-industry-grid .hm-service-icon { margin-bottom: 20px; }

.hm-page .hm-home .hm-engagement-list {
  border: 0;
  gap: 22px;
}
.hm-page .hm-home .hm-engagement {
  border: 1px solid #d7e3ef;
  min-height: 220px;
  padding: 28px;
}
.hm-page .hm-home .hm-engagement + .hm-engagement { border-left: 1px solid #d7e3ef; }
.hm-page .hm-home .hm-engagement .hm-text-link { margin-top: auto; }

.hm-page .hm-home .hm-resource-list { border: 0; gap: 16px; overflow: visible; }
.hm-page .hm-home .hm-resource-link { border: 1px solid #d7e3ef; }
.hm-page .hm-home .hm-resource-link + .hm-resource-link { border-left: 1px solid #d7e3ef; }

.hm-page .hm-home .hm-quote {
  border: 1px solid #d7e3ef;
  border-top: 3px solid #0b5ee8;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(8,40,73,.08);
}
.hm-page .hm-home .hm-quote:nth-child(2) { border-top-color: #0b5ee8; }

.hm-page .hm-home .hm-expert-identity img {
  box-shadow: 0 24px 58px rgba(8,40,73,.12);
}

@media(max-width:1100px) {
 .hm-results-stage > .wp-block-group__inner-container { grid-template-columns: minmax(0,1fr); }
 .hm-results-copy { max-width: 760px; }
 .hm-page .hm-home .hm-service-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media(max-width:800px) {
 .hm-results-manifesto { margin-bottom: 38px; }
 .hm-metric-board { grid-template-columns: minmax(0,1fr); grid-template-rows: auto; }
 .hm-page .hm-home .hm-metric-featured { grid-row: auto; min-height: 360px; }
 .hm-page .hm-home .hm-service-list { grid-template-columns: minmax(0,1fr); }
 .hm-page .hm-home .hm-service { min-height: 0; }
 .hm-page .hm-home .hm-engagement-list,.hm-page .hm-home .hm-resource-list { grid-template-columns: minmax(0,1fr); }
 .hm-page .hm-home .hm-engagement { min-height: 0; }
 .hm-page .hm-home .hm-resource-link + .hm-resource-link { border-left: 1px solid #d7e3ef; }
}

@media(max-width:600px) {
 .hm-page .hm-home .hm-results-manifesto p { font-size: 24px !important; line-height: 1.18 !important; }
 .hm-page .hm-home .hm-results-manifesto p:last-child { font-size: 17px !important; }
 .hm-results-manifesto span { border-radius: 8px; padding: 4px 8px 6px; }
 .hm-page .hm-home .hm-metric-featured { min-height: 330px; padding: 26px; }
 .hm-page .hm-home .hm-metric-featured strong { font-size: 54px; }
 .hm-page .hm-home .hm-metric-board .sfm-metric-card { min-height: 190px; padding: 24px; }
 .hm-page .hm-home .hm-metric-board strong { font-size: 36px; }
 .hm-page .hm-home .hm-service { padding: 24px; }
}

/* Hero hierarchy, conversion panel and testimonial refinement. */
.hm-page .hm-home .hm-hero-copy .sf-hero-lede {
  font-size: 18px;
  line-height: 1.6;
  margin: 22px 0 0;
  max-width: 680px;
}

.hm-expertise-rail {
  border-bottom: 1px solid #cbd9e7;
  border-top: 1px solid #cbd9e7;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  margin: 25px 0 0;
  padding: 18px 0;
}

.hm-expertise-rail > div {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 34px minmax(0,1fr);
  min-width: 0;
  padding: 0 14px;
}

.hm-expertise-rail > div:first-child { padding-left: 0; }
.hm-expertise-rail > div + div { border-left: 1px solid #cbd9e7; }

.hm-expertise-rail > div > span:first-child {
  align-items: center;
  background: #e7f0ff;
  border-radius: 50%;
  color: #0b5ee8;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.hm-expertise-rail .hm-section-icon { height: 17px; width: 17px; }
.hm-expertise-rail strong,.hm-expertise-rail small { display: block; }
.hm-expertise-rail strong { color: #061f3f; font-size: 13px; line-height: 1.25; }
.hm-expertise-rail small { color: #526b8e; font-size: 10px; line-height: 1.35; margin-top: 3px; }

.hm-page .hm-home .hm-hero-person {
  border-left: 3px solid #0b948c;
  margin-top: 22px;
  padding-left: 12px;
}

.hm-page .hm-home .hm-hero-actions { margin-top: 22px; }

.hm-results-cta {
  align-items: center;
  background: #061f3f;
  border: 1px solid #244767;
  border-radius: 8px;
  box-shadow: 0 24px 54px rgba(8,40,73,.16);
  color: #fff;
  display: grid;
  gap: 22px;
  grid-template-columns: 56px minmax(0,1fr) auto;
  margin-top: 24px;
  overflow: hidden;
  padding: 26px 28px;
  position: relative;
}

.hm-results-cta::after {
  background: linear-gradient(90deg,#0b948c,#73d8ce,#f6ad3d);
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
}

.hm-results-cta-icon {
  align-items: center;
  background: rgba(115,216,206,.13);
  border: 1px solid rgba(115,216,206,.28);
  border-radius: 8px;
  color: #73d8ce;
  display: inline-flex;
  height: 56px;
  justify-content: center;
  width: 56px;
}

.hm-results-cta-icon .hm-section-icon { height: 24px; width: 24px; }
.hm-results-cta > div > span { color: #8bd4cb; display: block; font-size: 10px; font-weight: 700; margin-bottom: 5px; }
.hm-page .hm-home .hm-results-cta h3 { color: #fff; font-size: 22px; line-height: 1.25; margin: 0 0 5px; }
.hm-page .hm-home .hm-results-cta p { color: #c5d6e5; font-size: 13px; line-height: 1.55; margin: 0; }
.hm-results-cta-action { margin: 0; }
.hm-results-cta-action .sf-button { margin: 0; }
.hm-page .hm-home .hm-results-cta-action .wp-block-button__link { min-width: 200px; white-space: nowrap; }

.hm-page .hm-home .hm-feedback { background: #fff; }
.hm-page .hm-home .hm-feedback .sf-section-head { max-width: 760px; }
.hm-page .hm-home .hm-feedback .hm-grid { gap: 24px; }
.hm-page .hm-home .hm-quote {
  background: #fff;
  border: 1px solid #d7e3ef;
  border-top: 1px solid #d7e3ef;
  box-shadow: 0 22px 52px rgba(8,40,73,.09);
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 30px;
}

.hm-page .hm-home .hm-quote:nth-child(2) { border-top-color: #d7e3ef; }
.hm-page .hm-home .hm-quote::before {
  color: #dbe8f8;
  content: "\201C";
  font-family: Georgia,serif;
  font-size: 88px;
  line-height: .7;
  position: absolute;
  right: 24px;
  top: 30px;
}

.hm-feedback-top { justify-content: flex-start; margin: 0 0 22px; position: relative; z-index: 1; }
.hm-feedback-result {
  background: #ecf8f6;
  border-radius: 4px;
  color: #087a74;
  font-size: 10px;
  font-weight: 700;
  padding: 6px 9px;
}

.hm-page .hm-home .hm-quote blockquote { margin: 0 0 26px; }
.hm-page .hm-home .hm-quote blockquote p { font-size: 17px !important; line-height: 1.65; }
.hm-page .hm-home .hm-quote figcaption {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 44px minmax(0,1fr) auto;
  margin-top: auto;
  padding-top: 20px;
}

.hm-client-mark {
  align-items: center;
  background: #061f3f;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.hm-client-identity strong,.hm-client-identity > span { display: block; }
.hm-client-identity > span { color: #526b8e; font-size: 11px; margin-top: 3px; }
.hm-page .hm-home .hm-quote figcaption .hm-text-link { margin: 0; white-space: nowrap; }

@media(max-width:900px) {
 .hm-results-cta { grid-template-columns: 56px minmax(0,1fr); }
 .hm-results-cta-action { grid-column: 2; }
}

@media(max-width:800px) {
 .hm-hero-copy .sf-hero-lede { order: 3; }
 .hm-expertise-rail { order: 4; }
 .hm-page .hm-home .hm-hero-person { order: 5; }
 .hm-page .hm-home .hm-hero-actions { order: 6; }
}

@media(max-width:600px) {
 .hm-page .hm-home .hm-hero-copy .sf-hero-lede { font-size: 16px !important; margin-top: 17px; }
 .hm-expertise-rail { gap: 0; grid-template-columns: minmax(0,1fr); margin-top: 20px; padding: 5px 0; }
 .hm-expertise-rail > div { min-height: 49px; padding: 7px 0; }
 .hm-expertise-rail > div + div { border-left: 0; border-top: 1px solid #d7e3ef; }
 .hm-page .hm-home .hm-hero-actions { margin-top: 18px; }
 .hm-results-cta { grid-template-columns: 48px minmax(0,1fr); padding: 22px 20px; }
 .hm-results-cta-icon { height: 48px; width: 48px; }
 .hm-page .hm-home .hm-results-cta h3 { font-size: 19px !important; }
 .hm-results-cta-action { grid-column: 1 / -1; width: 100%; }
 .hm-results-cta-action .sf-button,.hm-page .hm-home .hm-results-cta-action .wp-block-button__link { width: 100%; }
 .hm-page .hm-home .hm-quote { min-height: 0; padding: 24px 20px; }
 .hm-feedback-top { align-items: flex-start; flex-direction: column; gap: 8px; }
 .hm-page .hm-home .hm-quote figcaption { grid-template-columns: 42px minmax(0,1fr); }
 .hm-page .hm-home .hm-quote figcaption .hm-text-link { grid-column: 2; }
}

/* Original brand statements, rebuilt inside the V2 visual system. */
.hm-page .hm-home .hm-philosophy {
  background: #0b5ee8;
  color: #fff;
  padding-bottom: 38px;
  padding-top: 38px;
}

.hm-philosophy blockquote {
  align-items: start;
  background: none;
  border: 0;
  display: grid;
  gap: 10px 24px;
  grid-template-columns: 48px minmax(0,1fr);
  margin: 0;
  padding: 0;
}

.hm-philosophy blockquote::before,.hm-philosophy blockquote::after { content: none; }
.hm-philosophy-mark {
  color: #fff;
  font-family: Georgia,serif;
  font-size: 76px;
  font-weight: 700;
  grid-row: 1 / 3;
  line-height: .75;
}

.hm-page .hm-home .hm-philosophy p {
  color: #fff;
  font-size: 23px !important;
  font-weight: 700;
  line-height: 1.3 !important;
  margin: 0;
  max-width: 1080px;
}

.hm-philosophy footer {
  color: rgba(255,255,255,.9);
  font-size: 14px;
  font-style: normal;
  justify-self: end;
  margin-top: 3px;
}

.hm-philosophy footer::before { content: none; }

.hm-agency-alternative {
  align-items: center;
  background: #f2f6fb;
  border: 1px solid #d3e0ee;
  border-left: 4px solid #0b5ee8;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(8,40,73,.08);
  display: grid;
  gap: 22px;
  grid-template-columns: 54px minmax(0,1fr) auto;
  margin: 0 0 28px;
  padding: 24px 26px;
}

.hm-agency-icon {
  align-items: center;
  background: #e2edff;
  border-radius: 50%;
  color: #0b5ee8;
  display: inline-flex;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.hm-agency-icon .hm-section-icon { height: 23px; width: 23px; }
.hm-page .hm-home .hm-agency-alternative p {
  color: #163450;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  max-width: 760px;
}

.hm-agency-alternative > a {
  align-items: center;
  background: #f6ad3d;
  border: 1px solid #f6ad3d;
  border-radius: 6px;
  box-shadow: 0 12px 24px rgba(246,173,61,.22);
  color: #061f3f;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 9px;
  justify-content: center;
  min-height: 48px;
  padding: 11px 20px;
  text-decoration: none;
  white-space: nowrap;
}

.hm-agency-alternative > a:hover,.hm-agency-alternative > a:focus-visible {
  background: #ffbd58;
  border-color: #ffbd58;
  color: #061f3f;
  text-decoration: none;
}

@media(max-width:800px) {
 .hm-agency-alternative { grid-template-columns: 54px minmax(0,1fr); }
 .hm-agency-alternative > a { grid-column: 2; justify-self: start; }
}

@media(max-width:600px) {
 .hm-page .hm-home .hm-philosophy { padding-bottom: 30px; padding-top: 32px; }
 .hm-philosophy blockquote { gap: 10px; grid-template-columns: minmax(0,1fr); }
 .hm-philosophy-mark { font-size: 64px; grid-row: auto; height: 34px; }
 .hm-page .hm-home .hm-philosophy p { font-size: 19px !important; line-height: 1.35 !important; }
 .hm-philosophy footer { font-size: 12px; justify-self: start; margin-top: 8px; }
 .hm-agency-alternative { gap: 15px; grid-template-columns: 46px minmax(0,1fr); padding: 21px 18px; }
 .hm-agency-icon { height: 46px; width: 46px; }
 .hm-page .hm-home .hm-agency-alternative p { font-size: 16px !important; grid-column: 1 / -1; }
 .hm-agency-alternative > a { grid-column: 1 / -1; justify-self: stretch; width: 100%; }
}

/* Modern authority and methodology compositions. */
.hm-page .hm-home .hm-expert-section { background: #fff; }
.hm-expert-section .hm-expert-grid > .wp-block-group__inner-container {
  align-items: stretch;
  background: #f0f2f5;
  border-radius: 8px;
  gap: 44px;
  grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr);
  padding: 38px;
}

.hm-page .hm-home .hm-expert-identity {
  display: block;
  min-width: 0;
}

.hm-expert-photo { position: relative; }
.hm-page .hm-home .hm-expert-identity .hm-expert-photo img {
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  display: block;
  height: auto;
  margin: 0;
  max-width: none;
  object-fit: cover;
  width: 100%;
}

.hm-expert-stat {
  align-items: center;
  background: #fff;
  border: 1px solid #d7e3ef;
  border-radius: 8px;
  bottom: 18px;
  box-shadow: 0 18px 38px rgba(8,40,73,.14);
  display: flex;
  gap: 10px;
  max-width: 170px;
  padding: 13px 15px;
  position: absolute;
  right: -14px;
}

.hm-page .hm-home .hm-expert-stat strong {
  color: #061f3f;
  font-size: 32px;
  line-height: 1;
}

.hm-page .hm-home .hm-expert-stat span {
  color: #526b8e;
  font-size: 10px;
  line-height: 1.35;
}

.hm-expert-byline { display: flex; flex-direction: column; gap: 5px; padding-top: 20px; }
.hm-page .hm-home .hm-expert-byline > strong { font-size: 21px; }
.hm-page .hm-home .hm-expert-byline > span { color: #526b8e; font-size: 12px; }
.hm-page .hm-home .hm-expert-byline .hm-text-link { margin-top: 8px; }
.hm-expert-section .hm-expert-copy { align-self: center; }
.hm-expert-section .hm-expert-copy .sf-section-head { margin-bottom: 24px; }
.hm-expert-section .hm-expert-points {
  border: 0;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3,minmax(0,1fr));
  margin: 0 0 22px;
}

.hm-expert-section .hm-expert-points > div {
  background: #fff;
  border: 1px solid #d9e2eb;
  border-radius: 8px;
  min-width: 0;
  padding: 20px;
}

.hm-expert-section .hm-expert-points > div > span {
  align-items: center;
  background: #e8f0ff;
  border-radius: 6px;
  color: #0b5ee8;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  margin-bottom: 18px;
  width: 38px;
}

.hm-expert-section .hm-expert-points .hm-section-icon { height: 19px; width: 19px; }
.hm-page .hm-home .hm-expert-section .hm-expert-points h3 { font-size: 16px; line-height: 1.3; margin: 0 0 8px; }
.hm-page .hm-home .hm-expert-section .hm-expert-points p { font-size: 12px; line-height: 1.55; margin: 0; }

.hm-page .hm-home .hm-philosophy {
  background: #fff;
  color: #061f3f;
  padding-bottom: 34px;
  padding-top: 0;
}

.hm-philosophy blockquote {
  align-items: start;
  background: #f0f1f3;
  border-radius: 8px;
  gap: 12px 26px;
  grid-template-columns: 58px minmax(0,1fr);
  padding: 48px 52px;
}

.hm-philosophy-mark {
  color: #0b5ee8;
  font-size: 84px;
}

.hm-page .hm-home .hm-philosophy p {
  color: #969da7;
  font-size: 32px !important;
  line-height: 1.16 !important;
  max-width: 1080px;
}

.hm-page .hm-home .hm-philosophy p > span { color: #969da7 !important; }
.hm-page .hm-home .hm-philosophy p strong { color: #061f3f; }
.hm-philosophy footer { color: #526b8e; font-size: 13px; }

.hm-page .hm-home .hm-agency-alternative {
  background: #eff1f3;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  gap: 24px;
  grid-template-columns: 58px minmax(0,1fr) auto;
  margin-bottom: 30px;
  padding: 30px 32px;
}

.hm-agency-icon {
  background: #fff;
  border: 1px solid #d7e3ef;
  border-radius: 8px;
  height: 58px;
  width: 58px;
}

.hm-page .hm-home .hm-agency-alternative p {
  color: #061f3f;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
}

.hm-agency-alternative > a {
  background: #061f3f;
  border-color: #061f3f;
  box-shadow: none;
  color: #fff;
  min-height: 52px;
  padding-inline: 24px;
}

.hm-agency-alternative > a:hover,.hm-agency-alternative > a:focus-visible {
  background: #0b5ee8;
  border-color: #0b5ee8;
  color: #fff;
}

.hm-page .hm-home .hm-daaomi { background: #061f3f; }
.hm-daaomi-intro {
  align-items: end;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0,1fr) minmax(390px,.74fr);
}

.hm-daaomi-intro > div:first-child { max-width: 700px; }
.hm-page .hm-home .hm-daaomi-intro .sf-section-head { margin-bottom: 20px; }
.hm-page .hm-home .hm-daaomi-intro .sf-section-head h2 { color: #fff; font-size: 42px; }
.hm-page .hm-home .hm-daaomi-intro .sf-section-kicker { color: #f6ad3d; }
.hm-page .hm-home .hm-daaomi-intro > div:first-child > p { color: #c7d8e8; max-width: 660px; }

.hm-daaomi-outcome {
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2,minmax(0,1fr));
  overflow: hidden;
}

.hm-daaomi-outcome > span {
  color: #8bd4cb;
  font-size: 10px;
  font-weight: 700;
  grid-column: 1 / -1;
  padding: 15px 20px 0;
}

.hm-daaomi-outcome > div { min-width: 0; padding: 18px 20px 22px; }
.hm-daaomi-outcome > div + div { border-left: 1px solid rgba(255,255,255,.13); }
.hm-page .hm-home .hm-daaomi-outcome strong { color: #fff; display: block; font-size: 42px; line-height: 1.05; }
.hm-page .hm-home .hm-daaomi-outcome strong span { color: #73d8ce; font-size: .7em; }
.hm-page .hm-home .hm-daaomi-outcome p { color: #b9cddd; font-size: 11px; margin: 8px 0 0; }

.hm-daaomi-system {
  border-bottom: 1px solid #365572;
  border-top: 1px solid #365572;
  margin-top: 50px;
  padding: 30px 0 26px;
}

.hm-daaomi-system-head {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 120px minmax(0,1fr) auto;
  margin-bottom: 34px;
}

.hm-daaomi-system-head > span {
  background: #f6ad3d;
  border-radius: 6px;
  color: #061f3f;
  font-size: 14px;
  font-weight: 800;
  padding: 10px 14px;
  text-align: center;
}

.hm-page .hm-home .hm-daaomi-system-head strong { color: #fff; font-size: 19px; }
.hm-daaomi-system-head em { color: #8cafcb; font-size: 9px; font-style: normal; font-weight: 700; }
.hm-daaomi-flow {
  display: grid;
  grid-template-columns: repeat(6,minmax(0,1fr));
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.hm-daaomi-flow::before {
  background: #41617d;
  content: "";
  height: 1px;
  left: 8%;
  position: absolute;
  right: 8%;
  top: 49px;
}

.hm-daaomi-flow li {
  min-width: 0;
  padding: 0 13px;
  position: relative;
  text-align: center;
}

.hm-daaomi-index { color: #7d9ab3; display: block; font-size: 9px; margin-bottom: 8px; }
.hm-daaomi-letter {
  align-items: center;
  background: #0d3454;
  border: 1px solid #73d8ce;
  clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
  color: #fff;
  display: inline-flex;
  font-size: 20px;
  font-weight: 700;
  height: 54px;
  justify-content: center;
  margin-bottom: 14px;
  position: relative;
  width: 54px;
  z-index: 1;
}

.hm-daaomi-flow li:nth-child(2n) .hm-daaomi-letter { border-color: #f6ad3d; }
.hm-page .hm-home .hm-daaomi-flow h3 { color: #fff; font-size: 15px; margin: 0 0 8px; }
.hm-page .hm-home .hm-daaomi-flow p { color: #aec4d5; font-size: 10px; line-height: 1.5; margin: 0; }
.hm-daaomi-loopline {
  align-items: center;
  color: #7c9bb5;
  display: flex;
  font-size: 8px;
  font-weight: 700;
  gap: 12px;
  justify-content: center;
  margin-top: 25px;
}

.hm-daaomi-loopline i { background: #41617d; height: 1px; width: min(320px,32vw); }
.hm-daaomi-loopline b { color: #73d8ce; font-size: 18px; }
.hm-daaomi-case-panel { margin-top: 34px; }
.hm-daaomi-case-head {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.hm-page .hm-home .hm-daaomi-case-head .hm-meta { color: #ffd18a; }
.hm-page .hm-home .hm-daaomi-case-head h3 { color: #fff; font-size: 24px; margin: 6px 0 0; }
.hm-page .hm-home .hm-daaomi-case-head .hm-text-link { color: #fff; flex-shrink: 0; }
.hm-daaomi-case-grid {
  border: 1px solid #365572;
  border-radius: 8px;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1.15fr) minmax(250px,.72fr);
  overflow: hidden;
}

.hm-daaomi-case-grid > div { min-width: 0; padding: 24px; }
.hm-daaomi-case-grid > div + div { border-left: 1px solid #365572; }
.hm-page .hm-home .hm-daaomi-case-grid h4 { color: #fff; font-size: 16px; margin: 0 0 8px; }
.hm-page .hm-home .hm-daaomi-case-grid p { color: #b9cddd; font-size: 12px; line-height: 1.55; margin: 0; }
.hm-daaomi-case-result { background: rgba(255,255,255,.055); }
.hm-page .hm-home .hm-daaomi-case-result > strong { color: #fff; display: block; font-size: 42px; line-height: 1.1; margin: 8px 0; }
.hm-page .hm-home .hm-daaomi-case-result > strong span { color: #73d8ce; font-size: .68em; }
.hm-page .hm-home .hm-daaomi .hm-sample-note { color: #93aec4; font-size: 10px; margin: 14px 0 0; }

@media(max-width:1100px) {
 .hm-expert-section .hm-expert-grid > .wp-block-group__inner-container { grid-template-columns: minmax(250px,.6fr) minmax(0,1.4fr); }
 .hm-expert-section .hm-expert-points { grid-template-columns: minmax(0,1fr); }
 .hm-expert-section .hm-expert-points > div { display: grid; gap: 6px 14px; grid-template-columns: 38px minmax(0,1fr); }
 .hm-expert-section .hm-expert-points > div > span { grid-row: 1 / 3; margin: 0; }
 .hm-daaomi-intro { grid-template-columns: minmax(0,1fr); }
 .hm-daaomi-outcome { max-width: 620px; }
 .hm-daaomi-flow { grid-template-columns: repeat(3,minmax(0,1fr)); row-gap: 30px; }
 .hm-daaomi-flow::before { display: none; }
 .hm-daaomi-case-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
 .hm-daaomi-case-result { grid-column: 1 / -1; }
 .hm-daaomi-case-grid .hm-daaomi-case-result { border-left: 0; border-top: 1px solid #365572; }
}

@media(max-width:800px) {
 .hm-expert-section .hm-expert-grid > .wp-block-group__inner-container { gap: 32px; grid-template-columns: minmax(0,1fr); padding: 28px; }
 .hm-page .hm-home .hm-expert-identity { display: grid; gap: 22px; grid-template-columns: minmax(180px,.72fr) minmax(0,1fr); }
 .hm-expert-byline { align-self: end; padding: 0 0 10px; }
 .hm-page .hm-home .hm-agency-alternative { grid-template-columns: 58px minmax(0,1fr); }
 .hm-agency-alternative > a { grid-column: 2; justify-self: start; }
 .hm-daaomi-system-head { align-items: start; grid-template-columns: 110px minmax(0,1fr); }
 .hm-daaomi-system-head em { grid-column: 2; }
 .hm-daaomi-case-grid { grid-template-columns: minmax(0,1fr); }
 .hm-daaomi-case-grid > div + div { border-left: 0; border-top: 1px solid #365572; }
 .hm-daaomi-case-result { grid-column: auto; }
}

@media(max-width:600px) {
 .hm-expert-section .hm-expert-grid > .wp-block-group__inner-container { padding: 20px; }
 .hm-page .hm-home .hm-expert-identity { display: block; }
 .hm-page .hm-home .hm-expert-identity .hm-expert-photo img { aspect-ratio: 4 / 4.7; }
 .hm-expert-stat { bottom: 14px; right: 12px; }
 .hm-expert-byline { padding-top: 18px; }
 .hm-page .hm-home .hm-philosophy { padding: 0 20px 28px; }
 .hm-philosophy blockquote { gap: 8px; grid-template-columns: minmax(0,1fr); padding: 30px 24px; }
 .hm-philosophy-mark { font-size: 66px; grid-row: auto; height: 35px; }
 .hm-page .hm-home .hm-philosophy p { font-size: 23px !important; line-height: 1.2 !important; }
 .hm-philosophy footer { margin-top: 10px; }
 .hm-page .hm-home .hm-agency-alternative { gap: 15px; grid-template-columns: 48px minmax(0,1fr); padding: 22px 20px; }
 .hm-page .hm-home .hm-agency-alternative p { font-size: 18px !important; grid-column: 1 / -1; }
 .hm-agency-alternative > a { grid-column: 1 / -1; justify-self: stretch; }
 .hm-page .hm-home .hm-daaomi-intro .sf-section-head h2 { font-size: 30px !important; }
 .hm-daaomi-outcome { grid-template-columns: minmax(0,1fr); }
 .hm-daaomi-outcome > div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.13); }
 .hm-daaomi-system { margin-top: 38px; }
 .hm-daaomi-system-head { gap: 12px; grid-template-columns: minmax(0,1fr); }
 .hm-daaomi-system-head > span { justify-self: start; }
 .hm-daaomi-system-head em { grid-column: auto; }
 .hm-daaomi-flow { grid-template-columns: repeat(2,minmax(0,1fr)); row-gap: 28px; }
 .hm-daaomi-flow li { padding: 0 8px; }
 .hm-page .hm-home .hm-daaomi-flow p { font-size: 10px !important; }
 .hm-daaomi-case-head { align-items: flex-start; flex-direction: column; gap: 12px; }
 .hm-daaomi-case-grid > div { padding: 21px 18px; }
 .hm-page .hm-home .hm-daaomi-case-result > strong { font-size: 38px; }
}

/* Scale correction, CTA contrast and compact authority tabs. */
.hm-page .hm-home .hm-trust-heading { padding-right: 0; }
.hm-page .hm-home .hm-results-manifesto { max-width: 1040px; }
.hm-page .hm-home .hm-results-manifesto p {
  font-size: clamp(25px,2.65vw,38px) !important;
  line-height: 1.14 !important;
}

.hm-page .hm-home .hm-results-manifesto p:last-child {
  font-size: clamp(16px,1.5vw,21px) !important;
  font-weight: 700;
  margin-top: 14px;
}

.hm-results-manifesto span {
  border-radius: 8px;
  padding: 2px 12px 5px;
}

.hm-page .hm-home .hm-results-cta-icon {
  background: #fff;
  border-color: rgba(255,255,255,.7);
  color: #0b5ee8;
}

.hm-page .hm-home .hm-results-cta-icon .hm-section-icon { color: #0b5ee8 !important; }
.hm-page .hm-home .hm-results-cta-action .sf-modern-btn-icon { color: #061f3f; }

.hm-page .hm-home .hm-authority { background: #f0f2f5; }
.hm-authority-tabs { margin-top: 10px; }
.hm-authority-tablist {
  align-items: center;
  display: flex;
  gap: 8px;
  margin: 0 0 22px;
}

.hm-authority-tablist button {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 7px;
  color: #526b8e;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  min-height: 48px;
  padding: 10px 18px;
}

.hm-authority-tablist button[aria-selected="true"] {
  background: #fff;
  border-color: #d9e2eb;
  box-shadow: 0 8px 22px rgba(8,40,73,.08);
  color: #061f3f;
}

.hm-authority-tablist button:focus-visible { outline: 3px solid rgba(11,94,232,.25); outline-offset: 2px; }
.hm-authority-tabs.is-ready [role="tabpanel"][hidden] { display: none; }
.hm-authority-panels > section {
  background: #fff;
  border: 1px solid #d9e2eb;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(8,40,73,.07);
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr);
  min-height: 410px;
  padding: 38px;
}

.hm-page .hm-home .hm-authority-panels .hm-meta { color: #0b5ee8; margin-bottom: 9px; }
.hm-page .hm-home .hm-authority-panels h3 { color: #061f3f; font-size: 27px; line-height: 1.25; margin: 0 0 18px; }
.hm-page .hm-home .hm-authority-panels p { color: #526b8e; font-size: 14px; line-height: 1.7; }
.hm-authority-copy > p:last-child { margin-bottom: 0; }
.hm-career-timeline { list-style: none; margin: 0; padding: 0; }
.hm-career-timeline li {
  border-bottom: 1px solid #dbe4ed;
  display: grid;
  gap: 4px 16px;
  grid-template-columns: 92px minmax(0,1fr);
  padding: 18px 0;
}

.hm-career-timeline li:first-child { padding-top: 0; }
.hm-career-timeline li > span { color: #0b5ee8; font-size: 11px; font-weight: 700; grid-row: 1 / 3; }
.hm-career-timeline strong { color: #061f3f; font-size: 16px; }
.hm-page .hm-home .hm-career-timeline p { font-size: 12px; line-height: 1.55; margin: 0; }
.hm-tool-capsules { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.hm-tool-capsules span {
  background: #eef4ff;
  border-radius: 5px;
  color: #17446f;
  font-size: 11px;
  font-weight: 600;
  padding: 7px 9px;
}

.hm-technique-grid { display: grid; gap: 1px; grid-template-columns: repeat(2,minmax(0,1fr)); background: #dbe4ed; border: 1px solid #dbe4ed; border-radius: 8px; overflow: hidden; }
.hm-technique-grid > div { background: #fff; min-width: 0; padding: 18px; }
.hm-technique-grid strong { color: #061f3f; display: block; font-size: 14px; margin-bottom: 6px; }
.hm-page .hm-home .hm-technique-grid p { font-size: 11px; line-height: 1.55; margin: 0; }
.hm-hiring-column + .hm-hiring-column { border-left: 1px solid #dbe4ed; padding-left: 38px; }
.hm-hiring-column ul { list-style: none; margin: 0; padding: 0; }
.hm-hiring-column li {
  border-bottom: 1px solid #e1e8ef;
  color: #526b8e;
  font-size: 13px;
  line-height: 1.55;
  padding: 11px 0 11px 24px;
  position: relative;
}

.hm-hiring-column li::before {
  color: #0b948c;
  content: "\2713";
  font-weight: 800;
  left: 0;
  position: absolute;
}

.hm-hiring-column li strong { color: #061f3f; }

@media(max-width:900px) {
 .hm-authority-panels > section { grid-template-columns: minmax(0,1fr); min-height: 0; }
 .hm-hiring-column + .hm-hiring-column { border-left: 0; border-top: 1px solid #dbe4ed; padding-left: 0; padding-top: 30px; }
}

@media(max-width:600px) {
 .hm-page .hm-home .hm-results-manifesto p { font-size: 22px !important; }
 .hm-page .hm-home .hm-results-manifesto p:last-child { font-size: 15px !important; }
 .hm-results-manifesto span { padding: 2px 6px 4px; }
 .hm-authority-tablist { display: grid; gap: 5px; grid-template-columns: repeat(3,minmax(0,1fr)); margin-inline: 0; overflow: visible; padding: 0; }
 .hm-authority-tablist button { font-size: 11px; line-height: 1.25; min-height: 50px; padding: 7px 5px; white-space: normal; width: 100%; }
 .hm-authority-panels > section { gap: 30px; padding: 24px 20px; }
 .hm-page .hm-home .hm-authority-panels h3 { font-size: 22px !important; }
 .hm-career-timeline li { grid-template-columns: 72px minmax(0,1fr); }
 .hm-technique-grid { grid-template-columns: minmax(0,1fr); }
}

/* Visual storytelling for authority tabs and stronger DAAOMI acronym scale. */
#hm-panel-career,#hm-panel-techniques { overflow: hidden; position: relative; }
#hm-panel-career::before,#hm-panel-techniques::before {
  background-image:
    linear-gradient(rgba(11,94,232,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(11,94,232,.045) 1px,transparent 1px);
  background-size: 34px 34px;
  content: "";
  height: 190px;
  pointer-events: none;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 290px;
}

#hm-panel-career > *,#hm-panel-techniques > * { position: relative; z-index: 1; }
.hm-career-route {
  align-items: center;
  color: #0b5ee8;
  display: flex;
  font-size: 9px;
  font-weight: 700;
  gap: 10px;
  margin-top: 26px;
}

.hm-career-route i { background: #a8c7f5; height: 1px; max-width: 180px; position: relative; width: 36%; }
.hm-career-route i::after {
  border-bottom: 3px solid transparent;
  border-left: 5px solid #0b5ee8;
  border-top: 3px solid transparent;
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
}

.hm-career-timeline {
  align-content: start;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3,minmax(0,1fr));
  position: relative;
}

.hm-career-timeline::before {
  background: #b9d2f4;
  content: "";
  height: 1px;
  left: 8%;
  position: absolute;
  right: 8%;
  top: 23px;
}

.hm-career-timeline li,.hm-career-timeline li:first-child {
  background: #f6f9fd;
  border: 1px solid #d8e4f0;
  border-radius: 8px;
  display: block;
  min-height: 250px;
  padding: 18px;
  position: relative;
}

.hm-career-icon {
  align-items: center;
  background: #fff;
  border: 1px solid #bfd3ea;
  border-radius: 50%;
  color: #0b5ee8;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
  width: 46px;
  z-index: 1;
}

.hm-career-icon .hm-section-icon { height: 20px; width: 20px; }
.hm-career-time { color: #0b5ee8; display: block; font-size: 10px; font-weight: 700; margin-bottom: 9px; }
.hm-career-timeline strong { display: block; font-size: 15px; line-height: 1.35; margin-bottom: 8px; }
.hm-page .hm-home .hm-career-timeline p { font-size: 11px; }

.hm-tool-capsules span { align-items: center; display: inline-flex; gap: 7px; }
.hm-tool-capsules span::before {
  background: #0b948c;
  border-radius: 2px;
  content: "";
  height: 6px;
  width: 6px;
}

.hm-technique-grid {
  align-content: start;
  background: transparent;
  border: 0;
  gap: 12px;
  overflow: visible;
}

.hm-technique-grid > div {
  border: 1px solid #d8e4f0;
  border-radius: 8px;
  min-height: 150px;
  padding: 18px;
}

.hm-technique-grid > div > span {
  align-items: center;
  background: #edf4ff;
  border-radius: 6px;
  color: #0b5ee8;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  margin-bottom: 14px;
  width: 38px;
}

.hm-technique-grid .hm-section-icon { height: 19px; width: 19px; }

.hm-daaomi-system-head { grid-template-columns: 164px minmax(0,1fr) auto; }
.hm-daaomi-system-head > span {
  font-size: 29px;
  line-height: 1;
  padding: 15px 18px;
}

.hm-daaomi-flow::before { top: 67px; }
.hm-daaomi-letter {
  font-size: 34px;
  height: 88px;
  margin-bottom: 19px;
  width: 88px;
}

.hm-page .hm-home .hm-daaomi-flow h3 { font-size: 17px; }
.hm-page .hm-home .hm-daaomi-flow p { font-size: 11px; }

/* Compact proof, review qualification and professional authority signals. */
.hm-hero-person-copy { display: flex; flex-direction: column; }
.hm-hero-person-availability {
  align-items: center;
  color: #087a74 !important;
  display: inline-flex !important;
  font-size: 10px !important;
  font-weight: 700;
  gap: 7px;
  margin-top: 7px;
}
.hm-hero-person-availability i {
  background: #18a49a;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(24,164,154,.12);
  height: 6px;
  width: 6px;
}
.hm-form-footer {
  align-items: center;
  border-top: 1px solid #365470;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(120px,.72fr) minmax(0,1.28fr);
  margin-top: 16px;
  padding-top: 14px;
}
.hm-review-disclosure {
  background: rgba(255,255,255,.055);
  border: 1px solid #3c5e7b;
  border-radius: 7px;
  margin: 0;
  min-width: 0;
}
.hm-review-disclosure summary {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: space-between;
  list-style: none;
  min-height: 36px;
  padding: 7px 10px;
}
.hm-review-disclosure summary::-webkit-details-marker { display: none; }
.hm-review-disclosure summary > span { align-items: center; display: flex; gap: 9px; }
.hm-review-disclosure summary > span { min-width: 0; white-space: nowrap; }
.hm-review-disclosure summary .hm-section-icon { color: #73d8ce; height: 17px; width: 17px; }
.hm-review-disclosure summary > i { color: #f6ad3d; transition: transform .2s ease; }
.hm-review-disclosure[open] summary > i { transform: rotate(45deg); }
.hm-review-disclosure > div { border-top: 1px solid #3c5e7b; padding: 12px; }
.hm-review-disclosure ul { list-style: none; margin: 0 0 10px; padding: 0; }
.hm-review-disclosure li {
  color: #d8e6f1;
  font-size: 11px;
  line-height: 1.5;
  padding: 3px 0 3px 17px;
  position: relative;
}
.hm-review-disclosure li::before { color: #73d8ce; content: "\2713"; left: 0; position: absolute; }
.hm-page .hm-home .hm-review-disclosure p { color: #bcd0e1; font-size: 10px; line-height: 1.5; margin: 0; }
.hm-page .hm-home .hm-review-disclosure strong { color: #fff; }
.hm-form-footer .hm-review-disclosure[open] { grid-column: 1 / -1; grid-row: 1; }
.hm-form-footer .hm-review-disclosure[open] + .hm-form-assurances { grid-column: 1 / -1; }
.hm-page .hm-home .hm-form-footer .hm-form-assurances {
  border-top: 0;
  gap: 12px;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}

.hm-page .hm-home .hm-metric-board a:hover,
.hm-page .hm-home .hm-metric-board a:focus,
.hm-page .hm-home .hm-metric-board a:focus-visible {
  text-decoration: none !important;
}

.hm-page .hm-home .hm-early-proof {
  border-top: 1px solid #e0e8f0;
  gap: 0;
  grid-template-columns: repeat(4,minmax(0,1fr));
  margin-top: 28px;
  padding-top: 24px;
}
.hm-page .hm-home .hm-early-proof > div {
  align-items: start;
  border-right: 1px solid #dfe8f0;
  display: grid;
  gap: 3px 12px;
  grid-template-columns: 34px minmax(0,1fr);
  padding: 4px 22px;
}
.hm-page .hm-home .hm-early-proof > div:first-child { padding-left: 0; }
.hm-page .hm-home .hm-early-proof > div:last-child { border-right: 0; padding-right: 0; }
.hm-early-proof .hm-proof-icon {
  align-items: center;
  background: #edf4ff;
  border-radius: 7px;
  color: #0b5ee8;
  display: flex;
  grid-row: 1 / 3;
  height: 34px;
  justify-content: center;
  margin: 0;
  width: 34px;
}
.hm-early-proof .hm-proof-icon .hm-section-icon { height: 17px; width: 17px; }
.hm-page .hm-home .hm-early-proof strong { color: #061f3f; font-size: 15px; line-height: 1.25; }
.hm-page .hm-home .hm-early-proof > div > span:last-child { color: #526b8e; font-size: 10px; line-height: 1.4; margin: 0; }
.hm-page .hm-home .hm-early-proof .hm-proof-availability .hm-proof-icon { background: #e9f8f5; color: #087a74; }
.hm-page .hm-home .hm-early-proof .hm-proof-availability strong { color: #087a74; }

.hm-expert-links { align-items: start; display: flex; flex-direction: column; gap: 8px; margin-top: 8px; }
.hm-page .hm-home .hm-expert-links .hm-text-link { margin: 0; }
.hm-linkedin-link {
  align-items: center;
  color: #0a66c2;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 7px;
  line-height: 1.5;
}
.hm-linkedin-link:hover,.hm-linkedin-link:focus { color: #084b90; text-decoration: none; }
.hm-linkedin-link .fa-linkedin-square { font-size: 17px; }
.hm-linkedin-link .fa-external-link { font-size: 9px; }

@media(max-width:900px) {
 .hm-page .hm-home .hm-early-proof { grid-template-columns: repeat(2,minmax(0,1fr)); row-gap: 20px; }
 .hm-page .hm-home .hm-early-proof > div { border-right: 0; padding: 0 16px 0 0; }
}

@media(max-width:600px) {
 .hm-page .hm-home .hm-early-proof { gap: 0; margin-top: 22px; padding-top: 18px; row-gap: 18px; }
 .hm-page .hm-home .hm-early-proof > div { grid-template-columns: 30px minmax(0,1fr); padding: 0 10px 0 0; }
 .hm-early-proof .hm-proof-icon { height: 30px; width: 30px; }
 .hm-page .hm-home .hm-early-proof strong { font-size: 13px; }
 .hm-page .hm-home .hm-early-proof > div > span:last-child { font-size: 9px; }
 .hm-review-disclosure { margin-bottom: 12px; }
 .hm-form-footer { grid-template-columns: minmax(0,1fr); }
 .hm-form-footer .hm-review-disclosure { margin: 0; }
 .hm-page .hm-home .hm-form-footer .hm-form-assurances { justify-content: flex-start; }
}

/* Button proportions: prevent theme wrapper padding and link min-height stacking. */
.hm-page .hm-home .sf-review-form .wpcf7-submit {
  font-size: 13px !important;
  line-height: 1.2 !important;
  min-height: 46px !important;
  padding: 11px 16px !important;
}

@media(max-width:600px) {
 .hm-page .hm-home .sf-button {
   align-items: center;
   display: flex;
   justify-content: center;
   min-height: 44px;
   padding: 8px 13px !important;
 }
 .hm-page .hm-home .sf-button .wp-block-button__link {
   font-size: 12px !important;
   line-height: 1.25;
   min-height: 0 !important;
   padding: 0 !important;
 }
 .hm-page .hm-home .sf-button .sf-modern-btn-icon {
   flex-basis: 18px;
   height: 18px;
   width: 18px;
 }
 .hm-page .hm-home .sf-review-form .wpcf7-submit {
   font-size: 13px !important;
   min-height: 44px !important;
   padding: 9px 14px !important;
 }
 .hm-page .hm-home .hm-hero-actions .sf-button .wp-block-button__link,
 .hm-page .hm-home .hm-results-cta-action .wp-block-button__link {
   min-height: 0 !important;
   padding: 0 !important;
 }
}

@media(max-width:1100px) {
 .hm-career-timeline { grid-template-columns: repeat(3,minmax(0,1fr)); }
 .hm-career-timeline li,.hm-career-timeline li:first-child { min-height: 225px; }
}

@media(max-width:800px) {
 .hm-daaomi-system-head { grid-template-columns: 145px minmax(0,1fr); }
}

@media(max-width:600px) {
 #hm-panel-career::before,#hm-panel-techniques::before { height: 150px; opacity: .8; width: 210px; }
 .hm-career-route { margin-bottom: 2px; }
 .hm-career-timeline { grid-template-columns: minmax(0,1fr); }
 .hm-career-timeline::before { bottom: 28px; height: auto; left: 42px; right: auto; top: 24px; width: 1px; }
 .hm-career-timeline li,.hm-career-timeline li:first-child { min-height: 0; padding: 18px 18px 18px 76px; }
 .hm-career-icon { left: 18px; margin: 0; position: absolute; top: 18px; }
 .hm-technique-grid > div { min-height: 0; padding: 17px; }
 .hm-technique-grid > div > span { float: left; margin: 0 13px 8px 0; }
 .hm-technique-grid > div strong { padding-top: 2px; }
 .hm-technique-grid > div p { clear: both; }
 .hm-daaomi-system-head { grid-template-columns: minmax(0,1fr); }
 .hm-daaomi-system-head > span { font-size: 27px; }
 .hm-daaomi-letter { font-size: 29px; height: 74px; width: 74px; }
}
/* Homepage engagement comparison; isolated from other service pricing tables. */
.hm-page .hm-pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin:28px 0 34px;align-items:stretch}
.hm-page .hm-price-card{display:flex;flex-direction:column;padding:28px;background:#f3f7f8;border-radius:8px;min-width:0}
.hm-page .hm-price-card>i{font-size:24px;color:#078781;margin-bottom:18px}
.hm-page .hm-price-card h3{font-size:23px;line-height:1.35;margin:0 0 8px;letter-spacing:0}
.hm-page .hm-price-scope{font-size:13px;font-weight:600;color:#0b5ee8;margin-bottom:18px}
.hm-page .hm-price-card p,.hm-page .hm-price-card li{font-size:15px!important;line-height:1.75!important}
.hm-page .hm-price-card ul{padding-left:20px;margin:8px 0 24px}.hm-page .hm-price-card li{padding:4px 0}
.hm-page .hm-price-featured{background:#eaf5f6;box-shadow:0 8px 24px #08284910;border-top:4px solid #078781;padding-top:24px}
.hm-page .hm-price-cta{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:auto;padding:14px 12px;background:#f6ad3d;color:#061f3f!important;border-radius:5px;text-decoration:none!important;font-size:14px;font-weight:600;min-height:48px;text-align:center}
.hm-page .hm-price-cta:hover{background:#ffc267}.hm-page .hm-price-cta:focus-visible{outline:3px solid #078781;outline-offset:4px}
.hm-page .hm-home .hm-resource-list{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:760px){.hm-page .hm-pricing-grid,.hm-page .hm-home .hm-resource-list{grid-template-columns:1fr}.hm-page .hm-price-card{padding:24px}.hm-page .hm-price-featured{padding-top:20px}}
/* Mobile-first hero: show the offer and action before secondary detail. */
.hm-page .hm-home .hm-hero-copy{display:flex;flex-direction:column;justify-content:center;gap:0}
.hm-page .hm-home .hm-hero-copy .sf-eyebrow{order:1;margin:0 0 18px;color:#0658cf}
.hm-page .hm-home .hm-hero-copy h1{order:2;color:#082849;line-height:1.15!important;margin:0!important;letter-spacing:0}
.hm-page .hm-home .hm-hero-copy h1>br{display:none}
.hm-page .hm-home .hm-hero-copy h1 span{display:block;margin-top:10px;color:#305679;font-size:.78em;line-height:1.2}
.hm-page .hm-home .hm-hero-copy .sf-hero-lede{order:3;color:#344f65!important;font-size:20px!important;line-height:1.6!important;margin:22px 0 0!important;max-width:690px}
.hm-page .hm-home .hm-hero-copy .hm-hero-actions{order:4;display:flex;flex-wrap:wrap;align-items:center;gap:18px 24px;margin:24px 0 0}
.hm-page .hm-home .hm-review-primary{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:48px;padding:14px 20px;background:#f6b343;color:#082849!important;border-radius:6px;font-size:16px;font-weight:700;line-height:1.4;text-decoration:none!important;box-shadow:0 4px 12px #08284912}
.hm-page .hm-home .hm-review-primary:hover{background:#ffc267}
.hm-page .hm-home .hm-review-secondary{display:inline-flex;align-items:center;gap:10px;min-height:44px;color:#0658cf;font-weight:600;font-size:16px;text-decoration:none!important}
.hm-page .hm-home .hm-hero-actions a:focus-visible{outline:3px solid #0658cf;outline-offset:4px}
.hm-page .hm-home .hm-hero-copy .hm-hero-person{order:5;border:0;padding:0;margin:24px 0 0;align-items:center}
.hm-page .hm-home .hm-hero-person-copy>span{color:#344f65;font-size:14px;line-height:1.6}
.hm-page .hm-home .hm-hero-person-copy strong{font-size:15px;line-height:1.5}
.hm-page .hm-home .hm-hero-form h2{font-size:30px;line-height:1.25;margin-bottom:16px}
.hm-page .hm-home .hm-hero-form .hm-form-intro{font-size:17px!important;line-height:1.6!important;color:#d6e4ef!important}
@media(max-width:767px){
 .hm-page .hm-home .hm-hero{padding-top:28px!important;padding-bottom:32px!important}
 .hm-page .hm-home .hm-hero-layout{gap:28px}
 .hm-page .hm-home .hm-hero-copy .sf-eyebrow{font-size:12px;margin-bottom:16px}
 .hm-page .hm-home .hm-hero-copy h1{font-size:34px!important;line-height:1.15!important}
 .hm-page .hm-home .hm-hero-copy h1 span{font-size:26px!important;font-weight:500!important;line-height:1.25!important;margin-top:10px}
 .hm-page .hm-home .hm-hero-copy .sf-hero-lede{font-size:17px!important;line-height:1.6!important;margin-top:18px!important}
 .hm-page .hm-home .hm-hero-copy .hm-hero-actions{flex-direction:column;align-items:flex-start;gap:4px;margin-top:20px}
 .hm-page .hm-home .hm-review-primary{width:100%;padding:12px;font-size:15px}
 .hm-page .hm-home .hm-hero-copy .hm-hero-person{margin-top:16px}
 .hm-page .hm-home .hm-hero-form{padding:24px!important}
 .hm-page .hm-home .hm-hero-form h2{font-size:26px}
}
/* Retain desktop hero detail while keeping mobile enquiry actions early. */
.hm-page .hm-home .hm-hero-copy .hm-expertise-rail{order:4;margin-top:22px}
.hm-page .hm-home .hm-hero-copy .hm-hero-actions{order:6}
.hm-page .hm-home .hm-hero-copy .hm-hero-person{order:5}
@media(max-width:767px){
 .hm-page .hm-home .hm-hero-copy .hm-hero-actions{order:4;width:100%}
 .hm-page .hm-home .hm-hero-copy .hm-hero-person{order:5}
 .hm-page .hm-home .hm-hero-copy .hm-expertise-rail{order:6;display:none}
 .hm-page .hm-home .hm-hero-actions .sf-button-primary{width:100%}
 .hm-page .hm-home .hm-hero-actions .sf-button-primary a{width:100%;font-size:15px!important;padding:12px!important;gap:8px}
 .hm-page .hm-home .hm-hero-actions .sf-button-secondary{display:flex;justify-content:center;align-self:center;width:100%;margin:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
 .hm-page .hm-home .hm-hero-actions .sf-button-secondary a{display:inline-flex;justify-content:center;align-items:center;gap:8px;width:auto!important;min-height:44px;background:transparent!important;border:0!important;box-shadow:none!important;padding:10px 12px!important;font-size:15px!important;line-height:1.5;color:#0658cf!important}
 .hm-page .hm-home .hm-hero-actions .sf-button-secondary a:hover{color:#103c77!important;text-decoration:underline!important;text-underline-offset:4px}
}
