ADA Compliant Products
A collection page of Tiger Medical
About
*, *::before, *::after { box-sizing: border-box; } :root { --navy: #0d1f3c; --sky: #2e7de9; --accent: #e8a020; --light-bg: #f4f7fc; --white: #ffffff; --text: #1a2a3a; --muted: #5a6e85; --border: #d4dde8; --teal: #3db89a; --teal-bg: #e0f5f0; --green: #1a7a52; --green-bg: #e4f4ec; --amber: #a05e10; --amber-bg: #fff4e0; } html { scroll-behavior: smooth; } /* FIX 1: font scoped to .ada-page-wrapper only — stops overriding the site header font */ .ada-page-wrapper { font-family: 'Plus Jakarta Sans', sans-serif; background: var(--white); color: var(--text); font-size: 16px; line-height: 1.65; } /* HERO */ .hero { background: #d4dfee; color: var(--text); padding: 52px 40px 48px; position: relative; overflow: hidden; } .hero-inner { max-width: 860px; margin: 0 auto; position: relative; } .hero h1 { font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 800; line-height: 1.15; margin-bottom: 10px; color: var(--navy); } .hero h1 span { color: var(--sky); } .hero-sub { font-size: 1rem; color: var(--muted); max-width: 560px; margin-bottom: 28px; } .hero-stats { display: flex; flex-wrap: wrap; gap: 12px; } .hero-stat { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 12px 18px; display: flex; align-items: center; gap: 12px; } .stat-num { font-size: 1.55rem; font-weight: 800; color: var(--sky); line-height: 1; } .stat-desc { font-size: 0.76rem; color: var(--muted); line-height: 1.35; max-width: 150px; } /* NAV */ .nav-pills { background: var(--white); border-bottom: 1px solid var(--border); } .nav-pills-inner { max-width: 1000px; margin: 0 auto; display: flex; gap: 4px; padding: 11px 24px; overflow-x: auto; scrollbar-width: none; } .nav-pills-inner::-webkit-scrollbar { display: none; } .nav-pills a { white-space: nowrap; text-decoration: none; font-size: 13px; font-weight: 600; color: var(--muted); padding: 6px 15px; border-radius: 100px; border: 1px solid var(--border); transition: all 0.18s; } .nav-pills a:hover { color: #2d3748; border-colo