{"id":7,"date":"2026-03-02T22:30:28","date_gmt":"2026-03-02T22:30:28","guid":{"rendered":"https:\/\/nationalfireriskassessment.co.uk\/?page_id=7"},"modified":"2026-03-04T13:09:05","modified_gmt":"2026-03-04T13:09:05","slug":"7-2","status":"publish","type":"page","link":"https:\/\/nationalfireriskassessment.co.uk\/","title":{"rendered":""},"content":{"rendered":"\n<style>\n:root {\n    --black: #0a0a0a;\n    --near-black: #111111;\n    --dark: #1a1a1a;\n    --mid: #6b7280;\n    --light-mid: #9ca3af;\n    --border: #e5e7eb;\n    --light-bg: #f9fafb;\n    --white: #ffffff;\n    --red: #FF3B30;\n    --red-dark: #e0352b;\n    --red-bg: #fff1f0;\n  }\n* { margin: 0; padding: 0; box-sizing: border-box; }\nbody {\n  font-family: 'Sora', sans-serif;\n  color: var(--black);\n  background: var(--white);\n  font-size: 16px;\n  line-height: 1.6;\n  -webkit-font-smoothing: antialiased;\n}\n\/* \u2500\u2500 NAV \u2500\u2500 *\/\nnav {\n  position: sticky;\n  top: 0;\n  z-index: 100;\n  background: rgba(255,255,255,0.92);\n  backdrop-filter: blur(12px);\n  border-bottom: 1px solid var(--border);\n  padding: 0 40px;\n}\n.nav-inner {\n  max-width: 1160px;\n  margin: 0 auto;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  height: 64px;\n}\n.nav-brand {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  text-decoration: none;\n  color: var(--black);\n  font-weight: 700;\n  font-size: 0.95rem;\n  letter-spacing: -0.02em;\n}\n.nav-logo {\n  width: 30px;\n  height: 30px;\n  background: var(--red);\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 0.9rem;\n}\n.nav-links {\n  display: flex;\n  align-items: center;\n  gap: 36px;\n  list-style: none;\n}\n.nav-links a {\n  color: var(--mid);\n  text-decoration: none;\n  font-size: 0.875rem;\n  font-weight: 500;\n  transition: color 0.15s;\n}\n.nav-links a:hover { color: var(--black); }\n.nav-cta {\n  background: var(--black) !important;\n  color: var(--white) !important;\n  padding: 9px 22px;\n  border-radius: 8px;\n  font-weight: 600 !important;\n  font-size: 0.875rem !important;\n  transition: background 0.15s !important;\n}\n.nav-cta:hover { background: var(--dark) !important; }\n.nav-toggle { display: none; background: none; border: none; cursor: pointer; font-size: 1.4rem; }\n\/* \u2500\u2500 HERO \u2500\u2500 *\/\n.hero {\n  padding: 100px 40px 88px;\n  max-width: 1160px;\n  margin: 0 auto;\n}\n.hero-tag {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  background: var(--red-bg);\n  color: var(--red);\n  padding: 6px 14px;\n  border-radius: 100px;\n  font-size: 0.75rem;\n  font-weight: 600;\n  letter-spacing: 0.02em;\n  margin-bottom: 32px;\n}\n.hero-tag-dot {\n  width: 6px;\n  height: 6px;\n  background: var(--red);\n  border-radius: 50%;\n}\n.hero h1 {\n  font-size: clamp(2.4rem, 6vw, 4.5rem);\n  font-weight: 800;\n  line-height: 1.05;\n  letter-spacing: -0.04em;\n  color: var(--black);\n  max-width: 820px;\n  margin-bottom: 28px;\n}\n.hero h1 .accent { color: var(--red); }\n.hero-lead {\n  font-size: 1.125rem;\n  color: var(--mid);\n  max-width: 560px;\n  line-height: 1.7;\n  margin-bottom: 44px;\n  font-weight: 400;\n}\n.hero-actions {\n  display: flex;\n  gap: 14px;\n  flex-wrap: wrap;\n  margin-bottom: 72px;\n}\n.btn-primary {\n  background: var(--red);\n  color: var(--white);\n  padding: 14px 30px;\n  border-radius: 10px;\n  font-weight: 700;\n  font-size: 0.95rem;\n  text-decoration: none;\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  transition: background 0.15s, transform 0.1s;\n  font-family: 'Sora', sans-serif;\n}\n.btn-primary:hover { background: var(--red-dark); transform: translateY(-1px); }\n.btn-outline {\n  background: transparent;\n  color: var(--black);\n  padding: 14px 30px;\n  border-radius: 10px;\n  font-weight: 600;\n  font-size: 0.95rem;\n  text-decoration: none;\n  border: 1.5px solid var(--border);\n  transition: border-color 0.15s, background 0.15s;\n  font-family: 'Sora', sans-serif;\n}\n.btn-outline:hover { border-color: var(--black); background: var(--light-bg); }\n\/* Hero stats bar *\/\n.hero-stats {\n  display: flex;\n  gap: 0;\n  border: 1.5px solid var(--border);\n  border-radius: 14px;\n  overflow: hidden;\n  max-width: 700px;\n}\n.hero-stat {\n  flex: 1;\n  padding: 20px 24px;\n  border-right: 1px solid var(--border);\n}\n.hero-stat:last-child { border-right: none; }\n.hero-stat-val {\n  font-size: 1.4rem;\n  font-weight: 800;\n  color: var(--black);\n  letter-spacing: -0.04em;\n  line-height: 1;\n  margin-bottom: 4px;\n}\n.hero-stat-val span { color: var(--red); }\n.hero-stat-label {\n  font-size: 0.72rem;\n  color: var(--light-mid);\n  font-weight: 500;\n}\n\/* \u2500\u2500 DIVIDER \u2500\u2500 *\/\n.divider {\n  height: 1px;\n  background: var(--border);\n  max-width: 1160px;\n  margin: 0 auto;\n}\n\/* \u2500\u2500 TRUST BAR \u2500\u2500 *\/\n.trust-bar {\n  padding: 20px 40px;\n  max-width: 1160px;\n  margin: 0 auto;\n  display: flex;\n  flex-wrap: wrap;\n  gap: 32px;\n  align-items: center;\n  justify-content: flex-start;\n}\n.trust-label {\n  font-size: 0.72rem;\n  font-weight: 600;\n  color: var(--light-mid);\n  text-transform: uppercase;\n  letter-spacing: 0.08em;\n  white-space: nowrap;\n}\n.trust-items { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; }\n.trust-item {\n  display: flex;\n  align-items: center;\n  gap: 7px;\n  font-size: 0.82rem;\n  color: var(--mid);\n  font-weight: 500;\n}\n.trust-check {\n  width: 18px;\n  height: 18px;\n  background: var(--red-bg);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 0.6rem;\n  color: var(--red);\n  font-weight: 700;\n  flex-shrink: 0;\n}\n\/* \u2500\u2500 SECTION BASE \u2500\u2500 *\/\n.section-pad { padding: 96px 40px; }\n.section-pad-sm { padding: 64px 40px; }\n.container { max-width: 1160px; margin: 0 auto; }\n.section-tag {\n  font-size: 0.72rem;\n  font-weight: 700;\n  color: var(--red);\n  text-transform: uppercase;\n  letter-spacing: 0.1em;\n  margin-bottom: 14px;\n}\nh2 {\n  font-size: clamp(1.7rem, 3.5vw, 2.6rem);\n  font-weight: 800;\n  color: var(--black);\n  letter-spacing: -0.035em;\n  line-height: 1.1;\n  margin-bottom: 16px;\n}\n.section-sub {\n  font-size: 1rem;\n  color: var(--mid);\n  max-width: 520px;\n  line-height: 1.7;\n  margin-bottom: 56px;\n}\n\/* \u2500\u2500 LEGAL NOTICE \u2500\u2500 *\/\n.legal-notice {\n  background: var(--light-bg);\n  border: 1.5px solid var(--border);\n  border-radius: 12px;\n  padding: 20px 28px;\n  max-width: 1160px;\n  margin: 0 auto 0;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n.legal-icon {\n  width: 36px;\n  height: 36px;\n  background: var(--red-bg);\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 1rem;\n  flex-shrink: 0;\n}\n.legal-notice p {\n  font-size: 0.875rem;\n  color: var(--mid);\n  line-height: 1.65;\n}\n.legal-notice strong { color: var(--black); }\n\/* \u2500\u2500 HOW IT WORKS \u2500\u2500 *\/\n.how-section { background: var(--light-bg); }\n.steps {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 24px;\n}\n.step {\n  background: var(--white);\n  border: 1.5px solid var(--border);\n  border-radius: 14px;\n  padding: 28px;\n  position: relative;\n  transition: border-color 0.2s, box-shadow 0.2s;\n}\n.step:hover {\n  border-color: var(--black);\n  box-shadow: 0 4px 24px rgba(0,0,0,0.06);\n}\n.step-num {\n  font-size: 0.72rem;\n  font-weight: 700;\n  color: var(--red);\n  letter-spacing: 0.08em;\n  margin-bottom: 20px;\n}\n.step-icon {\n  font-size: 1.5rem;\n  margin-bottom: 16px;\n  display: block;\n}\n.step h3 {\n  font-size: 0.95rem;\n  font-weight: 700;\n  color: var(--black);\n  margin-bottom: 10px;\n  letter-spacing: -0.02em;\n}\n.step p { font-size: 0.85rem; color: var(--mid); line-height: 1.65; }\n\/* \u2500\u2500 SERVICES \u2500\u2500 *\/\n.services-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 1px;\n  background: var(--border);\n  border: 1.5px solid var(--border);\n  border-radius: 16px;\n  overflow: hidden;\n}\n.service-card {\n  background: var(--white);\n  padding: 28px;\n  transition: background 0.15s;\n}\n.service-card:hover { background: var(--light-bg); }\n.service-emoji { font-size: 1.5rem; margin-bottom: 14px; display: block; }\n.service-card h3 {\n  font-size: 0.92rem;\n  font-weight: 700;\n  color: var(--black);\n  margin-bottom: 8px;\n  letter-spacing: -0.02em;\n}\n.service-card p { font-size: 0.82rem; color: var(--mid); line-height: 1.6; }\n\/* \u2500\u2500 WHY US \u2500\u2500 *\/\n.why-section { background: var(--black); }\n.why-section h2 { color: var(--white); }\n.why-section .section-tag { color: var(--red); }\n.why-section .section-sub { color: rgba(255,255,255,0.45); max-width: 480px; }\n.why-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 1px;\n  background: rgba(255,255,255,0.06);\n  border: 1px solid rgba(255,255,255,0.06);\n  border-radius: 16px;\n  overflow: hidden;\n}\n.why-card {\n  background: var(--near-black);\n  padding: 36px 32px;\n  transition: background 0.15s;\n}\n.why-card:hover { background: #1e1e1e; }\n.why-num {\n  font-size: 0.72rem;\n  font-weight: 700;\n  color: var(--red);\n  letter-spacing: 0.1em;\n  margin-bottom: 20px;\n}\n.why-card h3 {\n  font-size: 1rem;\n  font-weight: 700;\n  color: var(--white);\n  margin-bottom: 12px;\n  letter-spacing: -0.02em;\n}\n.why-card p { font-size: 0.875rem; color: rgba(255,255,255,0.5); line-height: 1.7; }\n\/* \u2500\u2500 LEGISLATION \u2500\u2500 *\/\n.leg-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 48px;\n  align-items: start;\n}\n.leg-text p { color: var(--mid); line-height: 1.8; margin-bottom: 18px; font-size: 0.95rem; }\n.leg-cards { display: flex; flex-direction: column; gap: 10px; }\n.leg-card {\n  border: 1.5px solid var(--border);\n  border-radius: 12px;\n  padding: 18px 22px;\n  display: flex;\n  gap: 18px;\n  align-items: flex-start;\n  transition: border-color 0.15s;\n}\n.leg-card:hover { border-color: var(--black); }\n.leg-year {\n  font-size: 0.78rem;\n  font-weight: 700;\n  color: var(--red);\n  min-width: 36px;\n  padding-top: 2px;\n  letter-spacing: 0.02em;\n}\n.leg-card h4 { font-size: 0.875rem; font-weight: 700; color: var(--black); margin-bottom: 4px; letter-spacing: -0.01em; }\n.leg-card p { font-size: 0.8rem; color: var(--mid); line-height: 1.6; }\n\/* \u2500\u2500 PRICING \u2500\u2500 *\/\n.pricing-section { background: var(--light-bg); }\n.pricing-table {\n  max-width: 720px;\n  margin: 0 auto;\n  border: 1.5px solid var(--border);\n  border-radius: 16px;\n  overflow: hidden;\n  background: var(--white);\n}\n.pricing-head {\n  background: var(--black);\n  display: grid;\n  grid-template-columns: 1fr 100px 110px;\n  padding: 16px 28px;\n  gap: 16px;\n  font-size: 0.72rem;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 0.08em;\n  color: rgba(255,255,255,0.45);\n}\n.price-row {\n  display: grid;\n  grid-template-columns: 1fr 100px 110px;\n  padding: 15px 28px;\n  gap: 16px;\n  border-bottom: 1px solid var(--border);\n  align-items: center;\n  transition: background 0.12s;\n}\n.price-row:last-child { border-bottom: none; }\n.price-row:hover { background: var(--light-bg); }\n.price-label { font-size: 0.9rem; color: var(--black); font-weight: 500; }\n.price-dur { font-size: 0.8rem; color: var(--light-mid); }\n.price-amt { font-size: 0.92rem; color: var(--red); font-weight: 700; }\n.pricing-footer {\n  background: var(--light-bg);\n  padding: 16px 28px;\n  font-size: 0.8rem;\n  color: var(--mid);\n  border-top: 1px solid var(--border);\n  line-height: 1.6;\n}\n.pricing-cta { text-align: center; margin-top: 40px; }\n\/* \u2500\u2500 CITIES \u2500\u2500 *\/\n.cities-grid {\n  display: grid;\n  grid-template-columns: repeat(5, 1fr);\n  gap: 10px;\n}\n.city-card {\n  border: 1.5px solid var(--border);\n  border-radius: 12px;\n  padding: 18px 20px;\n  text-decoration: none;\n  display: flex;\n  flex-direction: column;\n  gap: 4px;\n  transition: border-color 0.15s, background 0.15s;\n  background: var(--white);\n}\n.city-card:hover { border-color: var(--black); background: var(--light-bg); }\n.city-name { font-size: 0.92rem; font-weight: 700; color: var(--black); letter-spacing: -0.02em; }\n.city-region { font-size: 0.75rem; color: var(--light-mid); }\n.city-arrow { font-size: 0.8rem; color: var(--red); margin-top: 8px; }\n\/* \u2500\u2500 FAQ \u2500\u2500 *\/\n.faq-list { max-width: 720px; }\n.faq-item { border-bottom: 1px solid var(--border); }\n.faq-item:first-child { border-top: 1px solid var(--border); }\n.faq-q {\n  padding: 22px 0;\n  font-weight: 600;\n  font-size: 0.95rem;\n  color: var(--black);\n  cursor: pointer;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 20px;\n  user-select: none;\n  letter-spacing: -0.01em;\n  transition: color 0.15s;\n}\n.faq-q:hover { color: var(--red); }\n.faq-icon {\n  width: 22px;\n  height: 22px;\n  border: 1.5px solid var(--border);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 0.85rem;\n  color: var(--mid);\n  flex-shrink: 0;\n  transition: all 0.2s;\n  font-weight: 400;\n}\n.faq-item.open .faq-icon {\n  border-color: var(--red);\n  background: var(--red);\n  color: white;\n  transform: rotate(45deg);\n}\n.faq-a {\n  display: none;\n  padding: 0 0 22px;\n  font-size: 0.9rem;\n  color: var(--mid);\n  line-height: 1.75;\n}\n.faq-item.open .faq-a { display: block; }\n\/* \u2500\u2500 CONTACT \u2500\u2500 *\/\n.contact-section { background: var(--black); }\n.contact-section h2 { color: var(--white); }\n.contact-section .section-tag { color: var(--red); }\n.contact-section .section-sub { color: rgba(255,255,255,0.45); }\n.contact-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 64px;\n  align-items: start;\n}\n.contact-detail {\n  display: flex;\n  gap: 16px;\n  align-items: flex-start;\n  margin-bottom: 28px;\n}\n.c-icon {\n  width: 38px;\n  height: 38px;\n  background: rgba(255,59,48,0.12);\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 0.95rem;\n  flex-shrink: 0;\n}\n.c-label { font-size: 0.72rem; color: rgba(255,255,255,0.35); font-weight: 600; text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 4px; }\n.c-value { font-size: 0.95rem; color: var(--white); font-weight: 600; }\n.c-value a { color: rgba(255,59,48,0.9); text-decoration: none; }\n.contact-form {\n  background: var(--white);\n  border-radius: 16px;\n  padding: 36px;\n}\n.form-title { font-size: 1.1rem; font-weight: 800; color: var(--black); margin-bottom: 24px; letter-spacing: -0.03em; }\n.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }\n.form-group { margin-bottom: 14px; }\n.form-label {\n  display: block;\n  font-size: 0.72rem;\n  font-weight: 700;\n  color: var(--mid);\n  margin-bottom: 6px;\n  text-transform: uppercase;\n  letter-spacing: 0.07em;\n}\n.form-group input,\n.form-group select,\n.form-group textarea {\n  width: 100%;\n  padding: 11px 14px;\n  border: 1.5px solid var(--border);\n  border-radius: 9px;\n  font-family: 'Sora', sans-serif;\n  font-size: 0.875rem;\n  color: var(--black);\n  outline: none;\n  transition: border-color 0.15s;\n  background: var(--light-bg);\n}\n.form-group input:focus,\n.form-group select:focus,\n.form-group textarea:focus {\n  border-color: var(--black);\n  background: var(--white);\n}\n.form-group textarea { height: 90px; resize: vertical; }\n.form-submit {\n  width: 100%;\n  background: var(--red);\n  color: var(--white);\n  padding: 14px;\n  border: none;\n  border-radius: 9px;\n  font-family: 'Sora', sans-serif;\n  font-size: 0.95rem;\n  font-weight: 700;\n  cursor: pointer;\n  transition: background 0.15s;\n  letter-spacing: -0.01em;\n}\n.form-submit:hover { background: var(--red-dark); }\n\/* \u2500\u2500 FOOTER \u2500\u2500 *\/\nfooter {\n  background: #080808;\n  color: rgba(255,255,255,0.4);\n  padding: 60px 40px 32px;\n}\n.footer-inner { max-width: 1160px; margin: 0 auto; }\n.footer-top {\n  display: grid;\n  grid-template-columns: 1.8fr 1fr 1fr 1fr;\n  gap: 48px;\n  margin-bottom: 48px;\n}\n.footer-brand-name {\n  font-size: 0.95rem;\n  font-weight: 800;\n  color: var(--white);\n  letter-spacing: -0.03em;\n  margin-bottom: 12px;\n  display: flex;\n  align-items: center;\n  gap: 8px;\n}\n.footer-brand-dot { width: 7px; height: 7px; background: var(--red); border-radius: 50%; }\n.footer-desc { font-size: 0.82rem; line-height: 1.7; margin-bottom: 0; }\n.footer-col h4 {\n  font-size: 0.72rem;\n  font-weight: 700;\n  color: rgba(255,255,255,0.6);\n  text-transform: uppercase;\n  letter-spacing: 0.08em;\n  margin-bottom: 16px;\n}\n.footer-col ul { list-style: none; }\n.footer-col ul li { margin-bottom: 10px; }\n.footer-col ul li a {\n  color: rgba(255,255,255,0.4);\n  text-decoration: none;\n  font-size: 0.85rem;\n  transition: color 0.15s;\n}\n.footer-col ul li a:hover { color: var(--white); }\n.footer-bottom {\n  border-top: 1px solid rgba(255,255,255,0.06);\n  padding-top: 24px;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  flex-wrap: wrap;\n  gap: 8px;\n  font-size: 0.78rem;\n}\n\/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n@media (max-width: 1024px) {\n  .services-grid { grid-template-columns: repeat(2, 1fr); }\n  .cities-grid { grid-template-columns: repeat(3, 1fr); }\n  .why-grid { grid-template-columns: repeat(2, 1fr); }\n}\n@media (max-width: 768px) {\n  nav { padding: 0 20px; }\n  .nav-links { display: none; }\n  .nav-toggle { display: block; }\n  .hero { padding: 64px 20px 56px; }\n  .hero-stats { flex-wrap: wrap; }\n  .hero-stat { min-width: 130px; }\n  .section-pad { padding: 64px 20px; }\n  .section-pad-sm { padding: 48px 20px; }\n  .trust-bar { padding: 20px; }\n  .steps { grid-template-columns: 1fr 1fr; }\n  .services-grid { grid-template-columns: 1fr 1fr; }\n  .why-grid { grid-template-columns: 1fr; }\n  .leg-grid { grid-template-columns: 1fr; }\n  .contact-grid { grid-template-columns: 1fr; }\n  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }\n  .cities-grid { grid-template-columns: repeat(2, 1fr); }\n  .pricing-head, .price-row { grid-template-columns: 1fr 90px; }\n  .price-dur { display: none; }\n  .form-row { grid-template-columns: 1fr; }\n  .legal-notice { margin: 0 20px; }\n}\n@media (max-width: 480px) {\n  .steps { grid-template-columns: 1fr; }\n  .services-grid { grid-template-columns: 1fr; }\n  .footer-top { grid-template-columns: 1fr; }\n  .hero-stats { display: grid; grid-template-columns: 1fr 1fr; }\n}\n<\/style>\n<!-- NAV -->\n<nav>\n  <div class=\"nav-inner\">\n    <a href=\"\/\" class=\"nav-brand\">\n      <div class=\"nav-logo\">\ud83d\udd25<\/div>\n      National Fire Risk Assessment\n    <\/a>\n    <ul class=\"nav-links\">\n      <li><a href=\"#services\">Services<\/a><\/li>\n      <li><a href=\"#pricing\">Pricing<\/a><\/li>\n      <li><a href=\"#areas\">Areas<\/a><\/li>\n      <li><a href=\"#faq\">FAQ<\/a><\/li>\n      <li><a href=\"#contact\" class=\"nav-cta\">Get Free Quote<\/a><\/li>\n    <\/ul>\n    <button class=\"nav-toggle\">\u2630<\/button>\n  <\/div>\n<\/nav>\n<!-- HERO -->\n<div class=\"hero\">\n  <div class=\"hero-tag\"><div class=\"hero-tag-dot\"><\/div> UK Fire Risk Assessment Marketplace<\/div>\n  <h1>Fire Risk Assessments<br>for <span class=\"accent\">Every Property<\/span><br>Across the UK.<\/h1>\n  <p class=\"hero-lead\">We connect landlords, businesses, and property managers with qualified, accredited fire risk assessors nationwide. Legal compliance made simple.<\/p>\n  <div class=\"hero-actions\">\n    <a href=\"#contact\" class=\"btn-primary\">Get Your Free Quote \u2192<\/a>\n    <a href=\"#services\" class=\"btn-outline\">View All Services<\/a>\n  <\/div>\n  <div class=\"hero-stats\">\n    <div class=\"hero-stat\">\n      <div class=\"hero-stat-val\">IFE<span>\/IFSM<\/span><\/div>\n      <div class=\"hero-stat-label\">Qualified only<\/div>\n    <\/div>\n    <div class=\"hero-stat\">\n      <div class=\"hero-stat-val\">PAS<span> 79<\/span><\/div>\n      <div class=\"hero-stat-label\">Compliant reports<\/div>\n    <\/div>\n    <div class=\"hero-stat\">\n      <div class=\"hero-stat-val\">10<span>+<\/span><\/div>\n      <div class=\"hero-stat-label\">Cities covered<\/div>\n    <\/div>\n    <div class=\"hero-stat\">\n      <div class=\"hero-stat-val\">Free<\/div>\n      <div class=\"hero-stat-label\">No-obligation quotes<\/div>\n    <\/div>\n  <\/div>\n<\/div>\n<div class=\"divider\"><\/div>\n<!-- TRUST BAR -->\n<div class=\"trust-bar\">\n  <span class=\"trust-label\">Trusted because<\/span>\n  <div class=\"trust-items\">\n    <div class=\"trust-item\"><div class=\"trust-check\">\u2713<\/div> IFE &#038; IFSM qualified assessors<\/div>\n    <div class=\"trust-item\"><div class=\"trust-check\">\u2713<\/div> PAS 79-1:2020 reports<\/div>\n    <div class=\"trust-item\"><div class=\"trust-check\">\u2713<\/div> TFRAR registered<\/div>\n    <div class=\"trust-item\"><div class=\"trust-check\">\u2713<\/div> All property types<\/div>\n    <div class=\"trust-item\"><div class=\"trust-check\">\u2713<\/div> 5\u201310 day turnaround<\/div>\n  <\/div>\n<\/div>\n<div class=\"divider\"><\/div>\n<!-- LEGAL NOTICE -->\n<div style=\"padding: 40px 40px 0;\">\n  <div class=\"legal-notice\">\n    <div class=\"legal-icon\">\u069a\ufffd\ufe0f<\/div>\n    <p><strong>Legal requirement:<\/strong> Under the <strong>Regulatory Reform (Fire Safety) Order 2005<\/strong>, virtually every non-domestic premises in England and Wales must have a current written fire risk assessment. Since October 2023, this applies regardless of the number of employees. Non-compliance can result in unlimited fines and up to two years&#8217; imprisonment.<\/p>\n  <\/div>\n<\/div>\n<!-- HOW IT WORKS -->\n<section class=\"how-section section-pad\" id=\"how\">\n  <div class=\"container\">\n    <div class=\"section-tag\">How It Works<\/div>\n    <h2>Four steps to full compliance.<\/h2>\n    <p class=\"section-sub\">No chasing quotes, no uncertainty about qualifications. We make the whole process straightforward.<\/p>\n    <div class=\"steps\">\n      <div class=\"step\">\n        <div class=\"step-num\">STEP 01<\/div>\n        <span class=\"step-icon\">\ud83d\udccb<\/span>\n        <h3>Tell us about your property<\/h3>\n        <p>Complete our short enquiry form with your property type, location, and any relevant details. Takes under two minutes.<\/p>\n      <\/div>\n      <div class=\"step\">\n        <div class=\"step-num\">STEP 02<\/div>\n        <span class=\"step-icon\">\ud83d\udd0d<\/span>\n        <h3>We match you with a qualified assessor<\/h3>\n        <p>We identify the most suitable accredited assessor in your area based on your property type and requirements.<\/p>\n      <\/div>\n      <div class=\"step\">\n        <div class=\"step-num\">STEP 03<\/div>\n        <span class=\"step-icon\">\ud83d\udcc4<\/span>\n        <h3>Receive your PAS 79 report<\/h3>\n        <p>Your assessor delivers a comprehensive written report with significant findings and a prioritised action plan.<\/p>\n      <\/div>\n      <div class=\"step\">\n        <div class=\"step-num\">STEP 04<\/div>\n        <span class=\"step-icon\">\u2705<\/span>\n        <h3>Stay compliant<\/h3>\n        <p>We arrange annual reviews to ensure you remain fully compliant as your premises and obligations evolve.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n<!-- SERVICES -->\n<section class=\"section-pad\" id=\"services\">\n  <div class=\"container\">\n    <div class=\"section-tag\">Our Services<\/div>\n    <h2>Every property type. Every sector.<\/h2>\n    <p class=\"section-sub\">Our assessor network covers all major property types across England and Wales.<\/p>\n    <div class=\"services-grid\">\n      <div class=\"service-card\">\n        <span class=\"service-emoji\">\ud83c\udfe2<\/span>\n        <h3>Commercial Premises<\/h3>\n        <p>Offices, retail units, restaurants, pubs, and commercial premises of all sizes. Full RRO 2005 compliance.<\/p>\n      <\/div>\n      <div class=\"service-card\">\n        <span class=\"service-emoji\">\ud83c\udfe0<\/span>\n        <h3>HMO Assessments<\/h3>\n        <p>Houses in multiple occupation. Reports accepted by local authority licensing teams nationwide.<\/p>\n      <\/div>\n      <div class=\"service-card\">\n        <span class=\"service-emoji\">\ud83c\udfe5<\/span>\n        <h3>Care Homes<\/h3>\n        <p>Specialist assessments including PEEPs for all residents and CQC Regulation 12 compliance documentation.<\/p>\n      <\/div>\n      <div class=\"service-card\">\n        <span class=\"service-emoji\">\ud83c\udfd7\ufe0f<\/span>\n        <h3>Residential Blocks<\/h3>\n        <p>Communal areas and escape routes. Compliant with the Fire Safety Act 2021 and 2022 Regulations.<\/p>\n      <\/div>\n      <div class=\"service-card\">\n        <span class=\"service-emoji\">\ud83c\udfeb<\/span>\n        <h3>Schools &#038; Education<\/h3>\n        <p>Academies, schools, and colleges. Experience with labs, assembly spaces, and out-of-hours usage.<\/p>\n      <\/div>\n      <div class=\"service-card\">\n        <span class=\"service-emoji\">\ud83c\udfed<\/span>\n        <h3>Warehouse &#038; Industrial<\/h3>\n        <p>High-rack storage, flammable materials, forklift operations, and large open-plan layouts.<\/p>\n      <\/div>\n      <div class=\"service-card\">\n        <span class=\"service-emoji\">\ud83c\udfe8<\/span>\n        <h3>Hotels &#038; Hospitality<\/h3>\n        <p>Sleeping risk premises and commercial kitchens. Elevated fire safety obligations fully covered.<\/p>\n      <\/div>\n      <div class=\"service-card\">\n        <span class=\"service-emoji\">\u26ea<\/span>\n        <h3>Churches &#038; Community<\/h3>\n        <p>Listed buildings, large assembly spaces, and volunteer-run organisations across England and Wales.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n<!-- WHY US -->\n<section class=\"why-section section-pad\">\n  <div class=\"container\">\n    <div class=\"section-tag\">Why Choose Us<\/div>\n    <h2>Qualified. Local. Consistent.<\/h2>\n    <p class=\"section-sub\">We built this platform because finding a qualified fire risk assessor at a fair price shouldn&#8217;t be difficult.<\/p>\n    <div class=\"why-grid\">\n      <div class=\"why-card\">\n        <div class=\"why-num\">01<\/div>\n        <h3>Qualified &#038; Accredited Only<\/h3>\n        <p>Every assessor holds IFE or IFSM membership and is listed on the TFRAR register. No unqualified individuals. No exceptions.<\/p>\n      <\/div>\n      <div class=\"why-card\">\n        <div class=\"why-num\">02<\/div>\n        <h3>Local Knowledge, National Reach<\/h3>\n        <p>We match you with a local assessor who knows your area and your local fire and rescue service \u2014 not whoever happens to be available.<\/p>\n      <\/div>\n      <div class=\"why-card\">\n        <div class=\"why-num\">03<\/div>\n        <h3>Transparent Pricing<\/h3>\n        <p>Clear, competitive pricing before you commit. Free no-obligation quotes. Portfolio discounts for multiple properties.<\/p>\n      <\/div>\n      <div class=\"why-card\">\n        <div class=\"why-num\">04<\/div>\n        <h3>PAS 79-Compliant Reports<\/h3>\n        <p>Every assessment produces a report in PAS 79-1:2020 format \u2014 the recognised standard satisfying your fire and rescue authority.<\/p>\n      <\/div>\n      <div class=\"why-card\">\n        <div class=\"why-num\">05<\/div>\n        <h3>Fast Turnaround<\/h3>\n        <p>Assessments arranged within 5 to 10 working days. Urgent assessments available for licence renewals and enforcement notices.<\/p>\n      <\/div>\n      <div class=\"why-card\">\n        <div class=\"why-num\">06<\/div>\n        <h3>Ongoing Compliance<\/h3>\n        <p>We arrange annual reviews and provide follow-up telephone support to help you work through your action plan.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n<!-- LEGISLATION -->\n<section class=\"section-pad\">\n  <div class=\"container\">\n    <div class=\"section-tag\">Legal Framework<\/div>\n    <h2>The legislation you<br>need to know.<\/h2>\n    <div class=\"leg-grid\">\n      <div class=\"leg-text\">\n        <p>The Regulatory Reform (Fire Safety) Order 2005 is the primary legislation governing fire safety in non-domestic premises across England and Wales. It places a legal duty on the responsible person \u2014 the employer, building owner, landlord, or managing agent \u2014 to ensure a suitable and sufficient fire risk assessment is carried out and kept current.<\/p>\n        <p>Since October 2023, all fire risk assessments must be recorded in writing regardless of the size of the organisation. Informal or verbal assessments are no longer sufficient for any premises.<\/p>\n        <p>Failure to comply can result in enforcement notices, prohibition notices closing your premises immediately, and criminal prosecution. Penalties include unlimited fines and up to two years&#8217; imprisonment. Failing to maintain a valid assessment can also invalidate your building insurance.<\/p>\n      <\/div>\n      <div class=\"leg-cards\">\n        <div class=\"leg-card\">\n          <div class=\"leg-year\">2005<\/div>\n          <div>\n            <h4>Regulatory Reform (Fire Safety) Order<\/h4>\n            <p>Primary fire safety legislation for all non-domestic premises. Requires a suitable and sufficient fire risk assessment by a competent person, kept under regular review.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"leg-card\">\n          <div class=\"leg-year\">2021<\/div>\n          <div>\n            <h4>Fire Safety Act 2021<\/h4>\n            <p>Extended the scope of the Fire Safety Order to include the structure, external walls, and flat entrance doors of multi-occupied residential buildings.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"leg-card\">\n          <div class=\"leg-year\">2022<\/div>\n          <div>\n            <h4>Building Safety Act 2022<\/h4>\n            <p>New duties for higher-risk buildings and mandatory written fire risk assessments for all premises from October 2023 regardless of employee numbers.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"leg-card\">\n          <div class=\"leg-year\">2022<\/div>\n          <div>\n            <h4>Fire Safety (England) Regulations<\/h4>\n            <p>Extended responsible person duties in multi-occupied residential buildings \u2014 fire door inspections and sharing fire safety information with residents.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n<!-- PRICING -->\n<section class=\"pricing-section section-pad\" id=\"pricing\">\n  <div class=\"container\">\n    <div class=\"section-tag\">Pricing<\/div>\n    <h2>Transparent costs.<br>No surprises.<\/h2>\n    <p class=\"section-sub\">Indicative pricing across England and Wales. All quotes free with no obligation.<\/p>\n    <div class=\"pricing-table\">\n      <div class=\"pricing-head\">\n        <span>Property Type<\/span>\n        <span>Duration<\/span>\n        <span>Price<\/span>\n      <\/div>\n      <div class=\"price-row\"><span class=\"price-label\">Small office or retail unit<\/span><span class=\"price-dur\">1\u20132 hrs<\/span><span class=\"price-amt\">\u00a3200\u2013\u00a3350<\/span><\/div>\n      <div class=\"price-row\"><span class=\"price-label\">HMO (3\u20135 bedrooms)<\/span><span class=\"price-dur\">2\u20133 hrs<\/span><span class=\"price-amt\">\u00a3250\u2013\u00a3400<\/span><\/div>\n      <div class=\"price-row\"><span class=\"price-label\">Block of flats (communal)<\/span><span class=\"price-dur\">2\u20134 hrs<\/span><span class=\"price-amt\">\u00a3300\u2013\u00a3500<\/span><\/div>\n      <div class=\"price-row\"><span class=\"price-label\">Care home or nursing home<\/span><span class=\"price-dur\">3\u20136 hrs<\/span><span class=\"price-amt\">\u00a3400\u2013\u00a3600+<\/span><\/div>\n      <div class=\"price-row\"><span class=\"price-label\">School or academy<\/span><span class=\"price-dur\">3\u20135 hrs<\/span><span class=\"price-amt\">\u00a3350\u2013\u00a3600<\/span><\/div>\n      <div class=\"price-row\"><span class=\"price-label\">Warehouse or industrial unit<\/span><span class=\"price-dur\">2\u20134 hrs<\/span><span class=\"price-amt\">\u00a3300\u2013\u00a3500<\/span><\/div>\n      <div class=\"price-row\"><span class=\"price-label\">Hotel or guest house<\/span><span class=\"price-dur\">3\u20136 hrs<\/span><span class=\"price-amt\">\u00a3400\u2013\u00a3800+<\/span><\/div>\n      <div class=\"price-row\"><span class=\"price-label\">Restaurant or pub<\/span><span class=\"price-dur\">2\u20133 hrs<\/span><span class=\"price-amt\">\u00a3250\u2013\u00a3400<\/span><\/div>\n      <div class=\"price-row\"><span class=\"price-label\">Church or community building<\/span><span class=\"price-dur\">2\u20133 hrs<\/span><span class=\"price-amt\">\u00a3250\u2013\u00a3400<\/span><\/div>\n      <div class=\"pricing-footer\">All prices include the on-site inspection, PAS 79-1:2020 written report, prioritised action plan, and follow-up telephone support. Portfolio discounts available.<\/div>\n    <\/div>\n    <div class=\"pricing-cta\">\n      <a href=\"#contact\" class=\"btn-primary\">Get Your Free Quote \u2192<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n<!-- AREAS -->\n<section class=\"section-pad\" id=\"areas\">\n  <div class=\"container\">\n    <div class=\"section-tag\">Coverage<\/div>\n    <h2>Cities we cover.<\/h2>\n    <p class=\"section-sub\">Qualified assessors across England and Wales. Click your city for local information and pricing.<\/p>\n    <div class=\"cities-grid\">\n      <a href=\"https:\/\/hullfireassessments.co.uk\" class=\"city-card\">\n        <div class=\"city-name\">Hull<\/div>\n        <div class=\"city-region\">East Yorkshire<\/div>\n        <div class=\"city-arrow\">\u2192<\/div>\n      <\/a>\n      <a href=\"https:\/\/leicesterfireassessments.co.uk\" class=\"city-card\">\n        <div class=\"city-name\">Leicester<\/div>\n        <div class=\"city-region\">Leicestershire<\/div>\n        <div class=\"city-arrow\">\u2192<\/div>\n      <\/a>\n      <a href=\"https:\/\/nottinghamfireassessments.co.uk\" class=\"city-card\">\n        <div class=\"city-name\">Nottingham<\/div>\n        <div class=\"city-region\">Nottinghamshire<\/div>\n        <div class=\"city-arrow\">\u2192<\/div>\n      <\/a>\n      <a href=\"#contact\" class=\"city-card\">\n        <div class=\"city-name\">Birmingham<\/div>\n        <div class=\"city-region\">West Midlands<\/div>\n        <div class=\"city-arrow\">\u2192<\/div>\n      <\/a>\n      <a href=\"#contact\" class=\"city-card\">\n        <div class=\"city-name\">Derby<\/div>\n        <div class=\"city-region\">Derbyshire<\/div>\n        <div class=\"city-arrow\">\u2192<\/div>\n      <\/a>\n      <a href=\"#contact\" class=\"city-card\">\n        <div class=\"city-name\">Sheffield<\/div>\n        <div class=\"city-region\">South Yorkshire<\/div>\n        <div class=\"city-arrow\">\u2192<\/div>\n      <\/a>\n      <a href=\"#contact\" class=\"city-card\">\n        <div class=\"city-name\">Bradford<\/div>\n        <div class=\"city-region\">West Yorkshire<\/div>\n        <div class=\"city-arrow\">\u2192<\/div>\n      <\/a>\n      <a href=\"#contact\" class=\"city-card\">\n        <div class=\"city-name\">Coventry<\/div>\n        <div class=\"city-region\">West Midlands<\/div>\n        <div class=\"city-arrow\">\u2192<\/div>\n      <\/a>\n      <a href=\"#contact\" class=\"city-card\">\n        <div class=\"city-name\">Wolverhampton<\/div>\n        <div class=\"city-region\">West Midlands<\/div>\n        <div class=\"city-arrow\">\u2192<\/div>\n      <\/a>\n      <a href=\"#contact\" class=\"city-card\">\n        <div class=\"city-name\">Sunderland<\/div>\n        <div class=\"city-region\">Tyne &amp; Wear<\/div>\n        <div class=\"city-arrow\">\u2192<\/div>\n      <\/a>\n    <\/div>\n  <\/div>\n<\/section>\n<!-- FAQ -->\n<section class=\"section-pad\" id=\"faq\" style=\"background:var(--light-bg)\">\n  <div class=\"container\">\n    <div class=\"section-tag\">FAQ<\/div>\n    <h2>Common questions.<\/h2>\n    <p class=\"section-sub\">Everything you need to know about fire risk assessments in the UK.<\/p>\n    <div class=\"faq-list\">\n      <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"this.parentElement.classList.toggle('open')\">Who needs a fire risk assessment? <span class=\"faq-icon\">+<\/span><\/div>\n        <div class=\"faq-a\">Under the Regulatory Reform (Fire Safety) Order 2005, virtually every non-domestic premises in England and Wales requires a fire risk assessment. This includes offices, shops, restaurants, pubs, hotels, warehouses, factories, care homes, schools, churches, blocks of flats (communal areas), HMOs, and any other building where people work, visit, or sleep that is not a single private dwelling. The responsible person is legally required to ensure a suitable and sufficient assessment is in place.<\/div>\n      <\/div>\n      <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"this.parentElement.classList.toggle('open')\">How often does a fire risk assessment need to be reviewed? <span class=\"faq-icon\">+<\/span><\/div>\n        <div class=\"faq-a\">Best practice is to review your assessment at least annually and commission a full new assessment every three to five years. You are also legally required to review it whenever there is a significant change to your premises \u2014 alterations to layout, building works, a fire incident, or a change in the people using the building. Higher-risk premises such as care homes and HMOs should be reviewed annually as a minimum.<\/div>\n      <\/div>\n      <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"this.parentElement.classList.toggle('open')\">What qualifications should a fire risk assessor have? <span class=\"faq-icon\">+<\/span><\/div>\n        <div class=\"faq-a\">A competent assessor should hold membership of a recognised professional body \u2014 the Institution of Fire Engineers (IFE) or the Institute of Fire Safety Managers (IFSM) \u2014 and ideally be listed on the Third Party Fire Risk Assessors Register (TFRAR). All assessors on our platform meet these standards. Assessments should be carried out in accordance with PAS 79-1:2020.<\/div>\n      <\/div>\n      <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"this.parentElement.classList.toggle('open')\">What is the Regulatory Reform (Fire Safety) Order 2005? <span class=\"faq-icon\">+<\/span><\/div>\n        <div class=\"faq-a\">The Regulatory Reform (Fire Safety) Order 2005, commonly known as the Fire Safety Order or RRO, is the primary legislation governing fire safety in non-domestic premises in England and Wales. It placed a duty on the responsible person to carry out a suitable and sufficient fire risk assessment, implement fire safety measures, and keep the assessment under review. It has since been supplemented by the Fire Safety Act 2021, the Building Safety Act 2022, and the Fire Safety (England) Regulations 2022.<\/div>\n      <\/div>\n      <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"this.parentElement.classList.toggle('open')\">Can I do my own fire risk assessment? <span class=\"faq-icon\">+<\/span><\/div>\n        <div class=\"faq-a\">The Fire Safety Order does not require you to use an external assessor \u2014 it requires the assessment to be suitable and sufficient and the person carrying it out to be competent. For anything beyond a very simple low-risk premises, using a qualified professional is strongly recommended. An inadequate self-assessment can leave you personally liable in the event of a fire or enforcement action.<\/div>\n      <\/div>\n      <div class=\"faq-item\">\n        <div class=\"faq-q\" onclick=\"this.parentElement.classList.toggle('open')\">How quickly can I get an assessment arranged? <span class=\"faq-icon\">+<\/span><\/div>\n        <div class=\"faq-a\">We aim to arrange assessments within 5 to 10 working days. For urgent requirements \u2014 HMO licence renewals, insurance deadlines, or enforcement notices \u2014 please indicate this in your enquiry and we will do our best to accommodate a faster turnaround.<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n<!-- CONTACT -->\n<section class=\"contact-section section-pad\" id=\"contact\">\n  <div class=\"container\">\n    <div class=\"section-tag\">Get Started<\/div>\n    <h2>Get your free quote.<\/h2>\n    <p class=\"section-sub\">Tell us about your property and we&#8217;ll match you with a qualified local assessor within two hours.<\/p>\n    <div class=\"contact-grid\">\n      <div>\n        <div class=\"contact-detail\">\n          <div class=\"c-icon\">\u26a1<\/div>\n          <div><div class=\"c-label\">Response time<\/div><div class=\"c-value\">Within 2 hours on working days<\/div><\/div>\n        <\/div>\n        <div class=\"contact-detail\">\n          <div class=\"c-icon\">\ud83d\udccd<\/div>\n          <div><div class=\"c-label\">Coverage<\/div><div class=\"c-value\">England &amp; Wales nationwide<\/div><\/div>\n        <\/div>\n        <div class=\"contact-detail\">\n          <div class=\"c-icon\">\ud83d\udcc4<\/div>\n          <div><div class=\"c-label\">Report format<\/div><div class=\"c-value\">PAS 79-1:2020 \u2014 5 to 10 working days<\/div><\/div>\n        <\/div>\n        <div class=\"contact-detail\">\n          <div class=\"c-icon\">\u2709\ufe0f<\/div>\n          <div><div class=\"c-label\">Email<\/div><div class=\"c-value\"><a href=\"mailto:info@nationalfireriskassessment.co.uk\">info@nationalfireriskassessment.co.uk<\/a><\/div><\/div>\n        <\/div>\n      <\/div>\n      <div class=\"contact-form\">\n        <div class=\"form-title\">Request Your Free Quote<\/div>\n        <div class=\"form-row\">\n          <div class=\"form-group\"><label class=\"form-label\">First Name<\/label><input type=\"text\" placeholder=\"Jane\"><\/div>\n          <div class=\"form-group\"><label class=\"form-label\">Last Name<\/label><input type=\"text\" placeholder=\"Smith\"><\/div>\n        <\/div>\n        <div class=\"form-group\"><label class=\"form-label\">Email Address<\/label><input type=\"email\" placeholder=\"jane@example.com\"><\/div>\n        <div class=\"form-group\"><label class=\"form-label\">Phone Number<\/label><input type=\"tel\" placeholder=\"07700 000000\"><\/div>\n        <div class=\"form-group\">\n          <label class=\"form-label\">Property Type<\/label>\n          <select>\n            <option value=\"\">Select type&#8230;<\/option>\n            <option>Office or commercial premises<\/option>\n            <option>HMO \/ shared house<\/option>\n            <option>Block of flats<\/option>\n            <option>Care home or nursing home<\/option>\n            <option>School or college<\/option>\n            <option>Warehouse or industrial<\/option>\n            <option>Hotel or guest house<\/option>\n            <option>Restaurant or pub<\/option>\n            <option>Church or community building<\/option>\n            <option>Other<\/option>\n          <\/select>\n        <\/div>\n        <div class=\"form-row\">\n          <div class=\"form-group\"><label class=\"form-label\">Postcode<\/label><input type=\"text\" placeholder=\"e.g. LE1 1AA\"><\/div>\n          <div class=\"form-group\">\n            <label class=\"form-label\">No. of Properties<\/label>\n            <select>\n              <option value=\"\">Select&#8230;<\/option>\n              <option>1 property<\/option>\n              <option>2\u20135 properties<\/option>\n              <option>6\u201310 properties<\/option>\n              <option>10+ properties<\/option>\n            <\/select>\n          <\/div>\n        <\/div>\n        <div class=\"form-group\"><label class=\"form-label\">Additional Details (optional)<\/label><textarea placeholder=\"e.g. Urgent \u2014 HMO licence renewal due, multi-floor building...\"><\/textarea><\/div>\n        <button class=\"form-submit\">Get My Free Quote \u2192<\/button>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n<!-- FOOTER -->\n<footer>\n  <div class=\"footer-inner\">\n    <div class=\"footer-top\">\n      <div>\n        <div class=\"footer-brand-name\"><div class=\"footer-brand-dot\"><\/div> National Fire Risk Assessment<\/div>\n        <p class=\"footer-desc\">A specialist fire risk assessment marketplace connecting property owners, landlords, and businesses across the UK with qualified, accredited local assessors. All assessments carried out in accordance with PAS 79-1:2020.<\/p>\n      <\/div>\n      <div class=\"footer-col\">\n        <h4>Services<\/h4>\n        <ul>\n          <li><a href=\"#services\">Commercial Premises<\/a><\/li>\n          <li><a href=\"#services\">HMO Assessments<\/a><\/li>\n          <li><a href=\"#services\">Care Homes<\/a><\/li>\n          <li><a href=\"#services\">Residential Blocks<\/a><\/li>\n          <li><a href=\"#services\">Schools<\/a><\/li>\n          <li><a href=\"#services\">Warehouses<\/a><\/li>\n          <li><a href=\"#services\">Hotels &amp; Hospitality<\/a><\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"footer-col\">\n        <h4>Cities<\/h4>\n        <ul>\n          <li><a href=\"https:\/\/hullfireassessments.co.uk\">Hull<\/a><\/li>\n          <li><a href=\"https:\/\/leicesterfireassessments.co.uk\">Leicester<\/a><\/li>\n          <li><a href=\"https:\/\/nottinghamfireassessments.co.uk\">Nottingham<\/a><\/li>\n          <li><a href=\"#areas\">Birmingham<\/a><\/li>\n          <li><a href=\"#areas\">Sheffield<\/a><\/li>\n          <li><a href=\"#areas\">View all cities \u2192<\/a><\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"footer-col\">\n        <h4>Info<\/h4>\n        <ul>\n          <li><a href=\"#how\">How It Works<\/a><\/li>\n          <li><a href=\"#pricing\">Pricing<\/a><\/li>\n          <li><a href=\"#faq\">FAQ<\/a><\/li>\n          <li><a href=\"#contact\">Get a Quote<\/a><\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n    <div class=\"footer-bottom\">\n      <span>\u00a9 2026 National Fire Risk Assessment. Registered in England and Wales.<\/span>\n      <span>Fire Risk Assessment Marketplace \u2014 England &amp; Wales<\/span>\n    <\/div>\n  <\/div>\n<\/footer>\n","protected":false},"excerpt":{"rendered":"<p>\ud83d\udd25 National Fire Risk Assessment Services Pricing Areas FAQ Get Free Quote \u2630 UK Fire Risk Assessment Marketplace Fire Risk Assessmentsfor Every PropertyAcross the UK. We connect landlords, businesses, and property managers with qualified, accredited fire risk assessors nationwide. Legal compliance made simple. Get Your Free Quote \u2192 View All Services IFE\/IFSM Qualified only PAS [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>National Fire Risk Assessment<\/title>\n<meta name=\"description\" content=\"Professional fire risk assessments across the UK. IFSM\/IFE qualified assessors. All property types covered. Competitive pricing. Free Quote\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nationalfireriskassessment.co.uk\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"National Fire Risk Assessment\" \/>\n<meta property=\"og:description\" content=\"Professional fire risk assessments across the UK. IFSM\/IFE qualified assessors. All property types covered. Competitive pricing. Free Quote\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nationalfireriskassessment.co.uk\/\" \/>\n<meta property=\"og:site_name\" content=\"National Fire Risk Assessment\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-04T13:09:05+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nationalfireriskassessment.co.uk\/\",\"url\":\"https:\/\/nationalfireriskassessment.co.uk\/\",\"name\":\"National Fire Risk Assessment\",\"isPartOf\":{\"@id\":\"https:\/\/nationalfireriskassessment.co.uk\/#website\"},\"datePublished\":\"2026-03-02T22:30:28+00:00\",\"dateModified\":\"2026-03-04T13:09:05+00:00\",\"description\":\"Professional fire risk assessments across the UK. IFSM\/IFE qualified assessors. All property types covered. Competitive pricing. Free Quote\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nationalfireriskassessment.co.uk\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/nationalfireriskassessment.co.uk\/#website\",\"url\":\"https:\/\/nationalfireriskassessment.co.uk\/\",\"name\":\"National Fire Risk Assessment\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/nationalfireriskassessment.co.uk\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"National Fire Risk Assessment","description":"Professional fire risk assessments across the UK. IFSM\/IFE qualified assessors. All property types covered. Competitive pricing. Free Quote","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/nationalfireriskassessment.co.uk\/","og_locale":"en_US","og_type":"article","og_title":"National Fire Risk Assessment","og_description":"Professional fire risk assessments across the UK. IFSM\/IFE qualified assessors. All property types covered. Competitive pricing. Free Quote","og_url":"https:\/\/nationalfireriskassessment.co.uk\/","og_site_name":"National Fire Risk Assessment","article_modified_time":"2026-03-04T13:09:05+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/nationalfireriskassessment.co.uk\/","url":"https:\/\/nationalfireriskassessment.co.uk\/","name":"National Fire Risk Assessment","isPartOf":{"@id":"https:\/\/nationalfireriskassessment.co.uk\/#website"},"datePublished":"2026-03-02T22:30:28+00:00","dateModified":"2026-03-04T13:09:05+00:00","description":"Professional fire risk assessments across the UK. IFSM\/IFE qualified assessors. All property types covered. Competitive pricing. Free Quote","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nationalfireriskassessment.co.uk\/"]}]},{"@type":"WebSite","@id":"https:\/\/nationalfireriskassessment.co.uk\/#website","url":"https:\/\/nationalfireriskassessment.co.uk\/","name":"National Fire Risk Assessment","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nationalfireriskassessment.co.uk\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/nationalfireriskassessment.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nationalfireriskassessment.co.uk\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nationalfireriskassessment.co.uk\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nationalfireriskassessment.co.uk\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nationalfireriskassessment.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7"}],"version-history":[{"count":6,"href":"https:\/\/nationalfireriskassessment.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":16,"href":"https:\/\/nationalfireriskassessment.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions\/16"}],"wp:attachment":[{"href":"https:\/\/nationalfireriskassessment.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}