:root {
  --bg: #ffffff;
  --soft: #f7faf9;
  --soft-2: #fafbf9;
  --ink: #08090a;
  --text: #101418;
  --muted: #667085;
  --teal: #0f9d8f;
  --teal-dark: #087a70;
  --teal-soft: #eaf8f6;
  --border: #e7ecea;
  --dark: #031827;
  --shadow: 0 14px 32px rgba(16, 24, 40, .07);
  --radius: 8px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--text); background: var(--bg); line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--teal-dark); }
button, input, textarea, select { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 860px; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 10px 14px; z-index: 100; border-radius: var(--radius); }
.skip-link:focus { left: 8px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--border); backdrop-filter: blur(16px); }
.nav-shell { min-height: 74px; display: flex; align-items: center; gap: 18px; width: min(1200px, calc(100% - 32px)); margin: 0 auto; }
.brand img { width: 218px; height: auto; }
.main-nav { margin-left: auto; }
.main-nav ul { display: flex; align-items: center; gap: 2px; padding: 0; margin: 0; list-style: none; }
.nav-item { position: relative; display: flex; align-items: center; }
.main-nav a, .menu-caret { min-height: 40px; display: inline-flex; align-items: center; border: 0; background: transparent; border-radius: var(--radius); padding: 0 10px; color: var(--text); font-weight: 700; }
.main-nav a:hover, .main-nav a:focus-visible, .main-nav a.active, .menu-caret:hover, .menu-caret:focus-visible { background: var(--teal-soft); color: var(--teal-dark); }
.menu-caret { width: 30px; justify-content: center; cursor: pointer; }
.dropdown { position: absolute; left: 0; top: 100%; width: 270px; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow); border-radius: var(--radius); padding: 8px; opacity: 0; visibility: hidden; transform: translateY(6px); transition: .18s ease; }
.dropdown a { display: flex; width: 100%; justify-content: flex-start; padding: 10px 12px; min-height: 0; }
.has-menu:hover .dropdown, .has-menu:focus-within .dropdown, .has-menu.open .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-toggle { display: none; border: 1px solid var(--border); background: #fff; border-radius: 999px; padding: 9px 14px; font-weight: 800; color: var(--ink); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; border-radius: 999px; padding: 11px 18px; background: var(--teal); color: #fff; font-weight: 800; border: 1px solid var(--teal); box-shadow: 0 10px 24px rgba(15,157,143,.18); transition: .18s ease; }
.btn:hover, .btn:focus-visible { background: var(--teal-dark); color: #fff; transform: translateY(-1px); }
.btn-secondary { background: #fff; color: var(--teal-dark); border-color: var(--border); box-shadow: none; }
.btn-secondary:hover, .btn-secondary:focus-visible { background: var(--teal-soft); color: var(--teal-dark); }
.btn-small { min-height: 40px; padding: 8px 14px; }
.hero { padding: 76px 0; background: linear-gradient(180deg, var(--soft-2), #fff); }
.home-hero { padding: 88px 0 76px; }
.sub-hero { border-bottom: 1px solid var(--border); }
.hero-grid, .split, .form-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 48px; }
.kicker { margin: 0 0 10px; color: var(--teal-dark); font-size: .78rem; line-height: 1.3; font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { font-size: 3.75rem; line-height: 1.05; margin: 0 0 18px; letter-spacing: 0; color: var(--ink); }
.sub-hero h1 { font-size: 2.85rem; }
h2 { font-size: 2.1rem; line-height: 1.18; margin: 0 0 12px; letter-spacing: 0; color: var(--ink); }
h3 { font-size: 1.08rem; line-height: 1.3; margin: 0 0 8px; color: var(--ink); }
.lead { font-size: 1.12rem; color: var(--muted); max-width: 760px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.phi-note { color: var(--muted); font-size: .92rem; margin-top: 14px; }
.hero-image { margin: 0; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: #fff; }
.section { padding: 74px 0; }
.section-soft { background: var(--soft); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section-head { max-width: 780px; margin: 0 auto 32px; text-align: center; }
.section-head p { color: var(--muted); }
.card-grid, .directory-grid, .related-grid, .workflow-grid, .answer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.answer-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.info-card, .directory-card, .related-grid a, .workflow-grid article, .answer-grid article, .outcome-grid article, .solution-group, .lead-form, .dashboard-visual, .metric-panel, .trust-list a { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 20px; box-shadow: 0 8px 22px rgba(16, 24, 40, .04); }
.info-card p, .directory-card p, .workflow-grid p, .answer-grid p { margin: 0; color: var(--muted); }
.info-card:hover, .directory-card:hover, .related-grid a:hover, .trust-list a:hover { border-color: rgba(15,157,143,.45); box-shadow: var(--shadow); color: var(--text); }
.dashboard-visual { min-height: 360px; display: flex; flex-direction: column; gap: 18px; background: #fff; }
.dash-top { display: flex; gap: 8px; }
.dash-top span { width: 12px; height: 12px; border-radius: 50%; background: var(--border); }
.metric-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.metric-strip div { border: 1px solid var(--border); border-radius: var(--radius); padding: 12px; background: var(--soft-2); }
.metric-strip strong { display: block; font-size: .9rem; }
.metric-strip span { color: var(--muted); font-size: .82rem; }
.chart-lines { display: grid; gap: 12px; margin-top: 8px; }
.chart-lines i { display: block; height: 12px; border-radius: 999px; background: var(--teal-soft); position: relative; overflow: hidden; }
.chart-lines i:before { content: ""; display: block; height: 100%; width: 64%; background: var(--teal); border-radius: inherit; }
.chart-lines i:nth-child(2):before { width: 82%; }
.chart-lines i:nth-child(3):before { width: 48%; }
.chart-lines i:nth-child(4):before { width: 72%; }
.takeaways { margin: auto 0 0; padding-left: 20px; color: var(--muted); }
.outcome-strip { padding: 28px 0; }
.outcome-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.outcome-grid strong { display: block; color: var(--teal-dark); }
.platform-strip { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.platform-strip span { border: 1px solid var(--border); background: #fff; border-radius: 999px; padding: 9px 13px; color: var(--muted); font-weight: 800; }
.check-list { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 26px; color: var(--muted); }
.check-list li:before { content: ""; position: absolute; left: 0; top: .45em; width: 12px; height: 12px; border-radius: 50%; background: var(--teal); }
.metric-panel { display: grid; gap: 18px; }
.metric-panel strong { display: block; margin-bottom: 8px; }
.metric-panel span { display: block; height: 10px; border-radius: 999px; background: var(--teal); }
.workflow-grid article span { display: inline-grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--teal-soft); color: var(--teal-dark); font-weight: 900; margin-bottom: 12px; }
.related-grid a span, .directory-card span { display: block; color: var(--teal-dark); font-size: .78rem; font-weight: 800; text-transform: uppercase; margin-bottom: 6px; }
.related-grid a strong, .directory-card strong { display: block; }
.faq-list { display: grid; gap: 12px; }
details { border: 1px solid var(--border); border-radius: var(--radius); padding: 16px 18px; background: #fff; }
summary { cursor: pointer; font-weight: 800; color: var(--ink); }
details p { color: var(--muted); margin-bottom: 0; }
.final-cta { background: var(--dark); color: #fff; }
.final-cta h2, .final-cta .kicker { color: #fff; }
.final-cta p { color: rgba(255,255,255,.78); }
.cta-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 26px; }
.cta-actions { display: grid; gap: 12px; min-width: 220px; }
.product-band { background: #fff; }
.trust-list { display: grid; gap: 12px; }
.center { margin-top: 26px; text-align: center; }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: .9rem; margin-bottom: 18px; }
.breadcrumbs a { color: var(--teal-dark); font-weight: 700; }
.directory-block { padding: 56px 0; border-bottom: 1px solid var(--border); }
.solutions-index { display: grid; gap: 24px; }
.solution-group h2 { font-size: 1.35rem; }
.solution-group ul { list-style: none; padding: 0; margin: 0; columns: 2; column-gap: 28px; }
.solution-group li { break-inside: avoid; display: grid; gap: 2px; padding: 9px 0; border-bottom: 1px solid var(--border); }
.solution-group a { color: var(--teal-dark); font-weight: 800; }
.solution-group span { color: var(--muted); font-size: .86rem; }
.lead-form { display: grid; gap: 14px; }
.lead-form label { display: grid; gap: 7px; color: var(--ink); font-weight: 800; }
input, select, textarea { width: 100%; border: 1px solid var(--border); border-radius: var(--radius); padding: 12px; background: #fff; color: var(--text); }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(15,157,143,.2); border-color: var(--teal); }
.honey-field { position: absolute; left: -9999px; }
.legal-copy h2 { font-size: 1.4rem; margin-top: 28px; }
.site-footer { background: var(--soft); border-top: 1px solid var(--border); padding: 52px 0 0; }
.footer-grid { width: min(1160px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: 1.35fr repeat(5, 1fr); gap: 24px; }
.footer-brand img { max-width: 230px; height: auto; margin-bottom: 14px; }
.site-footer p, .site-footer a { color: var(--muted); }
.site-footer h2 { font-size: .95rem; margin: 0 0 10px; color: var(--ink); }
.site-footer a { display: block; margin: 7px 0; }
.footer-bottom { width: min(1160px, calc(100% - 40px)); margin: 34px auto 0; padding: 18px 0; border-top: 1px solid var(--border); display: flex; justify-content: space-between; gap: 16px; color: var(--muted); }
.footer-bottom nav { display: flex; gap: 16px; flex-wrap: wrap; }
:focus-visible { outline: 3px solid rgba(15,157,143,.55); outline-offset: 3px; }
@media (max-width: 1060px) {
  .nav-toggle { display: inline-flex; margin-left: auto; }
  .nav-cta { display: none; }
  .main-nav { position: fixed; inset: 74px 0 auto 0; background: #fff; border-bottom: 1px solid var(--border); box-shadow: var(--shadow); padding: 14px; display: none; max-height: calc(100vh - 74px); overflow: auto; }
  .main-nav.open { display: block; }
  .main-nav ul { display: grid; gap: 6px; }
  .nav-item { display: block; }
  .main-nav a { width: 100%; justify-content: flex-start; }
  .menu-caret { display: none; }
  .dropdown { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; width: 100%; padding: 0 0 6px 12px; }
  .dropdown a { border: 1px solid var(--border); margin-top: 5px; background: var(--soft-2); }
  .hero-grid, .split, .form-grid, .cta-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
  .answer-grid, .outcome-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .container, .footer-grid, .footer-bottom { width: min(100% - 28px, 1160px); }
  .section, .hero, .home-hero { padding: 52px 0; }
  h1 { font-size: 2.35rem; }
  .sub-hero h1, h2 { font-size: 1.8rem; }
  .lead { font-size: 1rem; }
  .hero-actions, .cta-actions { display: grid; width: 100%; }
  .btn { width: 100%; }
  .card-grid, .directory-grid, .related-grid, .workflow-grid, .answer-grid, .outcome-grid, .metric-strip { grid-template-columns: 1fr; }
  .solution-group ul { columns: 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; }
  .brand img { width: 180px; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
