/* TV Liquidator full-color content — scoped launch styles v1.0.3 */
#tvl-fc-content{font:normal 16px/1.55 Inter,"Segoe UI",Arial,sans-serif;text-align:left;color:#172230;isolation:isolate}
#tvl-fc-content :where(h1,h2,h3,h4,h5,h6){font-family:inherit;font-weight:700;line-height:normal;color:inherit;text-transform:none;letter-spacing:normal;margin-block-start:.83em;margin-block-end:.83em}
#tvl-fc-content :where(p){margin:1em 0}
#tvl-fc-content :where(figure){margin:1em 40px}
#tvl-fc-content :where(button,input,optgroup,select,textarea){font-family:inherit;font-size:100%;line-height:normal;color:inherit}
#tvl-fc-content :where(button){text-transform:none}
#tvl-fc-content :where(a:hover,a:focus){color:inherit}
#tvl-fc-content :where(summary){display:list-item}
#tvl-fc-content [hidden]{display:none!important}

#tvl-fc-content { --navy: #0d2d4d; --navy-2: #173f67; --blue: #0d6efd; --blue-soft: #edf5ff; --green: #1f7a3f; --green-2: #2f8d49; --green-soft: #edf8ef; --amber: #f4b942; --ink: #172230; --muted: #5b6675; --line: #dfe6ee; --panel: #ffffff; --surface: #f4f7fb; --surface-2: #eef3f8; --shadow: 0 18px 45px rgba(22,42,72,.12); --radius: 20px; --max: 1280px; }
#tvl-fc-content * { box-sizing: border-box; }
#tvl-fc-content { margin: 0px; color: var(--ink); font-family: Inter, "Segoe UI", Arial, sans-serif; background: rgb(255, 255, 255); line-height: 1.55; }
#tvl-fc-content img,
#tvl-fc-content video { max-width: 100%; display: block; }
#tvl-fc-content a { color: inherit; }
#tvl-fc-content { overflow: hidden; background: rgb(255, 255, 255); }
#tvl-fc-content .tvl-wrap { width: min(var(--max),calc(100% - 40px)); margin: auto; }
#tvl-fc-content .tvl-wrap-wide { width: min(1500px, 100% - 40px); margin: auto; }
#tvl-fc-content .tvl-section { padding: 88px 0px; }
#tvl-fc-content .tvl-section-sm { padding: 56px 0px; }
#tvl-fc-content .tvl-eyebrow { font-size: 12.48px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--blue); margin-bottom: 12px; }
#tvl-fc-content .tvl-title { font-size: clamp(32px, 4vw, 69.6px); line-height: 1.02; letter-spacing: -0.045em; margin: 0px 0px 22px; color: var(--ink); font-weight: 850; }
#tvl-fc-content .tvl-title-sm { font-size: clamp(30.4px, 3.2vw, 52.8px); line-height: 1.08; letter-spacing: -0.035em; margin: 0px 0px 18px; font-weight: 850; }
#tvl-fc-content .tvl-lead { font-size: clamp(16.64px, 1.3vw, 20.16px); color: var(--muted); max-width: 720px; margin: 0px; }
#tvl-fc-content .tvl-center { text-align: center; }
#tvl-fc-content .tvl-center .tvl-lead { margin-inline: auto; }
#tvl-fc-content .tvl-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0px 22px; border-radius: 12px; text-decoration: none; font-weight: 800; border: 1px solid transparent; transition: transform 0.18s, box-shadow 0.18s, background 0.18s; }
#tvl-fc-content .tvl-btn:hover { transform: translateY(-2px); }
#tvl-fc-content .tvl-btn-primary { background: var(--green); color: rgb(255, 255, 255); box-shadow: rgba(31, 122, 63, 0.24) 0px 10px 24px; }
#tvl-fc-content .tvl-btn-primary:hover { background: rgb(23, 99, 51); }
#tvl-fc-content .tvl-btn-secondary { background: rgb(255, 255, 255); border-color: rgb(207, 217, 230); color: var(--navy); }
#tvl-fc-content .tvl-btn-secondary:hover { box-shadow: rgba(22, 42, 72, 0.1) 0px 10px 22px; }
#tvl-fc-content .tvl-btn-blue { background: var(--navy); color: rgb(255, 255, 255); }
#tvl-fc-content .tvl-btn-blue:hover { background: rgb(8, 35, 60); }
#tvl-fc-content .tvl-btn-link { min-height: auto; padding: 0px; border: 0px; color: var(--blue); font-weight: 800; }
#tvl-fc-content .tvl-menu-shell { background: rgb(243, 246, 249); color: var(--navy); border-top: 1px solid rgb(229, 235, 241); border-bottom: 1px solid rgb(212, 221, 230); box-shadow: rgba(13, 45, 77, 0.04) 0px 6px 16px; transition: background 0.22s, box-shadow 0.22s, opacity 0.22s; }
#tvl-fc-content .tvl-menu-shell:not(:hover):not(:focus-within) { background: rgb(237, 242, 246); box-shadow: rgba(13, 45, 77, 0.027) 0px 4px 12px; }
#tvl-fc-content .tvl-menu-shell:hover,
#tvl-fc-content .tvl-menu-shell:focus-within { background: rgb(248, 250, 252); box-shadow: rgba(13, 45, 77, 0.06) 0px 8px 20px; }
#tvl-fc-content .tvl-menu-head { display: none; }
#tvl-fc-content .tvl-menu-label { display: none; }
#tvl-fc-content .tvl-category-card { position: relative; min-height: 92px; border-radius: 11px; overflow: hidden; text-decoration: none; color: rgb(255, 255, 255); background: rgb(18, 61, 101); border: 1px solid rgb(203, 214, 225); isolation: isolate; opacity: 0.94; filter: saturate(0.94) brightness(0.99); transition: transform 0.22s, opacity 0.22s, filter 0.22s, box-shadow 0.22s, border-color 0.22s; }
#tvl-fc-content .tvl-category-card::after { content: ""; position: absolute; inset: 0px; background: linear-gradient(to top, rgba(4, 20, 36, 0.9), rgba(4, 20, 36, 0.03) 68%); z-index: -1; }
#tvl-fc-content .tvl-category-card img { position: absolute; inset: 0px; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 0.25s; }
#tvl-fc-content .tvl-category-card span { position: absolute; left: 10px; right: 10px; bottom: 9px; font-size: 12.48px; font-weight: 900; line-height: 1.12; text-shadow: rgba(0, 0, 0, 0.8) 0px 2px 8px; }
#tvl-fc-content .tvl-category-card:hover,
#tvl-fc-content .tvl-category-card:focus-visible { opacity: 1; filter: none; transform: translateY(-2px); border-color: rgb(169, 189, 208); box-shadow: rgba(13, 45, 77, 0.14) 0px 8px 18px; }
#tvl-fc-content .tvl-category-card:hover img,
#tvl-fc-content .tvl-category-card:focus-visible img { transform: scale(1.04); }
#tvl-fc-content .tvl-category-card.active { opacity: 1; filter: none; outline: rgb(125, 183, 255) solid 3px; outline-offset: -3px; box-shadow: rgba(13, 110, 253, 0.13) 0px 6px 16px; }
#tvl-fc-content .tvl-subnav { position: sticky; top: 0px; z-index: 40; background: rgba(13, 45, 77, 0.96); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
#tvl-fc-content .tvl-subnav-inner { width: min(var(--max),calc(100% - 28px)); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 58px; }
#tvl-fc-content .tvl-subnav-brand { color: rgb(255, 255, 255); font-weight: 900; letter-spacing: 0.01em; white-space: nowrap; }
#tvl-fc-content .tvl-subnav-links { display: flex; gap: 22px; align-items: center; overflow: auto; }
#tvl-fc-content .tvl-subnav-links a { color: rgb(217, 232, 247); text-decoration: none; font-size: 14.72px; font-weight: 700; white-space: nowrap; }
#tvl-fc-content .tvl-subnav-links a:hover { color: rgb(255, 255, 255); }
#tvl-fc-content .tvl-hero { background: radial-gradient(circle at 82% 15%, rgba(39, 136, 255, 0.26), transparent 29%), linear-gradient(135deg, rgb(7, 31, 54) 0%, rgb(15, 53, 90) 55%, rgb(21, 63, 102) 100%); color: rgb(255, 255, 255); padding: 74px 0px 58px; position: relative; }
#tvl-fc-content .tvl-hero::after { content: ""; position: absolute; inset: auto 0px 0px; height: 110px; background: linear-gradient(transparent, rgba(0, 0, 0, 0.12)); pointer-events: none; }
#tvl-fc-content .tvl-hero-grid { display: grid; grid-template-columns: 1.03fr 0.97fr; gap: 52px; align-items: center; position: relative; z-index: 1; }
#tvl-fc-content .tvl-hero .tvl-eyebrow { color: rgb(136, 189, 255); }
#tvl-fc-content .tvl-hero .tvl-title { color: rgb(255, 255, 255); max-width: 760px; }
#tvl-fc-content .tvl-hero .tvl-lead { color: rgb(220, 232, 244); max-width: 660px; }
#tvl-fc-content .tvl-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
#tvl-fc-content .tvl-hero .tvl-btn-secondary { background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.35); color: rgb(255, 255, 255); }
#tvl-fc-content .tvl-contact-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 23px; color: rgb(219, 232, 244); font-size: 15.36px; }
#tvl-fc-content .tvl-contact-row a { text-decoration: none; font-weight: 700; }
#tvl-fc-content .tvl-video-shell { background: rgb(6, 22, 38); border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 22px; padding: 12px; box-shadow: rgba(0, 0, 0, 0.3) 0px 28px 70px; position: relative; }
#tvl-fc-content .tvl-video-shell video { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 14px; background: rgb(6, 22, 38); }
#tvl-fc-content .tvl-video-caption { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 13px 6px 2px; color: rgb(207, 224, 239); font-size: 14.08px; }
#tvl-fc-content .tvl-proof-pill { display: inline-flex; align-items: center; gap: 8px; background: rgba(255, 255, 255, 0.09); border: 1px solid rgba(255, 255, 255, 0.16); padding: 8px 12px; border-radius: 999px; color: rgb(255, 255, 255); font-weight: 800; }
#tvl-fc-content .tvl-proof-strip { background: rgb(255, 255, 255); border-bottom: 1px solid var(--line); box-shadow: rgba(15, 50, 84, 0.05) 0px 8px 25px; }
#tvl-fc-content .tvl-proof-grid { display: grid; grid-template-columns: repeat(6, minmax(0px, 1fr)); gap: 0px; }
#tvl-fc-content .tvl-proof-item { padding: 24px 16px; text-align: center; border-right: 1px solid var(--line); }
#tvl-fc-content .tvl-proof-item:last-child { border-right: 0px; }
#tvl-fc-content .tvl-proof-number { font-weight: 900; color: var(--navy); font-size: 20.48px; }
#tvl-fc-content .tvl-proof-label { color: var(--muted); font-size: 13.44px; margin-top: 3px; }
#tvl-fc-content .tvl-project-fit { background: linear-gradient(rgb(248, 251, 255) 0%, rgb(243, 248, 253) 100%); border-top: 1px solid rgb(229, 237, 245); border-bottom: 1px solid rgb(223, 232, 241); }
#tvl-fc-content .tvl-project-fit-shell { background: rgb(255, 255, 255); border: 1px solid rgb(223, 232, 241); border-radius: 24px; box-shadow: rgba(22, 42, 72, 0.08) 0px 18px 48px; padding: 22px; }
#tvl-fc-content .tvl-project-fit-grid { display: grid; grid-template-columns: 0.64fr 2.36fr; gap: 28px; align-items: stretch; }
#tvl-fc-content .tvl-project-fit-intro { display: flex; flex-direction: column; justify-content: center; padding: 4px 4px 4px 2px; }
#tvl-fc-content .tvl-project-fit-intro .tvl-title-sm { font-size: clamp(26.4px, 2.15vw, 37.6px); line-height: 1.06; letter-spacing: -0.025em; font-weight: 760; margin-bottom: 14px; max-width: 330px; }
#tvl-fc-content .tvl-project-fit-benefits { list-style: none; padding: 0px; margin: 14px 0px 0px; display: grid; gap: 9px; }
#tvl-fc-content .tvl-project-fit-benefits li { position: relative; padding-left: 26px; color: rgb(64, 86, 109); font-size: 14.08px; line-height: 1.34; font-weight: 650; }
#tvl-fc-content .tvl-project-fit-benefits li::before { content: "✓"; position: absolute; left: 0px; top: 1px; width: 18px; height: 18px; border-radius: 50%; background: var(--green); color: rgb(255, 255, 255); display: grid; place-items: center; font-size: 10.88px; font-weight: 900; }
#tvl-fc-content .tvl-project-cards { display: grid; grid-template-columns: repeat(4, minmax(0px, 1fr)); gap: 14px; }
#tvl-fc-content .tvl-project-card { overflow: hidden; background: rgb(255, 255, 255); border: 1px solid rgb(217, 228, 239); border-radius: 16px; box-shadow: rgba(22, 42, 72, 0.06) 0px 10px 24px; min-width: 0px; }
#tvl-fc-content .tvl-project-card-media { position: relative; aspect-ratio: 4 / 5; background: rgb(234, 240, 246); overflow: hidden; }
#tvl-fc-content .tvl-project-card-media img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
#tvl-fc-content .tvl-project-location { position: absolute; left: 10px; bottom: 10px; z-index: 2; padding: 6px 9px; border-radius: 999px; background: rgba(7, 31, 54, 0.78); color: rgb(255, 255, 255); font-size: 10.88px; font-weight: 800; letter-spacing: 0.02em; line-height: 1.1; backdrop-filter: blur(4px); box-shadow: rgba(0, 0, 0, 0.18) 0px 4px 12px; pointer-events: none; }
#tvl-fc-content .tvl-project-card-copy { padding: 10px 11px 12px; }
#tvl-fc-content .tvl-project-card h3 { margin: 0px 0px 4px; color: var(--navy); font-size: 14.72px; line-height: 1.14; }
#tvl-fc-content .tvl-project-card p { margin: 0px; color: var(--muted); font-size: 11.84px; line-height: 1.32; }
#tvl-fc-content .tvl-products { background: rgb(255, 255, 255); }
#tvl-fc-content .tvl-products-intro { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 30px; }
#tvl-fc-content .tvl-products-note { max-width: 520px; color: var(--muted); font-size: 15.36px; }
#tvl-fc-content .tvl-config-note { margin: -8px 0px 0px; color: rgb(107, 119, 134); font-size: 12.8px; line-height: 1.35; font-weight: 700; }
#tvl-fc-content .tvl-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0px, 1fr)); gap: 22px; }
@media (min-width: 1380px) {
#tvl-fc-content .tvl-product-grid { gap: 24px; }
#tvl-fc-content .tvl-engineering-grid { grid-template-columns: 1.04fr 0.96fr; gap: 40px; }
#tvl-fc-content .tvl-proof-state { gap: 40px; }
}
#tvl-fc-content .tvl-product-card { border: 1px solid var(--line); border-radius: 18px; background: rgb(255, 255, 255); overflow: hidden; box-shadow: rgba(31, 57, 86, 0.07) 0px 14px 34px; display: flex; flex-direction: column; transition: transform 0.18s, box-shadow 0.18s; }
#tvl-fc-content .tvl-product-card:hover { transform: translateY(-1px); box-shadow: rgba(31, 57, 86, 0.094) 0px 17px 38px; }
#tvl-fc-content .tvl-product-media {
  position: relative;
  display: block;
  min-width: 0;
  background: rgb(238, 242, 246);
  aspect-ratio: 4 / 3;
  padding: 8px;
  border-bottom: 1px solid var(--line);
}

