:root {
	--cf-blue: #1769ff;
	--cf-blue-dark: #073b9e;
	--cf-navy: #071b45;
	--cf-text: #101828;
	--cf-muted: #475467;
	--cf-tint: #f5f9ff;
	--cf-blue-soft: #eaf3ff;
	--cf-green: #16b364;
	--cf-border: #e4e7ec;
	--cf-white: #fff;
	--cf-shadow: 0 18px 50px rgba(21, 54, 105, .09);
	--cf-radius: 16px;
	--cf-font: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.checkfiber-site,
.checkfiber-site * { box-sizing: border-box; }
.checkfiber-site { color: var(--cf-text); font-family: var(--cf-font); font-size: 16px; line-height: 1.65; overflow: clip; }
.checkfiber-site h1,
.checkfiber-site h2,
.checkfiber-site h3 { color: var(--cf-navy); font-family: var(--cf-font); font-weight: 800; letter-spacing: -.035em; line-height: 1.12; margin: 0 0 .7em; }
.checkfiber-site h1 { font-size: clamp(2.35rem, 5.5vw, 4.55rem); max-width: 930px; }
.checkfiber-site h2 { font-size: clamp(2rem, 4vw, 3.15rem); }
.checkfiber-site h3 { font-size: 1.25rem; }
.checkfiber-site p { color: var(--cf-muted); margin: 0 0 1.25em; }
.checkfiber-site a { color: var(--cf-blue); }
.checkfiber-site svg { display: block; flex: 0 0 auto; }
.cf-container { margin-inline: auto; max-width: 1240px; padding-inline: 28px; width: 100%; }
.cf-container--narrow { max-width: 820px; }
.cf-section { padding-block: clamp(70px, 9vw, 120px); }
.cf-section--tint { background: var(--cf-tint); }
.cf-section-heading { margin: 0 auto 48px; max-width: 760px; text-align: center; }
.cf-section-heading > p:last-child { font-size: 1.1rem; }
.cf-section-heading--row { align-items: end; display: flex; justify-content: space-between; max-width: none; text-align: left; }
.cf-section-heading--row > div { max-width: 780px; }
.cf-kicker { color: var(--cf-blue) !important; font-size: .78rem; font-weight: 800; letter-spacing: .12em; margin-bottom: 14px !important; text-transform: uppercase; }
.cf-kicker--light { color: #9ec4ff !important; }
.cf-lead { font-size: clamp(1.08rem, 2vw, 1.35rem); max-width: 750px; }
.cf-eyebrow { align-items: center; background: var(--cf-blue-soft); border-radius: 999px; color: var(--cf-blue) !important; display: inline-flex; font-size: .84rem; font-weight: 700; gap: 8px; padding: 7px 13px; }
.cf-status-dot { background: var(--cf-blue); border: 4px solid #cbdfff; border-radius: 50%; height: 14px; width: 14px; }
.cf-button { align-items: center; appearance: none; background: var(--cf-blue); border: 0; border-radius: 10px; box-shadow: 0 8px 20px rgba(23, 105, 255, .22); color: #fff !important; cursor: pointer; display: inline-flex; font: 800 .9rem/1 var(--cf-font); gap: 10px; justify-content: center; min-height: 50px; padding: 16px 24px; text-decoration: none; transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.cf-button:hover { background: #0759ed; box-shadow: 0 12px 26px rgba(23, 105, 255, .28); transform: translateY(-1px); }
.cf-button:focus-visible,
.checkfiber-site input:focus-visible,
.checkfiber-site summary:focus-visible,
.checkfiber-site a:focus-visible { outline: 3px solid rgba(23, 105, 255, .32); outline-offset: 3px; }
.cf-button--light { background: #fff; box-shadow: none; color: var(--cf-blue) !important; }

.cf-hero { background: radial-gradient(circle at 75% 32%, rgba(23, 105, 255, .11), transparent 29%), linear-gradient(180deg, #fff, #f8fbff); min-height: min(820px, calc(100vh - 72px)); position: relative; }
.cf-hero__inner { padding-block: clamp(80px, 11vw, 145px) 60px; position: relative; z-index: 2; }
.cf-network-art { height: 460px; opacity: .75; pointer-events: none; position: absolute; right: -40px; top: 50px; width: min(50vw, 720px); }
.cf-network-art::before,
.cf-network-art::after { content: ""; position: absolute; }
.cf-network-art::before { background-image: linear-gradient(rgba(23,105,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(23,105,255,.08) 1px, transparent 1px); background-size: 42px 42px; border-radius: 50%; inset: 0; mask-image: radial-gradient(circle, #000 15%, transparent 70%); transform: perspective(500px) rotateX(58deg) rotateZ(-14deg); }
.cf-network-art::after { border: 4px solid rgba(23,105,255,.5); border-left-color: #24d4a3; border-radius: 70% 40% 70% 35%; height: 130px; right: 13%; top: 40%; transform: rotate(18deg); width: 360px; }
.cf-network-art span { background: #fff; border: 5px solid var(--cf-blue); border-radius: 50%; box-shadow: 0 8px 26px rgba(23,105,255,.2); height: 22px; position: absolute; width: 22px; z-index: 2; }
.cf-network-art span:nth-child(1) { right: 18%; top: 41%; }
.cf-network-art span:nth-child(2) { right: 55%; top: 57%; }
.cf-network-art span:nth-child(3) { right: 12%; top: 68%; }
.cf-network-art span:nth-child(4) { background: #24d4a3; border-color: #fff; right: 26%; top: 56%; }
.cf-network-art span:nth-child(5) { background: var(--cf-blue); border-color: #fff; height: 34px; right: 27%; top: 23%; width: 34px; }

.cf-search-shell { background: rgba(255,255,255,.95); border: 1px solid rgba(23,105,255,.15); border-radius: var(--cf-radius); box-shadow: var(--cf-shadow); margin-top: 38px; max-width: 1110px; padding: 18px; position: relative; }
.cf-search-form { align-items: end; display: grid; gap: 10px; grid-template-columns: 1.2fr 1.65fr .8fr auto; }
.cf-field { min-width: 0; }
.cf-field label { color: var(--cf-navy); display: block; font-size: .75rem; font-weight: 800; letter-spacing: .02em; margin-bottom: 6px; }
.cf-field label span { color: var(--cf-muted); font-weight: 500; }
.cf-field input { background: #fff; border: 1px solid #d6deeb; border-radius: 9px; color: var(--cf-text); font: 500 1rem/1.2 var(--cf-font); min-height: 54px; padding: 14px 15px; width: 100%; }
.cf-field input::placeholder { color: #98a2b3; }
.cf-input-wrap { position: relative; }
.cf-input-wrap > svg { color: var(--cf-blue); left: 14px; position: absolute; top: 15px; }
.cf-input-wrap > svg + input { padding-left: 48px; }
.cf-input-wrap.is-autocomplete-loading::after { animation: cf-spin .75s linear infinite; border: 2px solid #d8e5f7; border-radius: 50%; border-top-color: var(--cf-blue); content: ""; height: 18px; position: absolute; right: 13px; top: 18px; width: 18px; }
.cf-autocomplete { background: #fff; border: 1px solid #d5dfed; border-radius: 11px; box-shadow: 0 18px 38px rgba(11,38,81,.18); left: 0; max-height: 310px; overflow-y: auto; padding: 6px; position: absolute; right: 0; top: calc(100% + 7px); z-index: 50; }
.cf-autocomplete[hidden] { display: none; }
.cf-autocomplete__option { align-items: center; appearance: none; background: transparent; border: 0; border-radius: 8px; color: var(--cf-navy); cursor: pointer; display: flex; font-family: var(--cf-font); gap: 12px; justify-content: space-between; min-height: 48px; padding: 9px 11px; text-align: left; width: 100%; }
.cf-autocomplete__option:hover,
.cf-autocomplete__option.is-active { background: var(--cf-blue-soft); color: var(--cf-blue-dark); }
.cf-autocomplete__option strong { font-size: .86rem; line-height: 1.25; }
.cf-autocomplete__option small { color: var(--cf-muted); flex: 0 0 auto; font-size: .68rem; text-align: right; }
.cf-autocomplete__empty { color: var(--cf-muted); font-size: .78rem; margin: 0 !important; padding: 11px; }
@keyframes cf-spin { to { transform: rotate(360deg); } }
.cf-button--search { min-height: 54px; white-space: nowrap; }
.cf-form-note { align-items: center; display: flex; font-size: .77rem; gap: 7px; margin: 11px 2px 0 !important; }
.cf-form-note svg { height: 16px; width: 16px; }
.cf-field-error { color: #d92d20; display: block; font-size: .75rem; margin-top: 5px; min-height: 0; }
.cf-field.is-invalid input { border-color: #f04438; }
.cf-result { background: #fff; border-radius: 12px; margin-top: 18px; padding: 24px; }
.cf-result[hidden] { display: none; }
.cf-result__head { align-items: center; display: flex; gap: 14px; margin-bottom: 14px; }
.cf-result__head .cf-icon { color: var(--cf-blue); }
.cf-result__head h2 { font-size: 1.45rem; margin: 0; }
.cf-result__head p { margin: 3px 0 0; }
.cf-result--demo { background: #f2fff8; border: 1px solid #a6f0ce; }
.cf-result--demo .cf-badge { background: #d8f9e7; color: #087a43; }
.cf-demo-grid { display: grid; gap: 10px; grid-template-columns: repeat(5, 1fr); margin-top: 18px; }
.cf-demo-grid span { background: #fff; border: 1px solid #ccebdd; border-radius: 8px; color: #087a43; font-weight: 800; padding: 10px; text-align: center; }
.cf-result--coverage { border: 1px solid #dbe5f1; box-shadow: 0 16px 42px rgba(19,54,104,.1); padding: 28px; }
.cf-coverage-head { align-items: center; border-bottom: 1px solid #e5ebf3; display: flex; justify-content: space-between; margin-bottom: 20px; padding-bottom: 20px; }
.cf-coverage-head h2 { font-size: clamp(1.65rem,3vw,2.25rem); margin: 6px 0 3px; }
.cf-coverage-head p { margin: 0; }
.cf-result-label { color: var(--cf-blue) !important; font-size: .68rem; font-weight: 800; letter-spacing: .1em; margin-top: 12px !important; }
.cf-badge--real { background: #eaf8f1; color: #087a43; }
.cf-source-chip { align-items: center; background: #f5f8fc; border: 1px solid #dce5f1; border-radius: 10px; color: var(--cf-blue); display: flex; gap: 10px; padding: 12px 15px; }
.cf-source-chip span { display: grid; }
.cf-source-chip strong { color: var(--cf-navy); font-size: .76rem; }
.cf-source-chip small { color: var(--cf-muted); font-size: .68rem; }
.cf-coverage-grid { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
.cf-coverage-grid--one { grid-template-columns: 1fr; }
.cf-coverage-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cf-coverage-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cf-coverage-grid--three > .cf-coverage-tech:not(.cf-coverage-tech--ftth):not(.cf-coverage-tech--ftth-alert):not(.cf-coverage-tech--satellite) { align-items: start; gap: 14px; grid-template-columns: auto minmax(0, 1fr); padding: 18px; }
.cf-coverage-grid--three > .cf-coverage-tech:not(.cf-coverage-tech--ftth):not(.cf-coverage-tech--ftth-alert):not(.cf-coverage-tech--satellite) .cf-coverage-tech__icon { height: 52px; width: 52px; }
.cf-coverage-tech { align-items: start; background: #f8fafc; border: 1px solid #dce5ef; border-radius: 13px; display: grid; gap: 18px; grid-template-columns: auto minmax(0, 1fr); min-height: 230px; padding: 22px; position: relative; }
.cf-coverage-tech.is-available { background: linear-gradient(125deg,#edfff5,#f8fffb); border-color: #aee8ca; }
.cf-coverage-tech.is-checking { background: #f4f8ff; border-color: #c9dcff; }
.cf-coverage-tech[data-cf-service-card] { cursor: pointer; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.cf-coverage-tech[data-cf-service-card]:hover { border-color: #65c995; box-shadow: 0 14px 30px rgba(16,93,62,.1); transform: translateY(-2px); }
.cf-coverage-tech[data-cf-service-card]:focus-visible { outline: 3px solid rgba(23,105,255,.3); outline-offset: 3px; }
.cf-agcom-badge { align-items: center; border-radius: 50%; color: #fff; display: flex; flex-direction: column; height: 58px; justify-content: center; left: 21px; line-height: 1; padding: 5px; position: absolute; text-align: center; top: 91px; width: 58px; z-index: 2; }
.cf-agcom-badge strong { color: #fff; font-size: 1.25rem; letter-spacing: -.04em; line-height: .9; }
.cf-agcom-badge small { color: #fff; font-size: .42rem; font-weight: 800; line-height: 1.05; margin-top: 4px; max-width: 48px; }
.cf-agcom-badge--f { background: #43b02a; }
.cf-agcom-badge--fr { background: #ffa300; }
.cf-agcom-badge--r { background: #e40046; }
.cf-agcom-badge-group { align-items: center; display: flex; gap: 12px; justify-content: center; }
.cf-agcom-badge-group .cf-agcom-badge,
.cf-tech-hero__icon .cf-agcom-badge { height: 88px; position: static; width: 88px; }
.cf-agcom-badge-group .cf-agcom-badge strong,
.cf-tech-hero__icon .cf-agcom-badge strong { font-size: 2rem; }
.cf-agcom-badge-group .cf-agcom-badge small,
.cf-tech-hero__icon .cf-agcom-badge small { font-size: .56rem; max-width: 72px; }
.cf-coverage-tech--ftth { grid-column: 1 / -1; }
.cf-coverage-tech--ftth-alert { background: #fff4f3; border-color: #f4aaa5; gap: 14px; grid-column: 1 / -1; min-height: 0; padding: 18px; }
.cf-coverage-tech--ftth-alert .cf-coverage-tech__icon { border-color: #d92d20; color: #d92d20; height: 52px; width: 52px; }
.cf-coverage-tech--ftth-alert .cf-coverage-tech__body h3 { color: #9f1d16; font-size: 1.25rem; }
.cf-coverage-tech--ftth-alert .cf-coverage-tech__body > p { color: #7a271a; }
.cf-lead-form.cf-ftth-alert-form { gap: 9px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 13px; }
.cf-ftth-alert-form .cf-field label { color: #7a271a; font-size: .68rem; }
.cf-ftth-alert-form .cf-field input { min-height: 40px; padding: 9px 11px; }
.cf-hero__search .cf-ftth-alert-form .cf-field label {
	clip: auto;
	height: auto;
	margin: 0 0 4px;
	overflow: visible;
	padding: 0;
	position: static;
	white-space: normal;
	width: auto;
}
.cf-ftth-alert-form .cf-consent { grid-column: 1 / span 2; }
.cf-ftth-alert-form .cf-button { align-self: center; grid-column: 3; width: 100%; }
.cf-ftth-alert-form .cf-lead-feedback { grid-column: 1 / -1; }
.cf-ftth-alert-form .cf-consent { color: #7a271a; font-size: .66rem !important; }
.cf-ftth-alert-form .cf-lead-feedback.is-error { color: #b42318; }
.cf-ftth-alert-form .cf-lead-feedback.is-success { color: #087a43; }
.cf-button--alert { background: #d92d20; box-shadow: none; min-height: 42px; padding: 12px 15px; }
.cf-button--alert:hover { background: #b42318; box-shadow: none; }
.cf-commercial-leads { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 18px; }
.cf-commercial-lead { background: #f4f8ff; border: 1px solid #bfd3f5; border-radius: 14px; padding: 22px; }
.cf-commercial-lead--quote { background: linear-gradient(145deg, #06255c, #0b3f91); border-color: #0b3f91; color: #fff; }
.cf-commercial-lead__eyebrow { color: var(--cf-blue); display: block; font-size: .65rem; font-weight: 900; letter-spacing: .1em; margin-bottom: 5px; }
.cf-commercial-lead--quote .cf-commercial-lead__eyebrow { color: #86b9ff; }
.cf-commercial-lead h3 { font-size: 1.25rem; margin: 0 0 7px; }
.cf-commercial-lead--quote h3 { color: #fff; }
.cf-commercial-lead > p { font-size: .78rem; margin: 0; }
.cf-commercial-lead--quote > p { color: #d9e8ff; }
.cf-commercial-lead-form { display: grid; gap: 9px; grid-template-columns: 1fr; margin-top: 15px; }
.cf-commercial-lead-form .cf-field label { font-size: .7rem; }
.cf-commercial-lead-form .cf-field input,
.cf-commercial-lead-form .cf-field textarea { min-height: 42px; padding: 9px 11px; width: 100%; }
.cf-commercial-lead-form .cf-field textarea { min-height: 76px; resize: vertical; }
.cf-hero__search .cf-commercial-lead-form .cf-field label {
	clip: auto;
	height: auto;
	margin: 0 0 4px;
	overflow: visible;
	padding: 0;
	position: static;
	white-space: normal;
	width: auto;
}
.cf-commercial-lead-form .cf-consent,
.cf-commercial-lead-form .cf-button,
.cf-commercial-lead-form .cf-lead-feedback { grid-column: auto; }
.cf-commercial-lead-form .cf-consent { color: var(--cf-muted); font-size: .66rem !important; }
.cf-commercial-lead--quote .cf-field label,
.cf-commercial-lead--quote .cf-consent,
.cf-commercial-lead--quote .cf-consent a { color: #fff; }
.cf-commercial-lead--quote .cf-field label span { color: #c7daf8; }
.cf-commercial-lead--quote .cf-lead-feedback.is-success { color: #8df0bd; }
.cf-commercial-lead--quote .cf-lead-feedback.is-error { color: #ffc5bf; }
.cf-commercial-lead-form .cf-button { width: 100%; }
.cf-commercial-lead--quote.is-highlighted { animation: cf-quote-highlight 1.4s ease; }
.cf-quote-selection { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); border-radius: 8px; color: #fff !important; font-size: .74rem !important; font-weight: 800; margin: 11px 0 0 !important; padding: 8px 10px; }
@keyframes cf-quote-highlight {
	0%, 100% { box-shadow: none; }
	35% { box-shadow: 0 0 0 5px rgba(23,105,255,.24), 0 18px 42px rgba(7,27,69,.2); }
}
.cf-coverage-tech--fwa,
.cf-coverage-tech--5g { min-height: 180px; }
.cf-coverage-tech--fwa .cf-coverage-tech__body,
.cf-coverage-tech--5g .cf-coverage-tech__body { align-self: stretch; }
.cf-coverage-tech--fwa .cf-coverage-tech__body > p,
.cf-coverage-tech--5g .cf-coverage-tech__body > p { max-width: 760px; }
.cf-coverage-tech--satellite { grid-column: 1 / -1; min-height: 190px; }
.cf-coverage-tech--satellite .cf-coverage-tech__body { align-self: stretch; }
.cf-coverage-tech.is-checking .cf-coverage-tech__icon { border-color: var(--cf-blue); color: var(--cf-blue); }
.cf-coverage-tech__icon { align-items: center; background: #fff; border: 2px solid #9aa8ba; border-radius: 50%; color: #758297; display: flex; height: 56px; justify-content: center; width: 56px; }
.cf-coverage-tech.is-available .cf-coverage-tech__icon { border-color: var(--cf-green); color: var(--cf-green); }
.cf-coverage-tech__icon svg { height: 28px; width: 28px; }
.cf-coverage-tech__body { align-self: stretch; display: flex; flex-direction: column; min-width: 0; }
.cf-coverage-tech__body > span { color: #667085; font-size: .64rem; font-weight: 800; letter-spacing: .08em; }
.cf-coverage-tech__body h3 { font-size: 1.55rem; margin: 3px 0; }
.cf-tech-state { color: #7a3440; display: block; font-size: .86rem; margin-bottom: 10px; }
.cf-coverage-tech.is-available .cf-tech-state { color: #078346; }
.cf-coverage-tech__body > p { font-size: .76rem; margin: 0; }
.cf-tech-metrics { display: grid; gap: 7px; grid-template-columns: repeat(3,1fr); }
.cf-tech-metrics > span { border-left: 1px solid #d8e2eb; display: grid; padding-left: 10px; }
.cf-tech-metrics > span:first-child { border-left: 0; padding-left: 0; }
.cf-tech-metrics small { color: #667085; font-size: .58rem; font-weight: 800; }
.cf-tech-metrics b { color: var(--cf-navy); font-size: .78rem; }
.cf-ftth-profiles { margin-top: 10px; }
.cf-service-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 9px 14px; margin-top: auto; padding-top: 18px; position: relative; z-index: 2; }
.cf-service-quote { appearance: none; background: var(--cf-blue); border: 1px solid var(--cf-blue); border-radius: 8px; color: #fff; cursor: pointer; font: 800 .72rem/1 var(--cf-font); min-height: 36px; padding: 10px 13px; }
.cf-service-quote:hover { background: #0759ed; border-color: #0759ed; }
.cf-service-details { align-items: center; color: var(--cf-blue) !important; display: inline-flex; font-size: .72rem; font-weight: 800; gap: 6px; min-height: 36px; padding: 8px 0; text-decoration: none; }
.cf-service-details:hover { text-decoration: underline; }
.cf-service-details--alert { margin-top: 10px; }
.cf-coverage-scope { align-items: center; background: #f7f9fc; border-radius: 9px; display: flex; font-size: .76rem; gap: 12px; margin-top: 14px; padding: 12px 15px; }
.cf-coverage-scope strong { color: var(--cf-navy); }
.cf-coverage-scope span { color: var(--cf-muted); }
.cf-coverage-progress { background: #f5f8fc; border: 1px solid #dce5f1; border-radius: 10px; margin: 0 0 16px; padding: 13px 15px; }
.cf-coverage-progress__head { align-items: center; display: flex; font-size: .75rem; gap: 12px; justify-content: space-between; margin-bottom: 9px; }
.cf-coverage-progress__head strong { color: var(--cf-navy); }
.cf-coverage-progress__head span { color: var(--cf-blue); font-weight: 800; }
.cf-coverage-progress__track { background: #dfe7f2; border-radius: 999px; height: 8px; overflow: hidden; }
.cf-coverage-progress__track span { background: linear-gradient(90deg,var(--cf-blue),#41b883); border-radius: inherit; display: block; height: 100%; transition: width .35s ease; width: 0; }
.cf-coverage-progress.is-complete .cf-coverage-progress__head span { color: #087a43; }
.cf-fwa-profiles { color: #087a43 !important; font-weight: 800; margin-top: 8px !important; }
.cf-fwa-source { display: inline-block; font-size: .75rem; font-weight: 800; margin-top: 10px; text-decoration: none; }
.cf-external-note { background: #fff9e9; border-left: 3px solid #f4b740; color: #715b21 !important; font-size: .68rem; margin: 12px 0 0 !important; padding: 9px 11px; }
.cf-coverage-disclaimer { border-top: 1px solid #e7ecf2; font-size: .7rem; margin: 15px 0 0 !important; padding-top: 13px; }
.cf-tech-pills { align-items: center; display: flex; flex-wrap: wrap; gap: 18px 34px; margin-top: 24px; }
.cf-tech-pills span { align-items: center; color: var(--cf-navy); display: inline-flex; font-size: .86rem; font-weight: 800; gap: 8px; }
.cf-tech-pills svg { color: var(--cf-blue); }

.cf-grid { display: grid; gap: 22px; }
.cf-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cf-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cf-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cf-card { background: #fff; border: 1px solid var(--cf-border); border-radius: var(--cf-radius); padding: 28px; position: relative; }
.cf-card p { font-size: .94rem; }
.cf-card .cf-icon,
.cf-benefit .cf-icon { align-items: center; background: var(--cf-blue-soft); border-radius: 12px; color: var(--cf-blue); display: inline-flex; height: 48px; justify-content: center; margin-bottom: 22px; width: 48px; }
.cf-step-card { min-height: 290px; }
.cf-number { align-items: center; background: var(--cf-navy); border-radius: 50%; color: #fff; display: flex; font-size: .78rem; font-weight: 800; height: 31px; justify-content: center; position: absolute; right: 22px; top: 22px; width: 31px; }
.cf-tech-grid { display: grid; gap: 20px; grid-template-columns: repeat(6, 1fr); }
.cf-tech-card { color: inherit !important; grid-column: span 2; min-height: 310px; text-decoration: none; transition: border-color .2s, box-shadow .2s, transform .2s; }
.cf-tech-card:nth-child(4) { grid-column: 2 / span 2; }
.cf-tech-card:hover { border-color: #a8c6ff; box-shadow: var(--cf-shadow); transform: translateY(-3px); }
.cf-tech-label,
.cf-guide-category { color: var(--cf-blue); display: block; font-size: .72rem; font-weight: 800; letter-spacing: .1em; margin-bottom: 9px; text-transform: uppercase; }
.cf-card-link { color: var(--cf-blue); font-size: .84rem; font-weight: 800; }
.cf-benefit { border-left: 1px solid var(--cf-border); padding-left: 24px; }
.cf-benefit:first-child { border-left: 0; padding-left: 0; }

.cf-speed-section { background: radial-gradient(circle at 78%, rgba(23,105,255,.36), transparent 30%), linear-gradient(135deg, #06193e, #073b9e); }
.cf-speed-section h2,
.cf-speed-section p { color: #fff; }
.cf-speed-section__inner { align-items: center; display: grid; gap: 40px; grid-template-columns: 1.4fr .6fr; }
.cf-speed-section__inner > div:first-child { max-width: 720px; }
.cf-speed-gauge { display: grid; place-items: center; }
.cf-speed-gauge__ring { align-items: end; border: 16px solid rgba(255,255,255,.17); border-bottom-color: #37d6a1; border-radius: 50%; border-right-color: #37d6a1; color: #fff; display: flex; height: 210px; justify-content: center; position: relative; transform: rotate(45deg); width: 210px; }
.cf-speed-gauge__ring::after { background: #fff; border-radius: 6px; bottom: 91px; content: ""; height: 72px; position: absolute; transform: rotate(48deg); transform-origin: bottom; width: 7px; }
.cf-speed-gauge__ring span { font-size: .75rem; font-weight: 800; margin-bottom: 34px; transform: rotate(-45deg); }

.cf-guide-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cf-guide-card { background: #fff; border: 1px solid var(--cf-border); border-radius: var(--cf-radius); overflow: hidden; transition: box-shadow .2s, transform .2s; }
.cf-guide-card:hover { box-shadow: var(--cf-shadow); transform: translateY(-3px); }
.cf-guide-card__art { align-items: center; background: radial-gradient(circle at 30% 30%, #fff, transparent 15%), linear-gradient(135deg, #dbeaff, #f6faff 55%, #9ec4ff); display: flex; height: 160px; justify-content: center; overflow: hidden; position: relative; }
.cf-guide-card__art::before,
.cf-guide-card__art::after { border: 1px solid rgba(23,105,255,.18); content: ""; height: 120px; position: absolute; transform: rotate(25deg); width: 220px; }
.cf-guide-card__art::after { transform: rotate(-16deg) translate(40px,20px); }
.cf-guide-card__art span { background: #fff; border-radius: 50%; box-shadow: 0 10px 32px rgba(23,105,255,.16); color: var(--cf-blue); padding: 18px; z-index: 2; }
.cf-guide-card__body { padding: 24px; }
.cf-guide-card h3 { font-size: 1.18rem; }
.cf-guide-card h3 a { color: var(--cf-navy); text-decoration: none; }
.cf-guide-card p { font-size: .9rem; }
.cf-text-link { font-size: .88rem; font-weight: 800; text-decoration: none; }

.cf-faq-layout { align-items: start; display: grid; gap: 70px; grid-template-columns: .75fr 1.25fr; }
.cf-accordion { border-top: 1px solid var(--cf-border); }
.cf-faq { border-bottom: 1px solid var(--cf-border); }
.cf-faq summary { align-items: center; color: var(--cf-navy); cursor: pointer; display: flex; font-size: 1.05rem; font-weight: 800; gap: 20px; justify-content: space-between; list-style: none; padding: 22px 3px; }
.cf-faq summary::-webkit-details-marker { display: none; }
.cf-faq summary span { align-items: center; border: 1px solid #cbd5e1; border-radius: 50%; display: flex; flex: 0 0 auto; height: 28px; justify-content: center; transition: transform .2s; width: 28px; }
.cf-faq[open] summary span { transform: rotate(45deg); }
.cf-faq > div { padding: 0 44px 18px 3px; }

.cf-final-cta { background: #fff; }
.cf-final-cta__box { align-items: center; background: linear-gradient(135deg, #06193e, #073b9e); border-radius: 22px; display: grid; gap: 45px; grid-template-columns: 1fr 1fr; padding: 48px; }
.cf-final-cta__box h2,
.cf-final-cta__box p { color: #fff; }
.cf-final-cta__box h2 { font-size: clamp(1.8rem,3vw,2.5rem); }
.cf-lead-form { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); margin-top: 18px; }
.cf-lead-form .cf-consent,
.cf-lead-form .cf-lead-feedback { grid-column: 1 / -1; }
.cf-lead-form--compact { align-items: start; grid-template-columns: 1fr auto; margin: 0; }
.cf-lead-form--compact .cf-consent,
.cf-lead-form--compact .cf-lead-feedback { grid-column: 1 / -1; }
.cf-lead-form--compact .cf-field label { color: #fff; }
.cf-lead-form .cf-button { align-self: end; }
.cf-final-cta .cf-field label { color: #fff; }
.cf-final-cta .cf-lead-form .cf-field:nth-child(3),
.cf-final-cta .cf-lead-form .cf-button { grid-column: 1 / -1; }
.cf-final-cta .cf-lead-form .cf-button { width: 100%; }
.cf-consent { align-items: flex-start; color: var(--cf-muted); display: flex !important; font-size: .77rem !important; font-weight: 500 !important; gap: 9px; line-height: 1.5; }
.cf-final-cta .cf-consent { color: #d0dcf2; }
.cf-consent input { flex: 0 0 auto; height: 18px !important; min-height: 0 !important; margin-top: 2px; width: 18px !important; }
.cf-consent a { color: inherit; }
.cf-honeypot { height: 1px !important; left: -9999px !important; opacity: 0 !important; position: absolute !important; width: 1px !important; }
.cf-lead-feedback { color: inherit; font-size: .85rem; margin: 0 !important; }
.cf-lead-feedback.is-success { color: #6ce4ad; font-weight: 700; }
.cf-lead-feedback.is-error { color: #ffb4ae; font-weight: 700; }

.cf-page-hero { background: radial-gradient(circle at 80% 25%, rgba(23,105,255,.12), transparent 30%), linear-gradient(180deg, #fff, #f7faff); padding-block: clamp(80px, 10vw, 135px); }
.cf-page-hero--compact { padding-block: clamp(70px, 8vw, 105px); text-align: center; }
.cf-page-hero--compact h1,
.cf-page-hero--compact p { margin-inline: auto; }
.cf-page-hero p { font-size: 1.15rem; max-width: 760px; }
.cf-page-hero .cf-search-shell { margin-top: 38px; }
.cf-404-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 28px; }
.cf-tech-hero { align-items: center; display: grid; gap: 50px; grid-template-columns: 1fr auto; }
.cf-tech-hero__icon { align-items: center; background: linear-gradient(145deg,#fff,#dceaff); border: 1px solid #c9dcff; border-radius: 34px; box-shadow: var(--cf-shadow); color: var(--cf-blue); display: flex; height: 220px; justify-content: center; transform: rotate(4deg); width: 220px; }
.cf-tech-hero__icon svg { height: 100px; width: 100px; }
.cf-content-grid { align-items: start; display: grid; gap: 70px; grid-template-columns: 1fr 370px; }
.cf-content-grid main h2,
.cf-prose h2 { font-size: 1.75rem; margin-top: 1.8em; }
.cf-content-grid main h2:first-child,
.cf-prose h2:first-child { margin-top: 0; }
.cf-content-grid main ul { color: var(--cf-muted); margin: 0 0 24px; padding-left: 1.2rem; }
.cf-content-grid main li { line-height: 1.65; margin-bottom: 7px; }
.cf-service-reading {
	background: linear-gradient(135deg, #f7faff, #eef5ff);
	border: 1px solid #d8e6fb;
	border-radius: 14px;
	margin-top: 34px;
	padding: 24px;
}
.cf-service-reading h2 { font-size: 1.35rem !important; margin: 0 0 8px !important; }
.cf-service-reading p { margin-bottom: 14px; }
.cf-service-reading ul { margin-bottom: 0 !important; }
.cf-info-card { background: var(--cf-tint); border: 1px solid #dce8fb; border-radius: var(--cf-radius); padding: 30px; position: sticky; top: 110px; }
.cf-info-card h2 { font-size: 1.6rem; }
.cf-info-card__note { border-top: 1px solid #d5e3f7; color: var(--cf-muted); font-size: .78rem; margin: 22px 0 0; padding-top: 18px; }
.cf-related-card { align-items: center; color: inherit !important; display: grid; gap: 20px; grid-template-columns: auto 1fr auto; text-decoration: none; }
.cf-related-card .cf-icon { margin: 0; }
.cf-related-card h3 { margin: 3px 0 0; }
.cf-coming-soon { text-align: center; }
.cf-coming-soon > * { margin-inline: auto; }
.cf-icon--large { align-items: center; background: var(--cf-blue-soft); border-radius: 50%; color: var(--cf-blue); display: flex; height: 100px; justify-content: center; margin-bottom: 25px; width: 100px; }
.cf-icon--large svg { height: 48px; width: 48px; }
.cf-badge { background: var(--cf-blue-soft); border-radius: 999px; color: var(--cf-blue); display: inline-block; font-size: .78rem; font-weight: 800; letter-spacing: .08em; padding: 8px 14px; text-transform: uppercase; }
.cf-notice { background: #fff8e7; border: 1px solid #f7d98b; border-radius: 12px; margin-bottom: 30px; padding: 22px; }
.cf-notice strong { color: #7a4d00; }
.cf-notice p { margin: 8px 0 0; }

@media (max-width: 1024px) {
	.cf-search-form { grid-template-columns: 1fr 1.4fr .7fr; }
	.cf-button--search { grid-column: 1 / -1; width: 100%; }
	.cf-tech-grid { grid-template-columns: repeat(2, 1fr); }
	.cf-tech-card,
	.cf-tech-card:nth-child(4) { grid-column: auto; }
	.cf-tech-card:last-child { grid-column: 1 / -1; }
	.cf-grid--4 { grid-template-columns: repeat(2, 1fr); }
	.cf-benefit:nth-child(3) { border-left: 0; padding-left: 0; }
	.cf-content-grid { grid-template-columns: 1fr 310px; gap: 40px; }
}

@media (max-width: 780px) {
	.cf-container { padding-inline: 20px; }
	.cf-section { padding-block: 68px; }
	.cf-hero { min-height: 0; }
	.cf-hero__inner { padding-block: 72px 48px; }
	.cf-network-art { opacity: .38; right: -220px; top: 20px; width: 620px; }
	.cf-search-form { grid-template-columns: 1fr; }
	.cf-button--search { grid-column: auto; }
	.cf-search-shell { padding: 15px; }
	.cf-tech-pills { gap: 14px 20px; }
	.cf-grid--2,
	.cf-grid--3,
	.cf-grid--4,
	.cf-guide-grid,
	.cf-speed-section__inner,
	.cf-faq-layout,
	.cf-final-cta__box,
	.cf-tech-hero,
	.cf-content-grid { grid-template-columns: 1fr; }
	.cf-tech-grid { grid-template-columns: 1fr; }
	.cf-tech-card:last-child { grid-column: auto; }
	.cf-benefit { border-left: 0; border-top: 1px solid var(--cf-border); padding: 24px 0 0; }
	.cf-benefit:first-child { border-top: 0; padding-top: 0; }
	.cf-speed-gauge { display: none; }
	.cf-section-heading--row { align-items: start; flex-direction: column; gap: 12px; }
	.cf-faq-layout { gap: 34px; }
	.cf-final-cta__box { padding: 30px 24px; }
	.cf-lead-form,
	.cf-lead-form--compact { grid-template-columns: 1fr; }
	.cf-final-cta .cf-lead-form .cf-field:nth-child(3),
	.cf-final-cta .cf-lead-form .cf-button { grid-column: auto; }
	.cf-lead-form .cf-consent,
	.cf-lead-form .cf-lead-feedback,
	.cf-lead-form--compact .cf-consent,
	.cf-lead-form--compact .cf-lead-feedback { grid-column: auto; }
	.cf-lead-form .cf-button { width: 100%; }
	.cf-lead-form.cf-ftth-alert-form { grid-template-columns: 1fr; }
	.cf-followup-form { grid-template-columns: 1fr; }
	.cf-commercial-leads { grid-template-columns: 1fr; }
	.cf-ftth-alert-form .cf-consent,
	.cf-ftth-alert-form .cf-button,
	.cf-ftth-alert-form .cf-lead-feedback { grid-column: auto; }
	.cf-followup-form .cf-consent,
	.cf-followup-form .cf-button,
	.cf-followup-form .cf-lead-feedback { grid-column: auto; }
	.cf-tech-hero__icon { background: transparent; border: 0; box-shadow: none; display: flex; height: auto; justify-content: flex-start; transform: none; width: auto; }
	.cf-info-card { position: static; }
	.cf-demo-grid { grid-template-columns: repeat(2, 1fr); }
	.cf-coverage-head { align-items: flex-start; flex-direction: column; gap: 14px; }
	.cf-coverage-grid { grid-template-columns: 1fr; }
	.cf-coverage-tech { min-height: 0; }
	.cf-source-chip { width: 100%; }
	.cf-coverage-scope { align-items: flex-start; flex-direction: column; gap: 3px; }
}

@media (max-width: 480px) {
	.checkfiber-site h1 { font-size: 2.35rem; }
	.checkfiber-site h2 { font-size: 1.9rem; }
	.cf-search-shell { margin-inline: -6px; }
	.cf-tech-pills span { width: calc(50% - 10px); }
	.cf-card { padding: 24px; }
	.cf-result { padding: 18px; }
	.cf-coverage-tech { gap: 13px; grid-template-columns: 48px minmax(0, 1fr); padding: 17px; }
	.cf-coverage-tech__icon { height: 48px; width: 48px; }
	.cf-agcom-badge { height: 50px; left: 16px; top: 78px; width: 50px; }
	.cf-agcom-badge strong { font-size: 1.05rem; }
	.cf-agcom-badge small { font-size: .37rem; max-width: 42px; }
	.cf-service-actions { align-items: stretch; flex-direction: column; }
	.cf-service-quote,
	.cf-service-details { justify-content: center; width: 100%; }
}

/* Homepage composition aligned with the approved visual direction. */
.cf-hero {
	background:
		radial-gradient(circle at 78% 26%, rgba(23,105,255,.13), transparent 27%),
		linear-gradient(180deg, #fbfdff 0%, #fff 70%);
	border-bottom: 1px solid #e7eef8;
	min-height: 0;
}
.cf-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
	padding-block: 42px 20px;
}
.cf-hero__copy { align-self: center; max-width: 650px; padding-block: 22px 4px; }
.cf-hero__copy h1 { font-size: clamp(2.65rem, 4.25vw, 4.05rem); line-height: 1.03; max-width: 640px; }
.cf-hero__copy h1 span { color: var(--cf-blue); }
.cf-hero__copy .cf-lead { font-size: 1.04rem; max-width: 590px; }
.cf-hero-map { align-self: end; min-height: 355px; position: relative; }
.cf-hero-map svg { height: auto; max-height: 385px; width: 100%; }
.cf-hero__search,
.cf-trust-strip { grid-column: 1 / -1; }
.cf-hero__search .cf-search-shell {
	border-color: #d8e3f2;
	border-radius: 12px;
	box-shadow: 0 14px 36px rgba(17,55,110,.08);
	margin-top: 12px;
	max-width: none;
	padding: 12px;
}
.cf-hero__search .cf-search-form { gap: 7px; grid-template-columns: 1.05fr 1.45fr .55fr auto; }
.cf-hero__search .cf-search-form > .cf-field > label {
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}
.cf-followup-request { background: #f5f8ff; border: 1px solid #cbdcf8; border-radius: 13px; margin-top: 20px; padding: 20px; }
.cf-followup-request__intro > span { color: var(--cf-blue); display: block; font-size: .66rem; font-weight: 900; letter-spacing: .1em; margin-bottom: 4px; }
.cf-followup-request__intro h3 { font-size: 1.3rem; margin: 0 0 5px; }
.cf-followup-request__intro p { font-size: .82rem; margin: 0; }
.cf-followup-form { align-items: end; gap: 10px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 15px; }
.cf-followup-form .cf-field label { color: var(--cf-navy); font-size: .7rem; }
.cf-followup-form .cf-field input { min-height: 43px; padding: 10px 12px; }
.cf-followup-form .cf-consent { grid-column: 1 / span 2; }
.cf-followup-form .cf-button { grid-column: 3; min-height: 43px; width: 100%; }
.cf-followup-form .cf-lead-feedback { grid-column: 1 / -1; }
.cf-hero__search .cf-field input,
.cf-hero__search .cf-button--search { min-height: 52px; }
.cf-hero__search .cf-form-note { display: none; }
.cf-hero__search .cf-tech-pills {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(5, 1fr);
	margin: 15px 5px 0;
}
.cf-hero__search .cf-tech-pills span {
	border-right: 1px solid #e3e9f2;
	font-size: .8rem;
	gap: 8px;
	justify-content: center;
	padding: 4px 8px;
}
.cf-hero__search .cf-tech-pills span:last-child { border-right: 0; }
.cf-hero__search .cf-tech-pills svg { height: 24px; width: 24px; }
.cf-trust-strip {
	align-items: center;
	border-top: 1px solid #e5ebf3;
	display: flex;
	justify-content: space-between;
	margin-top: 16px;
	padding: 14px 4px 1px;
}
.cf-trust-strip span { align-items: center; color: #53627a; display: inline-flex; font-size: .75rem; font-weight: 700; gap: 7px; }
.cf-trust-strip svg { color: var(--cf-blue); height: 18px; width: 18px; }
.cf-button--outline { background: #fff; border: 1px solid #ccd9eb; box-shadow: none; color: var(--cf-blue) !important; }
.cf-button--outline:hover { background: #f4f8ff; box-shadow: none; }

.cf-result-preview { background: #fff; padding-block: 28px 22px; }
.cf-result-preview__box {
	background: #fff;
	border: 1px solid #dbe5f1;
	border-radius: 16px;
	box-shadow: 0 15px 42px rgba(19,54,104,.09);
	display: grid;
	gap: 16px;
	grid-template-columns: .9fr 1.35fr;
	padding: 28px;
}
.cf-result-preview__intro { grid-row: span 2; padding: 4px 20px 4px 0; }
.cf-result-preview__intro h2 { font-size: clamp(1.75rem, 3vw, 2.35rem); margin-bottom: 12px; }
.cf-result-preview__intro p:not(.cf-kicker) { font-size: .9rem; margin-bottom: 15px; }
.cf-result-preview__status {
	align-items: center;
	background: linear-gradient(115deg, #f0fff7, #f7fffb);
	border: 1px solid #bfead3;
	border-radius: 12px;
	display: flex;
	gap: 18px;
	min-height: 125px;
	padding: 20px 24px;
}
.cf-result-preview__check {
	align-items: center;
	background: #fff;
	border: 4px solid #18b66a;
	border-radius: 50%;
	color: #18b66a;
	display: flex;
	height: 64px;
	justify-content: center;
	width: 64px;
}
.cf-result-preview__status div { display: grid; }
.cf-result-preview__status small { color: #18623c; font-size: .67rem; font-weight: 800; letter-spacing: .08em; }
.cf-result-preview__status strong { color: #09623a; font-size: 1.25rem; line-height: 1.35; }
.cf-result-preview__status span { color: #49705e; font-size: .78rem; }
.cf-result-preview__steps { display: grid; gap: 10px; grid-template-columns: repeat(3, 1fr); }
.cf-result-preview__steps > div {
	align-items: center;
	border: 1px solid #e1e7ef;
	border-radius: 10px;
	display: flex;
	gap: 10px;
	min-height: 78px;
	padding: 12px;
}
.cf-result-preview__steps svg { color: var(--cf-blue); height: 25px; width: 25px; }
.cf-result-preview__steps span { display: grid; }
.cf-result-preview__steps strong { color: var(--cf-navy); font-size: .78rem; }
.cf-result-preview__steps small { color: var(--cf-muted); font-size: .68rem; line-height: 1.3; }
.cf-result-preview__actions { display: grid; gap: 10px; grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
.cf-result-preview__actions .cf-button { min-height: 46px; }
.cf-uncensused-section { background: #fff; padding-block: 24px 14px; }
.cf-uncensused-card {
	background: linear-gradient(135deg, #f8fbff 0%, #edf5ff 100%);
	border: 1px solid #cbdcf8;
	border-radius: 16px;
	box-shadow: 0 12px 32px rgba(19,54,104,.07);
	padding: 26px;
}
.cf-uncensused-card__intro {
	align-items: end;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(320px, .9fr) minmax(0, 1.35fr);
	margin-bottom: 20px;
}
.cf-uncensused-card__intro .cf-kicker { margin-bottom: 6px !important; }
.cf-uncensused-card__intro h2 { font-size: clamp(1.35rem, 2.2vw, 1.75rem); line-height: 1.15; margin: 0; }
.cf-uncensused-card__intro p { color: #405474; font-size: .86rem; line-height: 1.55; margin: 0; max-width: 760px; }
.cf-uncensused-form {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	margin: 0;
}
.cf-uncensused-form .cf-field--name,
.cf-uncensused-form .cf-field--email,
.cf-uncensused-form .cf-field--phone { grid-column: span 4; }
.cf-uncensused-form .cf-field label {
	color: #071b49;
	display: block;
	font-size: .68rem;
	font-weight: 800;
	margin-bottom: 5px;
}
.cf-uncensused-form input,
.cf-uncensused-form textarea {
	background: #fff;
	border: 1px solid #d5e0ef;
	border-radius: 7px;
	box-sizing: border-box;
	color: #071b49;
	font: inherit;
	min-height: 42px;
	padding: 9px 11px;
	width: 100%;
}
.cf-uncensused-form input:focus,
.cf-uncensused-form textarea:focus {
	border-color: #2169ff;
	outline: 3px solid rgba(33, 105, 255, .14);
}
.cf-uncensused-form textarea { min-height: 72px; resize: vertical; }
.cf-uncensused-form .cf-field--location { grid-column: span 4; }
.cf-uncensused-form .cf-field--notes { grid-column: span 8; }
.cf-uncensused-form .cf-consent {
	align-self: center;
	font-size: .66rem !important;
	grid-column: span 8;
	margin: 0;
}
.cf-uncensused-form .cf-button { grid-column: span 4; min-height: 48px; width: 100%; }
.cf-uncensused-form .cf-lead-feedback { grid-column: 1 / -1; margin: 0; }
.cf-section { padding-block: clamp(58px, 7vw, 90px); }
.cf-step-card { min-height: 245px; }
.cf-section-heading { margin-bottom: 34px; }
.cf-insight-section { background: linear-gradient(180deg, #fff, #f7faff); }
.cf-insight-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); }
.cf-insight-card {
	background: #fff;
	border: 1px solid #dce5f1;
	border-radius: 14px;
	color: inherit !important;
	min-height: 230px;
	padding: 26px;
	text-decoration: none;
	transition: border-color .2s, box-shadow .2s, transform .2s;
}
.cf-insight-card:hover { border-color: #a9c6ff; box-shadow: var(--cf-shadow); transform: translateY(-3px); }
.cf-insight-card > span { color: var(--cf-blue); font-size: .68rem; font-weight: 800; letter-spacing: .1em; }
.cf-insight-card h3 { font-size: 1.25rem; margin: 15px 0 10px; }
.cf-insight-card p { font-size: .86rem; }
.cf-insight-card strong { color: var(--cf-blue); font-size: .8rem; }
.cf-audience-grid { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; margin-top: 16px; }
.cf-audience-grid > a {
	align-items: center;
	background: var(--cf-navy);
	border-radius: 14px;
	color: #fff !important;
	display: grid;
	gap: 18px;
	grid-template-columns: auto 1fr auto;
	padding: 23px 26px;
	text-decoration: none;
}
.cf-audience-grid > a:last-child { background: var(--cf-blue); }
.cf-audience-grid .cf-icon { align-items: center; background: rgba(255,255,255,.13); border-radius: 12px; display: flex; height: 48px; justify-content: center; width: 48px; }
.cf-audience-grid small { color: #b9d0fa; font-size: .65rem; font-weight: 800; letter-spacing: .1em; }
.cf-audience-grid h3,
.cf-audience-grid p { color: #fff; margin: 0; }
.cf-audience-grid h3 { font-size: 1.08rem; }
.cf-audience-grid p { font-size: .78rem; opacity: .82; }
.cf-method-link { align-items: center; display: flex; font-size: .82rem; gap: 9px; justify-content: center; margin: 24px 0 0 !important; }
.cf-method-link svg { color: var(--cf-blue); }

@media (max-width: 960px) {
	.cf-hero__inner { grid-template-columns: 1fr .72fr; }
	.cf-hero-map { min-height: 295px; }
	.cf-hero__search .cf-search-form { grid-template-columns: 1fr 1.35fr .55fr; }
	.cf-hero__search .cf-button--search { grid-column: 1 / -1; }
	.cf-result-preview__box { grid-template-columns: 1fr; }
	.cf-result-preview__intro { grid-row: auto; padding-right: 0; }
	.cf-uncensused-card__intro { align-items: start; grid-template-columns: 1fr; gap: 8px; }
	.cf-uncensused-form .cf-field--name,
	.cf-uncensused-form .cf-field--email,
	.cf-uncensused-form .cf-field--phone { grid-column: span 4; }
}

@media (max-width: 700px) {
	.cf-hero__inner { display: block; padding-block: 36px 16px; }
	.cf-hero__copy { padding: 0; }
	.cf-hero__copy h1 { font-size: clamp(2.3rem, 11vw, 3.15rem); }
	.cf-hero-map { min-height: 0; margin: -8px -15px -20px; }
	.cf-hero-map svg { max-height: 310px; }
	.cf-hero__search .cf-search-form { grid-template-columns: 1fr; }
	.cf-hero__search .cf-button--search { grid-column: auto; }
	.cf-hero__search .cf-tech-pills { display: flex; gap: 8px 14px; justify-content: center; }
	.cf-hero__search .cf-tech-pills span { border-right: 0; padding: 2px; width: auto; }
	.cf-trust-strip { align-items: flex-start; gap: 10px; }
	.cf-trust-strip span { line-height: 1.35; }
	.cf-result-preview { padding-top: 18px; }
	.cf-result-preview__box { padding: 20px; }
	.cf-result-preview__steps,
	.cf-result-preview__actions { grid-template-columns: 1fr; }
	.cf-uncensused-form { grid-template-columns: 1fr; }
	.cf-uncensused-card { padding: 20px; }
	.cf-uncensused-section { padding-block: 18px 8px; }
	.cf-uncensused-form .cf-field--name,
	.cf-uncensused-form .cf-field--email,
	.cf-uncensused-form .cf-field--phone,
	.cf-uncensused-form .cf-field--location,
	.cf-uncensused-form .cf-field--notes,
	.cf-uncensused-form .cf-consent,
	.cf-uncensused-form .cf-button,
	.cf-uncensused-form .cf-lead-feedback { grid-column: auto; }
	.cf-insight-grid,
	.cf-audience-grid { grid-template-columns: 1fr; }
	.cf-insight-card { min-height: 0; }
	.cf-method-link { align-items: flex-start; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
	.checkfiber-site *,
	.checkfiber-site *::before,
	.checkfiber-site *::after { scroll-behavior: auto !important; transition: none !important; }
}

.cf-cookie-banner {
	align-items: center;
	background: #061b46;
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 16px;
	bottom: 18px;
	box-shadow: 0 18px 55px rgba(3,21,57,.28);
	color: #fff;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0,1fr) auto;
	left: 50%;
	max-width: 1120px;
	padding: 20px 22px;
	position: fixed;
	transform: translateX(-50%);
	width: calc(100% - 32px);
	z-index: 99999;
}
.cf-cookie-banner strong { color: #fff; display: block; font-size: 1.05rem; margin-bottom: 4px; }
.cf-cookie-banner p { color: #d8e5fb; font-size: .86rem; line-height: 1.55; margin: 0 0 6px; }
.cf-cookie-banner a { color: #fff; font-size: .78rem; font-weight: 700; }
.cf-cookie-banner__actions { display: flex; gap: 10px; }
.cf-cookie-banner button,
.cf-cookie-settings {
	border: 0;
	border-radius: 9px;
	cursor: pointer;
	font-weight: 800;
}
.cf-cookie-banner button { min-height: 44px; padding: 10px 16px; white-space: nowrap; }
.cf-cookie-reject { background: #fff; color: #08245a; }
.cf-cookie-accept { background: #1769ff; color: #fff; }
.cf-cookie-settings {
	background: #fff;
	border: 1px solid #cbd8ec;
	bottom: 10px;
	color: #08245a;
	font-size: .7rem;
	left: 10px;
	padding: 7px 10px;
	position: fixed;
	z-index: 99990;
}
@media (max-width: 700px) {
	.cf-cookie-banner { align-items: stretch; bottom: 10px; grid-template-columns: 1fr; gap: 14px; padding: 18px; width: calc(100% - 20px); }
	.cf-cookie-banner__actions { display: grid; grid-template-columns: 1fr; }
	.cf-cookie-banner button { width: 100%; }
}
