/* Ontario Design Studio growth upgrades: lead capture, proof sections, and static SEO pages */
:root{
  --ods-blue:#2563eb;
  --ods-navy:#111827;
  --ods-slate:#1f2937;
  --ods-amber:#f59e0b;
  --ods-green:#15803d;
  --ods-paper:#f8fafc;
  --ods-line:#e5e7eb;
}

body.ods-leadbar-open{padding-bottom:86px}

.ods-leadbar{
  position:fixed;
  left:50%;
  bottom:16px;
  z-index:80;
  width:min(1120px,calc(100% - 24px));
  transform:translateX(-50%);
  background:rgba(17,24,39,.98);
  color:#fff;
  border:1px solid rgba(255,255,255,.14);
  border-radius:12px;
  box-shadow:0 18px 45px rgba(17,24,39,.28);
  backdrop-filter:blur(12px);
}

.ods-leadbar[hidden]{display:none}
.ods-leadbar__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px 12px 18px}
.ods-leadbar__copy{display:flex;align-items:center;gap:12px;min-width:0}
.ods-leadbar__badge{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;background:#f59e0b;color:#111827;font-weight:900;flex:0 0 auto}
.ods-leadbar__title{display:block;font-weight:800;font-size:.98rem;line-height:1.2}
.ods-leadbar__meta{display:block;color:#d1d5db;font-size:.82rem;line-height:1.35}
.ods-leadbar__actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.ods-leadbar__button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border-radius:8px;font-size:.9rem;font-weight:800;text-decoration:none;white-space:nowrap}
.ods-leadbar__button--call{background:#fff;color:#111827}
.ods-leadbar__button--quote{background:#f59e0b;color:#111827}
.ods-leadbar__button:hover{text-decoration:none;filter:brightness(.96)}
.ods-leadbar__close{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:0;border-radius:8px;background:rgba(255,255,255,.08);color:#d1d5db;cursor:pointer;font-size:1.25rem;line-height:1}
.ods-leadbar__close:hover{background:rgba(255,255,255,.14);color:#fff}

.ods-growth-section{
  background:linear-gradient(180deg,#f8fafc 0%,#fff 100%);
  border-top:1px solid #e5e7eb;
  border-bottom:1px solid #e5e7eb;
  padding:56px 0;
}
.ods-growth-section__wrap{max-width:1120px;margin:0 auto;padding:0 20px}
.ods-growth-eyebrow{display:inline-block;margin:0 0 12px;padding:5px 10px;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:.75rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.ods-growth-section h2{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#111827;font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.12;margin:0 0 14px;font-weight:900;letter-spacing:0}
.ods-growth-lede{max-width:720px;color:#4b5563;font-size:1.05rem;line-height:1.7;margin:0 0 28px}
.ods-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:26px}
.ods-proof-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:18px;box-shadow:0 10px 28px rgba(17,24,39,.06)}
.ods-proof-card b{display:block;color:#111827;font-size:1rem;margin-bottom:7px}
.ods-proof-card p{margin:0;color:#4b5563;font-size:.93rem;line-height:1.55}
.ods-example-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:28px}
.ods-example-card{background:#111827;color:#fff;border-radius:8px;overflow:hidden;min-height:230px;display:flex;flex-direction:column}
.ods-example-card__art{height:110px;background:
  linear-gradient(90deg,rgba(37,99,235,.26) 1px,transparent 1px),
  linear-gradient(rgba(37,99,235,.26) 1px,transparent 1px),
  linear-gradient(135deg,#f8fafc 0%,#dbeafe 100%);
  background-size:18px 18px,18px 18px,100% 100%;
  position:relative;
}
.ods-example-card__art:before{content:"";position:absolute;left:22px;top:20px;width:110px;height:62px;border:3px solid #1f2937;background:rgba(255,255,255,.75)}
.ods-example-card__art:after{content:"";position:absolute;right:24px;bottom:22px;width:78px;height:28px;border-top:4px solid #f59e0b;border-bottom:4px solid #f59e0b}
.ods-example-card__body{padding:18px}
.ods-example-card h3{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.05rem;line-height:1.3;margin:0 0 8px;color:#fff;font-weight:900}
.ods-example-card p{margin:0;color:#d1d5db;font-size:.92rem;line-height:1.55}
.ods-growth-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.ods-growth-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:8px;font-weight:900;text-decoration:none}
.ods-growth-button--primary{background:#f59e0b;color:#111827}
.ods-growth-button--secondary{background:#2563eb;color:#fff}
.ods-growth-button:hover{text-decoration:none;filter:brightness(.97)}

.ods-static-page{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff;color:#1f2937}
.ods-static-header{background:#111827;color:#fff}
.ods-static-nav{max-width:1120px;margin:0 auto;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.ods-static-brand{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#fff;text-decoration:none;font-weight:900;font-size:1.25rem}
.ods-static-links{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.ods-static-links a{color:#d1d5db;text-decoration:none;font-weight:700;font-size:.93rem}
.ods-static-links a:hover{color:#fff}
.ods-static-links .cta{color:#f59e0b}
.ods-static-hero{background:linear-gradient(135deg,#111827 0%,#1d4ed8 100%);color:#fff;padding:64px 0 72px}
.ods-static-wrap{max-width:1120px;margin:0 auto;padding:0 20px}
.ods-static-hero h1{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(2.1rem,5vw,4rem);line-height:1.04;margin:0 0 18px;font-weight:900;letter-spacing:0}
.ods-static-hero p{font-size:1.12rem;line-height:1.75;color:#e5e7eb;max-width:760px;margin:0}
.ods-static-section{padding:56px 0}
.ods-static-section h2{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(1.65rem,3vw,2.4rem);line-height:1.14;margin:0 0 16px;font-weight:900;color:#111827;letter-spacing:0}
.ods-static-section p{color:#4b5563;line-height:1.75}
.ods-static-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.ods-static-card{border:1px solid #e5e7eb;border-radius:8px;background:#fff;padding:22px;box-shadow:0 10px 28px rgba(17,24,39,.06)}
.ods-static-card h3{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.1rem;line-height:1.3;margin:0 0 10px;color:#111827;font-weight:900}
.ods-static-card p{margin:0 0 14px}
.ods-static-card a{color:#2563eb;font-weight:800;text-decoration:none}
.ods-static-card a:hover{text-decoration:underline}
.ods-static-list{padding-left:1.25rem;color:#4b5563;line-height:1.75}
.ods-static-footer{background:#111827;color:#d1d5db;padding:36px 20px;text-align:center}
.ods-static-footer a{color:#f59e0b;text-decoration:none;font-weight:800}

@media (max-width:900px){
  body.ods-leadbar-open{padding-bottom:132px}
  .ods-leadbar{bottom:10px;width:calc(100% - 16px)}
  .ods-leadbar__inner{align-items:stretch;flex-direction:column;gap:10px;padding:12px}
  .ods-leadbar__actions{display:grid;grid-template-columns:1fr 1fr 36px;gap:8px}
  .ods-leadbar__button{min-height:44px;padding:0 10px}
  .ods-proof-grid,.ods-example-grid,.ods-static-grid{grid-template-columns:1fr}
  .ods-growth-section{padding:44px 0}
}

@media (max-width:520px){
  .ods-leadbar__title{font-size:.9rem}
  .ods-leadbar__meta{font-size:.76rem}
  .ods-leadbar__actions{grid-template-columns:1fr 1fr 34px}
  .ods-static-nav{align-items:flex-start;flex-direction:column}
  .ods-static-links{gap:10px 14px}
}