#tvl-fc-content .tvl-product-media img {
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  min-width: 0;
  min-height: 0;
  max-width: none;
  margin: 0;
  object-fit: contain;
  object-position: center;
}
#tvl-fc-content .tvl-product-body { padding: 18px 18px 12px; display: flex; flex-direction: column; gap: 10px; flex: 1 1 0%; }
#tvl-fc-content .tvl-product-title { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; }
#tvl-fc-content .tvl-product-title h3 { font-size: 18.88px; margin: 0px; color: var(--navy); }
#tvl-fc-content .tvl-product-kicker { font-size: 12.16px; text-transform: uppercase; letter-spacing: 0.07em; color: var(--blue); font-weight: 900; }
#tvl-fc-content .tvl-product-body p { margin: 0px; color: var(--muted); font-size: 14.72px; }
#tvl-fc-content .tvl-product-meta { font-size: 13.12px; color: rgb(78, 90, 105); background: rgb(246, 248, 251); border-radius: 10px; padding: 9px 10px; }
#tvl-fc-content .tvl-product-actions { display: grid; grid-template-columns: 1.06fr 0.88fr 1.06fr; gap: 9px; padding: 2px 18px 18px; }
#tvl-fc-content .tvl-product-actions a { min-height: 44px; border-radius: 12px; text-decoration: none; font-weight: 750; font-size: 12.8px; display: flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid rgb(214, 224, 233); white-space: nowrap; transition: transform 0.16s, box-shadow 0.16s, background 0.16s, border-color 0.16s, color 0.16s; }
#tvl-fc-content .tvl-product-actions a span[aria-hidden="true"] { font-size: 14.08px; line-height: 1; opacity: 0.88; }
#tvl-fc-content .tvl-product-actions .tvl-product-call { font-weight: 800; }
#tvl-fc-content .tvl-product-actions .tvl-product-call span[aria-hidden="true"] { display: inline-flex; align-items: center; justify-content: center; font-size: 16px; color: rgb(185, 225, 255); transform: scale(1.08); text-shadow: rgba(185, 225, 255, 0.18) 0px 1px 5px; }
#tvl-fc-content .tvl-product-actions .email,
#tvl-fc-content .tvl-product-actions .quote { font-weight: 750; }
#tvl-fc-content .tvl-product-actions .tvl-product-call { background: linear-gradient(rgb(37, 91, 134) 0%, rgb(31, 80, 121) 100%); color: rgb(255, 255, 255); border-color: rgb(36, 87, 127); box-shadow: rgba(29, 75, 115, 0.16) 0px 7px 16px, rgba(255, 255, 255, 0.1) 0px 1px 0px inset; }
#tvl-fc-content .tvl-product-actions .email { background: rgb(255, 255, 255); color: rgb(102, 116, 130); border-color: rgb(217, 226, 234); }
#tvl-fc-content .tvl-product-actions .quote { background: rgb(238, 248, 241); color: rgb(40, 113, 67); border-color: rgb(183, 216, 192); box-shadow: rgba(47, 125, 75, 0.04) 0px 3px 10px; }
#tvl-fc-content .tvl-product-actions .tvl-product-call:hover { background: linear-gradient(rgb(32, 79, 120) 0%, rgb(25, 63, 98) 100%); border-color: rgb(29, 75, 115); color: rgb(255, 255, 255); transform: translateY(-1px); box-shadow: rgba(29, 75, 115, 0.2) 0px 9px 20px, rgba(137, 200, 245, 0.08) 0px 0px 0px 1px; }
#tvl-fc-content .tvl-product-actions .email:hover { background: rgb(248, 250, 252); border-color: rgb(195, 207, 218); color: rgb(64, 82, 100); transform: translateY(-1px); }
#tvl-fc-content .tvl-product-actions .quote:hover { background: rgb(229, 244, 233); border-color: rgb(143, 190, 160); color: rgb(34, 98, 57); transform: translateY(-1px); box-shadow: rgba(47, 125, 75, 0.09) 0px 7px 16px; }
#tvl-fc-content .tvl-custom-card { background: rgb(255, 255, 255); color: var(--navy); }
#tvl-fc-content .tvl-custom-card .tvl-product-media { background: rgb(238, 242, 246); border-color: var(--line); }
#tvl-fc-content .tvl-custom-card .tvl-product-body p { color: var(--muted); }
#tvl-fc-content .tvl-custom-card .tvl-product-kicker { color: var(--blue); }
#tvl-fc-content .tvl-custom-card .tvl-product-title h3 { color: var(--navy); }
#tvl-fc-content .tvl-custom-card .tvl-product-meta { background: rgb(246, 248, 251); color: rgb(78, 90, 105); }
#tvl-fc-content .tvl-content-card { background: rgb(255, 255, 255); color: var(--navy); }
#tvl-fc-content .tvl-content-card .tvl-product-body { padding-bottom: 12px; }
#tvl-fc-content .tvl-content-card .tvl-product-title h3 { color: var(--navy); }
#tvl-fc-content .tvl-content-card .tvl-product-kicker { color: var(--blue); }
#tvl-fc-content .tvl-content-card .tvl-product-body p { color: var(--muted); }
#tvl-fc-content .tvl-content-card .tvl-product-meta { background: rgb(246, 248, 251); color: rgb(78, 90, 105); }
#tvl-fc-content .tvl-content-card .tvl-product-actions { grid-template-columns: 1fr; }
#tvl-fc-content .tvl-content-preview { aspect-ratio: 4 / 3; padding: 12px; background: linear-gradient(145deg, rgb(27, 76, 117), rgb(9, 36, 61)); border-bottom: 1px solid rgba(255, 255, 255, 0.086); }
#tvl-fc-content .tvl-content-window { height: 100%; border-radius: 12px; overflow: hidden; background: rgb(7, 29, 48); box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 24px; display: grid; grid-template-rows: auto minmax(0px, 1fr) auto; border: 1px solid rgba(107, 164, 210, 0.23); }
#tvl-fc-content .tvl-content-window-top { display: flex; justify-content: space-between; gap: 8px; align-items: center; padding: 9px 10px; color: rgb(186, 214, 236); font-size: 9px; font-weight: 800; letter-spacing: 0.7px; }
#tvl-fc-content .tvl-content-window-top span:last-child { color: rgb(118, 189, 255); }
#tvl-fc-content .tvl-content-screen { position: relative; display: block; width: 100%; height: 100%; min-height: 0px; border: 0px; padding: 0px; overflow: hidden; background: rgb(7, 29, 48); cursor: pointer; }
#tvl-fc-content .tvl-content-teaser-art { position: absolute; left: 0px; right: 0px; top: 50%; transform: translateY(-50%); aspect-ratio: 16 / 9; background: url("https://www.tvliquidator.com/img/tvl-content-churches.webp?v=1.0.3") center center / contain no-repeat; }
#tvl-fc-content .tvl-content-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 56px; height: 56px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.7); background: rgba(9, 42, 73, 0.87); color: rgb(255, 255, 255); display: grid; place-items: center; font-size: 20px; padding-left: 3px; box-shadow: rgba(0, 0, 0, 0.267) 0px 8px 24px; transition: background 0.18s, transform 0.18s; }
#tvl-fc-content .tvl-content-screen:hover .tvl-content-play { background: rgb(20, 125, 229); transform: translate(-50%, -50%) scale(1.05); }
#tvl-fc-content .tvl-content-tools { display: grid; grid-template-columns: repeat(3, minmax(0px, 1fr)); gap: 7px; padding: 8px; }
#tvl-fc-content .tvl-content-tools button { display: grid; grid-template-columns: 30px minmax(0px, 1fr); gap: 5px; align-items: center; min-height: 44px; padding: 4px; border: 1px solid rgba(84, 125, 169, 0.3); border-radius: 7px; background: rgb(23, 58, 87); color: rgb(232, 244, 255); font-style: inherit; font-variant: inherit; font-stretch: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; font-size: 10px; font-weight: 750; text-align: left; cursor: pointer; line-height: 1.25; }
#tvl-fc-content .tvl-content-tools button:hover { background: rgb(35, 85, 124); border-color: rgb(115, 185, 243); }
#tvl-fc-content .tvl-content-tools img,
#tvl-fc-content .tvl-content-mini { display: block; width: 30px; height: 25px; object-fit: cover; border-radius: 3px; }
#tvl-fc-content .tvl-content-mini-library { background: url("https://www.tvliquidator.com/img/tvl-content-churches.webp?v=1.0.3") center center / contain no-repeat; }
#tvl-fc-content .tvl-content-open { width: 100%; min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 10px 12px; border-radius: 12px; border: 1px solid rgb(36, 87, 127); background: linear-gradient(rgb(37, 91, 134) 0%, rgb(31, 80, 121) 100%); color: rgb(255, 255, 255); font-style: inherit; font-variant: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; font-size: 13.12px; font-weight: 850; cursor: pointer; box-shadow: rgba(29, 75, 115, 0.16) 0px 7px 16px, rgba(255, 255, 255, 0.1) 0px 1px 0px inset; transition: background 0.18s, box-shadow 0.18s; }
#tvl-fc-content .tvl-content-open:hover { background: linear-gradient(rgb(32, 79, 120) 0%, rgb(25, 63, 98) 100%); border-color: rgb(29, 75, 115); box-shadow: rgba(29, 75, 115, 0.2) 0px 9px 20px; }
#tvl-fc-content .tvl-content-open span { font-size: 19px; }
#tvl-fc-content .tvl-library-modal:not([open]) { display: none; }
#tvl-fc-content .tvl-library-modal { position: fixed; inset: 0px; width: min(1120px, 100% - 32px); max-width: none; max-height: calc(100dvh - 32px); margin: auto; padding: 0px; overflow: auto; overscroll-behavior: contain; border: 1px solid rgb(90, 130, 155); border-radius: 20px; background: rgb(11, 36, 58); color: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px; }
#tvl-fc-content .tvl-library-modal::backdrop { background: rgba(4, 18, 31, 0.85); backdrop-filter: blur(7px); }
#tvl-fc-content .tvl-library-modal [hidden] { display: none !important; }
#tvl-fc-content .tvl-library-dialog { min-width: 0px; }
#tvl-fc-content .tvl-library-dialog-head { position: sticky; top: 0px; z-index: 4; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; background: rgb(11, 36, 58); border-bottom: 1px solid rgb(41, 65, 86); }
#tvl-fc-content .tvl-media-eyebrow { display: block; color: rgb(124, 189, 255); font-size: 10px; font-weight: 850; letter-spacing: 1.25px; }
#tvl-fc-content .tvl-library-dialog-head h2 { margin: 7px 0px 4px; color: rgb(255, 255, 255); font-size: clamp(23px, 3vw, 32px); line-height: 1.15; letter-spacing: -0.8px; }
#tvl-fc-content .tvl-library-dialog-head p { margin: 0px; color: rgb(182, 201, 220); font-size: 13px; line-height: 1.5; }
#tvl-fc-content .tvl-library-close { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgb(83, 117, 142); background: rgb(24, 57, 79); color: rgb(255, 255, 255); font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; font-size: 26px; cursor: pointer; flex: 0 0 auto; }
#tvl-fc-content .tvl-library-close:hover { background: rgb(38, 85, 121); }
#tvl-fc-content .tvl-library-view { padding: 18px; }
#tvl-fc-content .tvl-library-stage { position: relative; aspect-ratio: 16 / 9; overflow: hidden; isolation: isolate; border-radius: 12px; background: rgb(3, 13, 22); }
#tvl-fc-content .tvl-library-stage.is-video { min-height: 200px; }
#tvl-fc-content .tvl-library-slide { position: absolute; inset: 0px; opacity: 0; background-position: center center; background-size: contain; background-repeat: no-repeat; transition: opacity 0.45s; }
#tvl-fc-content .tvl-slide-status { position: absolute; z-index: 3; left: 12px; right: 12px; bottom: 12px; display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; padding: 10px 12px; border-radius: 8px; background: rgba(7, 29, 48, 0.93); color: rgb(255, 255, 255); font-size: 13px; line-height: 1.4; text-align: center; }
#tvl-fc-content .tvl-slide-status button { min-height: 44px; padding: 8px 14px; border: 1px solid rgb(126, 197, 255); border-radius: 7px; background: rgb(33, 74, 104); color: rgb(255, 255, 255); font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; font-weight: 700; cursor: pointer; }
#tvl-fc-content .tvl-library-slide.is-active { opacity: 1; }
#tvl-fc-content .tvl-media-video,
#tvl-fc-content .tvl-media-image { position: absolute; inset: 0px; }
#tvl-fc-content .tvl-media-video iframe { display: block; width: 100%; height: 100%; border: 0px; }
#tvl-fc-content .tvl-media-image img { display: block; width: 100%; height: 100%; object-fit: contain; }
#tvl-fc-content .tvl-media-caption { padding: 19px 3px 13px; }
#tvl-fc-content .tvl-media-caption h3 { margin: 6px 0px; color: rgb(255, 255, 255); font-size: 22px; letter-spacing: -0.4px; line-height: 1.25; }
#tvl-fc-content .tvl-media-caption p { margin: 0px; color: rgb(182, 201, 220); font-size: 14px; line-height: 1.55; }
#tvl-fc-content .tvl-library-controls { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding: 0px 2px 15px; }
#tvl-fc-content .tvl-library-play { min-height: 44px; padding: 0px 15px; border-radius: 9px; border: 1px solid rgb(69, 101, 127); background: rgb(24, 56, 79); color: rgb(255, 255, 255); font-style: inherit; font-variant: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
#tvl-fc-content .tvl-library-play[aria-pressed="true"] { background: rgb(28, 97, 145); border-color: rgb(139, 202, 255); }
#tvl-fc-content .tvl-library-dots { display: flex; justify-content: center; flex-wrap: wrap; gap: 2px; align-items: center; }
#tvl-fc-content .tvl-library-dot { width: 32px; height: 44px; border: 0px; background: transparent; display: grid; place-items: center; padding: 0px; cursor: pointer; }
#tvl-fc-content .tvl-library-dot::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: rgb(104, 132, 156); transition: background 0.18s, transform 0.18s; }
#tvl-fc-content .tvl-library-dot[aria-pressed="true"]::before { background: rgb(131, 197, 255); transform: scale(1.4); }
#tvl-fc-content .tvl-media-navigation { display: flex; gap: 10px; align-items: center; }
#tvl-fc-content .tvl-library-prev,
#tvl-fc-content .tvl-library-next { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgb(69, 101, 127); background: rgb(24, 56, 79); color: rgb(255, 255, 255); font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; font-size: 26px; line-height: 1; cursor: pointer; }
#tvl-fc-content .tvl-library-counter { color: rgb(192, 209, 225); font-size: 12px; font-weight: 750; white-space: nowrap; font-variant-numeric: tabular-nums; }
#tvl-fc-content .tvl-media-youtube { display: inline-flex; gap: 7px; align-items: center; min-height: 44px; margin-bottom: 8px; color: rgb(147, 206, 255); font-size: 13px; text-underline-offset: 3px; }
#tvl-fc-content .tvl-media-collection { padding: 17px; border: 1px solid rgb(49, 75, 96); border-radius: 12px; background: rgb(17, 45, 69); }
#tvl-fc-content .tvl-media-collection-heading { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 12px; color: rgb(197, 216, 233); font-size: 10px; font-weight: 800; letter-spacing: 1px; }
#tvl-fc-content .tvl-media-collection-heading span { font-size: 12px; font-weight: 400; letter-spacing: 0px; color: rgb(173, 196, 216); }
#tvl-fc-content .tvl-media-items { display: grid; grid-template-columns: repeat(3, minmax(0px, 1fr)); gap: 10px; }
#tvl-fc-content .tvl-media-item { position: relative; min-width: 0px; padding: 5px 5px 12px; border: 1px solid rgb(58, 88, 113); border-radius: 10px; background: rgb(23, 53, 78); color: rgb(255, 255, 255); text-align: left; font: inherit; cursor: pointer; transition: background 0.18s, border-color 0.18s; }
#tvl-fc-content .tvl-media-item:hover { background: rgb(35, 76, 107); }
#tvl-fc-content .tvl-media-item[aria-pressed="true"] { border-color: rgb(126, 194, 255); background: rgb(33, 74, 104); box-shadow: rgb(126, 194, 255) 0px 0px 0px 1px inset; }
#tvl-fc-content .tvl-media-thumb { display: block; position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 6px; background: rgb(7, 29, 48); }
#tvl-fc-content .tvl-media-thumb img { width: 100%; height: 100%; display: block; object-fit: cover; }
#tvl-fc-content .tvl-media-thumb-art { position: absolute; inset: 0px; background-position: center center; background-repeat: no-repeat; background-size: contain; }
#tvl-fc-content .tvl-media-thumb-label { position: absolute; bottom: 6px; left: 6px; max-width: calc(100% - 12px); padding: 4px 6px; border-radius: 4px; background: rgba(6, 29, 50, 0.92); color: rgb(255, 255, 255); font-size: 10px; font-weight: 800; line-height: 1.2; }
#tvl-fc-content .tvl-media-item-copy { display: block; padding: 10px 6px 0px; }
#tvl-fc-content .tvl-media-item strong { display: block; color: rgb(255, 255, 255); font-size: 14px; line-height: 1.35; }
#tvl-fc-content .tvl-media-item small { display: block; margin-top: 5px; color: rgb(184, 207, 226); font-size: 12px; line-height: 1.4; }
#tvl-fc-content .tvl-library-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; padding: 0px 20px 20px; }
#tvl-fc-content .tvl-library-footer-copy { color: rgb(177, 199, 218); font-size: 12px; line-height: 1.6; }
#tvl-fc-content .tvl-library-footer-copy strong { display: block; color: rgb(226, 239, 249); }
#tvl-fc-content .tvl-library-actions { display: flex; gap: 8px; flex-wrap: wrap; }
#tvl-fc-content .tvl-library-actions a,
#tvl-fc-content .tvl-library-actions button { min-height: 44px; padding: 10px 14px; border-radius: 9px; font-style: inherit; font-variant: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; font-size: 12px; font-weight: 850; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; text-align: center; }
#tvl-fc-content .tvl-library-call { background: rgb(39, 92, 133); color: rgb(255, 255, 255); border: 1px solid rgb(77, 130, 167); }
#tvl-fc-content .tvl-library-quote { background: rgb(231, 246, 236); color: rgb(32, 100, 60); border: 1px solid rgb(182, 217, 194); }
#tvl-fc-content .tvl-library-continue { background: transparent; color: rgb(212, 230, 245); border: 1px solid rgb(86, 117, 142); }
@media (min-width: 761px) {
#tvl-fc-content .tvl-library-view { display: grid; grid-template-columns: minmax(0px, 1fr) 260px; column-gap: 18px; align-items: start; }
#tvl-fc-content .tvl-library-stage { grid-area: 1 / 1; }
#tvl-fc-content .tvl-media-caption { grid-area: 2 / 1; }
#tvl-fc-content .tvl-library-controls,
#tvl-fc-content .tvl-media-youtube { grid-area: 3 / 1; }
#tvl-fc-content .tvl-media-collection { grid-area: 1 / 2 / 4; padding: 12px; }
#tvl-fc-content .tvl-media-collection-heading span { display: none; }
#tvl-fc-content .tvl-media-items { grid-template-columns: 1fr; }
#tvl-fc-content .tvl-media-item { display: grid; grid-template-columns: 82px minmax(0px, 1fr); gap: 9px; align-items: center; padding: 7px; min-height: 106px; }
#tvl-fc-content .tvl-media-item-copy { padding: 0px; }
#tvl-fc-content .tvl-media-item strong { font-size: 13px; }
#tvl-fc-content .tvl-media-item small { font-size: 11px; }
#tvl-fc-content .tvl-media-thumb-label { left: 3px; bottom: 3px; font-size: 8px; padding: 3px; }
}
#tvl-fc-content .tvl-content-card button:focus-visible,
#tvl-fc-content .tvl-library-modal button:focus-visible,
#tvl-fc-content .tvl-library-modal a:focus-visible { outline: rgb(126, 197, 255) solid 3px; outline-offset: 3px; }
#tvl-fc-content .tvl-content-screen:focus-visible { outline-offset: -4px !important; }
@media (max-width: 760px) {
#tvl-fc-content .tvl-library-modal { width: calc(100% - 16px); max-height: calc(100dvh - 16px); border-radius: 14px; }
#tvl-fc-content .tvl-library-dialog-head { padding: 16px; align-items: flex-start; }
#tvl-fc-content .tvl-library-dialog-head h2 { font-size: 25px; }
#tvl-fc-content .tvl-library-view { padding: 10px; }
#tvl-fc-content .tvl-media-caption { padding: 17px 5px 12px; }
#tvl-fc-content .tvl-media-caption h3 { font-size: 20px; }
#tvl-fc-content .tvl-library-controls { gap: 8px; }
#tvl-fc-content .tvl-library-dots { order: 3; width: 100%; }
#tvl-fc-content .tvl-library-dot { width: 44px; }
#tvl-fc-content .tvl-media-collection { padding: 12px; }
#tvl-fc-content .tvl-media-items { grid-template-columns: 1fr; gap: 8px; }
#tvl-fc-content .tvl-media-item { display: grid; grid-template-columns: 112px minmax(0px, 1fr); gap: 12px; align-items: center; padding: 6px; }
#tvl-fc-content .tvl-media-item-copy { padding: 4px 4px 4px 0px; }
#tvl-fc-content .tvl-media-item strong { font-size: 14px; }
#tvl-fc-content .tvl-media-item small { font-size: 12px; }
#tvl-fc-content .tvl-media-thumb-label { font-size: 9px; bottom: 4px; left: 4px; padding: 3px 4px; }
#tvl-fc-content .tvl-media-collection-heading span { display: none; }
#tvl-fc-content .tvl-library-footer { padding: 5px 15px 18px; }
#tvl-fc-content .tvl-library-actions { width: 100%; }
#tvl-fc-content .tvl-library-actions a { flex: 1 1 0%; }
#tvl-fc-content .tvl-library-continue { width: 100%; }
}
@media (max-width: 760px) {
#tvl-fc-content .tvl-content-card { box-shadow: rgba(11, 41, 69, 0.17) 0px 12px 30px; }
#tvl-fc-content .tvl-content-preview { aspect-ratio: auto; padding: 12px; }
#tvl-fc-content .tvl-content-window { height: auto; grid-template-rows: auto auto auto; }
#tvl-fc-content .tvl-content-screen { aspect-ratio: 16 / 9; height: auto; }
#tvl-fc-content .tvl-content-tools { gap: 6px; padding: 9px; }
#tvl-fc-content .tvl-content-tools button { grid-template-columns: 1fr; gap: 5px; text-align: center; justify-items: center; font-size: 11px; padding: 5px; }
#tvl-fc-content .tvl-content-tools img,
#tvl-fc-content .tvl-content-mini { width: 100%; height: auto; aspect-ratio: 16 / 9; }
#tvl-fc-content .tvl-content-open { font-size: 14px; min-height: 50px; }
}
@media (prefers-reduced-motion: reduce) {
#tvl-fc-content .tvl-library-slide,
#tvl-fc-content .tvl-content-play,
#tvl-fc-content .tvl-content-open,
#tvl-fc-content .tvl-media-item,
#tvl-fc-content .tvl-library-dot::before { transition: none; }
}
#tvl-fc-content .tvl-media-inline[hidden],
#tvl-fc-content .tvl-media-inline [hidden] { display: none !important; }
#tvl-fc-content .tvl-media-inline { width: 100%; min-width: 0px; background: rgb(11, 36, 58); color: rgb(255, 255, 255); }
#tvl-fc-content .tvl-content-card.is-inline > .tvl-content-preview,
#tvl-fc-content .tvl-content-card.is-inline > .tvl-product-body,
#tvl-fc-content .tvl-content-card.is-inline > .tvl-product-actions { display: none; }
#tvl-fc-content .tvl-media-inline .tvl-library-dialog-head { position: static; padding: 22px 18px 18px; }
#tvl-fc-content .tvl-media-inline .tvl-library-dialog-head h2 { font-size: clamp(26px, 5vw, 34px); line-height: 1.15; }
#tvl-fc-content .tvl-media-inline .tvl-library-dialog-head p { font-size: 14px; line-height: 1.6; }
#tvl-fc-content .tvl-media-inline .tvl-library-close,
#tvl-fc-content .tvl-media-inline .tvl-library-footer { display: none; }
#tvl-fc-content .tvl-media-inline .tvl-library-view { padding: 12px 12px 20px; }
#tvl-fc-content .tvl-media-inline .tvl-media-caption { padding: 20px 4px 14px; }
#tvl-fc-content .tvl-media-inline .tvl-media-caption h3 { font-size: 22px; }
#tvl-fc-content .tvl-media-inline .tvl-media-caption p { font-size: 15px; }
#tvl-fc-content .tvl-media-inline .tvl-media-item strong { font-size: 14px; }
#tvl-fc-content .tvl-media-inline .tvl-media-item small { font-size: 12px; }
#tvl-fc-content .tvl-media-inline button:focus-visible,
#tvl-fc-content .tvl-media-inline a:focus-visible { outline: rgb(126, 197, 255) solid 3px; outline-offset: 3px; }
#tvl-fc-content .tvl-media-loading { margin: 0px; padding: 24px; color: rgb(212, 230, 245); font-size: 14px; text-align: center; }
#tvl-fc-content .tvl-media-expand { width: 44px; height: 44px; padding: 0px; border: 1px solid rgb(69, 101, 127); border-radius: 50%; background: rgb(24, 56, 79); color: rgb(255, 255, 255); font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; font-size: 22px; cursor: pointer; }
#tvl-fc-content .tvl-media-expand svg { width: 20px; height: 20px; vertical-align: middle; fill: none; stroke: currentcolor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
#tvl-fc-content .tvl-media-exit-fullscreen { display: none; }
#tvl-fc-content .tvl-library-stage:fullscreen { width: 100%; height: 100%; aspect-ratio: auto; border-radius: 0px; background: rgb(3, 13, 22); }
#tvl-fc-content .tvl-library-stage:fullscreen .tvl-library-slide { inset: 50% auto auto 50%; width: min(100vw, 177.778vh); height: auto; aspect-ratio: 16 / 9; transform: translate(-50%, -50%); }
#tvl-fc-content .tvl-library-stage:fullscreen .tvl-media-exit-fullscreen { display: block; position: absolute; z-index: 5; top: 14px; right: 14px; width: 44px; height: 44px; border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 50%; background: rgb(11, 36, 58); color: rgb(255, 255, 255); font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; font-size: 25px; cursor: pointer; }
#tvl-fc-content .tvl-product-break { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 24px; border: 1px solid rgb(215, 226, 238); border-radius: 20px; background: linear-gradient(135deg, rgb(246, 251, 255), rgb(238, 247, 255)); box-shadow: rgba(15, 50, 84, 0.05) 0px 12px 26px; margin: 6px 0px; }
#tvl-fc-content .tvl-product-break strong { display: block; color: var(--navy); font-size: 17.28px; margin-bottom: 6px; }
#tvl-fc-content .tvl-product-break-actions { display: flex; gap: 12px; flex-wrap: wrap; }
#tvl-fc-content .tvl-cta-band { background: linear-gradient(135deg, rgb(18, 59, 92) 0%, rgb(22, 83, 79) 100%); color: rgb(255, 255, 255); }
#tvl-fc-content .tvl-cta-grid { display: grid; grid-template-columns: 1.04fr 0.96fr; gap: 46px; align-items: center; }
#tvl-fc-content .tvl-cta-band .tvl-eyebrow { color: rgb(155, 201, 255); }
#tvl-fc-content .tvl-cta-band .tvl-title-sm { color: rgb(255, 255, 255); max-width: 680px; margin-bottom: 14px; }
#tvl-fc-content .tvl-cta-band p { color: rgb(220, 235, 231); margin: 0px; max-width: 720px; }
#tvl-fc-content .tvl-cta-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
#tvl-fc-content .tvl-cta-card { min-height: 58px; border-radius: 14px; text-decoration: none; display: flex; align-items: center; justify-content: center; text-align: center; font-weight: 850; transition: transform 0.16s, box-shadow 0.16s, background 0.16s, border-color 0.16s; }
#tvl-fc-content .tvl-cta-card:hover { transform: translateY(-1px); }
#tvl-fc-content .tvl-cta-call { grid-column: 1 / -1; min-height: 74px; background: rgb(255, 255, 255); color: rgb(23, 63, 103); border: 1px solid rgba(255, 255, 255, 0.9); box-shadow: rgba(4, 24, 39, 0.18) 0px 12px 26px; flex-direction: column; gap: 2px; }
#tvl-fc-content .tvl-cta-call strong { font-size: 24.8px; line-height: 1; color: rgb(23, 63, 103); letter-spacing: -0.02em; }
#tvl-fc-content .tvl-cta-call span { font-size: 12.48px; color: rgb(95, 114, 131); font-weight: 750; }
#tvl-fc-content .tvl-cta-email { background: rgba(255, 255, 255, 0.08); color: rgb(255, 255, 255); border: 1px solid rgba(255, 255, 255, 0.28); }
#tvl-fc-content .tvl-cta-email:hover { background: rgba(255, 255, 255, 0.13); border-color: rgba(255, 255, 255, 0.4); }
#tvl-fc-content .tvl-cta-quote { background: rgb(237, 248, 239); color: rgb(32, 102, 59); border: 1px solid rgb(184, 216, 194); }
#tvl-fc-content .tvl-cta-quote:hover { background: rgb(227, 244, 231); border-color: rgb(150, 198, 165); }
#tvl-fc-content .tvl-payment-block { margin-top: 24px; }
#tvl-fc-content .tvl-payment-label { font-size: 11.84px; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 850; color: rgb(188, 212, 212); margin-bottom: 9px; }
#tvl-fc-content .tvl-payment-row { display: flex; gap: 9px; flex-wrap: wrap; align-items: center; }
#tvl-fc-content .tvl-payment-chip { height: 46px; min-width: 62px; padding: 7px 9px; border-radius: 10px; background: rgba(255, 255, 255, 0.96); display: flex; align-items: center; justify-content: center; box-shadow: rgba(5, 24, 39, 0.09) 0px 5px 14px; }
#tvl-fc-content .tvl-payment-chip img { height: 30px; width: auto; max-width: 52px; object-fit: contain; }
#tvl-fc-content .tvl-payment-finance { height: 46px; padding: 0px 13px; border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.24); background: rgba(255, 255, 255, 0.08); color: rgb(255, 255, 255); display: inline-flex; align-items: center; font-size: 12.16px; font-weight: 850; white-space: nowrap; }
#tvl-fc-content .tvl-engineering { background: rgb(10, 33, 56); color: rgb(255, 255, 255); }
#tvl-fc-content .tvl-engineering .tvl-title-sm { color: rgb(255, 255, 255); }
#tvl-fc-content .tvl-engineering .tvl-lead { color: rgb(200, 217, 231); }
#tvl-fc-content .tvl-core-grid { display: grid; grid-template-columns: repeat(4, minmax(0px, 1fr)); gap: 16px; margin-top: 30px; }
#tvl-fc-content .tvl-core-card { appearance: none; width: 100%; background: rgba(255, 255, 255, 0.09); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 18px; padding: 18px 18px 16px; text-align: left; color: inherit; font: inherit; cursor: pointer; transition: background 0.22s, border-color 0.22s, transform 0.22s, box-shadow 0.22s; }
#tvl-fc-content .tvl-core-card:hover,
#tvl-fc-content .tvl-core-card:focus-visible { background: rgba(255, 255, 255, 0.13); border-color: rgba(126, 188, 255, 0.55); transform: translateY(-2px); outline: none; }
#tvl-fc-content .tvl-core-card.is-active { background: linear-gradient(145deg, rgba(28, 91, 148, 0.72), rgba(20, 66, 108, 0.72)); border-color: rgb(120, 186, 255); box-shadow: rgba(0, 0, 0, 0.18) 0px 14px 30px, rgba(255, 255, 255, 0.08) 0px 0px 0px 1px inset; }
#tvl-fc-content .tvl-core-card h3 { margin: 0px 0px 8px; font-size: 16.32px; color: rgb(255, 255, 255); }
#tvl-fc-content .tvl-core-card p { margin: 0px; color: rgb(200, 217, 231); font-size: 15.04px; }
#tvl-fc-content .tvl-engineering-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: start; margin-top: 30px; }
#tvl-fc-content .tvl-tech-visual { min-height: 520px; border-radius: 22px; background: linear-gradient(145deg, rgb(16, 47, 76), rgb(7, 26, 44)); border: 1px solid rgba(255, 255, 255, 0.12); padding: 22px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
#tvl-fc-content .tvl-tech-visual::after { content: ""; position: absolute; inset: 0px; background: linear-gradient(135deg, rgba(88, 171, 255, 0.08), transparent 38%, rgba(255, 255, 255, 0.024)); pointer-events: none; }
#tvl-fc-content .tvl-tech-visual img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(rgba(0, 0, 0, 0.34) 0px 20px 45px); opacity: 1; transform: scale(1); transition: opacity 0.32s, transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }
#tvl-fc-content .tvl-tech-visual.is-changing img { opacity: 0; transform: scale(0.985); }
#tvl-fc-content .tvl-tech-visual-copy { position: absolute; left: 22px; right: 22px; bottom: 22px; z-index: 2; padding: 14px 16px; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 14px; background: rgba(5, 23, 40, 0.78); backdrop-filter: blur(8px); box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px; }
#tvl-fc-content .tvl-tech-visual-copy strong { display: block; color: rgb(255, 255, 255); font-size: 16px; margin-bottom: 3px; }
#tvl-fc-content .tvl-tech-visual-copy span { display: block; color: rgb(201, 220, 235); font-size: 13.44px; }
#tvl-fc-content .tvl-tech-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
#tvl-fc-content .tvl-tech-card { background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 16px; padding: 18px; opacity: 0.66; transform: translateY(0px); transition: opacity 0.24s, background 0.24s, border-color 0.24s, transform 0.24s, box-shadow 0.24s; }
#tvl-fc-content .tvl-tech-card.is-highlighted { opacity: 1; background: rgba(43, 103, 159, 0.26); border-color: rgba(116, 183, 255, 0.52); transform: translateY(-2px); box-shadow: rgba(0, 0, 0, 0.13) 0px 12px 24px; }
#tvl-fc-content .tvl-tech-card h3 { font-size: 16px; margin: 0px 0px 6px; color: rgb(255, 255, 255); }
#tvl-fc-content .tvl-tech-card p { font-size: 13.76px; margin: 0px; color: rgb(201, 217, 230); }
#tvl-fc-content .tvl-tech-stat { color: rgb(128, 191, 255); font-weight: 900; font-size: 12px; text-transform: uppercase; letter-spacing: 0.09em; margin-bottom: 8px; }
#tvl-fc-content .tvl-build-showcase { margin-top: 30px; display: grid; grid-template-columns: minmax(0px, 1.08fr) minmax(360px, 0.92fr); gap: 28px; align-items: start; }
#tvl-fc-content .tvl-build-video { border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 20px; overflow: hidden; background: rgb(6, 22, 38); box-shadow: rgba(0, 0, 0, 0.18) 0px 18px 36px; }
#tvl-fc-content .tvl-build-video iframe { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0px; background: rgb(6, 22, 38); }
#tvl-fc-content .tvl-video-switches { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255, 255, 255, 0.14); }
#tvl-fc-content .tvl-video-switches a { min-height: 48px; display: flex; align-items: center; justify-content: center; padding: 10px 14px; text-align: center; text-decoration: none; background: rgb(23, 63, 103); color: rgb(220, 234, 251); font-size: 13.12px; font-weight: 850; transition: background 0.16s, color 0.16s; }
#tvl-fc-content .tvl-video-switches a:hover,
#tvl-fc-content .tvl-video-switches a:focus-visible { background: rgb(36, 91, 136); color: rgb(255, 255, 255); }
#tvl-fc-content .tvl-build-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
#tvl-fc-content .tvl-build-point { min-height: 132px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 15px; padding: 17px; background: rgba(255, 255, 255, 0.067); }
#tvl-fc-content .tvl-build-point span { display: block; color: rgb(128, 191, 255); font-size: 10.88px; font-weight: 900; letter-spacing: 0.09em; text-transform: uppercase; margin-bottom: 7px; }
#tvl-fc-content .tvl-build-point h3 { margin: 0px 0px 6px; color: rgb(255, 255, 255); font-size: 15.68px; }
#tvl-fc-content .tvl-build-point p { margin: 0px; color: rgb(201, 217, 231); font-size: 13.12px; line-height: 1.45; }
#tvl-fc-content .tvl-build-assurance { margin-top: 22px; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 16px; background: rgba(255, 255, 255, 0.07); display: grid; grid-template-columns: repeat(4, minmax(0px, 1fr)); }
#tvl-fc-content .tvl-build-assurance-item { min-width: 0px; display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: center; padding: 16px 18px; border-right: 1px solid rgba(255, 255, 255, 0.11); }
#tvl-fc-content .tvl-build-assurance-item:last-child { border-right: 0px; }
#tvl-fc-content .tvl-assurance-badge { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: rgba(108, 190, 255, 0.11); border: 1px solid rgba(125, 199, 255, 0.28); }
#tvl-fc-content .tvl-assurance-badge svg { width: 23px; height: 23px; fill: none; stroke: rgb(121, 199, 255); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
#tvl-fc-content .tvl-build-assurance-item strong { display: block; color: rgb(255, 255, 255); font-size: 13.76px; margin-bottom: 3px; }
#tvl-fc-content .tvl-build-assurance-item > div > span { display: block; color: rgb(189, 209, 226); font-size: 11.84px; line-height: 1.35; }
#tvl-fc-content .tvl-ownership-install { background: rgb(255, 255, 255); }
#tvl-fc-content .tvl-ownership-grid { display: grid; grid-template-columns: repeat(6, minmax(0px, 1fr)); gap: 14px; margin-top: 30px; }
#tvl-fc-content .tvl-ownership-card { border: 1px solid var(--line); border-radius: 16px; background: rgb(255, 255, 255); padding: 18px 14px 16px; text-align: center; box-shadow: rgba(22, 42, 72, 0.035) 0px 10px 24px; min-width: 0px; }
#tvl-fc-content .tvl-ownership-icon { width: 54px; height: 54px; border-radius: 14px; margin: 0px auto 13px; display: grid; place-items: center; background: rgb(238, 245, 255); color: rgb(22, 116, 232); }
#tvl-fc-content .tvl-ownership-icon svg { width: 30px; height: 30px; fill: none; stroke: currentcolor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
#tvl-fc-content .tvl-ownership-card h3 { margin: 0px 0px 7px; color: var(--navy); font-size: 15.2px; line-height: 1.2; }
#tvl-fc-content .tvl-ownership-card p { margin: 0px; color: var(--muted); font-size: 12.48px; line-height: 1.42; }
#tvl-fc-content .tvl-whole-project { background: linear-gradient(rgb(244, 248, 252) 0%, rgb(237, 244, 250) 100%); border-top: 1px solid rgb(225, 233, 241); border-bottom: 1px solid rgb(220, 230, 239); }
#tvl-fc-content .tvl-whole-project-grid { display: grid; grid-template-columns: repeat(3, minmax(0px, 1fr)); gap: 18px; margin-top: 30px; }
#tvl-fc-content .tvl-whole-project-card { min-width: 0px; background: rgb(255, 255, 255); border: 1px solid rgb(220, 230, 239); border-radius: 18px; padding: 22px; box-shadow: rgba(22, 42, 72, 0.043) 0px 12px 28px; }
#tvl-fc-content .tvl-whole-project-head { display: grid; grid-template-columns: 46px 1fr; gap: 13px; align-items: center; margin-bottom: 14px; }
#tvl-fc-content .tvl-whole-project-icon { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; background: rgb(234, 244, 255); color: rgb(23, 111, 209); }
#tvl-fc-content .tvl-whole-project-icon svg { width: 27px; height: 27px; fill: none; stroke: currentcolor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
#tvl-fc-content .tvl-whole-project-card h3 { margin: 0px; color: var(--navy); font-size: 16.8px; }
#tvl-fc-content .tvl-whole-project-card > p { margin: 0px 0px 13px; color: var(--muted); font-size: 13.76px; }
#tvl-fc-content .tvl-assurance-list { list-style: none; margin: 0px; padding: 0px; display: grid; gap: 8px; }
#tvl-fc-content .tvl-assurance-list li { position: relative; padding-left: 21px; color: rgb(64, 86, 108); font-size: 12.8px; line-height: 1.35; }
#tvl-fc-content .tvl-assurance-list li::before { content: "✓"; position: absolute; left: 0px; top: 0px; color: var(--green); font-weight: 900; }
#tvl-fc-content .tvl-whole-project-proof { margin-top: 18px; padding: 14px 18px; border-radius: 14px; border: 1px solid rgb(216, 228, 239); background: rgb(255, 255, 255); display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; color: rgb(64, 86, 108); font-size: 12.8px; font-weight: 750; }
#tvl-fc-content .tvl-whole-project-proof strong { color: var(--navy); }
#tvl-fc-content .tvl-trust { background: var(--surface); }
#tvl-fc-content .tvl-value-proof-grid { display: grid; grid-template-columns: repeat(4, minmax(0px, 1fr)); gap: 14px; margin-top: 28px; }
#tvl-fc-content .tvl-value-proof { background: rgb(255, 255, 255); border: 1px solid var(--line); border-radius: 16px; padding: 19px; }
#tvl-fc-content .tvl-value-proof span { display: block; color: var(--blue); font-size: 11.04px; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 7px; }
#tvl-fc-content .tvl-value-proof h3 { margin: 0px 0px 6px; color: var(--navy); font-size: 16px; }
#tvl-fc-content .tvl-value-proof p { margin: 0px; color: var(--muted); font-size: 13.44px; line-height: 1.45; }
#tvl-fc-content .tvl-logo-wall { background: rgb(255, 255, 255); border: 1px solid var(--line); border-radius: 20px; padding: 24px; margin-top: 24px; text-align: center; }
#tvl-fc-content .tvl-logo-wall img { max-width: 100%; margin: auto; }
#tvl-fc-content .tvl-testimonials { display: grid; grid-template-columns: repeat(3, minmax(0px, 1fr)); gap: 18px; margin-top: 20px; }
#tvl-fc-content .tvl-testimonial { background: rgb(255, 255, 255); border: 1px solid var(--line); border-radius: 16px; padding: 20px; }
#tvl-fc-content .tvl-stars { color: var(--amber); letter-spacing: 0.04em; margin-bottom: 8px; }
#tvl-fc-content .tvl-testimonial p { margin: 0px 0px 10px; color: rgb(68, 80, 94); font-size: 14.4px; }
#tvl-fc-content .tvl-testimonial strong { color: var(--navy); font-size: 13.76px; }
#tvl-fc-content .tvl-baseline { background: linear-gradient(rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.996) 30%, rgba(255, 255, 255, 0.976) 48%, rgba(255, 255, 255, 0.88) 66%, rgba(255, 255, 255, 0.48) 82%, rgba(255, 255, 255, 0.1) 100%), url("https://www.tvliquidator.com/img/baseline-american-landscape-bg.webp") center bottom / cover no-repeat; border-top: 1px solid rgb(230, 237, 244); border-bottom: 1px solid rgb(226, 234, 242); padding-bottom: 88px; }
#tvl-fc-content .tvl-baseline-grid { display: grid; grid-template-columns: repeat(6, minmax(0px, 1fr)); gap: 12px; margin-top: 26px; }
#tvl-fc-content .tvl-baseline-card { border: 1px solid rgb(220, 230, 239); border-radius: 16px; background: rgb(255, 255, 255); padding: 18px 14px; text-align: center; box-shadow: rgba(22, 42, 72, 0.04) 0px 10px 24px; }
#tvl-fc-content .tvl-baseline-icon { width: 72px; height: 72px; margin: 0px auto 11px; display: grid; place-items: center; }
#tvl-fc-content .tvl-baseline-icon svg { width: 72px; height: 72px; display: block; overflow: visible; }
#tvl-fc-content .tvl-baseline-card strong { display: block; color: var(--navy); font-size: 14.72px; margin-bottom: 4px; }
#tvl-fc-content .tvl-baseline-card span { display: block; color: var(--muted); font-size: 12px; line-height: 1.35; }
#tvl-fc-content .tvl-eng-rebuild { background: radial-gradient(circle at 18% 35%, rgba(35, 102, 158, 0.16), transparent 28%), linear-gradient(rgb(10, 33, 56) 0%, rgb(10, 35, 59) 100%); color: rgb(255, 255, 255); }
#tvl-fc-content .tvl-eng-rebuild .tvl-title-sm { color: rgb(255, 255, 255); }
#tvl-fc-content .tvl-eng-rebuild .tvl-lead { color: rgb(200, 217, 231); max-width: 900px; }
#tvl-fc-content .tvl-eng-shell { margin-top: 34px; display: grid; grid-template-columns: minmax(0px, 1fr) minmax(0px, 1.1fr); gap: 18px; align-items: stretch; }
#tvl-fc-content .tvl-eng-hero { min-width: 0px; min-height: 0px; border: 1px solid rgba(133, 192, 243, 0.22); border-radius: 22px; overflow: hidden; background: rgb(8, 27, 45); box-shadow: rgba(0, 0, 0, 0.16) 0px 18px 40px; position: relative; }
#tvl-fc-content .tvl-eng-hero img { position: absolute; inset: 0px; width: 100%; height: 100%; min-height: 0px; object-fit: cover; object-position: center center; display: block; }
#tvl-fc-content .tvl-eng-hero::after { content: ""; position: absolute; inset: 0px; pointer-events: none; background: linear-gradient(transparent 66%, rgba(4, 19, 32, 0.14) 100%); }
#tvl-fc-content .tvl-eng-stack { min-width: 0px; display: grid; grid-template-rows: repeat(4, auto); gap: 12px; align-content: start; }
#tvl-fc-content .tvl-eng-feature { min-width: 0px; border: 1px solid rgba(133, 192, 243, 0.22); border-radius: 17px; background: linear-gradient(145deg, rgba(26, 61, 91, 0.94), rgba(18, 48, 75, 0.94)); padding: 14px; display: grid; grid-template-columns: 174px minmax(0px, 1fr); gap: 15px; align-items: stretch; box-shadow: rgba(0, 0, 0, 0.09) 0px 12px 26px; }
#tvl-fc-content .tvl-eng-feature-media { min-width: 0px; min-height: 0px; height: 128px; align-self: start; border: 1px solid rgba(143, 198, 245, 0.22); border-radius: 13px; background: linear-gradient(145deg, rgba(91, 145, 190, 0.12), rgba(255, 255, 255, 0.024)); display: grid; place-items: center; text-align: center; color: rgb(142, 188, 228); padding: 4px; overflow: hidden; }
#tvl-fc-content .tvl-eng-feature-media svg { width: 34px; height: 34px; margin: 0px auto 7px; fill: none; stroke: rgb(120, 186, 255); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
#tvl-fc-content .tvl-eng-feature-media span { display: block; font-size: 9.92px; line-height: 1.25; font-weight: 850; letter-spacing: 0.07em; text-transform: uppercase; }
#tvl-fc-content .tvl-eng-feature-media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center center; border-radius: 10px; }
#tvl-fc-content .tvl-eng-feature-copy { min-width: 0px; display: flex; flex-direction: column; }
#tvl-fc-content .tvl-eng-feature-head { display: grid; grid-template-columns: 36px minmax(0px, 1fr); gap: 10px; align-items: center; margin-bottom: 7px; }
#tvl-fc-content .tvl-eng-feature-icon { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; background: rgba(80, 155, 223, 0.12); border: 1px solid rgba(117, 188, 247, 0.18); color: rgb(114, 184, 247); }
#tvl-fc-content .tvl-eng-feature-icon svg { width: 21px; height: 21px; fill: none; stroke: currentcolor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
#tvl-fc-content .tvl-eng-feature h3 { margin: 0px; color: rgb(255, 255, 255); font-size: 15.68px; line-height: 1.15; }
#tvl-fc-content .tvl-eng-list { list-style: none; margin: 0px; padding: 0px; display: grid; gap: 4px; }
#tvl-fc-content .tvl-eng-list li { position: relative; padding-left: 17px; color: rgb(208, 223, 235); font-size: 11.52px; line-height: 1.28; }
#tvl-fc-content .tvl-eng-list li::before { content: "✓"; position: absolute; left: 0px; top: 0px; color: rgb(87, 220, 144); font-weight: 900; }
#tvl-fc-content .tvl-eng-detail { margin-top: auto; padding-top: 8px; border-top: 1px solid rgba(255, 255, 255, 0.09); color: rgb(127, 194, 255); font-size: 9.76px; line-height: 1.25; font-weight: 900; letter-spacing: 0.055em; text-transform: uppercase; }
@media (max-width: 1180px) {
#tvl-fc-content .tvl-eng-shell { grid-template-columns: 1fr; }
#tvl-fc-content .tvl-eng-hero { aspect-ratio: 16 / 9; max-height: 400px; }
#tvl-fc-content .tvl-eng-hero img { min-height: 0px; aspect-ratio: auto; object-fit: cover; }
#tvl-fc-content .tvl-eng-stack { grid-template-columns: 1fr; grid-template-rows: none; }
}
@media (max-width: 760px) {
#tvl-fc-content .tvl-eng-shell { gap: 14px; }
#tvl-fc-content .tvl-eng-hero { max-height: 280px; }
#tvl-fc-content .tvl-eng-feature { grid-template-columns: min(43%, 160px) minmax(0px, 1fr); grid-template-rows: 1fr 1fr auto; gap: 0px 16px; padding: 16px; align-items: start; }
#tvl-fc-content .tvl-eng-feature-copy { display: contents; }
#tvl-fc-content .tvl-eng-feature-head { grid-area: 1 / 2; display: block; min-width: 0px; align-self: end; margin: 0px; padding: 0px 0px 12px; }
#tvl-fc-content .tvl-eng-feature-icon { display: none; }
#tvl-fc-content .tvl-eng-feature h3 { margin: 0px; font-size: 19px; font-weight: 700; line-height: 1.24; }
#tvl-fc-content .tvl-eng-feature-media { grid-area: 1 / 1 / 3; display: block; position: static; width: 100%; height: auto; min-height: 0px; aspect-ratio: auto; align-self: center; padding: 0px; border: 0px; border-radius: 9px; background: none; overflow: hidden; }
#tvl-fc-content .tvl-eng-feature-media img { display: block; position: static; inset: auto; width: 100%; height: auto; object-fit: contain; object-position: center center; border-radius: 9px; }
#tvl-fc-content .tvl-eng-list { grid-area: 3 / 1 / auto / -1; gap: 9px; margin: 16px 0px 0px; padding: 14px 0px 0px; border-top: 1px solid rgba(143, 198, 245, 0.18); }
#tvl-fc-content .tvl-eng-list li { padding-left: 19px; font-size: 15px; line-height: 1.4; }
#tvl-fc-content .tvl-eng-detail { grid-area: 2 / 2; min-width: 0px; align-self: start; margin: 0px; padding: 0px; border: 0px; font-size: 11px; font-weight: 700; line-height: 1.5; letter-spacing: 0.25px; }
}
#tvl-fc-content .tvl-software-compact { background: linear-gradient(rgb(255, 255, 255) 0%, rgb(251, 253, 255) 100%); border-top: 1px solid rgb(237, 242, 247); border-bottom: 1px solid rgb(230, 237, 244); }
#tvl-fc-content .tvl-software-compact .tvl-lead { max-width: 860px; }
#tvl-fc-content .tvl-software-row { display: grid; grid-template-columns: repeat(6, minmax(0px, 1fr)); gap: 14px; margin-top: 30px; }
#tvl-fc-content .tvl-software-tile { min-width: 0px; min-height: 250px; border: 1px solid rgb(220, 230, 239); border-radius: 18px; background: rgb(255, 255, 255); padding: 26px 16px 22px; text-align: center; box-shadow: rgba(22, 42, 72, 0.043) 0px 12px 28px; display: flex; flex-direction: column; align-items: center; }
#tvl-fc-content .tvl-software-tile-icon { width: 96px; height: 96px; border-radius: 26px; margin: 0px auto 18px; display: grid; place-items: center; background: linear-gradient(145deg, rgb(240, 247, 255) 0%, rgb(232, 243, 255) 100%); color: rgb(22, 116, 232); box-shadow: rgba(22, 116, 232, 0.035) 0px 0px 0px 1px inset, rgba(22, 116, 232, 0.06) 0px 8px 18px; }
#tvl-fc-content .tvl-software-tile-icon svg { width: 58px; height: 58px; fill: none; stroke: currentcolor; stroke-width: 2.8; stroke-linecap: round; stroke-linejoin: round; }
#tvl-fc-content .tvl-software-tile h3 { margin: 0px 0px 11px; color: rgb(16, 43, 75); font-size: 16.32px; line-height: 1.18; letter-spacing: -0.015em; }
#tvl-fc-content .tvl-software-tile p { margin: 0px; color: rgb(96, 112, 132); font-size: 13.12px; line-height: 1.45; }
#tvl-fc-content .tvl-software-assurance { margin-top: 20px; border: 1px solid rgb(220, 232, 243); border-radius: 17px; background: linear-gradient(135deg, rgb(246, 251, 255), rgb(237, 246, 255)); display: grid; grid-template-columns: repeat(4, minmax(0px, 1fr)); overflow: hidden; box-shadow: rgba(22, 42, 72, 0.035) 0px 9px 24px; }
#tvl-fc-content .tvl-software-assurance-item { min-width: 0px; display: grid; grid-template-columns: 44px minmax(0px, 1fr); gap: 12px; align-items: center; padding: 16px 20px; border-right: 1px solid rgb(216, 228, 239); }
#tvl-fc-content .tvl-software-assurance-item:last-child { border-right: 0px; }
#tvl-fc-content .tvl-software-assurance-icon { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; color: rgb(22, 116, 232); }
#tvl-fc-content .tvl-software-assurance-icon svg { width: 32px; height: 32px; fill: none; stroke: currentcolor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
#tvl-fc-content .tvl-software-assurance-item strong { display: block; color: rgb(13, 79, 167); font-size: 12.48px; line-height: 1.15; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 3px; }
#tvl-fc-content .tvl-software-assurance-item span { display: block; color: rgb(102, 120, 139); font-size: 11.68px; line-height: 1.28; }
#tvl-fc-content .tvl-project-flow { background: linear-gradient(rgb(247, 251, 255), rgb(238, 246, 252)); }
#tvl-fc-content .tvl-project-flow .tvl-lead { max-width: 850px; }
#tvl-fc-content .tvl-flow-grid { display: grid; grid-template-columns: repeat(4, minmax(0px, 1fr)); gap: 14px; margin-top: 30px; }
#tvl-fc-content .tvl-flow-step { position: relative; border: 1px solid rgb(220, 230, 239); border-radius: 18px; background: rgb(255, 255, 255); min-width: 0px; overflow: visible; box-shadow: rgba(22, 42, 72, 0.067) 0px 14px 32px; display: flex; flex-direction: column; }
#tvl-fc-content .tvl-flow-step:not(:last-child)::after { content: "→"; position: absolute; right: -16px; top: 50%; transform: translateY(-50%); z-index: 3; width: 30px; height: 30px; border-radius: 50%; background: rgb(22, 116, 232); color: rgb(255, 255, 255); display: grid; place-items: center; font-weight: 900; }
#tvl-fc-content .tvl-flow-step-head { display: grid; grid-template-columns: 40px minmax(0px, 1fr); gap: 12px; align-items: start; padding: 16px 17px 14px; }
#tvl-fc-content .tvl-flow-number { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: rgb(22, 116, 232); color: rgb(255, 255, 255); font-weight: 900; box-shadow: rgba(22, 116, 232, 0.2) 0px 7px 16px; }
#tvl-fc-content .tvl-flow-step h3 { margin: 1px 0px 6px; color: var(--navy); font-size: 16.32px; line-height: 1.2; }
#tvl-fc-content .tvl-flow-step p { margin: 0px; color: var(--muted); font-size: 12.8px; line-height: 1.42; }
#tvl-fc-content .tvl-flow-media { margin: auto 0px 0px; aspect-ratio: 16 / 9; overflow: hidden; border-top: 1px solid rgb(225, 233, 241); border-radius: 0px 0px 17px 17px; background: rgb(234, 241, 247); }
#tvl-fc-content .tvl-flow-media img { width: 100%; height: 100%; object-fit: cover; object-position: center center; transition: transform 0.25s; }
#tvl-fc-content .tvl-flow-step:hover .tvl-flow-media img { transform: scale(1.015); }
#tvl-fc-content .tvl-flow-icons { margin-top: 22px; display: grid; grid-template-columns: repeat(5, minmax(0px, 1fr)); gap: 10px; }
#tvl-fc-content .tvl-flow-assurance { display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: center; border: 1px solid rgb(219, 229, 238); border-radius: 12px; background: rgb(255, 255, 255); padding: 12px; }
#tvl-fc-content .tvl-flow-assurance svg { width: 27px; height: 27px; fill: none; stroke: rgb(22, 116, 232); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
#tvl-fc-content .tvl-flow-assurance strong { display: block; color: var(--navy); font-size: 12.64px; }
#tvl-fc-content .tvl-flow-assurance span { display: block; color: var(--muted); font-size: 11.2px; line-height: 1.28; }
#tvl-fc-content .tvl-flow-support { margin-top: 18px; border-radius: 16px; background: linear-gradient(135deg, rgb(12, 53, 88), rgb(20, 76, 120)); padding: 18px 22px; color: rgb(255, 255, 255); display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; }
#tvl-fc-content .tvl-flow-support strong { font-size: 18.4px; }
#tvl-fc-content .tvl-flow-support span { display: block; color: rgb(214, 231, 244); font-size: 13.12px; margin-top: 3px; }
#tvl-fc-content .tvl-flow-support a { min-height: 42px; padding: 0px 16px; border-radius: 10px; background: rgb(255, 255, 255); color: rgb(23, 75, 120); text-decoration: none; font-weight: 850; display: inline-flex; align-items: center; }
#tvl-fc-content .tvl-section.tvl-industries { background: rgb(255, 255, 255); padding-bottom: 5px; }
#tvl-fc-content .tvl-stat-strip { margin-top: 28px; border: 1px solid rgb(220, 230, 239); border-radius: 18px; background: rgb(255, 255, 255); display: grid; grid-template-columns: repeat(6, minmax(0px, 1fr)); overflow: hidden; box-shadow: rgba(22, 42, 72, 0.055) 0px 12px 28px; }
#tvl-fc-content .tvl-stat-item { min-width: 0px; text-align: center; padding: 18px 10px 17px; border-right: 1px solid rgb(229, 236, 242); display: flex; flex-direction: column; align-items: center; justify-content: flex-start; }
#tvl-fc-content .tvl-stat-item:last-child { border-right: 0px; }
#tvl-fc-content .tvl-stat-icon { height: 44px; margin-bottom: 8px; color: rgb(22, 130, 238); display: grid; place-items: center; }
#tvl-fc-content .tvl-stat-icon svg { width: 46px; height: 44px; display: block; fill: none; stroke: currentcolor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
#tvl-fc-content .tvl-stat-icon svg.tvl-stat-icon-fill { fill: currentcolor; stroke: none; }
#tvl-fc-content .tvl-stat-image { display: block; object-fit: contain; filter: brightness(0) saturate(100%) invert(42%) sepia(92%) saturate(1548%) hue-rotate(190deg) brightness(97%) contrast(96%); }
#tvl-fc-content .tvl-stat-image--us { width: 54px; height: 36px; }
#tvl-fc-content .tvl-stat-image--ca { width: 42px; height: 44px; }
#tvl-fc-content .tvl-stat-strip strong { display: block; color: var(--navy); font-size: 20px; line-height: 1.05; letter-spacing: -0.02em; }
#tvl-fc-content .tvl-stat-strip .tvl-stat-label { display: block; color: var(--muted); font-size: 11.52px; line-height: 1.25; margin-top: 5px; }
#tvl-fc-content .tvl-industry-heading { margin-top: 42px; }
#tvl-fc-content .tvl-industry-heading .tvl-lead { max-width: 920px; }
#tvl-fc-content .tvl-industry-grid { margin-top: 25px; display: grid; grid-template-columns: repeat(6, minmax(0px, 1fr)); gap: 12px; }
#tvl-fc-content .tvl-industry-card { min-width: 0px; border: 1px solid rgb(220, 230, 239); border-radius: 14px; background: rgb(255, 255, 255); overflow: hidden; box-shadow: rgba(22, 42, 72, 0.043) 0px 8px 20px; transition: transform 0.2s, box-shadow 0.2s; }
#tvl-fc-content .tvl-industry-card:hover { transform: translateY(-2px); box-shadow: rgba(22, 42, 72, 0.086) 0px 12px 26px; }
#tvl-fc-content .tvl-industry-card-media { aspect-ratio: 1896 / 830; position: relative; overflow: hidden; background: linear-gradient(145deg, rgb(220, 234, 246) 0%, rgb(237, 245, 251) 58%, rgb(216, 231, 242) 100%); display: grid; place-items: center; color: rgb(111, 135, 157); }
#tvl-fc-content .tvl-industry-card-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
#tvl-fc-content .tvl-industry-card-media::before { content: ""; position: absolute; inset: 0px; background: linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, 0.62) 44%, transparent 68%); transform: translateX(-75%); }
#tvl-fc-content .tvl-industry-card-media svg { position: relative; width: 54px; height: 54px; fill: none; stroke: rgb(127, 153, 175); stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; opacity: 0.7; }
#tvl-fc-content .tvl-industry-card-media span { position: absolute; right: 9px; bottom: 7px; border-radius: 999px; background: rgba(255, 255, 255, 0.86); padding: 4px 7px; color: rgb(96, 121, 143); font-size: 8.96px; font-weight: 800; letter-spacing: 0.03em; text-transform: uppercase; }
#tvl-fc-content .tvl-industry-card-body { min-height: 58px; padding: 10px 11px; display: grid; grid-template-columns: 29px minmax(0px, 1fr); gap: 8px; align-items: center; }
#tvl-fc-content .tvl-industry-card-body > svg { width: 26px; height: 26px; fill: none; stroke: rgb(22, 130, 238); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
#tvl-fc-content .tvl-industry-card-body span { color: var(--navy); font-size: 11.52px; font-weight: 850; line-height: 1.15; }
#tvl-fc-content .tvl-industries .tvl-logo-wall { margin-top: 28px; padding: 24px 24px 0px; overflow: hidden; }
#tvl-fc-content .tvl-client-logo-grid { margin: 18px -24px 0px; display: grid; grid-template-columns: repeat(11, minmax(0px, 1fr)); gap: 1px; background: rgb(227, 234, 241); border-top: 1px solid rgb(227, 234, 241); }
#tvl-fc-content .tvl-client-logo { min-width: 0px; height: 100px; padding: 17px 12px; background: rgb(255, 255, 255); display: grid; place-items: center; }
#tvl-fc-content .tvl-client-logo img { width: 100%; height: 100%; max-width: 118px; max-height: 66px; object-fit: contain; display: block; }
#tvl-fc-content .tvl-client-logo--wide img { max-width: 145px; max-height: 54px; }
#tvl-fc-content .tvl-client-more { padding-inline: 18px; color: rgb(82, 108, 136); font-size: 11.84px; font-weight: 900; line-height: 1.35; letter-spacing: 0.08em; text-transform: uppercase; }
#tvl-fc-content .tvl-reach-panorama { position: relative; height: 260px; margin-top: 22px; overflow: hidden; border-radius: 18px; background: url("https://www.tvliquidator.com/img/nationwide-commercial-landscape.webp") center bottom / cover no-repeat rgb(255, 255, 255); display: grid; place-items: start center; text-align: center; isolation: isolate; }
#tvl-fc-content .tvl-reach-panorama::before { content: ""; position: absolute; inset: 0px; z-index: 0; background: linear-gradient(rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.96) 18%, rgba(255, 255, 255, 0.68) 48%, rgba(255, 255, 255, 0.08) 100%); }
#tvl-fc-content .tvl-reach-message { position: relative; z-index: 1; padding-top: 36px; color: rgb(22, 62, 120); font-size: 13.44px; font-weight: 950; letter-spacing: 0.16em; text-transform: uppercase; text-shadow: rgba(255, 255, 255, 0.95) 0px 1px 0px; }
#tvl-fc-content .tvl-reach-message::after { content: ""; display: block; width: 46px; height: 3px; margin: 15px auto 0px; border-radius: 999px; background: rgb(22, 130, 238); }
#tvl-fc-content .tvl-longevity { background: linear-gradient(rgb(247, 251, 255) 0%, rgb(238, 245, 251) 100%); border-top: 1px solid rgb(225, 233, 240); }
#tvl-fc-content .tvl-long-grid { margin-top: 28px; display: grid; grid-template-columns: minmax(0px, 1.15fr) minmax(0px, 0.85fr); gap: 22px; align-items: stretch; }
#tvl-fc-content .tvl-season-placeholder { border: 1px solid rgb(219, 229, 238); border-radius: 18px; background: rgb(255, 255, 255); overflow: hidden; display: grid; grid-template-columns: repeat(4, 1fr); min-height: 290px; }
#tvl-fc-content .tvl-season { position: relative; padding: 18px 12px; display: flex; flex-direction: column; justify-content: flex-end; text-align: center; border-right: 1px solid rgb(226, 234, 241); }
#tvl-fc-content .tvl-season:last-child { border-right: 0px; }
#tvl-fc-content .tvl-season::before { content: ""; position: absolute; inset: 0px; background: linear-gradient(rgb(234, 245, 255) 0%, rgb(248, 251, 254) 54%, rgb(255, 255, 255) 100%); }
#tvl-fc-content .tvl-season > * { position: relative; }
#tvl-fc-content .tvl-season-icon { width: 62px; height: 62px; margin: auto auto 14px; display: grid; place-items: center; color: rgb(22, 116, 232); }
#tvl-fc-content .tvl-season-icon svg { width: 52px; height: 52px; fill: none; stroke: currentcolor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
#tvl-fc-content .tvl-season strong { display: block; color: var(--navy); font-size: 14.4px; }
#tvl-fc-content .tvl-season span { display: block; color: var(--muted); font-size: 11.2px; margin-top: 4px; }
#tvl-fc-content .tvl-long-assurances { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
#tvl-fc-content .tvl-long-card { border: 1px solid rgb(220, 230, 239); border-radius: 15px; background: rgb(255, 255, 255); padding: 17px; }
#tvl-fc-content .tvl-long-card strong { display: block; color: var(--navy); font-size: 14.4px; margin-bottom: 4px; }
#tvl-fc-content .tvl-long-card span { display: block; color: var(--muted); font-size: 12px; line-height: 1.35; }
#tvl-fc-content .tvl-long-proof { margin-top: 18px; padding: 15px 18px; border: 1px solid rgb(219, 229, 238); border-radius: 14px; background: rgb(255, 255, 255); color: rgb(64, 86, 108); font-size: 13.12px; text-align: center; }
#tvl-fc-content .tvl-long-proof strong { color: var(--navy); }
@media (max-width: 900px) {
#tvl-fc-content .tvl-baseline { background-position: center bottom; background-size: auto 100%; padding-bottom: 74px; }
}
@media (max-width: 560px) {
#tvl-fc-content .tvl-baseline { background-position: center bottom; background-size: auto 88%; padding-bottom: 62px; }
}
@media (max-width: 1180px) {
#tvl-fc-content .tvl-baseline-grid,
#tvl-fc-content .tvl-software-row,
#tvl-fc-content .tvl-industry-grid { grid-template-columns: repeat(3, minmax(0px, 1fr)); }
#tvl-fc-content .tvl-stat-strip { grid-template-columns: repeat(3, minmax(0px, 1fr)); }
#tvl-fc-content .tvl-stat-strip > div:nth-child(3) { border-right: 0px; }
#tvl-fc-content .tvl-stat-strip > div:nth-child(-n+3) { border-bottom: 1px solid rgb(229, 236, 242); }
#tvl-fc-content .tvl-client-logo-grid { grid-template-columns: repeat(6, minmax(0px, 1fr)); }
#tvl-fc-content .tvl-client-more { grid-column: span 2; }
#tvl-fc-content .tvl-eng-shell,
#tvl-fc-content .tvl-long-grid { grid-template-columns: 1fr; }
}
@media (max-width: 1050px) {
#tvl-fc-content .tvl-flow-grid { grid-template-columns: 1fr 1fr; }
#tvl-fc-content .tvl-flow-step:not(:last-child)::after { display: none; }
#tvl-fc-content .tvl-flow-icons { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
#tvl-fc-content .tvl-baseline-grid,
#tvl-fc-content .tvl-software-row,
#tvl-fc-content .tvl-industry-grid { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
#tvl-fc-content .tvl-stat-strip { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
#tvl-fc-content .tvl-stat-strip > div { border-right: 1px solid rgb(229, 236, 242); border-bottom: 1px solid rgb(229, 236, 242); }
#tvl-fc-content .tvl-stat-strip > div:nth-child(2n) { border-right: 0px; }
#tvl-fc-content .tvl-stat-strip > div:nth-last-child(-n+2) { border-bottom: 0px; }
#tvl-fc-content .tvl-stat-item { padding: 15px 8px; }
#tvl-fc-content .tvl-stat-icon { height: 38px; margin-bottom: 7px; }
#tvl-fc-content .tvl-stat-icon svg { width: 40px; height: 38px; }
#tvl-fc-content .tvl-stat-strip strong { font-size: 17.6px; }
#tvl-fc-content .tvl-industry-heading { margin-top: 34px; }
#tvl-fc-content .tvl-industry-card-media { aspect-ratio: 1896 / 830; }
#tvl-fc-content .tvl-industry-card-body { min-height: 64px; padding: 9px; }
#tvl-fc-content .tvl-industry-card-body span { font-size: 10.88px; }
#tvl-fc-content .tvl-client-logo-grid { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
#tvl-fc-content .tvl-client-logo { height: 92px; }
#tvl-fc-content .tvl-client-more { grid-column: 1 / -1; height: 76px; }
#tvl-fc-content .tvl-reach-panorama { height: 220px; margin-top: 18px; background-position: center bottom; }
#tvl-fc-content .tvl-reach-message { max-width: 290px; padding-top: 28px; font-size: 11.52px; line-height: 1.5; }
#tvl-fc-content .tvl-eng-groups,
#tvl-fc-content .tvl-flow-grid,
#tvl-fc-content .tvl-long-assurances { grid-template-columns: 1fr; }
#tvl-fc-content .tvl-flow-grid { gap: 28px; }
#tvl-fc-content .tvl-flow-step:not(:last-child)::after { content: "↓"; display: grid; inset: auto auto -29px 50%; transform: translateX(-50%); }
#tvl-fc-content .tvl-flow-icons { grid-template-columns: 1fr; }
#tvl-fc-content .tvl-flow-support { grid-template-columns: 1fr; }
#tvl-fc-content .tvl-season-placeholder { grid-template-columns: 1fr 1fr; }
#tvl-fc-content .tvl-season:nth-child(2) { border-right: 0px; }
#tvl-fc-content .tvl-season:nth-child(-n+2) { border-bottom: 1px solid rgb(226, 234, 241); }
}
#tvl-fc-content .tvl-committee { background: linear-gradient(135deg, rgb(239, 246, 255), rgb(247, 251, 255)); }
#tvl-fc-content .tvl-committee-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 34px; align-items: center; }
#tvl-fc-content .tvl-committee-doc { margin-top: 18px; padding: 16px 18px; border-radius: 16px; background: rgb(255, 255, 255); border: 1px solid rgb(216, 229, 244); color: rgb(53, 80, 109); box-shadow: rgba(15, 50, 84, 0.05) 0px 10px 22px; }
#tvl-fc-content .tvl-approval-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
#tvl-fc-content .tvl-approval-item { background: rgb(255, 255, 255); border: 1px solid rgb(219, 231, 244); border-radius: 12px; padding: 14px 15px; font-weight: 800; color: rgb(49, 71, 95); }
#tvl-fc-content .tvl-form-section { background: rgb(168, 216, 168); padding: 72px 0px; }
#tvl-fc-content .tvl-form-shell { background: rgb(255, 255, 255); border-radius: 22px; box-shadow: rgba(33, 75, 42, 0.14) 0px 20px 50px; padding: 34px; display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 32px; align-items: start; }
#tvl-fc-content .tvl-form-copy h2 { font-size: clamp(32px, 3vw, 49.6px); line-height: 1.06; color: rgb(35, 111, 53); margin: 0px 0px 18px; }
#tvl-fc-content .tvl-form-copy p { color: rgb(76, 86, 95); font-size: 16px; }
#tvl-fc-content .tvl-form-copy a { color: rgb(35, 111, 53); font-weight: 900; text-decoration: none; }
#tvl-fc-content .quote-toggle-btn { display: none; }
#tvl-fc-content .tvl-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
#tvl-fc-content .tvl-form-grid input,
#tvl-fc-content .tvl-form-grid select,
#tvl-fc-content .tvl-form-grid textarea { width: 100%; min-height: 52px; border: 1px solid rgb(205, 213, 221); border-radius: 8px; padding: 12px 14px; font: inherit; color: rgb(38, 53, 69); background: rgb(255, 255, 255); }
#tvl-fc-content .tvl-form-grid textarea { min-height: 82px; resize: vertical; }
#tvl-fc-content .tvl-project-brief { margin-top: 14px; padding: 16px; border: 1px solid rgb(223, 231, 226); border-radius: 14px; background: rgb(248, 251, 249); }
#tvl-fc-content .tvl-project-brief-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
#tvl-fc-content .tvl-project-brief-head h3 { margin: 0px; color: var(--navy); font-size: 16px; }
#tvl-fc-content .tvl-project-brief-head p { margin: 0px; color: rgb(108, 120, 133); font-size: 12.16px; font-weight: 700; }
#tvl-fc-content .tvl-brief-group + .tvl-brief-group { margin-top: 12px; padding-top: 12px; border-top: 1px solid rgb(229, 236, 232); }
#tvl-fc-content .tvl-brief-label { display: block; margin-bottom: 7px; color: rgb(60, 80, 100); font-size: 12.16px; font-weight: 850; }
#tvl-fc-content .tvl-choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0px, 1fr)); gap: 7px; }
#tvl-fc-content .tvl-choice { appearance: none; min-height: 36px; border: 1px solid rgb(212, 221, 229); border-radius: 9px; background: rgb(255, 255, 255); color: rgb(45, 67, 88); padding: 7px 9px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; font-size: 11.84px; font-weight: 800; line-height: 1.2; cursor: pointer; text-align: center; transition: background 0.14s, border-color 0.14s, color 0.14s, box-shadow 0.14s; }
#tvl-fc-content .tvl-choice:hover { border-color: rgb(145, 188, 231); }
#tvl-fc-content .tvl-choice.is-selected { background: rgb(238, 248, 240); border-color: rgb(115, 180, 134); color: rgb(23, 99, 51); box-shadow: rgba(31, 122, 63, 0.08) 0px 3px 10px; }
#tvl-fc-content .tvl-choice.is-selected::before { content: "✓ "; font-weight: 950; }
#tvl-fc-content .tvl-choice[data-choice-mode="single"].is-selected { background: rgb(237, 245, 255); border-color: rgb(136, 183, 232); color: rgb(11, 94, 184); }
#tvl-fc-content .tvl-form-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: center; margin-top: 14px; }
#tvl-fc-content .tvl-submit { border: 0px; border-radius: 8px; min-height: 54px; background: rgb(45, 127, 57); color: rgb(255, 255, 255); font-size: 18.4px; font-weight: 800; cursor: pointer; }
#tvl-fc-content .recaptcha-placeholder { min-height: 76px; border: 1px dashed rgb(183, 193, 202); border-radius: 8px; background: rgb(247, 249, 251); display: flex; align-items: center; justify-content: center; color: rgb(107, 118, 129); font-size: 14.4px; }
#tvl-fc-content .tvl-faq { background: rgb(255, 255, 255); }
#tvl-fc-content .tvl-faq-list { max-width: 900px; margin: 32px auto 0px; display: grid; gap: 12px; }
#tvl-fc-content .tvl-faq details { border: 1px solid var(--line); border-radius: 14px; background: rgb(255, 255, 255); padding: 0px 18px; }
#tvl-fc-content .tvl-faq summary { cursor: pointer; list-style: none; padding: 18px 0px; font-weight: 850; color: var(--navy); display: flex; justify-content: space-between; gap: 20px; }
#tvl-fc-content .tvl-faq summary::-webkit-details-marker { display: none; }
#tvl-fc-content .tvl-faq summary::after { content: "+"; font-size: 21.6px; color: var(--blue); }
#tvl-fc-content .tvl-faq details[open] summary::after { content: "–"; }
#tvl-fc-content .tvl-faq details p { margin: 0px 0px 18px; color: var(--muted); }
#tvl-fc-content .tvl-final { background: linear-gradient(135deg, rgb(7, 31, 54), rgb(16, 59, 99)); color: rgb(255, 255, 255); text-align: center; }
#tvl-fc-content .tvl-final .tvl-title-sm { color: rgb(255, 255, 255); }
#tvl-fc-content .tvl-final p { color: rgb(212, 226, 238); max-width: 760px; margin: 0px auto; }
#tvl-fc-content .tvl-final-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 26px; }
#tvl-fc-content .tvl-final .tvl-btn-secondary { background: rgba(255, 255, 255, 0.07); border-color: rgba(255, 255, 255, 0.32); color: rgb(255, 255, 255); }
@media (max-width: 1240px) {
#tvl-fc-content .tvl-project-fit-shell { padding: 22px; }
#tvl-fc-content .tvl-project-fit-grid { grid-template-columns: 1fr; gap: 18px; }
#tvl-fc-content .tvl-project-fit-intro { display: grid; grid-template-columns: minmax(300px, 0.82fr) minmax(0px, 1.18fr); gap: 30px; align-items: center; padding: 0px; }
#tvl-fc-content .tvl-project-fit-intro .tvl-title-sm { margin: 0px; max-width: 390px; }
#tvl-fc-content .tvl-project-fit-benefits { margin: 0px; grid-template-columns: repeat(2, minmax(0px, 1fr)); gap: 9px 28px; }
#tvl-fc-content .tvl-project-fit-benefits li { font-size: 13.44px; line-height: 1.28; }
#tvl-fc-content .tvl-project-cards { grid-template-columns: repeat(2, minmax(0px, 1fr)); gap: 14px; }
}
@media (max-width: 900px) {
#tvl-fc-content .tvl-project-fit-shell { padding: 20px; }
#tvl-fc-content .tvl-project-fit-intro { display: block; }
#tvl-fc-content .tvl-project-fit-intro .tvl-title-sm { max-width: none; margin: 0px 0px 16px; font-size: clamp(27.2px, 4.8vw, 34.4px); line-height: 1.06; }
#tvl-fc-content .tvl-project-fit-benefits { width: 100%; grid-template-columns: repeat(2, minmax(0px, 1fr)); gap: 8px 22px; }
#tvl-fc-content .tvl-project-fit-benefits li { min-width: 0px; padding-left: 24px; font-size: 13.12px; line-height: 1.26; }
#tvl-fc-content .tvl-project-fit-benefits li::before { top: 0px; }
#tvl-fc-content .tvl-project-cards { grid-template-columns: repeat(2, minmax(0px, 1fr)); gap: 12px; }
}
@media (max-width: 1024px) {
#tvl-fc-content .tvl-hero-grid,
#tvl-fc-content .tvl-engineering-grid,
#tvl-fc-content .tvl-committee-grid,
#tvl-fc-content .tvl-form-shell,
#tvl-fc-content .tvl-cta-grid { grid-template-columns: 1fr; }
#tvl-fc-content .tvl-hero { padding-top: 54px; }
#tvl-fc-content .tvl-proof-grid { grid-template-columns: repeat(3, minmax(0px, 1fr)); }
#tvl-fc-content .tvl-proof-item:nth-child(3) { border-right: 0px; }
#tvl-fc-content .tvl-product-grid { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
#tvl-fc-content .tvl-cta-actions { grid-template-columns: 1fr 1fr; }
#tvl-fc-content .tvl-tech-visual { min-height: 380px; }
#tvl-fc-content .tvl-form-grid { grid-template-columns: 1fr; }
#tvl-fc-content .tvl-form-actions { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
#tvl-fc-content .tvl-wrap { width: min(100% - 28px,var(--max)); }
#tvl-fc-content .tvl-wrap-wide { width: min(100% - 28px, 1500px); }
#tvl-fc-content .tvl-section { padding: 58px 0px; }
#tvl-fc-content .tvl-section-sm { padding: 40px 0px; }
#tvl-fc-content .tvl-menu-head { width: min(100% - 28px,var(--max)); min-height: 54px; margin: auto; display: flex; align-items: center; justify-content: flex-end; }
#tvl-fc-content .tvl-category-card { min-height: 92px; }
#tvl-fc-content .tvl-subnav { display: none; }
#tvl-fc-content .tvl-hero { padding: 38px 0px 34px; }
#tvl-fc-content .tvl-hero-grid { gap: 22px; display: grid; }
#tvl-fc-content .tvl-hero-copy { display: contents; }
#tvl-fc-content .tvl-hero-copy .tvl-eyebrow { order: 1; margin-bottom: 0px; }
#tvl-fc-content .tvl-hero-copy .tvl-title { order: 2; font-size: clamp(34.88px, 8.6vw, 48px); line-height: 1.02; margin-bottom: 2px; }
#tvl-fc-content .tvl-hero-copy .tvl-lead { order: 3; font-size: 16.48px; line-height: 1.58; }
#tvl-fc-content .tvl-video-shell { order: 4; margin-top: 4px; border-radius: 18px; padding: 8px; }
#tvl-fc-content .tvl-video-shell video { border-radius: 12px; aspect-ratio: 16 / 9; }
#tvl-fc-content .tvl-video-caption { font-size: 12.32px; padding: 10px 3px 1px; }
#tvl-fc-content .tvl-proof-pill { padding: 6px 9px; font-size: 11.52px; }
#tvl-fc-content .tvl-hero-actions { order: 5; display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 4px; }
#tvl-fc-content .tvl-hero-actions .tvl-btn { min-height: 52px; }
#tvl-fc-content .tvl-contact-row { order: 6; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 14px; margin-top: 2px; font-size: 14.4px; }
#tvl-fc-content .tvl-contact-row a { padding: 7px 0px; }
#tvl-fc-content .tvl-contact-row a:last-child { display: none; }
#tvl-fc-content .tvl-proof-grid { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
#tvl-fc-content .tvl-proof-item { padding: 18px 10px; }
#tvl-fc-content .tvl-proof-item:nth-child(2),
#tvl-fc-content .tvl-proof-item:nth-child(4) { border-right: 0px; }
#tvl-fc-content .tvl-product-grid,
#tvl-fc-content .tvl-testimonials,
#tvl-fc-content .tvl-approval-list,
#tvl-fc-content .tvl-tech-grid,
#tvl-fc-content .tvl-core-grid { grid-template-columns: 1fr; }
#tvl-fc-content .tvl-project-fit-shell { padding: 16px; }
#tvl-fc-content .tvl-project-fit-intro .tvl-title-sm { margin-bottom: 14px; font-size: clamp(24.8px, 6vw, 31.2px); }
#tvl-fc-content .tvl-project-fit-benefits { grid-template-columns: repeat(2, minmax(0px, 1fr)); gap: 7px 14px; }
#tvl-fc-content .tvl-project-fit-benefits li { font-size: 12.48px; padding-left: 22px; }
#tvl-fc-content .tvl-project-cards { grid-template-columns: repeat(2, minmax(0px, 1fr)); gap: 10px; }
#tvl-fc-content .tvl-products-intro { display: block; }
#tvl-fc-content .tvl-products-note { margin-top: 14px; }
#tvl-fc-content .tvl-cta-grid { gap: 28px; }
#tvl-fc-content .tvl-cta-actions { grid-template-columns: 1fr 1fr; }
#tvl-fc-content .tvl-cta-call { grid-column: 1 / -1; }
#tvl-fc-content .tvl-payment-chip { height: 42px; min-width: 56px; padding: 6px 8px; }
#tvl-fc-content .tvl-payment-chip img { height: 27px; }
#tvl-fc-content .tvl-product-actions { grid-template-columns: 1.08fr 0.82fr 1fr; gap: 7px; }
#tvl-fc-content .tvl-product-actions a { min-height: 42px; font-size: 11.52px; gap: 4px; padding-inline: 6px; }
#tvl-fc-content .tvl-product-break { padding: 18px; }
#tvl-fc-content .tvl-mount-grid { grid-template-columns: 1fr; }
#tvl-fc-content .tvl-gallery-4,
#tvl-fc-content .tvl-form-section { padding: 46px 0px; }
#tvl-fc-content .tvl-form-shell { padding: 24px; }
#tvl-fc-content .tvl-project-brief { padding: 14px; }
#tvl-fc-content .tvl-project-brief-head { display: block; }
#tvl-fc-content .tvl-project-brief-head p { margin-top: 3px; }
#tvl-fc-content .tvl-choice-grid { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
#tvl-fc-content .tvl-choice { font-size: 11.84px; padding: 7px 8px; }
#tvl-fc-content .quote-toggle-btn { display: block; width: 100%; border: 0px; border-radius: 10px; background: var(--green); color: rgb(255, 255, 255); font-weight: 800; min-height: 52px; margin: 14px 0px 0px; cursor: pointer; }
#tvl-fc-content .quote-form-collapse { display: none; margin-top: 18px; }
#tvl-fc-content .quote-form-collapse.open { display: block; }
}
@media (max-width: 560px) {
#tvl-fc-content .tvl-proof-card h2 { font-size: 29.6px; }
#tvl-fc-content .tvl-proof-grid-4 figcaption { font-size: 10.88px; padding: 6px 8px; }
#tvl-fc-content .tvl-proof-toggle { font-size: 12.48px; padding: 7px 11px; }
}
@media (max-width: 520px) {
#tvl-fc-content .tvl-project-fit-shell { padding: 14px; }
#tvl-fc-content .tvl-project-fit-benefits { grid-template-columns: 1fr 1fr; gap: 7px 10px; }
#tvl-fc-content .tvl-project-fit-benefits li { font-size: 11.52px; padding-left: 20px; }
#tvl-fc-content .tvl-project-fit-benefits li::before { width: 15px; height: 15px; font-size: 9.28px; }
#tvl-fc-content .tvl-project-cards { gap: 8px; }
#tvl-fc-content .tvl-project-card-copy { padding: 8px; }
#tvl-fc-content .tvl-project-card h3 { font-size: 12.8px; }
#tvl-fc-content .tvl-project-card p { font-size: 10.56px; line-height: 1.28; }
#tvl-fc-content .tvl-project-location { left: 6px; bottom: 6px; padding: 4px 6px; font-size: 8.96px; }
}
@media (max-width: 500px) {
#tvl-fc-content .tvl-product-actions { grid-template-columns: 1fr 1fr; }
#tvl-fc-content .tvl-product-actions .quote { grid-column: 1 / -1; }
}
@media (max-width: 430px) {
#tvl-fc-content .tvl-hero-copy .tvl-title { font-size: 33.92px; }
#tvl-fc-content .tvl-contact-row { grid-template-columns: 1fr; }
#tvl-fc-content .tvl-video-caption > span:first-child { display: none; }
#tvl-fc-content .tvl-video-caption { justify-content: flex-end; }
#tvl-fc-content .tvl-product-actions { gap: 6px; padding-inline: 14px; }
#tvl-fc-content .tvl-product-actions a { font-size: 12.16px; }
}
@media (max-width: 1024px) {
#tvl-fc-content .tvl-build-showcase { grid-template-columns: 1fr; }
#tvl-fc-content .tvl-build-assurance { grid-template-columns: 1fr 1fr; }
#tvl-fc-content .tvl-build-assurance-item:nth-child(2) { border-right: 0px; }
#tvl-fc-content .tvl-build-assurance-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, 0.11); }
#tvl-fc-content .tvl-value-proof-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
#tvl-fc-content .tvl-build-assurance,
#tvl-fc-content .tvl-install-paths { grid-template-columns: 1fr; }
}
@media (max-width: 1180px) {
#tvl-fc-content .tvl-ownership-grid { grid-template-columns: repeat(3, minmax(0px, 1fr)); }
}
@media (max-width: 900px) {
#tvl-fc-content .tvl-whole-project-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
#tvl-fc-content .tvl-ownership-grid { grid-template-columns: repeat(2, minmax(0px, 1fr)); gap: 10px; }
#tvl-fc-content .tvl-ownership-card { padding: 15px 10px 14px; }
#tvl-fc-content .tvl-ownership-icon { width: 46px; height: 46px; margin-bottom: 10px; }
#tvl-fc-content .tvl-ownership-icon svg { width: 26px; height: 26px; }
#tvl-fc-content .tvl-ownership-card h3 { font-size: 13.76px; }
#tvl-fc-content .tvl-ownership-card p { font-size: 11.52px; }
#tvl-fc-content .tvl-whole-project-card { padding: 18px; }
}
@media (max-width: 1024px) {
#tvl-fc-content .tvl-cta-grid { display: flex; flex-direction: column; align-items: stretch; gap: 24px; }
#tvl-fc-content .tvl-cta-grid > div:first-child { display: contents; }
#tvl-fc-content .tvl-cta-grid > div:first-child > .tvl-eyebrow { order: 1; }
#tvl-fc-content .tvl-cta-grid > div:first-child > .tvl-title-sm { order: 2; margin-bottom: 0px; }
#tvl-fc-content .tvl-cta-grid > div:first-child > p { order: 3; }
#tvl-fc-content .tvl-cta-actions { order: 4; width: 100%; }
#tvl-fc-content .tvl-payment-block { order: 5; margin-top: 0px; }
}
@media (max-width: 760px) {
#tvl-fc-content .tvl-hero { padding: 34px 0px 30px; }
#tvl-fc-content .tvl-hero-grid { gap: 16px; }
#tvl-fc-content .tvl-hero-copy .tvl-eyebrow { order: 1; }
#tvl-fc-content .tvl-hero-copy .tvl-title { order: 2; }
#tvl-fc-content .tvl-hero-copy .tvl-lead { order: 3; }
#tvl-fc-content .tvl-hero-actions { order: 4; display: grid; grid-template-columns: 1fr; gap: 8px; margin-top: 6px; }
#tvl-fc-content .tvl-hero-actions .tvl-btn-primary { min-height: 52px; border-radius: 12px; font-size: 15.36px; }
#tvl-fc-content .tvl-hero-actions .tvl-btn-secondary { min-height: 42px; padding: 0px 14px; border: 0px; background: transparent; box-shadow: none; color: rgb(216, 232, 245); font-size: 14.08px; text-decoration: underline; text-underline-offset: 4px; }
#tvl-fc-content .tvl-hero-actions .tvl-btn-secondary:hover { transform: none; box-shadow: none; background: transparent; color: rgb(255, 255, 255); }
#tvl-fc-content .tvl-video-shell { order: 5; margin-top: 2px; }
#tvl-fc-content .tvl-contact-row { display: none; }
}
@media (max-width: 520px) {
#tvl-fc-content .tvl-hero-copy .tvl-title { font-size: clamp(32px, 9vw, 40.8px); }
#tvl-fc-content .tvl-hero-copy .tvl-lead { font-size: 15.36px; line-height: 1.5; }
#tvl-fc-content .tvl-video-shell { padding: 7px; border-radius: 16px; }
#tvl-fc-content .tvl-video-caption { padding: 8px 2px 0px; }
#tvl-fc-content .tvl-proof-pill { font-size: 10.88px; padding: 5px 8px; }
#tvl-fc-content .tvl-cta-actions { grid-template-columns: 1fr 1fr; gap: 9px; }
#tvl-fc-content .tvl-cta-call { grid-column: 1 / -1; min-height: 70px; }
#tvl-fc-content .tvl-cta-call strong { font-size: 22.08px; }
#tvl-fc-content .tvl-cta-call span { font-size: 11.52px; }
#tvl-fc-content .tvl-payment-row { gap: 7px; }
#tvl-fc-content .tvl-payment-chip { height: 39px; min-width: 51px; padding: 5px 7px; }
#tvl-fc-content .tvl-payment-chip img { height: 24px; max-width: 45px; }
#tvl-fc-content .tvl-payment-finance { height: 39px; padding: 0px 11px; font-size: 11.2px; }
}
@media (max-width: 1180px) {
#tvl-fc-content .tvl-software-row { grid-template-columns: repeat(3, minmax(0px, 1fr)); }
#tvl-fc-content .tvl-software-assurance { grid-template-columns: 1fr 1fr; }
#tvl-fc-content .tvl-software-assurance-item:nth-child(2) { border-right: 0px; }
#tvl-fc-content .tvl-software-assurance-item:nth-child(-n+2) { border-bottom: 1px solid rgb(216, 228, 239); }
}
@media (max-width: 620px) {
#tvl-fc-content .tvl-software-row { grid-template-columns: repeat(2, minmax(0px, 1fr)); gap: 10px; }
#tvl-fc-content .tvl-software-tile { min-height: 0px; padding: 18px 10px 16px; }
#tvl-fc-content .tvl-software-tile-icon { width: 72px; height: 72px; border-radius: 19px; margin-bottom: 13px; }
#tvl-fc-content .tvl-software-tile-icon svg { width: 42px; height: 42px; }
#tvl-fc-content .tvl-software-tile h3 { font-size: 14.4px; }
#tvl-fc-content .tvl-software-tile p { font-size: 11.84px; }
#tvl-fc-content .tvl-software-assurance { grid-template-columns: 1fr; }
#tvl-fc-content .tvl-software-assurance-item { border-right: 0px; border-bottom: 1px solid rgb(216, 228, 239); }
#tvl-fc-content .tvl-software-assurance-item:last-child { border-bottom: 0px; }
}
@media (prefers-reduced-motion: reduce) {
#tvl-fc-content *,
#tvl-fc-content ::before,
#tvl-fc-content ::after { transition: none !important; animation: auto ease 0s 1 normal none running none !important; }
}
#tvl-fc-content .tvl-section.tvl-longevity { padding-bottom: 0px; background: linear-gradient(rgb(247, 251, 255), rgb(255, 255, 255) 78%); }
#tvl-fc-content .tvl-durable-grid { display: grid; grid-template-columns: minmax(0px, 1.35fr) minmax(0px, 1fr); gap: 20px; margin-top: 30px; align-items: start; }
#tvl-fc-content .tvl-durable-visual { margin: 0px; min-width: 0px; }
#tvl-fc-content .tvl-durable-seasons { display: flex; overflow: hidden; border-radius: 12px; background: rgb(255, 255, 255); aspect-ratio: 2.15 / 1; height: auto; }
#tvl-fc-content .tvl-durable-panel { position: relative; flex: 1 1 0px; min-width: 0px; overflow: hidden; clip-path: polygon(10% 0px, 100% 0px, 90% 100%, 0px 100%); margin-left: -10px; }
#tvl-fc-content .tvl-durable-panel:first-child { margin-left: 0px; clip-path: polygon(0px 0px, 100% 0px, 90% 100%, 0px 100%); }
#tvl-fc-content .tvl-durable-panel:last-child { clip-path: polygon(10% 0px, 100% 0px, 100% 100%, 0px 100%); }
#tvl-fc-content .tvl-durable-panel img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
#tvl-fc-content .tvl-durable-panel::after { content: ""; position: absolute; inset: 65% 0px 0px; background: linear-gradient(transparent, rgba(4, 20, 31, 0.82)); }
#tvl-fc-content .tvl-durable-caption { position: absolute; z-index: 1; bottom: 22px; left: 12%; right: 12%; text-align: center; color: rgb(255, 255, 255); }
#tvl-fc-content .tvl-durable-caption strong { display: block; font-size: 17.6px; letter-spacing: 0.06em; text-transform: uppercase; }
#tvl-fc-content .tvl-durable-caption span { display: block; margin-top: 7px; font-size: 9.92px; line-height: 1.4; letter-spacing: 0.06em; text-transform: uppercase; }
#tvl-fc-content .tvl-durable-visual figcaption { color: rgb(107, 124, 140); font-size: 10.24px; margin-top: 7px; text-align: right; }
#tvl-fc-content .tvl-durable-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; height: auto; }
#tvl-fc-content .tvl-durable-card { display: grid; grid-template-columns: 40px minmax(0px, 1fr); align-content: start; gap: 12px; padding: 20px 15px; border: 1px solid rgb(224, 234, 244); border-radius: 13px; background: rgb(255, 255, 255); box-shadow: rgba(18, 52, 89, 0.016) 0px 5px 18px; }
#tvl-fc-content .tvl-durable-card svg { width: 40px; height: 40px; fill: none; stroke: rgb(22, 130, 238); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
#tvl-fc-content .tvl-durable-card h3 { margin: 0px 0px 8px; color: var(--navy); font-size: 16px; line-height: 1.18; letter-spacing: -0.02em; }
#tvl-fc-content .tvl-durable-card p { margin: 0px; color: rgb(82, 103, 128); font-size: 12.8px; line-height: 1.45; }
#tvl-fc-content .tvl-durable-bottom { display: grid; grid-template-columns: minmax(0px, 2fr) minmax(0px, 1fr); gap: 16px; margin-top: 18px; }
#tvl-fc-content .tvl-durable-timeline { list-style: none; margin: 0px; padding: 23px 12px; display: grid; grid-template-columns: repeat(4, 1fr); border-radius: 13px; background: rgb(239, 247, 255); }
#tvl-fc-content .tvl-durable-timeline li { text-align: center; position: relative; padding: 0px 12px; }
#tvl-fc-content .tvl-durable-timeline strong { color: rgb(22, 130, 238); font-size: 16px; letter-spacing: 0.06em; text-transform: uppercase; }
#tvl-fc-content .tvl-durable-dot { display: block; position: relative; width: 14px; height: 14px; border-radius: 50%; background: rgb(22, 130, 238); margin: 10px auto 12px; z-index: 1; }
#tvl-fc-content .tvl-durable-timeline li:not(:last-child)::after { content: ""; position: absolute; top: 37px; left: calc(50% + 18px); width: calc(100% - 36px); height: 2px; background: linear-gradient(90deg, rgb(22, 130, 238), rgb(204, 232, 255)); }
#tvl-fc-content .tvl-durable-timeline p { margin: 0px auto; color: rgb(82, 103, 128); font-size: 12.32px; line-height: 1.4; max-width: 155px; }
#tvl-fc-content .tvl-durable-proof { padding: 22px 25px; background: rgb(229, 242, 255); border-radius: 13px; color: var(--navy); }
#tvl-fc-content .tvl-durable-proof strong { font-size: 20px; letter-spacing: -0.025em; }
#tvl-fc-content .tvl-durable-proof p { font-size: 12.8px; line-height: 1.45; margin: 8px 0px; }
#tvl-fc-content .tvl-durable-proof small { display: block; color: rgb(82, 103, 128); font-size: 10.4px; line-height: 1.4; }
#tvl-fc-content .tvl-durable-partner { margin-top: 30px; padding: 32px 0px; background: linear-gradient(115deg, rgb(8, 40, 63), rgb(13, 56, 91)); color: rgb(255, 255, 255); }
#tvl-fc-content .tvl-durable-partner-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 25px; align-items: center; }
#tvl-fc-content .tvl-durable-partner h3 { margin: 0px 0px 10px; font-size: 24px; line-height: 1.15; letter-spacing: -0.025em; color: rgb(255, 255, 255); }
#tvl-fc-content .tvl-durable-partner p { margin: 0px; color: rgb(211, 228, 242); font-size: 13.12px; line-height: 1.45; }
#tvl-fc-content .tvl-durable-benefit { border-left: 1px solid rgba(255, 255, 255, 0.22); padding-left: 25px; text-align: center; }
#tvl-fc-content .tvl-durable-benefit svg { display: block; margin: 0px auto 10px; width: 35px; height: 35px; fill: none; stroke: currentcolor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
#tvl-fc-content .tvl-durable-benefit h4 { margin: 0px 0px 8px; color: rgb(255, 255, 255); font-size: 15.2px; line-height: 1.2; }
@media (max-width: 1250px) {
#tvl-fc-content .tvl-durable-grid { grid-template-columns: 1fr; }
#tvl-fc-content .tvl-durable-seasons { aspect-ratio: 2.4 / 1; height: auto; }
#tvl-fc-content .tvl-durable-cards { grid-template-columns: repeat(3, 1fr); min-height: 0px; }
#tvl-fc-content .tvl-durable-card { padding: 20px; }
#tvl-fc-content .tvl-durable-partner-grid { grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 16px; }
#tvl-fc-content .tvl-durable-benefit { padding-left: 16px; }
}
@media (max-width: 760px) {
#tvl-fc-content .tvl-durable-seasons { height: auto; aspect-ratio: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; background: transparent; }
#tvl-fc-content .tvl-durable-panel,
#tvl-fc-content .tvl-durable-panel:first-child,
#tvl-fc-content .tvl-durable-panel:last-child { clip-path: none; margin: 0px; aspect-ratio: 2 / 3; border-radius: 10px; }
#tvl-fc-content .tvl-durable-cards { grid-template-columns: 1fr 1fr; gap: 10px; }
#tvl-fc-content .tvl-durable-card { grid-template-columns: 32px 1fr; padding: 16px 12px; gap: 10px; }
#tvl-fc-content .tvl-durable-card svg { width: 32px; height: 32px; }
#tvl-fc-content .tvl-durable-bottom { grid-template-columns: 1fr; }
#tvl-fc-content .tvl-durable-partner-grid { grid-template-columns: repeat(3, 1fr); }
#tvl-fc-content .tvl-durable-partner-intro { grid-column: 1 / -1; text-align: center; margin-bottom: 8px; }
#tvl-fc-content .tvl-durable-benefit:nth-child(2) { border-left: 0px; padding-left: 0px; }
}
@media (max-width: 440px) {
#tvl-fc-content .tvl-durable-card h3 { font-size: 14.08px; }
#tvl-fc-content .tvl-durable-card p { font-size: 12px; }
#tvl-fc-content .tvl-durable-card { grid-template-columns: 1fr; }
#tvl-fc-content .tvl-durable-caption { bottom: 16px; left: 8%; right: 8%; }
#tvl-fc-content .tvl-durable-caption strong { font-size: 15.2px; }
#tvl-fc-content .tvl-durable-caption span { font-size: 9.28px; }
#tvl-fc-content .tvl-durable-timeline { grid-template-columns: 1fr 1fr; gap: 24px 0px; }
#tvl-fc-content .tvl-durable-timeline li:nth-child(2)::after { display: none; }
#tvl-fc-content .tvl-durable-partner-grid { grid-template-columns: 1fr; }
#tvl-fc-content .tvl-durable-benefit { border-left: 0px; border-top: 1px solid rgba(255, 255, 255, 0.15); padding: 20px 0px 0px; }
#tvl-fc-content .tvl-durable-benefit:nth-child(2) { padding-top: 20px; }
#tvl-fc-content .tvl-durable-partner p { max-width: 330px; margin-inline: auto; }
}
#tvl-fc-content #team-qa .tvl-committee-grid { align-items: start; gap: 64px; }
#tvl-fc-content #team-qa .tvl-title-sm { font-size: clamp(30px, 3.2vw, 46px); line-height: 1.12; letter-spacing: -1.5px; max-width: 560px; }
#tvl-fc-content #team-qa .tvl-lead { font-size: 18px; line-height: 1.65; margin: 22px 0px 26px; }
#tvl-fc-content #team-qa .tvl-approval-list { background: rgb(255, 255, 255); border: 1px solid rgb(219, 230, 241); border-radius: 16px; padding: 6px 22px; box-shadow: rgba(21, 51, 77, 0.02) 0px 10px 30px; }
#tvl-fc-content #team-qa details { padding: 20px 0px !important; }
#tvl-fc-content #team-qa summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: 16px; }
#tvl-fc-content #team-qa summary::-webkit-details-marker { display: none; }
#tvl-fc-content #team-qa summary::after { content: "+"; font-size: 23px; font-weight: 400; color: rgb(20, 125, 229); }
#tvl-fc-content #team-qa details[open] summary::after { content: "−"; }
#tvl-fc-content #team-qa details p { font-size: 15px; line-height: 1.7; color: rgb(82, 104, 123); margin: 14px 24px 0px 0px; }
#tvl-fc-content #team-qa button { cursor: pointer; }
#tvl-fc-content #team-scheduler[hidden] { display: none !important; }
#tvl-fc-content #close-scheduler { display: block; margin: 0px 0px 12px auto; border: 0px; background: transparent; color: rgb(40, 83, 121); font: inherit; padding: 8px; }
#tvl-fc-content #team-qa iframe { overflow: hidden; }
#tvl-fc-content #team-qa summary:focus-visible,
#tvl-fc-content #team-qa button:focus-visible { outline: rgb(24, 130, 237) solid 3px; outline-offset: 4px; }
@media (max-width: 800px) {
#tvl-fc-content #team-qa .tvl-committee-grid { grid-template-columns: 1fr; gap: 28px; }
}
#tvl-fc-content #quote-form.tvl-quote-v2 { padding: 56px 0px; background: rgb(168, 216, 168); }
#tvl-fc-content #quote-form .tvl-q-shell { display: block; padding: 32px; background: rgb(255, 255, 255); border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 22px; box-shadow: rgba(33, 75, 42, 0.094) 0px 20px 50px; }
#tvl-fc-content #quote-form .tvl-q-intro { display: grid; grid-template-columns: minmax(0px, 1fr) auto; column-gap: 36px; align-items: start; margin-bottom: 24px; padding: 0px 0px 22px; border-bottom: 1px solid rgb(227, 235, 229); }
#tvl-fc-content #quote-form .tvl-q-intro .tvl-eyebrow { grid-area: 1 / 1; }
#tvl-fc-content #quote-form .tvl-q-intro h2 { grid-area: 2 / 1; margin: 10px 0px 12px; color: rgb(35, 111, 53); font-size: clamp(30px, 3vw, 40px); line-height: 1.1; letter-spacing: -1.2px; }
#tvl-fc-content #quote-form .tvl-q-intro p { grid-area: 3 / 1; max-width: 690px; margin: 0px; color: rgb(82, 97, 116); font-size: 16px; line-height: 1.65; }
#tvl-fc-content #quote-form .tvl-q-intro .tvl-q-phone { grid-area: 2 / 2; align-self: center; display: inline-block; color: rgb(35, 111, 53); font-size: 24px; font-weight: 800; letter-spacing: -0.5px; text-decoration: none; }
#tvl-fc-content #quote-form .tvl-q-intro .tvl-q-reassurance { grid-area: 3 / 2; margin: 0px; padding: 0px; font-size: 13px; }
#tvl-fc-content #quote-form .quote-form-collapse { display: block; margin: 0px; min-width: 0px; }
#tvl-fc-content #quote-form .tvl-q-fields { display: grid; grid-template-columns: repeat(3, minmax(0px, 1fr)); gap: 14px 16px; }
#tvl-fc-content #quote-form .tvl-q-field { min-width: 0px; }
#tvl-fc-content #quote-form .tvl-q-field > label,
#tvl-fc-content #quote-form .tvl-q-help legend { display: block; margin: 0px 0px 6px; color: rgb(36, 59, 77); font-size: 13px; font-weight: 700; line-height: 1.4; }
#tvl-fc-content #quote-form .tvl-q-field input,
#tvl-fc-content #quote-form .tvl-q-field select,
#tvl-fc-content #quote-form .tvl-q-field textarea { box-sizing: border-box; display: block; width: 100%; max-width: 100%; min-height: 46px; margin: 0px; padding: 11px 12px; border: 1px solid rgb(204, 216, 209); border-radius: 9px; background: rgb(255, 255, 255); color: rgb(29, 51, 69); font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; font-size: 16px; line-height: 1.4; }
#tvl-fc-content #quote-form .tvl-q-field input::placeholder,
#tvl-fc-content #quote-form .tvl-q-field textarea::placeholder { color: rgb(123, 135, 146); opacity: 1; }
#tvl-fc-content #quote-form .tvl-q-field textarea { min-height: 100px; resize: vertical; }
#tvl-fc-content #quote-form .tvl-q-wide { grid-column: 1 / -1; }
@media (min-width: 1001px) {
#tvl-fc-content #quote-form .tvl-q-address { grid-column: span 2; }
}
#tvl-fc-content #quote-form .tvl-q-details { margin: 20px 0px 0px; border-top: 1px solid rgb(224, 232, 227); border-bottom: 1px solid rgb(224, 232, 227); }
#tvl-fc-content #quote-form .tvl-q-details > summary { display: flex; align-items: center; gap: 10px; min-height: 56px; list-style: none; cursor: pointer; color: rgb(35, 111, 53); font-size: 14px; font-weight: 750; }
#tvl-fc-content #quote-form .tvl-q-details > summary::-webkit-details-marker { display: none; }
#tvl-fc-content #quote-form .tvl-q-details > summary::before { content: "+"; width: 22px; font-size: 24px; line-height: 1; text-align: center; font-weight: 400; }
#tvl-fc-content #quote-form .tvl-q-details[open] > summary::before { content: "−"; }
#tvl-fc-content #quote-form .tvl-q-details > summary small { margin-left: auto; color: rgb(113, 128, 120); font-size: 12px; font-weight: 400; }
#tvl-fc-content #quote-form .tvl-q-detail-body { padding: 4px 0px 20px; }
#tvl-fc-content #quote-form .tvl-q-detail-body .tvl-q-fields { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
#tvl-fc-content #quote-form .tvl-q-help { min-width: 0px; margin: 18px 0px; padding: 0px; border: 0px; }
#tvl-fc-content #quote-form .tvl-q-help legend { padding: 0px; }
#tvl-fc-content #quote-form .tvl-q-checks { display: grid; grid-template-columns: repeat(3, minmax(0px, 1fr)); gap: 2px 16px; }
#tvl-fc-content #quote-form .tvl-q-checks label { display: flex; align-items: center; gap: 9px; min-height: 40px; color: rgb(64, 84, 102); font-size: 13px; line-height: 1.4; cursor: pointer; }
#tvl-fc-content #quote-form .tvl-q-checks input { flex: 0 0 17px; width: 17px; height: 17px; margin: 0px; accent-color: rgb(45, 127, 57); }
#tvl-fc-content #quote-form .tvl-q-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 20px; }
#tvl-fc-content #quote-form .tvl-q-actions .g-recaptcha { flex: 0 0 304px; min-height: 78px; }
#tvl-fc-content #quote-form .tvl-q-submit { flex: 0 1 300px; margin-left: auto; min-height: 50px; border: 1px solid rgb(36, 107, 48); border-radius: 10px; padding: 12px 18px; background: rgb(45, 127, 57); color: rgb(255, 255, 255); font-style: inherit; font-variant: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; font-size: 16px; font-weight: 800; cursor: pointer; box-shadow: rgba(35, 111, 53, 0.1) 0px 5px 12px; }
#tvl-fc-content #quote-form .tvl-q-submit:hover { background: rgb(36, 107, 48); }
#tvl-fc-content #quote-form .tvl-q-submit:disabled { opacity: 0.65; cursor: wait; }
#tvl-fc-content #quote-form .tvl-q-required { margin: 10px 0px 0px; color: rgb(107, 121, 112); font-size: 12px; }
#tvl-fc-content #quote-form .tvl-q-trap { position: absolute; left: 0px; top: 0px; width: 1px; height: 1px; padding: 0px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
#tvl-fc-content #quote-form :is(input, select, textarea, summary, button, a):focus-visible { outline: rgb(105, 173, 122) solid 3px; outline-offset: 3px; }
#tvl-fc-content #quote-form #form-errors { padding: 12px 14px; border: 1px solid rgb(241, 186, 186); border-radius: 8px; background: rgb(255, 245, 245); color: rgb(166, 42, 42); font-size: 14px; }
@media (max-width: 1000px) {
#tvl-fc-content #quote-form .tvl-q-intro { display: block; }
#tvl-fc-content #quote-form .tvl-q-intro h2 { max-width: none; }
#tvl-fc-content #quote-form .tvl-q-intro .tvl-q-phone { margin-top: 12px; }
#tvl-fc-content #quote-form .tvl-q-intro .tvl-q-reassurance { margin-top: 10px; }
#tvl-fc-content #quote-form .tvl-q-fields { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
#tvl-fc-content #quote-form .tvl-q-checks { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
}
@media (max-width: 600px) {
#tvl-fc-content #quote-form.tvl-quote-v2 { padding: 36px 0px; }
#tvl-fc-content #quote-form .tvl-q-shell { padding: 24px 20px; border-radius: 16px; }
#tvl-fc-content #quote-form .tvl-q-intro .tvl-eyebrow { display: none; }
#tvl-fc-content #quote-form .tvl-q-intro h2 { font-size: 30px; margin: 0px 0px 10px; }
#tvl-fc-content #quote-form .tvl-q-intro p { font-size: 14px; line-height: 1.5; margin-bottom: 12px; }
#tvl-fc-content #quote-form .tvl-q-intro .tvl-q-phone { font-size: 22px; }
#tvl-fc-content #quote-form .tvl-q-intro .tvl-q-reassurance { font-size: 12px; margin: 12px 0px 0px; padding-top: 12px; }
#tvl-fc-content #quote-form .tvl-q-fields { gap: 14px; }
#tvl-fc-content #quote-form .tvl-q-field.tvl-q-contact { grid-column: 1 / -1; }
#tvl-fc-content #quote-form .tvl-q-actions { flex-direction: column; align-items: stretch; }
#tvl-fc-content #quote-form .tvl-q-actions .g-recaptcha { flex-basis: auto; align-self: center; }
#tvl-fc-content #quote-form .tvl-q-submit { flex-basis: auto; width: 100%; margin-left: 0px; }
#tvl-fc-content #quote-form .tvl-q-details > summary small { font-size: 11px; }
}
@media (max-width: 380px) {
#tvl-fc-content #quote-form .tvl-q-shell { padding: 24px 10px; }
#tvl-fc-content #quote-form .tvl-q-actions .g-recaptcha { transform: scale(0.88); transform-origin: center top; width: 304px; align-self: center; min-height: 69px; height: 69px; }
#tvl-fc-content #quote-form .tvl-q-checks { grid-template-columns: 1fr; }
}
#tvl-fc-content #quote-form .tvl-q-actions.tvl-q-actions-message { display: grid; grid-template-columns: 304px minmax(0px, 1fr) 300px; grid-template-areas: "captcha message submit"; align-items: center; gap: 20px; }
#tvl-fc-content #quote-form .tvl-q-actions-message .tvl-q-message { grid-area: message; }
#tvl-fc-content #quote-form .tvl-q-actions-message .tvl-q-message textarea { min-height: 78px; }
#tvl-fc-content #quote-form .tvl-q-actions-message .g-recaptcha { grid-area: captcha; justify-self: center; }
#tvl-fc-content #quote-form .tvl-q-actions-message .tvl-q-submit { grid-area: submit; width: 100%; margin-left: 0px; }
@media (max-width: 1000px) {
#tvl-fc-content #quote-form .tvl-q-actions.tvl-q-actions-message { grid-template-columns: minmax(0px, 1fr); grid-template-areas: "message" "captcha" "submit"; }
#tvl-fc-content #quote-form .tvl-q-actions-message .tvl-q-message textarea { min-height: 100px; }
}
#tvl-fc-content #quote-form .tvl-q-field input,
#tvl-fc-content #quote-form .tvl-q-field select,
#tvl-fc-content #quote-form .tvl-q-field textarea { background-color: rgb(250, 250, 250); }
#tvl-fc-content #team-qa .tvl-approval-space { min-width: 0px; min-height: 0px; margin-bottom: calc(0px - var(--tvl-answer-space-used, 0px)); }
#tvl-fc-content #sign-gallery .tvl-gallery-intro { margin-bottom: 30px; }
#tvl-fc-content #sign-gallery .tvl-gallery-intro p { margin: 0px; color: var(--muted); }
#tvl-fc-content #sign-gallery .tvl-gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0px, 1fr)); gap: 26px 22px; }
#tvl-fc-content #sign-gallery .tvl-gallery-item { min-width: 0px; margin: 0px; }
#tvl-fc-content #sign-gallery .tvl-gallery-link { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 14px; background: rgb(245, 245, 245); }
#tvl-fc-content #sign-gallery .tvl-gallery-link img { width: 100%; height: 100%; object-fit: cover; object-position: var(--photo-position, 50% 50%); }
#tvl-fc-content #sign-gallery .tvl-gallery-link::after { content: "View photo ↗"; position: absolute; right: 12px; bottom: 12px; padding: 6px 10px; border-radius: 7px; background: rgba(10, 28, 44, 0.86); color: rgb(255, 255, 255); font-size: 12px; font-weight: 650; }
#tvl-fc-content #sign-gallery .tvl-gallery-link:focus-visible { outline: rgb(13, 110, 253) solid 3px; outline-offset: 4px; }
#tvl-fc-content #sign-gallery figcaption { padding-top: 11px; }
#tvl-fc-content #sign-gallery figcaption strong { display: block; color: var(--navy); font-size: 15px; }
#tvl-fc-content #sign-gallery figcaption span { color: var(--muted); font-size: 13px; }
#tvl-fc-content #tvl-photo-viewer { width: min(1200px, 100% - 28px); max-width: none; max-height: calc(100dvh - 28px); margin: auto; padding: 16px; border: 1px solid rgb(51, 69, 86); border-radius: 16px; background: rgb(13, 27, 41); color: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.4) 0px 24px 80px; }
#tvl-fc-content #tvl-photo-viewer::backdrop { background: rgba(5, 14, 24, 0.86); }
#tvl-fc-content #tvl-photo-viewer .tvl-photo-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
#tvl-fc-content #tvl-photo-viewer h2 { margin: 0px; color: rgb(255, 255, 255); font-size: 18px; line-height: 1.3; }
#tvl-fc-content #tvl-photo-viewer button { min-height: 44px; padding: 8px 14px; border: 1px solid rgb(87, 104, 121); border-radius: 8px; background: rgb(32, 52, 72); color: rgb(255, 255, 255); font: inherit; cursor: pointer; }
#tvl-fc-content #tvl-photo-viewer button:focus-visible { outline: rgb(143, 195, 255) solid 3px; outline-offset: 3px; }
#tvl-fc-content #tvl-photo-viewer .tvl-photo-image { width: 100%; height: min(72dvh, 800px); object-fit: contain; }
#tvl-fc-content #tvl-photo-viewer .tvl-photo-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 12px; }
#tvl-fc-content #tvl-photo-viewer .tvl-photo-note { margin: 10px 0px 0px; color: rgb(196, 209, 221); font-size: 12px; }
@media (max-width: 1000px) {
#tvl-fc-content #sign-gallery .tvl-gallery-grid { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
}
@media (max-width: 600px) {
#tvl-fc-content #sign-gallery .tvl-gallery-grid { grid-template-columns: minmax(0px, 1fr); gap: 24px; }
#tvl-fc-content #tvl-photo-viewer { padding: 12px; }
#tvl-fc-content #tvl-photo-viewer h2 { font-size: 16px; }
#tvl-fc-content #tvl-photo-viewer .tvl-photo-image { height: 58dvh; }
}
#tvl-fc-content #tvl-product-resources { background: rgb(244, 247, 251); border-top: 1px solid rgb(225, 232, 239); padding: 28px 0px 32px; }
#tvl-fc-content #tvl-product-resources h2 { margin: 0px 0px 16px; color: rgb(13, 45, 77); font-size: 21px; font-weight: 800; letter-spacing: -0.025em; line-height: 1.25; }
#tvl-fc-content #tvl-product-resources .tvl-resource-grid { display: grid; grid-template-columns: repeat(4, minmax(0px, 1fr)); gap: 12px; }
#tvl-fc-content #tvl-product-resources .tvl-resource-card { position: relative; display: flex; gap: 13px; align-items: center; min-width: 0px; min-height: 88px; padding: 17px 14px; background: rgb(255, 255, 255); border: 1px solid rgb(220, 229, 238); border-radius: 12px; color: rgb(13, 45, 77); text-decoration: none; transition: border-color 0.15s, background 0.15s; }
#tvl-fc-content #tvl-product-resources .tvl-resource-card:hover { background: rgb(250, 253, 255); border-color: rgb(107, 158, 223); }
#tvl-fc-content #tvl-product-resources .tvl-resource-card:focus-visible { outline: rgb(13, 110, 253) solid 3px; outline-offset: 3px; }
#tvl-fc-content #tvl-product-resources .tvl-resource-symbol { flex: 0 0 34px; width: 34px; height: 38px; display: flex; align-items: center; justify-content: center; color: rgb(23, 104, 197); }
#tvl-fc-content #tvl-product-resources .tvl-resource-symbol svg { width: 28px; height: 28px; }
#tvl-fc-content #tvl-product-resources .tvl-resource-copy { min-width: 0px; padding-right: 13px; }
#tvl-fc-content #tvl-product-resources .tvl-resource-copy strong { display: block; font-size: 14px; font-weight: 750; line-height: 1.35; }
#tvl-fc-content #tvl-product-resources .tvl-resource-copy small { display: block; margin-top: 5px; font-size: 11px; line-height: 1.4; color: rgb(101, 115, 136); }
#tvl-fc-content #tvl-product-resources .tvl-resource-arrow { position: absolute; right: 11px; top: 13px; width: 13px; height: 13px; color: rgb(123, 141, 161); }
@media (max-width: 1050px) {
#tvl-fc-content #tvl-product-resources .tvl-resource-grid { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
}
@media (max-width: 600px) {
#tvl-fc-content #tvl-product-resources { padding: 25px 0px 28px; }
#tvl-fc-content #tvl-product-resources h2 { font-size: 20px; margin-bottom: 15px; }
#tvl-fc-content #tvl-product-resources .tvl-resource-grid { gap: 10px; }
#tvl-fc-content #tvl-product-resources .tvl-resource-card { display: block; padding: 12px; min-height: 116px; }
#tvl-fc-content #tvl-product-resources .tvl-resource-symbol { height: 22px; width: 24px; margin-bottom: 8px; }
#tvl-fc-content #tvl-product-resources .tvl-resource-symbol svg { width: 23px; height: 23px; }
#tvl-fc-content #tvl-product-resources .tvl-resource-copy { padding-right: 0px; }
#tvl-fc-content #tvl-product-resources .tvl-resource-copy strong { font-size: 13px; }
#tvl-fc-content #tvl-product-resources .tvl-resource-copy small { font-size: 10px; margin-top: 5px; }
}
#tvl-fc-content #tvl-shop-products { padding: 64px 0px; background: rgb(246, 248, 250); border-bottom: 1px solid rgb(223, 230, 238); }
#tvl-fc-content #tvl-shop-products .tvl-shop-title { margin: 0px 0px 30px; text-align: center; color: var(--navy, #0d2d4d); font-size: clamp(26px, 3vw, 38px); line-height: 1.15; letter-spacing: -0.03em; font-weight: 800; }
#tvl-fc-content #tvl-shop-products .tvl-shop-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; }
#tvl-fc-content #tvl-shop-products .tvl-shop-card { flex: 0 1 calc(20% - 14.4px); min-width: 0px; overflow: hidden; background: rgb(255, 255, 255); border: 1px solid rgb(224, 230, 236); border-radius: 14px; box-shadow: rgba(13, 45, 77, 0.035) 0px 5px 16px; }
#tvl-fc-content #tvl-shop-products .tvl-shop-image { display: block; aspect-ratio: 16 / 10; padding: 10px; background: rgb(255, 255, 255); border-bottom: 1px solid rgb(237, 240, 243); }
#tvl-fc-content #tvl-shop-products .tvl-shop-image img { display: block; width: 100%; height: 100%; object-fit: contain; }
#tvl-fc-content #tvl-shop-products .tvl-shop-copy { padding: 17px 16px 20px; }
#tvl-fc-content #tvl-shop-products h3 { min-height: 2.7em; margin: 0px 0px 10px; font-size: 15px; line-height: 1.35; font-weight: 800; letter-spacing: 0.01em; }
#tvl-fc-content #tvl-shop-products h3 a { color: var(--navy, #0d2d4d); text-decoration: none; }
#tvl-fc-content #tvl-shop-products h3 a:hover { text-decoration: underline; }
#tvl-fc-content #tvl-shop-products p { margin: 0px; color: rgb(82, 97, 113); font-size: 14px; line-height: 1.6; }
#tvl-fc-content #tvl-shop-products .tvl-shop-price { display: inline-block; margin-top: 10px; color: rgb(31, 122, 63); font-size: 20px; font-weight: 800; text-decoration: none; }
#tvl-fc-content #tvl-shop-products .tvl-shop-price:hover { text-decoration: underline; }
#tvl-fc-content #tvl-shop-products a:focus-visible { outline: rgb(13, 110, 253) solid 3px; outline-offset: 2px; border-radius: 3px; }
#tvl-fc-content #tvl-shop-products .tvl-shop-image:focus-visible { outline-offset: -4px; }
@media (max-width: 1100px) {
#tvl-fc-content #tvl-shop-products .tvl-shop-card { flex-basis: calc(50% - 9px); }
#tvl-fc-content #tvl-shop-products h3 { min-height: 0px; }
}
@media (max-width: 600px) {
#tvl-fc-content #tvl-shop-products { padding: 42px 0px; }
#tvl-fc-content #tvl-shop-products .tvl-shop-title { margin-bottom: 24px; }
#tvl-fc-content #tvl-shop-products .tvl-shop-grid { gap: 14px; }
#tvl-fc-content #tvl-shop-products .tvl-shop-card { flex-basis: 100%; display: grid; grid-template-columns: 32% minmax(0px, 1fr); align-items: start; }
#tvl-fc-content #tvl-shop-products .tvl-shop-image { aspect-ratio: 1 / 1; margin-top: 14px; padding: 8px; border: 0px; }
#tvl-fc-content #tvl-shop-products .tvl-shop-copy { padding: 16px 14px 17px 8px; }
#tvl-fc-content #tvl-shop-products h3 { font-size: 14px; margin-bottom: 7px; }
#tvl-fc-content #tvl-shop-products p { font-size: 13px; line-height: 1.55; }
#tvl-fc-content #tvl-shop-products .tvl-shop-price { font-size: 18px; }
}
#tvl-fc-content #tvl-contact-popup { position: fixed; z-index: 10000; width: max-content; max-width: min(380px, -24px + 100vw); max-height: calc(-24px + 100vh); overflow: auto; padding: 12px 16px; border: 1px solid rgb(69, 102, 129); border-radius: 10px; background: rgb(16, 46, 73); color: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px; font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 14px; font-weight: 500; line-height: 1.5; text-align: center; overflow-wrap: anywhere; user-select: text; cursor: text; }
#tvl-fc-content #tvl-contact-popup[hidden] { display: none; }

/* Teaser images use explicit image elements, independent of legacy span rules. */
#tvl-fc-content .tvl-content-teaser-art{display:block;width:100%;height:auto;max-width:100%;aspect-ratio:16/9;object-fit:contain;background:none;visibility:visible;opacity:1;pointer-events:none}
#tvl-fc-content .tvl-content-mini-library{display:block;width:30px;height:25px;object-fit:contain;background:none;visibility:visible;opacity:1}
#tvl-fc-content .tvl-product-actions a{font-family:inherit;line-height:1.25;text-transform:none;letter-spacing:normal}

/* Keep the compact proof strip flush with the hero inside the legacy shell. */
#tvl-fc-content section.tvl-proof-strip{padding:0!important;margin:0!important}
#tvl-fc-content .tvl-proof-strip>.tvl-proof-grid{padding:0!important;margin-block:0!important}
