@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@500;600;700;800;900&family=Public+Sans:wght@400;500;600;700&display=swap');

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Public Sans', system-ui, sans-serif;
  color: #21262B;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
input, select, textarea { font-family: 'Public Sans', sans-serif; }
button { font-family: inherit; }

@keyframes drop { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }

.container { max-width: 1200px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.container-narrow { max-width: 1100px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.container-form { max-width: 1080px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }

/* ===== Header ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid #E6E8EC;
}
.site-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: flex; align-items: center; gap: 14px; flex: none; }
.brand-mark { display: flex; width: 48px; height: 48px; border-radius: 9px; overflow: hidden; box-shadow: 0 2px 6px rgba(0,0,0,.12); flex: none; }
.brand-mark span:first-child { flex: 1; background: #1A1D21; color: #fff; display: flex; align-items: center; justify-content: center; font-family: 'Archivo'; font-weight: 900; font-size: 20px; }
.brand-mark span:last-child { flex: 1.3; background: #E8551F; color: #fff; display: flex; align-items: center; justify-content: center; font-family: 'Archivo'; font-weight: 900; font-size: 18px; letter-spacing: -1px; }
.brand-text { line-height: 1; }
.brand-name { display: block; font-family: 'Archivo'; font-weight: 800; font-size: 24px; color: #1A1D21; letter-spacing: -.5px; }
.brand-name .light { font-weight: 500; color: #5A6470; }
.brand-tagline { display: block; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; color: #E8551F; margin-top: 3px; }

.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a { font-weight: 600; font-size: 15.5px; color: #21262B; }
.desktop-nav a:hover { color: #E8551F; }
.btn-quote-nav { display: inline-flex; align-items: center; gap: 9px; background: #E8551F; color: #fff; font-weight: 700; font-size: 15px; padding: 12px 22px; border-radius: 7px; box-shadow: 0 4px 12px rgba(232,85,31,.28); }
.desktop-nav .btn-quote-nav { color: #fff; }
.btn-quote-nav:hover { background: #C8460F; }

.mobile-menu-btn { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.mobile-menu-btn span { width: 26px; height: 3px; background: #1A1D21; border-radius: 2px; }

.mobile-nav { border-top: 1px solid #E6E8EC; background: #fff; padding: 10px 24px 18px; display: none; flex-direction: column; gap: 4px; animation: drop .18s ease; }
.mobile-nav.open { display: flex; }
.mobile-nav a { font-weight: 600; font-size: 17px; padding: 12px 4px; border-bottom: 1px solid #F0F1F4; }
.mobile-nav .btn-quote-mobile { margin-top: 10px; text-align: center; background: #E8551F; color: #fff; font-weight: 700; font-size: 16px; padding: 14px; border-radius: 7px; border-bottom: none; }

@media (max-width: 919px) {
  .desktop-nav { display: none; }
  .mobile-menu-btn { display: flex; }
}

@media (max-width: 359px) {
  .brand-tagline { display: none; }
  .brand-name { font-size: 20px; }
}

/* ===== Hero ===== */
.hero { background: linear-gradient(180deg,#fff 0%,#F5F6F8 100%); }
.hero-grid {
  padding: clamp(36px,5vw,64px) 24px clamp(28px,4vw,44px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(330px,100%),1fr));
  gap: clamp(28px,4vw,56px);
  align-items: center;
}
.hero-grid.sub { padding: clamp(34px,4.5vw,58px) 24px clamp(30px,4vw,48px); }
.breadcrumb { font-size: 13.5px; font-weight: 600; color: #8a93a0; margin-bottom: 16px; }
.breadcrumb a:hover { color: #E8551F; }
.breadcrumb .current { color: #E8551F; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; background: #FCE9DF; color: #C8460F; font-weight: 700; font-size: 13px; letter-spacing: .3px; padding: 7px 14px; border-radius: 30px; margin-bottom: 22px; }
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: #E8551F; }
.hero h1 { font-family: 'Archivo'; font-weight: 800; font-size: clamp(2.3rem,5vw,3.6rem); line-height: 1.04; letter-spacing: -1.5px; color: #1A1D21; }
.hero h1 .accent { color: #E8551F; }
.hero p.lead { margin-top: 20px; font-size: clamp(1rem,1.6vw,1.18rem); line-height: 1.6; color: #5A6470; max-width: 480px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.btn-primary { display: inline-flex; align-items: center; gap: 10px; background: #E8551F; color: #fff; font-weight: 700; font-size: 16px; padding: 15px 26px; border-radius: 8px; box-shadow: 0 6px 18px rgba(232,85,31,.3); border: none; cursor: pointer; }
.btn-primary:hover { background: #C8460F; }
.btn-secondary { display: inline-flex; align-items: center; gap: 10px; background: #fff; color: #1A1D21; font-weight: 700; font-size: 16px; padding: 15px 26px; border-radius: 8px; border: 1.5px solid #D7DAE0; }
.btn-secondary:hover { border-color: #1A1D21; }
.hero-image { border-radius: 16px; min-height: clamp(300px,38vw,440px); box-shadow: 0 18px 40px rgba(26,29,33,.14); position: relative; overflow: hidden; background-size: cover; background-position: center; }
.hero-image.sub { min-height: clamp(280px,34vw,400px); }

/* trust bar */
.trust-bar { border-top: 1px solid #E6E8EC; background: #fff; }
.trust-bar-grid { max-width: 1200px; margin: 0 auto; padding: 22px 24px; display: grid; grid-template-columns: repeat(auto-fit, minmax(130px,1fr)); gap: 18px; }
.trust-item { display: flex; align-items: center; gap: 13px; }
.trust-item span { font-weight: 700; font-size: 15px; line-height: 1.2; }

/* ===== Section headings ===== */
.section-heading { text-align: center; max-width: 640px; margin: 0 auto 44px; }
.section-heading h2 { font-family: 'Archivo'; font-weight: 800; font-size: clamp(2rem,4vw,2.7rem); letter-spacing: -1px; color: #1A1D21; }
.section-heading .rule { width: 60px; height: 4px; background: #E8551F; border-radius: 3px; margin: 16px auto 20px; }
.section-heading p { font-size: clamp(1rem,1.5vw,1.12rem); line-height: 1.6; color: #5A6470; }
.section-heading.narrow .rule { margin: 16px auto 44px; }

/* ===== Services grid (home) ===== */
.services-section { background: #fff; padding: clamp(56px,7vw,88px) 24px; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px,100%),1fr)); gap: 24px; }
.service-card { background: #fff; border: 1px solid #E6E8EC; border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; cursor: pointer; }
.service-card:hover { box-shadow: 0 14px 30px rgba(26,29,33,.1); border-color: #D7DAE0; }
.service-card-img { height: 160px; background-size: cover; background-position: center; }
.service-card-body { padding: 22px 22px 24px; }
.service-icon { display: inline-flex; width: 46px; height: 46px; border-radius: 10px; background: #FCE9DF; align-items: center; justify-content: center; margin-bottom: 14px; }
.service-card-body h3 { font-family: 'Archivo'; font-weight: 700; font-size: 1.28rem; color: #1A1D21; line-height: 1.15; }
.service-card-body p { margin-top: 10px; font-size: 15px; line-height: 1.6; color: #5A6470; }
.service-learn-more { display: inline-flex; align-items: center; gap: 7px; margin-top: 16px; color: #E8551F; font-weight: 700; font-size: 14.5px; }

/* ===== Why us strip ===== */
.why-section { background: #F5F6F8; padding: clamp(48px,6vw,72px) 24px; }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px,1fr)); gap: 28px; }
.why-item { display: flex; align-items: center; gap: 15px; justify-content: center; }
.why-item span { font-weight: 700; font-size: 16px; line-height: 1.25; }

/* ===== Info cards (sub pages) ===== */
.info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(270px,100%),1fr)); gap: 18px; }
.info-card { display: flex; gap: 14px; padding: 22px; border: 1px solid #E6E8EC; border-radius: 12px; background: #fff; }
.info-card:hover { border-color: #D7DAE0; box-shadow: 0 8px 20px rgba(26,29,33,.06); }
.info-icon { flex: none; width: 40px; height: 40px; border-radius: 9px; background: #FCE9DF; display: flex; align-items: center; justify-content: center; }
.info-card h3 { font-family: 'Archivo'; font-weight: 700; font-size: 1.08rem; color: #1A1D21; }
.info-card p { margin-top: 6px; font-size: 14.5px; line-height: 1.55; color: #5A6470; }

.popular-section { padding: clamp(48px,6vw,76px) 24px; background: #F5F6F8; }
.popular-eyebrow { text-align: center; font-weight: 700; font-size: 13px; letter-spacing: 1.5px; color: #E8551F; margin-bottom: 10px; }
.popular-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px,100%),1fr)); gap: 24px; }
.popular-card { background: #fff; border-radius: 14px; overflow: hidden; border: 1px solid #E6E8EC; }
.popular-card-img { height: 180px; background-size: cover; background-position: center; }
.popular-card-body { padding: 26px; }
.popular-card-body h3 { font-family: 'Archivo'; font-weight: 700; font-size: 1.35rem; color: #1A1D21; }
.popular-card-body p { margin-top: 10px; font-size: 15px; line-height: 1.6; color: #5A6470; }

.trust-strip { padding: clamp(34px,4vw,48px) 24px; background: #fff; border-bottom: 1px solid #E6E8EC; }
.trust-strip-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(230px,100%),1fr)); gap: 22px; }
.trust-strip-item { display: flex; align-items: center; gap: 14px; }
.trust-strip-item span { font-weight: 700; font-size: 15px; line-height: 1.25; }
.trust-strip-item span .sub { font-weight: 500; color: #5A6470; }

.benefit-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(240px,100%),1fr)); gap: 22px; }
.benefit-card { padding: 28px; border: 1px solid #E6E8EC; border-radius: 14px; background: #fff; }
.benefit-num { display: inline-flex; width: 48px; height: 48px; border-radius: 11px; background: #FCE9DF; align-items: center; justify-content: center; margin-bottom: 16px; font-family: 'Archivo'; font-weight: 900; color: #E8551F; font-size: 18px; }
.benefit-card h3 { font-family: 'Archivo'; font-weight: 700; font-size: 1.18rem; color: #1A1D21; }
.benefit-card p { margin-top: 9px; font-size: 15px; line-height: 1.6; color: #5A6470; }

.included-grant { padding: clamp(48px,6vw,76px) 24px; background: #F5F6F8; }
.included-grant-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px,100%),1fr)); gap: clamp(30px,4vw,48px); align-items: start; }
.included-grant-grid h2 { font-family: 'Archivo'; font-weight: 800; font-size: clamp(1.7rem,3.2vw,2.3rem); letter-spacing: -1px; color: #1A1D21; margin-bottom: 24px; }
.included-line { display: flex; gap: 13px; align-items: flex-start; }
.included-line-check { flex: none; width: 26px; height: 26px; border-radius: 7px; background: #FCE9DF; display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.included-line span:last-child { font-size: 15.5px; line-height: 1.5; color: #21262B; }
.included-lines { display: flex; flex-direction: column; gap: 14px; }
.grant-card { background: #1A1D21; border-radius: 16px; padding: clamp(28px,3.5vw,40px); color: #fff; }
.grant-icon { display: inline-flex; width: 50px; height: 50px; border-radius: 12px; background: #26292F; align-items: center; justify-content: center; margin-bottom: 18px; }
.grant-card h3 { font-family: 'Archivo'; font-weight: 800; font-size: 1.4rem; }
.grant-card p { margin-top: 12px; font-size: 15.5px; line-height: 1.65; color: #A8B0BB; }
.grant-card .btn-grant { display: inline-flex; align-items: center; gap: 9px; margin-top: 22px; background: #E8551F; color: #fff; font-weight: 700; font-size: 15px; padding: 13px 24px; border-radius: 8px; }
.grant-card .btn-grant:hover { background: #C8460F; }

.audience-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(230px,100%),1fr)); gap: 22px; }
.audience-card { padding: 28px; border: 1px solid #E6E8EC; border-radius: 14px; background: #fff; }
.audience-card:hover { border-color: #D7DAE0; box-shadow: 0 8px 20px rgba(26,29,33,.06); }
.audience-card h3 { font-family: 'Archivo'; font-weight: 700; font-size: 1.15rem; color: #1A1D21; }
.audience-card p { margin-top: 9px; font-size: 14.5px; line-height: 1.6; color: #5A6470; }

.check-section { padding: clamp(48px,6vw,76px) 24px; background: #F5F6F8; }
.check-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(260px,100%),1fr)); gap: 18px; }
.check-item { display: flex; gap: 13px; padding: 20px; background: #fff; border-radius: 12px; }
.check-icon { flex: none; width: 34px; height: 34px; border-radius: 8px; background: #FCE9DF; display: flex; align-items: center; justify-content: center; }
.check-item span:last-child { font-size: 15px; line-height: 1.5; color: #21262B; font-weight: 500; align-self: center; }

.compliance-section { padding: clamp(54px,7vw,84px) 24px; background: #fff; }
.compliance-grid { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px,100%),1fr)); gap: clamp(30px,4vw,52px); align-items: center; }
.compliance-image { border-radius: 16px; min-height: clamp(220px,26vw,300px); background-size: cover; background-position: center; }
.compliance-icon { display: inline-flex; width: 52px; height: 52px; border-radius: 12px; background: #FCE9DF; align-items: center; justify-content: center; margin-bottom: 18px; }
.compliance-grid h2 { font-family: 'Archivo'; font-weight: 800; font-size: clamp(1.6rem,3vw,2.1rem); letter-spacing: -.8px; color: #1A1D21; }
.compliance-grid p { margin-top: 14px; font-size: 15.5px; line-height: 1.65; color: #5A6470; }

/* ===== Quote / contact section ===== */
.quote-section { padding: clamp(54px,7vw,88px) 24px; background: #1A1D21; }
.quote-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px,100%),1fr)); gap: clamp(32px,5vw,64px); align-items: start; }
.quote-grid h2 { font-family: 'Archivo'; font-weight: 800; font-size: clamp(1.9rem,3.6vw,2.6rem); letter-spacing: -1px; color: #fff; line-height: 1.1; }
.quote-grid p.lead { margin-top: 18px; font-size: clamp(1rem,1.5vw,1.12rem); line-height: 1.6; color: #A8B0BB; max-width: 420px; }
.quote-contacts { display: flex; flex-direction: column; gap: 18px; margin-top: 32px; }
.quote-contacts a { display: flex; align-items: center; gap: 14px; color: #fff; min-width: 0; }
.quote-contacts a:hover { color: #E8551F; }
.quote-contacts .icon-box { width: 44px; height: 44px; border-radius: 10px; background: #26292F; display: flex; align-items: center; justify-content: center; flex: none; }
.quote-contacts a span:last-child { font-weight: 700; font-size: 17px; overflow-wrap: break-word; word-break: break-all; min-width: 0; }

.quote-form-card { background: #fff; border-radius: 16px; padding: clamp(24px,3vw,36px); }
.form-row { display: flex; flex-direction: column; gap: 18px; }
.form-row-split { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(150px,100%),1fr)); gap: 14px; }
.form-field label { display: block; font-weight: 600; font-size: 14px; margin-bottom: 7px; color: #21262B; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%; padding: 13px 14px; border: 1.5px solid #D7DAE0; border-radius: 9px; font-size: 15px; outline: none; background: #fff;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: #E8551F; }
.form-field textarea { resize: vertical; }
.btn-submit { width: 100%; background: #E8551F; color: #fff; font-weight: 700; font-size: 16px; padding: 16px; border: none; border-radius: 9px; cursor: pointer; box-shadow: 0 6px 18px rgba(232,85,31,.3); }
.btn-submit:hover { background: #C8460F; }
.btn-submit:disabled { opacity: .65; cursor: not-allowed; }
.form-note { font-size: 12.5px; color: #8a93a0; text-align: center; }
.form-error { font-size: 13px; color: #C8460F; text-align: center; display: none; }

.quote-success { text-align: center; padding: 30px 10px; display: none; }
.quote-success.show { display: block; }
.quote-success-icon { display: inline-flex; width: 64px; height: 64px; border-radius: 50%; background: #E6F4EC; align-items: center; justify-content: center; margin-bottom: 20px; }
.quote-success h3 { font-family: 'Archivo'; font-weight: 800; font-size: 1.5rem; color: #1A1D21; }
.quote-success p { margin-top: 12px; font-size: 15.5px; line-height: 1.6; color: #5A6470; }
.quote-success p a { color: #E8551F; font-weight: 700; }

/* ===== Footer ===== */
.site-footer { background: #141619; color: #fff; padding: clamp(44px,5vw,64px) 24px 0; }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(240px,100%),1fr)); gap: 40px; padding-bottom: 44px; }
.footer-brand { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; }
.footer-brand-mark { display: flex; width: 44px; height: 44px; border-radius: 8px; overflow: hidden; flex: none; }
.footer-brand-mark span:first-child { flex: 1; background: #2A2E34; color: #fff; display: flex; align-items: center; justify-content: center; font-family: 'Archivo'; font-weight: 900; font-size: 18px; }
.footer-brand-mark span:last-child { flex: 1.3; background: #E8551F; color: #fff; display: flex; align-items: center; justify-content: center; font-family: 'Archivo'; font-weight: 900; font-size: 16px; letter-spacing: -1px; }
.footer-brand-text { line-height: 1; }
.footer-brand-name { display: block; font-family: 'Archivo'; font-weight: 800; font-size: 21px; }
.footer-brand-name .light { font-weight: 500; color: #A8B0BB; }
.footer-brand-tagline { display: block; font-size: 9.5px; font-weight: 700; letter-spacing: 1.4px; color: #E8551F; margin-top: 3px; }
.footer-about p { font-size: 14.5px; line-height: 1.65; color: #9aa3ae; max-width: 300px; }
.footer-col h4 { font-family: 'Archivo'; font-weight: 700; font-size: 16px; margin: 0 0 18px; }
.footer-links { display: flex; flex-direction: column; gap: 12px; }
.footer-links a { font-size: 15px; color: #cfd4da; }
.footer-links a:hover { color: #fff; }
.footer-contact { display: flex; flex-direction: column; gap: 14px; }
.footer-contact span, .footer-contact a { display: flex; align-items: center; gap: 12px; font-size: 15px; color: #cfd4da; overflow-wrap: break-word; word-break: break-all; min-width: 0; }
.footer-contact a:hover { color: #fff; }
.footer-cta p { font-size: 14.5px; line-height: 1.6; color: #9aa3ae; margin-bottom: 18px; }
.btn-footer-quote { display: inline-flex; align-items: center; gap: 9px; background: #E8551F; color: #fff; font-weight: 700; font-size: 15px; padding: 13px 24px; border-radius: 8px; }
.btn-footer-quote:hover { background: #C8460F; }
.footer-bottom { border-top: 1px solid #2A2E34; padding: 22px 0; text-align: center; font-size: 13.5px; color: #7a828d; }
