/* Product-led homepage hero. Scoped to #hero; the shared header and lower page stay independent. */
#hero {
  color: #0F172A;
  background: #F8FAFC;
  padding: 36px 0 0;
  font-family: Roboto, Arial, sans-serif;
}
#hero *, #hero *::before, #hero *::after { box-sizing: border-box; }
#hero .rh-container { width: min(1320px, calc(100% - 96px)); margin-inline: auto; }
#hero .rh-grid { display: grid; grid-template-columns: 1fr 1.08fr; align-items: center; gap: 52px; }
#hero .rh-copy { min-width: 0; }
#hero .rh-eyebrow { color: #0057BA; font-size: 11px; line-height: 1.6; font-weight: 700; letter-spacing: 1.05px; text-transform: uppercase; margin: 0 0 19px; }
#hero h1 { font-size: clamp(42px, 4.3vw, 62px); line-height: 1.08; letter-spacing: -2.5px; font-weight: 700; margin: 0; text-wrap: balance; }
#hero h1 span { color: #0057BA; }
#hero .rh-description { max-width: 550px; font-size: 18px; line-height: 1.65; color: #475569; margin: 21px 0 0; }
#hero .rh-offer { display: flex; flex-direction: column; gap: 5px; margin: 25px 0 0; }
#hero .rh-offer strong { font-size: 22px; line-height: 1.3; letter-spacing: -.4px; font-weight: 700; }
#hero .rh-offer strong span { font-size: 16px; letter-spacing: 0; font-weight: 500; }
#hero .rh-offer>span { font-size: 13px; line-height: 1.5; color: #475569; }
#hero .rh-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
#hero .rh-actions a { display: inline-flex; justify-content: center; align-items: center; gap: 10px; border-radius: 999px; min-height: 52px; padding: 14px 23px; font-size: 14px; line-height: 1.5; font-weight: 600; border: 1px solid transparent; text-decoration: none; transition: background-color .18s, border-color .18s; }
#hero .rh-primary { background: #0057BA; color: #fff; box-shadow: 0 5px 14px #0057BA14; }
#hero .rh-primary:hover { background: #003E83; }
#hero .rh-actions .rh-tour { background: #fff; color: #0F172A; border-color: #DDE6EF; }
#hero .rh-actions .rh-tour:hover { background: #EDF3FA; border-color: #B8CBE1; }
#hero .rh-icon { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }
#hero .rh-primary .rh-icon { width: 17px; height: 17px; }
#hero .rh-reassurance { display: flex; align-items: center; flex-wrap: wrap; gap: 0 17px; margin-top: 10px; font-size: 12px; line-height: 1.5; color: #475569; }
#hero .rh-reassurance>span { display: inline-flex; align-items: center; gap: 5px; min-height: 32px; }
#hero .rh-reassurance .rh-icon { width: 14px; height: 14px; color: #147A42; }
#hero .rh-reassurance>a { display: inline-flex; align-items: center; gap: 4px; min-height: 44px; color: #0057BA; text-underline-offset: 4px; }
#hero .rh-reassurance>a .rh-icon { color: currentColor; width: 13px; height: 13px; }
#hero .rh-reassurance>a:hover { text-decoration: underline; }
#hero .rh-product { min-width: 0; margin: 0; padding: 0 12px; border: 1px solid #E2E9F1; border-radius: 28px; background: #F0F4F8; box-shadow: 0 18px 45px -28px #07152738; }
#hero .rh-product-title { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 17px 7px; font-size: 12px; line-height: 1.5; color: #475569; }
#hero .rh-product-title>span:first-child { display: flex; align-items: center; gap: 8px; color: #0F172A; font-weight: 600; }
#hero .rh-product-title .rh-icon { width: 17px; height: 17px; color: #0057BA; }
#hero .rh-product-title>span:last-child { font-size: 11px; }
#hero .rh-screen { display: block; border: 1px solid #DDE6EF; border-radius: 16px; overflow: hidden; background: #fff; }
#hero .rh-screen img { display: block; width: 100%; height: auto; aspect-ratio: 1425/990; }
#hero .rh-product figcaption { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 0 10px; padding: 1px 7px; font-size: 11px; line-height: 1.6; color: #475569; }
#hero .rh-product figcaption>a { display: inline-flex; align-items: center; justify-content: center; gap: 4px; color: #0057BA; min-height: 44px; text-underline-offset: 4px; }
#hero .rh-product figcaption>a:hover { text-decoration: underline; }
#hero .rh-product figcaption .rh-icon { width: 14px; height: 14px; }
#hero .rh-included { list-style: none; padding: 27px 0 28px; margin: 28px 0 0; border-top: 1px solid #DDE6EF; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px; }
#hero .rh-included li { display: flex; align-items: flex-start; gap: 12px; min-width: 0; }
#hero .rh-included .rh-icon { width: 23px; height: 23px; margin-top: 3px; color: #0057BA; }
#hero .rh-included strong { display: block; font-size: 13px; font-weight: 600; line-height: 1.6; margin-bottom: 4px; }
#hero .rh-included div>span { display: block; font-size: 12px; line-height: 1.6; color: #475569; }
#hero :focus-visible { outline: 3px solid #0057BA; outline-offset: 4px; }
@media (max-width: 1200px) {
  #hero .rh-container { width: calc(100% - 64px); }
  #hero .rh-grid { gap: 32px; grid-template-columns: 1fr 1fr; }
  #hero h1 { font-size: 46px; letter-spacing: -1.8px; }
  #hero .rh-description { font-size: 17px; }
  #hero .rh-product-title>span:last-child { display: none; }
  #hero .rh-actions a { padding-inline: 18px; }
  #hero .rh-included { gap: 18px; }
  #hero .rh-included li { gap: 9px; }
}
@media (max-width: 960px) {
  #hero { padding-top: 36px; }
  #hero .rh-grid { grid-template-columns: 1fr; gap: 30px; }
  #hero .rh-copy { max-width: 650px; margin-inline: auto; text-align: center; }
  #hero h1 { font-size: 54px; }
  #hero .rh-description { margin-inline: auto; max-width: 570px; }
  #hero .rh-actions, #hero .rh-reassurance { justify-content: center; }
  #hero .rh-product { width: 100%; max-width: 700px; margin-inline: auto; }
  #hero .rh-product-title>span:last-child { display: inline; }
  #hero .rh-included { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px 35px; max-width: 700px; margin-inline: auto; }
}
@media (max-width: 600px) {
  #hero { padding-top: 30px; }
  #hero .rh-container { width: calc(100% - 40px); }
  #hero .rh-copy { text-align: left; }
  #hero .rh-eyebrow { font-size: 10px; letter-spacing: .65px; line-height: 1.65; margin-bottom: 15px; max-width: 330px; }
  #hero h1 { font-size: clamp(32px, 8.9vw, 44px); line-height: 1.1; letter-spacing: -1.25px; }
  #hero .rh-description { font-size: 16px; line-height: 1.6; margin-top: 17px; }
  #hero .rh-offer { margin-top: 19px; gap: 4px; }
  #hero .rh-offer strong { font-size: 21px; }
  #hero .rh-offer>span { font-size: 12px; }
  #hero .rh-actions { gap: 10px; margin-top: 20px; }
  #hero .rh-actions a { width: 100%; }
  #hero .rh-actions a { min-height: 50px; padding: 13px 17px; font-size: 13px; gap: 7px; }
  #hero .rh-reassurance { justify-content: flex-start; gap: 0 14px; margin-top: 9px; font-size: 11px; }
  #hero .rh-reassurance>span { min-height: 28px; }
  #hero .rh-grid { gap: 25px; }
  #hero .rh-product { padding-inline: 8px; border-radius: 22px; }
  #hero .rh-product-title { padding: 13px 5px; font-size: 11px; }
  #hero .rh-product-title>span:last-child { display: none; }
  #hero .rh-screen { border-radius: 13px; }
  #hero .rh-product figcaption { font-size: 10px; padding-inline: 3px; gap: 0 5px; }
  #hero .rh-included { margin-top: 28px; padding: 23px 0 27px; gap: 20px 15px; }
  #hero .rh-included li { display: block; }
  #hero .rh-included .rh-icon { margin: 0 0 8px; width: 22px; height: 22px; }
  #hero .rh-included strong { font-size: 12px; }
  #hero .rh-included div>span { font-size: 11px; }
}
@media (max-width: 380px) {
  #hero .rh-container { width: calc(100% - 32px); }
  #hero .rh-actions { justify-content: flex-start; }
  #hero .rh-actions a { padding-inline: 18px; }
  #hero .rh-reassurance { gap: 0 12px; }
}
@media (prefers-reduced-motion: reduce) { #hero * { transition: none !important; } }
@media (forced-colors: active) {
  #hero, #hero .rh-product { background: Canvas; color: CanvasText; }
  #hero .rh-actions a { background: ButtonFace; color: ButtonText; border: 1px solid ButtonText; }
  #hero .rh-product, #hero .rh-screen, #hero .rh-included { border-color: CanvasText; }
  #hero :focus-visible { outline-color: Highlight; }
}
@media print {
  #hero { background: #fff; padding: 20px 0; }
  #hero .rh-container { width: 100%; }
  #hero .rh-grid { display: block; }
  #hero .rh-actions, #hero .rh-reassurance, #hero .rh-product { display: none; }
  #hero h1 { font-size: 36px; }
  #hero .rh-included { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
