/* Product overview: manual, offline tabs with a stable preview height. */
.hero{grid-template-columns:minmax(0,1fr) minmax(0,1.04fr);gap:58px;padding-block:72px 68px}
.hero-copy>p{max-width:455px}
.hero h1{font-size:48px;letter-spacing:-2px}
.hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.hero-demo-link{display:inline-flex;gap:10px;align-items:center;min-height:44px;font-size:11px;color:var(--muted)}
.hero-demo-link:hover{color:var(--brand-dark)}
.hero-launch-note{display:block;font-size:9px;color:var(--muted);margin-top:7px}
.hero-preview{min-width:0;border:1px solid #d9dfea;border-radius:15px;background:white;box-shadow:0 20px 55px -28px #253d6f55;overflow:hidden}
.hero-window-top{min-height:61px;padding:14px 22px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fbfcff;border-bottom:1px solid var(--line)}
.hero-window-top>span:first-child{display:flex;align-items:center;gap:9px}
.hero-window-top strong{font-size:14px;font-weight:600}
.hero-window-top>span>span{font-size:10px;color:var(--muted);margin-left:5px}
.hero-preview-badge{font:8px monospace;letter-spacing:1px;border:1px solid var(--line);padding:5px 7px;border-radius:3px;color:var(--muted);background:white}
.hero-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding-inline:16px;border-bottom:1px solid var(--line)}
.hero-tabs button{background:transparent;min-height:52px;padding:10px 4px;border-bottom:2px solid transparent;font-size:10px;color:var(--muted);display:flex;gap:7px;align-items:center;justify-content:center}
.hero-tabs button>span{font-size:17px;line-height:1}
.hero-tabs button:hover{color:var(--brand-dark);background:#fffafb}
.hero-tabs button[aria-selected=true]{color:var(--brand-dark);border-bottom-color:var(--brand)}
.hero-tabs button:focus-visible{outline-offset:-4px;border-radius:4px}
.hero-tool-body{padding:25px 25px 18px;min-height:390px}
.hero-tool-heading{margin-bottom:20px}
.hero-tool-heading>span{font-size:8px;letter-spacing:1.3px;color:var(--brand-dark);font-weight:500}
.hero-tool-heading h2{font-size:22px;letter-spacing:-.75px;margin:8px 0 6px}
.hero-tool-heading p{font-size:10px;color:var(--muted)}
.hero-video{display:flex;align-items:center;gap:15px;margin-bottom:17px}
.hero-video-art{width:105px;height:66px;position:relative;flex-shrink:0;border-radius:5px;overflow:hidden}
.hero-video-art svg{position:absolute;width:100%;height:100%;object-fit:cover}
.hero-video-art strong{position:absolute;left:9px;top:5px;font-size:25px;font-weight:700;color:white;letter-spacing:-1px;text-shadow:0 1px 4px #557f8650}
.hero-video-art small{position:absolute;left:10px;bottom:8px;font-size:5px;letter-spacing:1px;color:white}
.hero-video>div:last-child,.hero-mention>div{display:grid;gap:3px;min-width:0}
.hero-mini-label{font-size:7px;letter-spacing:1px;color:var(--muted)}
.hero-video>div:last-child>strong,.hero-mention strong{font-size:12px;font-weight:500}
.hero-video>div>span:last-child,.hero-mention>div>span:last-child{font-size:9px;color:var(--muted)}
.hero-keyword{display:flex;align-items:center;gap:12px;padding:10px 12px;min-height:43px;border:1px solid var(--line);border-radius:5px;font-size:9px;color:var(--muted)}
.hero-keyword strong{font-size:10px;color:var(--ink);font-weight:400;overflow-wrap:anywhere}
.hero-country{margin-left:auto;font-size:8px;border-left:1px solid var(--line);padding-left:11px;flex-shrink:0}
.hero-quantities{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px}
.hero-quantities>div{border:1px solid var(--line);border-radius:5px;padding:9px 12px;display:flex;justify-content:space-between;align-items:baseline;gap:6px}
.hero-quantities span{font-size:9px;color:var(--muted)}
.hero-quantities strong{font-size:12px;font-weight:500}
.hero-example-note{font-size:8px;color:var(--muted);margin-top:12px}
.hero-results{list-style:none;padding:0;margin:13px 0 0;display:grid;gap:4px}
.hero-results li{display:flex;align-items:center;gap:12px;padding:7px 9px;border:1px solid transparent;border-radius:5px}
.hero-results .hero-result-selected{border-color:#f6cbd3;background:#fff7f9}
.hero-position{font-size:9px;font-variant-numeric:tabular-nums;color:var(--muted)}
.hero-result-art{display:grid;place-items:center;width:48px;height:31px;background:#e4ecef;border-radius:3px;color:#4a6d77;flex-shrink:0;font-size:17px}
.hero-art-rio{background:#fbe7e4;color:var(--brand-dark)}
.hero-art-light{background:#edf0e7;color:#687652}
.hero-results li>div{display:grid;gap:1px;min-width:0}
.hero-results strong{font-size:10px;font-weight:500}
.hero-results li>div>span{font-size:8px;color:var(--muted)}
.hero-mention{display:flex;align-items:center;gap:13px;padding:19px 0 16px}
.hero-mention>.hero-result-art{width:69px;height:47px}
.hero-link-match{display:flex;align-items:center;gap:12px;padding:12px;background:var(--tint);border:1px solid #f6cbd3;border-radius:5px}
.hero-link-match>span{color:var(--brand-dark);font-size:17px}
.hero-link-match>span:last-child{margin-left:auto;font-size:12px}
.hero-link-match>div{display:grid;gap:2px}
.hero-link-match div>span{font-size:8px;color:var(--muted)}
.hero-link-match strong{font-size:10px;font-weight:500}
.hero-window-footer{min-height:43px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 22px;border-top:1px solid var(--line);background:#fbfcff;color:var(--muted);font-size:8px}
@media(max-width:1100px){.hero{gap:32px}.hero h1{font-size:42px}.hero-actions{gap:16px}}
@media(max-width:960px){.hero{padding-block:48px}.hero h1{font-size:36px}.hero-tool-body{padding:22px 18px 18px}.hero-tool-heading h2{font-size:20px}.hero-tabs{padding-inline:8px}.hero-tabs button{gap:4px;font-size:9px}.hero-quantities>div{padding:9px 8px}}
@media(max-width:760px){.hero{grid-template-columns:1fr;gap:32px}.hero-copy>p{max-width:520px}.hero-preview{width:100%;max-width:540px}.hero h1{font-size:42px}.hero-tool-body{padding:24px;min-height:390px}.hero-tabs button{font-size:10px}.hero-tool-heading h2{font-size:22px}}
@media(max-width:400px){.hero h1{font-size:36px;letter-spacing:-1.6px}.hero-window-top{padding-inline:16px}.hero-tool-body{padding:20px 16px;min-height:400px}.hero-tool-heading h2{font-size:20px}.hero-tabs button{font-size:9px;gap:4px}.hero-tabs button>span{display:none}.hero-keyword{gap:8px}.hero-quantities>div{display:grid;gap:2px}.hero-quantities strong{font-size:13px}.hero-window-footer{padding-inline:16px;font-size:7px}}
