
:root {
  --blue: #0b3b7a;
  --blue-dark: #08284f;
  --green: #12994f;
  --green-dark: #0d7a3f;
  --slate-900: #0f172a;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-500: #64748b;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  --radius: 26px;
  --radius-sm: 18px;
  --max: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--slate-900); background: #f8fafc; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.topbar { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.94); backdrop-filter: blur(12px); border-bottom: 1px solid var(--slate-200); }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 0; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand img.logo-img { max-height: 58px; width: auto; }
.brand-mark { width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; color: white; font-weight: 800; font-size: 22px; background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 55%, var(--green-dark) 100%); box-shadow: var(--shadow); }
.brand-title { font-size: 23px; font-weight: 800; letter-spacing: -0.03em; color: var(--blue); }
.brand-title span { color: var(--green); }
.brand-sub { font-size: 12px; color: var(--slate-500); margin-top: 2px; }
.nav { display: flex; align-items: center; gap: 24px; color: var(--slate-700); font-size: 15px; font-weight: 700; }
.nav a:hover { color: var(--blue); }
.nav-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid var(--slate-200); border-radius: 14px; background: white; color: var(--blue); font-size: 22px; cursor: pointer; }
.nav-toggle:focus-visible { outline: 3px solid rgba(18,153,79,0.28); outline-offset: 2px; }
.cta { display: inline-block; padding: 14px 20px; border-radius: 16px; font-weight: 800; font-size: 14px; transition: 0.2s ease; cursor: pointer; border: none; }
.cta-primary { background: var(--green); color: white; box-shadow: var(--shadow); }
.cta-primary:hover { background: var(--green-dark); transform: translateY(-1px); }
.cta-secondary { border: 1px solid rgba(255,255,255,0.3); color: white; background: rgba(255,255,255,0.08); }
.cta-outline { border: 1px solid var(--slate-300); color: var(--blue); background: white; }
.hero { background: linear-gradient(135deg, var(--blue) 0%, #0a2e5d 50%, var(--green-dark) 100%); color: white; overflow: hidden; position: relative; }
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 999px; background: rgba(255,255,255,0.08); filter: blur(5px); }
.hero::before { width: 360px; height: 360px; top: -120px; right: -80px; }
.hero::after { width: 260px; height: 260px; left: -80px; bottom: -90px; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 42px; padding: 74px 0 68px; align-items: center; }
.hero-simple { position: relative; padding: 72px 0 58px; }
.pill { display: inline-block; padding: 10px 16px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.1); font-size: 13px; font-weight: 700; margin-bottom: 18px; }
.hero h1, .hero-simple h1 { font-size: clamp(40px, 6vw, 66px); line-height: 1.03; margin: 0; letter-spacing: -0.05em; font-weight: 900; max-width: 760px; }
.hero p, .hero-simple p { margin: 22px 0 0; max-width: 760px; color: rgba(255,255,255,0.88); font-size: 18px; line-height: 1.8; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.hero-tag { padding: 10px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.1); font-size: 13px; font-weight: 700; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-phone { display: inline-flex; flex-direction: column; gap: 3px; margin-top: 18px; padding: 13px 18px; border: 1px solid rgba(255,255,255,0.26); border-radius: 16px; color: white; background: rgba(255,255,255,0.12); text-decoration: none; transition: 0.2s ease; }
.hero-phone:hover, .hero-phone:focus-visible { background: rgba(255,255,255,0.2); border-color: rgba(255,255,255,0.48); transform: translateY(-1px); }
.hero-phone-kicker { color: rgba(255,255,255,0.78); font-size: 12px; font-weight: 700; letter-spacing: 0.02em; }
.hero-phone strong { color: white; font-size: clamp(20px, 2vw, 26px); letter-spacing: 0.01em; }
.hero-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 34px; max-width: 640px; }
.stat-card { padding: 16px; border-radius: 20px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.16); }
.stat-card strong { display: block; font-size: 15px; margin-bottom: 4px; }
.stat-card span { font-size: 12px; color: rgba(255,255,255,0.75); }
.form-card { background: white; color: var(--slate-900); border-radius: 30px; padding: 30px; box-shadow: var(--shadow); }
.form-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 20px; }
.form-card h2 { font-size: 28px; line-height: 1.1; margin: 0; color: var(--blue); letter-spacing: -0.04em; }
.mini-badge { background: #ecfdf5; color: var(--green); padding: 9px 12px; border-radius: 16px; font-size: 12px; font-weight: 800; white-space: nowrap; }
.form-sub { color: var(--slate-500); font-size: 14px; margin-top: 6px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.field, textarea, select { width: 100%; padding: 14px 15px; border: 1px solid var(--slate-200); border-radius: 16px; background: var(--slate-100); font-size: 14px; color: var(--slate-900); outline: none; }
textarea { min-height: 100px; resize: vertical; margin-top: 12px; }
.check { display: flex; gap: 10px; margin-top: 14px; color: var(--slate-500); font-size: 12px; line-height: 1.6; }
.check input { margin-top: 4px; }
.full-btn { width: 100%; margin-top: 16px; border: none; }
.small-note { margin-top: 12px; font-size: 12px; color: var(--slate-500); line-height: 1.6; }
.hp-field { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.form-status-success { color: #08783c; font-weight: 700; }
.form-status-error { color: #b42318; font-weight: 700; }
.section { padding: 72px 0; }
.section-alt { background: linear-gradient(135deg, rgba(11,59,122,0.06), rgba(18,153,79,0.09)); border-top: 1px solid var(--slate-200); border-bottom: 1px solid var(--slate-200); }
.section-head { max-width: 800px; }
.eyebrow { color: var(--green); text-transform: uppercase; letter-spacing: 0.22em; font-weight: 800; font-size: 12px; }
.section-head h2 { margin: 14px 0 0; font-size: clamp(30px, 4.5vw, 48px); line-height: 1.08; letter-spacing: -0.05em; }
.section-head p { margin: 18px 0 0; color: var(--slate-600); font-size: 18px; line-height: 1.8; }
.feature-grid, .solutions-grid, .industries-grid, .faq-grid, .blog-grid, .legal-grid, .footer-grid, .city-grid { display: grid; gap: 22px; margin-top: 34px; }
.feature-grid { grid-template-columns: repeat(4, 1fr); }
.solutions-grid { grid-template-columns: repeat(3, 1fr); }
.industries-grid, .blog-grid, .legal-grid, .city-grid { grid-template-columns: repeat(3, 1fr); }
.faq-grid { grid-template-columns: 1fr; }
.footer-grid { grid-template-columns: 1.25fr 0.8fr 0.8fr 1fr; }
.card { background: white; border: 1px solid var(--slate-200); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.soft-card { border-radius: var(--radius-sm); padding: 22px; background: linear-gradient(135deg, rgba(11,59,122,0.06), rgba(18,153,79,0.12)); border: 1px solid rgba(11,59,122,0.08); }
.card h3, .soft-card h3 { margin: 0; font-size: 24px; line-height: 1.15; letter-spacing: -0.04em; }
.card p, .soft-card p { color: var(--slate-600); margin: 12px 0 0; font-size: 15px; line-height: 1.8; }
.card ul { margin: 12px 0 0; padding-left: 18px; color: var(--slate-600); }
.card li { margin-top: 6px; }
.tiny-tag { display: inline-block; padding: 8px 12px; border-radius: 999px; background: rgba(11,59,122,0.08); color: var(--blue); font-size: 12px; font-weight: 800; margin-bottom: 12px; }
.lang-box { margin-top: 14px; background: var(--slate-100); border-radius: 18px; padding: 16px; }
.lang-box { display: none; }
.lang-box strong { color: var(--green); font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; }
.lang-box .es-title { margin-top: 8px; font-size: 18px; font-weight: 800; color: var(--slate-900); }
.lang-box p { margin-top: 8px; }
.button-link { display: inline-block; margin-top: 16px; color: var(--blue); font-weight: 800; font-size: 14px; }
.funding-activity { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 88% 8%, rgba(18,153,79,0.28), transparent 30%), radial-gradient(circle at 8% 88%, rgba(59,130,246,0.22), transparent 34%), #061a35; }
.funding-activity::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.26; background-image: linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.funding-activity .container { position: relative; }
.funding-activity .section-head h2 { color: white; }
.funding-activity .section-head p { color: rgba(255,255,255,0.76); }
.funding-activity .eyebrow { color: #86efac; }
.funding-overview { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(270px,.75fr); gap: 30px; align-items: stretch; }
.funding-snapshot { display: flex; flex-direction: column; justify-content: center; padding: 28px; border: 1px solid rgba(255,255,255,0.14); border-radius: 28px; background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.045)); box-shadow: 0 20px 50px rgba(0,0,0,0.18); backdrop-filter: blur(8px); }
.funding-snapshot span { color: #86efac; font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.funding-snapshot strong { margin-top: 8px; color: white; font-size: clamp(44px,6vw,70px); line-height: 1; letter-spacing: -.06em; }
.funding-snapshot p { margin: 12px 0 0; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.6; }
.funding-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; margin-top: 38px; }
.funding-card { position: relative; overflow: hidden; min-width: 0; padding: 24px; color: var(--slate-900); background: white; border: 1px solid rgba(255,255,255,.35); border-radius: 24px; box-shadow: 0 18px 45px rgba(0,0,0,.18); }
.funding-card::after { content: ""; position: absolute; top: 0; right: 0; width: 76px; height: 6px; border-radius: 0 0 0 8px; background: linear-gradient(90deg,var(--green),#4ade80); }
.funding-card-top { display: flex; align-items: center; gap: 12px; }
.funding-monogram { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 42px; border-radius: 14px; color: white; background: linear-gradient(135deg,var(--blue),var(--green-dark)); font-size: 12px; font-weight: 900; letter-spacing: .04em; }
.funding-sector { min-width: 0; color: var(--slate-600); font-size: 13px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; overflow-wrap: anywhere; }
.funding-amount { margin-top: 24px; color: var(--blue); font-size: clamp(38px,4vw,52px); line-height: 1; font-weight: 900; letter-spacing: -.055em; }
.funding-amount-label { margin-top: 7px; color: var(--slate-500); font-size: 12px; font-weight: 700; }
.funding-product { display: inline-flex; max-width: 100%; margin-top: 20px; padding: 9px 12px; border-radius: 999px; color: var(--green-dark); background: rgba(18,153,79,.11); font-size: 13px; font-weight: 900; overflow-wrap: anywhere; }
.funding-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--slate-200); }
.funding-meta span { min-width: 0; }
.funding-meta small { display: block; color: var(--slate-500); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.funding-meta strong { display: block; margin-top: 5px; color: var(--slate-900); font-size: 14px; }
.funding-location { margin-top: 16px; color: var(--slate-500); font-size: 12px; font-weight: 800; }
.funding-location::before { content: "Location: "; color: var(--slate-400); font-weight: 700; }
.funding-footer { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 30px; padding: 22px 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.055); }
.funding-footer p { max-width: 820px; margin: 0; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.7; }
.funding-footer .cta { flex: 0 0 auto; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 34px; align-items: start; }
.steps-list { display: grid; gap: 16px; }
.step-item { display: flex; gap: 16px; align-items: flex-start; }
.step-num { width: 48px; height: 48px; border-radius: 16px; color: white; display: grid; place-items: center; font-weight: 800; background: linear-gradient(135deg, var(--blue), var(--green-dark)); flex: 0 0 48px; }
.step-item h4 { margin: 0; font-size: 20px; letter-spacing: -0.03em; }
.step-item p { margin: 8px 0 0; color: var(--slate-600); font-size: 15px; line-height: 1.8; }
.badge-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.badge-row span { background: white; border: 1px solid var(--slate-200); border-radius: 999px; padding: 10px 14px; font-size: 13px; font-weight: 700; color: var(--slate-600); }
.dark-band { background: #020617; color: white; }
.dark-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: start; }
.dark-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 22px; padding: 22px; }
.dark-card h3 { margin: 0; font-size: 20px; }
.dark-card p { margin: 10px 0 0; color: rgba(255,255,255,0.78); font-size: 14px; line-height: 1.8; }
.contact-grid { display: grid; grid-template-columns: 1fr 0.95fr; gap: 28px; margin-top: 34px; }
.info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 22px; }
.info-card { background: white; border: 1px solid var(--slate-200); border-radius: 22px; padding: 20px; box-shadow: var(--shadow); }
.info-card small { display: block; color: var(--green); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 8px; }
.info-card strong { font-size: 18px; }
.contact-phone { color: var(--blue); text-decoration: none; border-bottom: 2px solid rgba(18,153,79,0.35); transition: 0.2s ease; }
.contact-phone:hover, .contact-phone:focus-visible { color: var(--green-dark); border-bottom-color: var(--green); }
.callout { margin-top: 28px; background: linear-gradient(135deg, rgba(11,59,122,0.06), rgba(18,153,79,0.09)); border: 1px solid rgba(11,59,122,0.08); border-radius: 24px; padding: 24px; }
.footer { background: #020617; color: #cbd5e1; padding: 56px 0 28px; }
.footer h4 { margin: 0 0 14px; color: white; text-transform: uppercase; font-size: 12px; letter-spacing: 0.16em; }
.footer a, .footer p, .footer li { color: #94a3b8; font-size: 14px; line-height: 1.9; margin: 0; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); margin-top: 28px; padding-top: 20px; color: #64748b; font-size: 12px; line-height: 1.8; }
.breadcrumbs { font-size: 13px; color: rgba(255,255,255,0.85); margin-bottom: 14px; }
.language-toggle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex: 0 0 auto;
  padding: 6px;
  border: 1px solid var(--slate-200);
  border-radius: 14px;
  background: white;
  color: var(--slate-400);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}
.language-toggle button {
  min-width: 38px;
  min-height: 34px;
  padding: 6px 8px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: var(--slate-500);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}
.language-toggle button:hover { color: var(--blue); background: var(--slate-100); }
.language-toggle button:focus-visible { outline: 3px solid rgba(18,153,79,0.28); outline-offset: 2px; }
.language-toggle button.is-active { color: white; background: var(--blue); }
.goog-te-banner-frame,
.skiptranslate iframe,
body > .skiptranslate { display: none !important; }
body { top: 0 !important; }
@media (max-width: 1100px) {
  .hero-grid, .split-grid, .contact-grid, .dark-grid, .footer-grid { grid-template-columns: 1fr; }
  .funding-overview { grid-template-columns: 1fr; }
  .funding-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .solutions-grid, .industries-grid, .blog-grid, .legal-grid, .city-grid { grid-template-columns: repeat(2, 1fr); }
  .topbar-inner { position: relative; }
  .nav-toggle { display: inline-flex; margin-left: auto; }
  .nav { display: none; position: absolute; top: calc(100% + 1px); left: 0; right: 0; padding: 14px; border: 1px solid var(--slate-200); border-radius: 18px; background: white; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; gap: 4px; }
  .nav.is-open { display: flex; }
  .nav a { min-height: 44px; display: flex; align-items: center; padding: 8px 12px; border-radius: 10px; }
  .nav a:hover { background: var(--slate-100); }
}
@media (max-width: 700px) {
  html, body { overflow-x: hidden; -webkit-text-size-adjust: 100%; }
  .hero-grid { padding: 56px 0 50px; }
  .feature-grid, .solutions-grid, .industries-grid, .blog-grid, .legal-grid, .info-grid, .form-grid, .hero-stats, .city-grid, .funding-grid { grid-template-columns: 1fr; }
  .funding-card { padding: 21px; }
  .funding-footer { align-items: stretch; flex-direction: column; }
  .funding-footer .cta { width: 100%; text-align: center; }
  .section { padding: 58px 0; }
  .brand-title { font-size: 20px; }
  .brand-sub { display: none; }
  .form-card { padding: 22px; }
  .topbar-inner { padding: 12px 0; }
  .topbar-inner > .cta { display: none; }
  .brand img.logo-img { max-height: 46px; }
  .language-toggle { margin-left: auto; }
  .field, textarea, select { font-size: 16px; }
  .hero h1, .hero-simple h1 { overflow-wrap: anywhere; }
  .hero-actions { flex-direction: column; }
  .hero-actions .cta { width: 100%; text-align: center; min-height: 48px; }
  .hero-phone { width: 100%; align-items: center; justify-content: center; min-height: 68px; text-align: center; }
}
