.business-link { color: #17466f; font-size: 13px; font-weight: 800; white-space: nowrap; }
.brand strong { display: inline-flex; align-items: flex-start; color: #0b1f3a; font-size: 27px; font-weight: 850; letter-spacing: -.065em; line-height: .95; }
.brand strong span { color: #0864df; }
.brand strong sup { position: relative; top: -.18em; margin-left: .08em; color: #45b6e8; font-size: 10px; font-weight: 850; letter-spacing: 0; }
.business-link:hover { color: var(--blue); }
.secondary-button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #b9cee3; border-radius: 14px; padding: 0 23px; color: #163c65; font-weight: 780; transition: .2s ease; }
.secondary-button:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-2px); }
.dual-actions { flex-wrap: wrap; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 34px; color: #5e748c; font-size: 13px; font-weight: 700; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.benefit-grid article { position: relative; min-height: 330px; padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 18px 50px rgba(26,67,111,.07); }
.benefit-grid article > span { position: absolute; top: 24px; right: 28px; color: #96aac0; font-size: 12px; font-weight: 850; }
.benefit-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; background: #eaf4ff; color: var(--blue); font-size: 27px; }
.benefit-grid h3 { max-width: 280px; margin: 56px 0 12px; font-size: 26px; line-height: 1.16; letter-spacing: -.03em; }
.benefit-grid p { color: var(--muted); }
.consumer-preview { max-width: none; background: var(--soft); }
.preview-card { max-width: 1340px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; margin: auto; }
.preview-copy h2 { font-size: clamp(40px,4vw,62px); }
.preview-copy > p:not(.eyebrow) { margin: 24px 0 30px; color: var(--muted); font-size: 17px; }
.scan-demo { overflow: hidden; border: 1px solid #cbdced; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.scan-demo-house { position: relative; height: 390px; overflow: hidden; }
.scan-demo-house img { width: 100%; height: 100%; object-fit: cover; }
.scan-demo-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; padding: 18px; color: #75899e; font-size: 12px; font-weight: 750; }
.scan-demo-steps span { padding: 12px; border-radius: 10px; background: #f4f8fc; }
.scan-demo-steps .done { color: var(--green); background: #ebf8f3; }
.scan-demo-steps .active { color: var(--blue); background: #eaf3ff; }
.business-section { max-width: none; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; padding-inline: max(40px,calc((100vw - 1340px)/2)); background: linear-gradient(135deg,#062b61,#0758bf); color: #fff; }
.business-intro h2 { max-width: 620px; font-size: clamp(40px,4vw,62px); }
.business-intro > p:not(.eyebrow) { max-width: 650px; color: #c9ddf1; font-size: 17px; }
.light-button { margin-top: 20px; background: #fff; box-shadow: none; color: #0754b7; }
.business-benefits { overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 22px; background: rgba(255,255,255,.08); backdrop-filter: blur(15px); }
.business-benefits article { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 30px; border-bottom: 1px solid rgba(255,255,255,.16); }
.business-benefits article:last-child { border: 0; }
.business-benefits article > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 13px; color: #9fd6ff; font-size: 12px; font-weight: 850; }
.business-benefits strong { font-size: 21px; }
.business-benefits p { margin: 6px 0 0; color: #c9ddf1; }
.signup-hub { display: grid; gap: 28px; }
.signup-card { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; align-items: start; padding: 46px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 18px 55px rgba(26,67,111,.07); scroll-margin-top: 110px; }
.signup-card.business-signup { background: #f4f8fc; }
.signup-copy h2 { margin: 0; font-size: 38px; line-height: 1.1; }
.signup-copy > p:not(.eyebrow) { color: var(--muted); }
.compact-form label { display: grid; gap: 6px; margin-bottom: 14px; color: #4c627a; font-size: 11px; font-weight: 780; }
.compact-form input,.compact-form select,.compact-form textarea { width: 100%; border: 1px solid #cddae8; border-radius: 10px; background: #fff; color: var(--ink); padding: 11px 12px; outline: none; }
.compact-form input:focus,.compact-form select:focus,.compact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,100,223,.1); }
.compact-form .consent { grid-template-columns: 20px 1fr; align-items: start; font-weight: 500; line-height: 1.45; }
.compact-form .consent input { width: 17px; height: 17px; }
.compact-form .consent a { color: var(--blue); text-decoration: underline; }
@media (max-width: 1200px) {
  .site-header { gap: 24px; }
  .site-header nav { display: none; }
  .site-header .business-link { margin-left: auto; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 130px; }
  .hero-copy { max-width: 800px; }
  .preview-card,.business-section,.signup-card { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .site-header { height: 68px; }
  .site-header .business-link { min-height: 38px; display: inline-flex; align-items: center; justify-content: center; margin-left: auto; border-radius: 11px; background: var(--blue); box-shadow: 0 8px 22px rgba(4,85,199,.2); color: #fff; padding: 0 12px; }
  .site-header > .button { display: none; }
  .brand strong { font-size: 21px; }
  .hero { padding: 128px 20px 50px; }
  .hero h1 { font-size: 43px; }
  .intro { font-size: 16px; }
  .dual-actions { align-items: stretch; flex-direction: column; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: 280px; }
  .preview-card { gap: 36px; }
  .scan-demo-house { height: 300px; }
  .scan-demo-steps { grid-template-columns: 1fr; }
  .business-section { padding-inline: 20px; gap: 38px; }
  .signup-card { gap: 28px; padding: 25px; }
  .signup-copy h2 { font-size: 31px; }
  .form-grid { grid-template-columns: 1fr; }
}
