.home-page {
  --home-ink: #1d2e38;
  --home-muted: #5e707b;
  --home-accent: #0b7285;
  --home-line: #e1e8eb;
  background: #fff;
  color: var(--home-ink);
  -webkit-font-smoothing: antialiased;
}
.home-container { width: min(1280px, calc(100% - 80px)); margin-inline: auto; }
.home-page a { text-decoration: none; }
.home-page button, .home-page input { font: inherit; }
.home-page :where(a, button, input):focus-visible { outline: 3px solid #0b7285; outline-offset: 4px; }
.home-page section[id], .home-page main { scroll-margin-top: 100px; }
.home-skip-link { position: fixed; top: -80px; left: 20px; z-index: 50; padding: 12px 20px; background: #fff; border: 1px solid var(--home-accent); border-radius: 6px; }
.home-skip-link:focus { top: 12px; }
.home-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid #edf1f3; background: rgba(255,255,255,.97); }
.home-nav-row { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 84px; }
.home-header .brand { gap: 9px; font-size: 23px; letter-spacing: -.8px; }
.home-header .brand-logo { width: 32px; height: 32px; border-radius: 0; }
.home-header .tm { font-size: 10px; letter-spacing: 0; }
.home-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; margin-right: 34px; }
.home-nav a, .home-sign-in { display: inline-flex; align-items: center; min-height: 44px; color: #495d68; font-size: 15px; font-weight: 600; }
.home-nav a:hover, .home-sign-in:hover { color: var(--home-accent); }
.home-nav-actions { display: flex; align-items: center; gap: 24px; flex-shrink: 0; }
.home-sign-in { color: var(--home-ink); }
.home-menu-toggle { display: none; justify-content: center; align-items: center; width: 44px; height: 44px; border: 1px solid var(--home-line); border-radius: 6px; background: #fff; color: var(--home-ink); cursor: pointer; }
.home-page #prp-lang-switcher { box-shadow: none; border: 0; background: #f3f6f7; border-radius: 6px; padding: 3px; }
.home-page #prp-lang-switcher button { min-height: 30px; min-width: 32px; padding: 7px 8px; border: 0; background: transparent; color: #637681; font-size: 11px; border-radius: 4px; }
.home-page #prp-lang-switcher button[aria-pressed="true"] { background: #fff; color: var(--home-ink); box-shadow: 0 1px 3px #233b4912; }
.home-page #prp-lang-switcher button:hover { color: var(--home-accent); }
.hero-container { padding-top: 28px; }
.landing-hero { position: relative; isolation: isolate; overflow: hidden; min-height: 696px; display: flex; align-items: center; padding-bottom: 88px; border: 1px solid #e2ecee; border-radius: 16px; background: linear-gradient(110deg, #f5f9f9 0%, #f5f9f9 37%, #e6f1f2 100%); }
.hero-content { position: relative; z-index: 2; width: 51%; padding: 64px 0 64px 56px; }
.home-eyebrow { margin: 0 0 20px; color: var(--home-accent); font-size: 12px; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase; }
.hero-content .home-eyebrow { display: flex; align-items: center; gap: 9px; max-width: 450px; font-size: 11px; letter-spacing: 1px; }
.hero-dot { width: 6px; height: 6px; flex-shrink: 0; background: #248c8d; border-radius: 50%; }
.hero-content h1 { margin: 0; font-size: clamp(40px, 4.05vw, 58px); font-weight: 600; letter-spacing: -2.1px; line-height: 1.08; }
.hero-content h1 > span { display: block; }
.hero-title-accent { color: var(--home-accent); }
.hero-description { max-width: 385px; margin: 24px 0 0; color: #526974; font-size: 19px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 32px; }
.home-button { display: inline-flex; justify-content: center; align-items: center; gap: 18px; min-height: 48px; border: 1px solid #d0dde1; border-radius: 6px; background: #fff; padding: 12px 20px; color: var(--home-ink); font-size: 15px; font-weight: 600; line-height: 1.3; cursor: pointer; transition: background .18s, border-color .18s; }
.home-button:hover { border-color: var(--home-accent); background: #f1f7f8; }
.home-button-primary { color: #fff; border-color: var(--home-accent); background: var(--home-accent); box-shadow: 0 3px 5px #173e4210; }
.home-button-primary:hover { color: #fff; border-color: #085c6c; background: #085c6c; }
.home-button > [aria-hidden] { font-size: 19px; line-height: 1; }
.home-text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; color: var(--home-ink); font-size: 14px; font-weight: 600; }
.home-text-link:hover { color: var(--home-accent); }
.hero-frameworks { display: flex; flex-wrap: wrap; list-style: none; gap: 0; padding: 0; margin: 36px 0 0; color: #61757e; font-size: 12px; font-weight: 600; letter-spacing: .3px; }
.hero-frameworks li + li { margin-left: 16px; padding-left: 16px; border-left: 1px solid #ccdadd; }
.hero-art { position: absolute; z-index: 1; top: 100px; left: 52%; width: 920px; aspect-ratio: 1903 / 978; border: 7px solid #fff; border-radius: 10px; background: #f6f8fb url('../assets/home/dashboard-overview.png') center / 100% 100% no-repeat; box-shadow: 0 20px 60px #264b571a, 0 0 0 1px #d8e3e6; transform: rotate(-2deg); transform-origin: left center; }
.hero-research-note { position: absolute; z-index: 3; bottom: 24px; left: 56px; right: 56px; margin: 0; padding-top: 18px; border-top: 1px solid #d7e4e6; color: #5e707b; font-size: 12px; line-height: 1.6; }
.home-section { padding: 88px 0; }
.home-section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 48px; margin-bottom: 42px; }
.home-page h2 { margin: 0; font-size: clamp(28px, 2.7vw, 38px); font-weight: 600; line-height: 1.2; letter-spacing: -.9px; }
.home-section-heading .home-eyebrow { margin-bottom: 12px; }
.home-section-heading > p { max-width: 360px; margin: 0 0 3px; color: var(--home-muted); font-size: 17px; line-height: 1.6; }
.home-features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px; }
.home-feature { border-top: 1px solid var(--home-line); padding-top: 26px; }
.home-feature-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.home-feature-top svg { width: 28px; height: 28px; color: var(--home-accent); }
.home-feature-top span { color: #7a8c95; font-size: 12px; font-variant-numeric: tabular-nums; }
.home-page h3 { margin: 0; font-size: 21px; font-weight: 600; letter-spacing: -.3px; line-height: 1.3; }
.home-feature p { max-width: 340px; margin: 12px 0 0; color: var(--home-muted); font-size: 16px; line-height: 1.65; }
.home-tools-section { border-block: 1px solid #e8eef0; background: #f8fafb; padding: 80px 0; }
.home-tools-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.65fr); gap: 100px; }
.home-tools-intro h2 { max-width: 340px; }
.home-tools-intro > p:not(.home-eyebrow) { max-width: 310px; margin: 22px 0 20px; color: var(--home-muted); font-size: 17px; line-height: 1.6; }
.home-tools-intro .home-text-link { color: var(--home-accent); }
.home-tools-list { border-top: 1px solid var(--home-line); }
.home-tool-row { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--home-line); }
.home-tool-row h3 { font-size: 19px; }
.home-tool-row p { margin: 7px 0 0; color: var(--home-muted); font-size: 15px; line-height: 1.5; }
.home-tool-links { display: flex; flex-direction: column; align-items: flex-start; min-width: 108px; flex-shrink: 0; }
.home-tool-links a { display: flex; align-items: center; gap: 14px; min-height: 38px; color: var(--home-accent); font-size: 14px; font-weight: 600; }
.home-tool-links a:hover { text-decoration: underline; text-underline-offset: 4px; }
.home-tool-links a [aria-hidden] { margin-left: auto; }
.home-start-section { padding-bottom: 32px; }
.home-start { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding: 48px; border-radius: 10px; background: #edf5f5; }
.home-start .home-eyebrow { margin-bottom: 12px; }
.home-start h2 { font-size: 32px; }
.home-start p:not(.home-eyebrow) { margin: 14px 0 0; color: var(--home-muted); font-size: 17px; }
.home-start .home-button { flex-shrink: 0; }
.home-badge-check.badge-lookup { grid-template-columns: 1fr minmax(310px, .85fr); gap: 24px 60px; margin: 48px 0 0; padding: 32px 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.home-badge-check .badge-lookup-copy h2 { font-size: 20px; font-weight: 600; letter-spacing: -.3px; }
.home-badge-check .badge-lookup-copy p { max-width: 480px; color: var(--home-muted); font-size: 15px; line-height: 1.55; }
.home-badge-check .badge-lookup-form { grid-template-columns: minmax(0, 1fr) auto; gap: 4px; padding: 5px; border-color: #d2dde2; border-radius: 7px; box-shadow: none; }
.home-badge-check .badge-lookup-form:focus-within { outline: 2px solid var(--home-accent); outline-offset: 2px; }
.home-badge-check .badge-lookup-form input { min-width: 0; width: 100%; color: var(--home-ink); font-size: 14px; font-weight: 400; letter-spacing: 0; }
.home-badge-check .badge-lookup-form input::placeholder { color: #6a7b84; opacity: 1; }
.home-badge-check .badge-lookup-form .home-button { min-height: 42px; gap: 12px; padding: 9px 14px; background: #f3f7f8; border-color: transparent; }
.home-badge-check .badge-lookup-form .home-button:hover { background: #e4eff1; }
.home-footer { border-top: 1px solid var(--home-line); }
.home-footer-row { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 92px; padding-block: 24px; color: var(--home-muted); font-size: 13px; }
.home-copyright { color: var(--home-ink); font-weight: 600; }
.home-footer nav { display: flex; flex-wrap: wrap; gap: 24px; }
.home-footer a { display: inline-flex; align-items: center; min-height: 36px; }
.home-footer a:hover { color: var(--home-accent); }
@media (min-width: 1500px) { .hero-content h1 { font-size: 62px; } }
@media (max-width: 1100px) {
  .home-container { width: calc(100% - 48px); }
  .home-nav { gap: 22px; margin-right: 8px; }
  .hero-content { padding-left: 36px; width: 54%; }
  .hero-research-note { left: 36px; right: 36px; }
  .hero-content h1 { font-size: 46px; }
  .hero-content .home-eyebrow { max-width: 290px; }
  .hero-art { left: 57%; top: 116px; width: 840px; }
  .hero-actions { gap: 12px 18px; }
  .home-tools-layout { gap: 48px; }
  .home-features { gap: 28px; }
  .home-start { padding: 36px; }
  .home-footer-note { display: none; }
}
@media (max-width: 800px) {
  .home-nav-row { min-height: 72px; gap: 16px; }
  .home-nav-actions { gap: 16px; }
  .home-menu-toggle { display: inline-flex; }
  .home-nav { position: absolute; top: calc(100% - 1px); left: 0; right: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; margin: 0; padding: 12px; border: 1px solid var(--home-line); border-radius: 0 0 8px 8px; background: #fff; box-shadow: 0 16px 24px #233b4910; }
  .home-nav.is-open { display: flex; }
  .home-nav a { min-height: 48px; padding: 10px 14px; }
  .home-nav a:hover { background: #f3f7f8; border-radius: 4px; }
  .landing-hero { display: block; min-height: auto; padding-bottom: 0; }
  .hero-content { width: 100%; padding: 44px 36px 32px; }
  .hero-content .home-eyebrow { max-width: none; }
  .hero-content h1 { font-size: 52px; }
  .hero-description { max-width: 430px; }
  .hero-art { position: relative; top: auto; left: auto; width: calc(100% - 64px); margin: 0 32px; border-width: 5px; transform: none; }
  .hero-research-note { position: relative; left: auto; right: auto; bottom: auto; margin: 28px 36px; padding-top: 20px; }
  .hero-frameworks { margin-top: 24px; }
  .home-section { padding: 60px 0; }
  .home-section-heading { display: block; margin-bottom: 32px; }
  .home-section-heading > p { max-width: 470px; margin-top: 18px; }
  .home-features { gap: 22px; }
  .home-page h3 { font-size: 19px; }
  .home-feature p { font-size: 15px; }
  .home-tools-section { padding: 60px 0; }
  .home-tools-layout { grid-template-columns: 1fr; gap: 32px; }
  .home-tools-intro h2, .home-tools-intro > p:not(.home-eyebrow) { max-width: 460px; }
  .home-start { align-items: flex-start; flex-direction: column; gap: 24px; }
  .home-start h2 { max-width: 460px; }
  .home-badge-check.badge-lookup { grid-template-columns: 1fr; gap: 22px; margin-top: 28px; padding-bottom: 0; }
}
@media (max-width: 520px) {
  .home-container { width: calc(100% - 40px); }
  .home-nav-row { min-height: 68px; gap: 10px; }
  .home-header .brand { font-size: 20px; gap: 6px; }
  .home-header .brand-logo { width: 26px; height: 26px; }
  .home-header .tm { font-size: 8px; }
  .home-nav-actions { gap: 10px; }
  .home-sign-in { font-size: 13px; }
  .home-menu-toggle { width: 38px; height: 42px; border: 0; }
  .hero-container { width: calc(100% - 24px); padding-top: 12px; }
  .landing-hero { border-radius: 12px; }
  .hero-content { padding: 36px 23px 30px; }
  .hero-content .home-eyebrow { gap: 7px; font-size: 9px; letter-spacing: .7px; margin-bottom: 20px; }
  .hero-content h1 { font-size: clamp(35px, 10vw, 48px); letter-spacing: -1.5px; }
  .hero-description { margin-top: 20px; font-size: 17px; line-height: 1.55; }
  .hero-actions { display: flex; align-items: stretch; flex-direction: column; gap: 10px; margin-top: 26px; }
  .hero-actions .home-button { min-height: 50px; }
  .hero-actions .home-text-link { align-self: center; font-size: 14px; }
  .hero-frameworks { justify-content: center; font-size: 11px; margin-top: 22px; }
  .hero-frameworks li + li { margin-left: 13px; padding-left: 13px; }
  .hero-art { width: calc(100% - 30px); margin: 0 15px; border-width: 3px; border-radius: 5px; }
  .hero-research-note { margin: 24px 23px; font-size: 11px; }
  .home-section { padding: 52px 0; }
  .home-page h2 { font-size: 30px; }
  .home-eyebrow { font-size: 10px; letter-spacing: 1px; }
  .home-section-heading > p { font-size: 16px; }
  .home-features { grid-template-columns: 1fr; gap: 28px; }
  .home-feature { padding-top: 22px; }
  .home-feature-top { margin-bottom: 14px; }
  .home-page h3 { font-size: 21px; }
  .home-feature p { max-width: none; font-size: 16px; margin-top: 10px; }
  .home-tools-section { padding: 48px 0; }
  .home-tools-layout { gap: 24px; }
  .home-tool-row { align-items: flex-start; flex-direction: column; gap: 12px; padding: 22px 0; }
  .home-tool-row h3 { font-size: 19px; }
  .home-tool-links { flex-direction: row; flex-wrap: wrap; gap: 24px; }
  .home-tool-links a { min-height: 44px; gap: 8px; }
  .home-start { padding: 28px 24px; }
  .home-start h2 { font-size: 28px; }
  .home-start .home-button { width: 100%; }
  .home-start p:not(.home-eyebrow) { font-size: 16px; }
  .home-badge-check .badge-lookup-copy h2 { font-size: 21px; }
  .home-badge-check .badge-lookup-form .home-button { gap: 7px; padding-inline: 10px; font-size: 14px; }
  .home-footer-row { flex-direction: column; align-items: flex-start; gap: 8px; padding-block: 24px; }
  .home-footer nav { gap: 8px 20px; }
}
@media (max-width: 370px) {
  .home-header .home-container { width: calc(100% - 24px); }
  .home-nav-actions { gap: 5px; }
  .home-header .brand { font-size: 18px; }
  .home-header .brand-logo { width: 23px; height: 23px; }
  .home-page #prp-lang-switcher button { min-width: 27px; padding-inline: 6px; }
  .hero-content { padding-inline: 19px; }
  .hero-content .home-eyebrow { font-size: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .home-page *, .home-page *::before, .home-page *::after { animation: none !important; transition: none !important; }
}
