:root {
    --vf-navy: #081426;
    --vf-blue: #2475c9;
    --vf-blue-bright: #3b8ce0;
    --vf-teal: #14b8a6;
    --vf-ink: #111c2d;
    --vf-muted: #607086;
    --vf-line: #dce4ed;
    --vf-soft: #f3f6f9;
    --vf-white: #fff;
    --vf-radius: 10px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--vf-ink); background: #fff; font-family: Inter, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
.vf-shell { width: min(1220px, calc(100% - 48px)); margin: 0 auto; }

/* The shared Indoor Finders demo modal uses Font Awesome on the main site. */
.if-demo-close .fa:before { content: "\00d7"; font: 700 25px/1 Arial, sans-serif; }
.if-request-notice-icon.is-success:before { content: "\2713"; font: 700 24px/1 Arial, sans-serif; }
.if-request-notice-icon.is-warning:before { content: "!"; font: 800 24px/1 Arial, sans-serif; }

.vf-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid rgba(220, 228, 237, .85); background: rgba(255, 255, 255, .96); backdrop-filter: blur(14px); }
.vf-header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.vf-brand { display: flex; align-items: center; gap: 16px; min-width: 360px; }
.vf-if-logo { display: block; width: 190px; height: auto; }
.vf-brand-divider { width: 1px; height: 31px; background: var(--vf-line); }
.vf-product-mark { display: flex; align-items: center; font-size: 14px; letter-spacing: .075em; text-transform: uppercase; white-space: nowrap; }
.vf-nav { display: flex; align-items: center; justify-content: flex-end; gap: 25px; color: #43536a; font-size: 13px; font-weight: 700; }
.vf-nav a:hover, .vf-nav a:focus { color: var(--vf-blue); }
.vf-nav-cta { padding: 12px 17px; border-radius: 5px; color: #fff !important; background: var(--vf-blue); }
.vf-sign-in { white-space: nowrap; }

.vf-hero { position: relative; min-height: min(720px, calc(100vh - 78px)); display: flex; align-items: stretch; color: #fff; background: var(--vf-navy) url("../images/generated/venue-finder/office-building-exterior.png") center 47% / cover no-repeat; overflow: hidden; }
.vf-hero:before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,15,31,.94) 0%, rgba(5,15,31,.80) 44%, rgba(5,15,31,.29) 78%, rgba(5,15,31,.18) 100%), linear-gradient(0deg, rgba(5,15,31,.76) 0%, transparent 48%); }
.vf-hero-grid { position: relative; z-index: 1; min-height: min(720px, calc(100vh - 78px)); display: flex; flex-direction: column; justify-content: flex-end; padding-top: 64px; padding-bottom: 30px; }
.vf-hero-copy { max-width: 720px; }
.vf-eyebrow { display: inline-block; color: var(--vf-blue); font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.vf-hero .vf-eyebrow { color: #80b9f0; }
.vf-hero h1 { margin: 18px 0 22px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(53px, 6vw, 83px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.vf-hero-copy > p { max-width: 590px; margin: 0; color: #b9c7d8; font-size: 19px; line-height: 1.6; }
.vf-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.vf-btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 21px; border: 1px solid transparent; border-radius: 5px; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.vf-btn:hover, .vf-btn:focus { transform: translateY(-2px); }
.vf-btn-primary { color: #fff; background: var(--vf-blue); }
.vf-btn-primary:hover, .vf-btn-primary:focus { background: var(--vf-blue-bright); }
.vf-btn-quiet { border-color: rgba(255,255,255,.32); color: #fff; background: rgba(255,255,255,.06); }
.vf-hero-points { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); margin: 36px 0 0; padding: 0; border: 1px solid rgba(255,255,255,.25); border-radius: 9px; background: rgba(5,15,31,.82); box-shadow: 0 22px 55px rgba(0,0,0,.22); list-style: none; backdrop-filter: blur(9px); }
.vf-hero-points li { min-height: 112px; display: grid; align-content: center; gap: 7px; padding: 23px 30px; border-right: 1px solid rgba(255,255,255,.24); }
.vf-hero-points li:last-child { border-right: 0; }
.vf-hero-points span { color: #7890aa; font-size: 10px; font-weight: 850; }
.vf-hero-points strong { color: #c5d7fa; font-size: 13px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.vf-hero-points small { color: #fff; font-size: 15px; letter-spacing: .04em; }

.vf-audiences { padding: 82px 0 86px; background: var(--vf-soft); }
.vf-section-heading { max-width: 770px; margin: 0 auto 44px; text-align: center; }
.vf-section-heading-wide { max-width: 870px; }
.vf-section-heading h2, .vf-feature-copy h2, .vf-contact h2 { margin: 13px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 4.2vw, 57px); font-weight: 400; line-height: 1.08; letter-spacing: -.03em; }
.vf-section-heading p { margin: 17px auto 0; color: var(--vf-muted); font-size: 17px; line-height: 1.6; }
.vf-audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.vf-audience-card { min-height: 210px; display: grid; grid-template-columns: auto 1fr; gap: 25px; padding: 35px; border: 1px solid var(--vf-line); border-radius: var(--vf-radius); background: #fff; box-shadow: 0 14px 35px rgba(22,49,77,.06); }
.vf-card-number { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--vf-blue); font-size: 12px; font-weight: 850; }
.vf-audience-card:nth-child(2) .vf-card-number { background: #0c8077; }
.vf-audience-card h3 { margin: 3px 0 11px; font-size: 23px; }
.vf-audience-card p { margin: 0; color: var(--vf-muted); font-size: 16px; line-height: 1.58; }

.vf-section { padding: 104px 0; }
.vf-feature-split { display: grid; grid-template-columns: 1fr 1fr; gap: 78px; align-items: center; }
.vf-feature-image { position: relative; }
.vf-feature-image img { width: 100%; min-height: 580px; display: block; border-radius: var(--vf-radius); object-fit: cover; }
.vf-feature-image span { position: absolute; left: 24px; bottom: 24px; padding: 10px 14px; border-radius: 4px; color: #fff; background: rgba(8,20,38,.9); font-size: 12px; font-weight: 800; }
.vf-feature-copy h2 { margin-top: 14px; }
.vf-lede { margin: 19px 0 30px; color: var(--vf-muted); font-size: 17px; line-height: 1.65; }
.vf-feature-list { display: grid; gap: 0; }
.vf-feature-list article { display: grid; grid-template-columns: 42px 1fr; gap: 17px; padding: 20px 0; border-top: 1px solid var(--vf-line); }
.vf-feature-list article > span { color: var(--vf-blue); font-size: 12px; font-weight: 850; }
.vf-feature-list h3 { margin: -4px 0 6px; font-size: 18px; }
.vf-feature-list p { margin: 0; color: var(--vf-muted); line-height: 1.55; }

.vf-workflow-section { color: #fff; background: var(--vf-navy); }
.vf-workflow-section .vf-eyebrow { color: #72b2ed; }
.vf-workflow-section h2 { color: #fff; }
.vf-workflow-section .vf-section-heading p { color: #aebed0; }
.vf-workflow { display: grid; grid-template-columns: repeat(4, 1fr); counter-reset: workflow; }
.vf-workflow article { position: relative; min-height: 260px; padding: 33px 27px; border: 1px solid #25364d; border-right: 0; background: #0d1c31; }
.vf-workflow article:first-child { border-radius: 8px 0 0 8px; }
.vf-workflow article:last-child { border-right: 1px solid #25364d; border-radius: 0 8px 8px 0; }
.vf-workflow article > span { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--vf-blue); font-size: 13px; font-weight: 850; }
.vf-workflow article:not(:last-child):after { content: ""; position: absolute; z-index: 2; top: 51px; right: -7px; width: 12px; height: 12px; border-top: 2px solid #58708d; border-right: 2px solid #58708d; transform: rotate(45deg); }
.vf-workflow h3 { margin: 28px 0 10px; color: #fff; font-size: 21px; }
.vf-workflow p { margin: 0; color: #9fb0c4; line-height: 1.55; }
.vf-workflow-outcome { display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 25px; padding: 22px 26px; border-radius: 6px; color: #c0cfdf; background: rgba(255,255,255,.06); }
.vf-workflow-outcome strong { color: #fff; white-space: nowrap; }

.vf-capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.vf-capability-card { padding: 31px; border: 1px solid var(--vf-line); border-radius: var(--vf-radius); box-shadow: 0 15px 35px rgba(22,49,77,.055); }
.vf-capability-icon { width: 43px; height: 43px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 5px; color: #fff; background: var(--vf-blue); font-size: 14px; font-weight: 850; }
.vf-capability-card:nth-child(2) .vf-capability-icon { background: #0c8077; }
.vf-capability-card:nth-child(3) .vf-capability-icon { background: #9b681f; }
.vf-capability-card small { color: var(--vf-muted); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.vf-capability-card h3 { margin: 9px 0 18px; font-size: 24px; }
.vf-capability-card ul { display: grid; gap: 12px; margin: 0; padding: 0; color: var(--vf-muted); list-style: none; line-height: 1.5; }
.vf-capability-card li { position: relative; padding-left: 18px; }
.vf-capability-card li:before { content: ""; position: absolute; top: .62em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--vf-teal); }
.vf-controls { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 23px; border: 1px solid var(--vf-line); border-radius: 8px; overflow: hidden; background: var(--vf-soft); }
.vf-controls div { min-height: 130px; display: flex; flex-direction: column; gap: 8px; padding: 23px; border-right: 1px solid var(--vf-line); }
.vf-controls div:last-child { border-right: 0; }
.vf-controls strong { font-size: 14px; }
.vf-controls span { color: var(--vf-muted); font-size: 13px; line-height: 1.5; }

.vf-gallery { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 500px; background: #111; }
.vf-gallery-image { position: relative; min-height: 500px; overflow: hidden; }
.vf-gallery-image img { width: 100%; height: 100%; position: absolute; inset: 0; display: block; object-fit: cover; transition: transform .7s ease; }
.vf-gallery-image:hover img { transform: scale(1.025); }
.vf-gallery-image:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(4,12,22,.7)); }
.vf-gallery-image span { position: absolute; z-index: 1; left: 34px; bottom: 31px; color: #fff; font-size: 14px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.vf-contact { padding: 90px 0; color: #fff; background: #0d3766; }
.vf-contact-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: center; }
.vf-contact .vf-eyebrow { color: #8bc3f7; }
.vf-contact h2 { max-width: 760px; color: #fff; }
.vf-contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.vf-contact-actions > a:last-child { color: #c4d7ec; font-size: 14px; font-weight: 700; }

.vf-footer { padding: 36px 0; color: #8291a4; background: var(--vf-navy); font-size: 13px; }
.vf-footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; }
.vf-footer img { width: 170px; filter: brightness(0) invert(1); opacity: .86; }
.vf-footer p { margin: 0; text-align: center; }
.vf-footer div { display: flex; justify-content: flex-end; gap: 22px; }
.vf-footer a:hover { color: #fff; }

@media (max-width: 1040px) {
    .vf-header-inner { align-items: flex-start; flex-direction: column; gap: 14px; padding: 15px 0; }
    .vf-nav { width: 100%; justify-content: flex-start; overflow-x: auto; padding-bottom: 2px; }
    .vf-hero-grid { min-height: calc(100vh - 122px); }
    .vf-feature-split { grid-template-columns: 1fr; }
    .vf-feature-image { order: 2; }
    .vf-feature-image img { min-height: 440px; }
    .vf-workflow { grid-template-columns: 1fr 1fr; }
    .vf-workflow article, .vf-workflow article:first-child, .vf-workflow article:last-child { border: 1px solid #25364d; border-radius: 0; }
    .vf-workflow article:not(:last-child):after { display: none; }
    .vf-capability-grid { grid-template-columns: 1fr; }
    .vf-controls { grid-template-columns: 1fr 1fr; }
    .vf-controls div { border-bottom: 1px solid var(--vf-line); }
    .vf-contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
    .vf-shell { width: min(100% - 30px, 1220px); }
    .vf-brand { min-width: 0; gap: 10px; }
    .vf-if-logo { width: 142px; }
    .vf-brand-divider { height: 27px; }
    .vf-product-mark { font-size: 11px; }
    .vf-nav { gap: 18px; font-size: 12px; }
    .vf-nav a:nth-child(2), .vf-nav a:nth-child(3) { display: none; }
    .vf-hero { min-height: 0; background-position: 64% center; }
    .vf-hero:before { background: linear-gradient(90deg, rgba(5,15,31,.96), rgba(5,15,31,.66)), linear-gradient(0deg, rgba(5,15,31,.86), transparent 55%); }
    .vf-hero-grid { min-height: 690px; padding-top: 70px; padding-bottom: 34px; }
    .vf-hero h1 { font-size: 50px; }
    .vf-hero-copy > p { font-size: 17px; }
    .vf-hero-points { grid-template-columns: 1fr; margin-top: 38px; }
    .vf-hero-points li { min-height: 0; grid-template-columns: 32px 90px 1fr; align-items: center; gap: 8px; padding: 14px 17px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
    .vf-hero-points li:last-child { border-bottom: 0; }
    .vf-audiences, .vf-section { padding: 72px 0; }
    .vf-audience-grid, .vf-workflow, .vf-gallery { grid-template-columns: 1fr; }
    .vf-audience-card { grid-template-columns: 1fr; }
    .vf-section-heading { text-align: left; }
    .vf-feature-split { gap: 45px; }
    .vf-feature-image img { min-height: 340px; }
    .vf-workflow article { min-height: 0; }
    .vf-workflow-outcome { align-items: flex-start; flex-direction: column; }
    .vf-controls { grid-template-columns: 1fr; }
    .vf-controls div { min-height: 0; border-right: 0; }
    .vf-gallery-image { min-height: 360px; }
    .vf-footer-inner { grid-template-columns: 1fr; text-align: center; }
    .vf-footer p { order: 3; }
    .vf-footer div { justify-content: center; }
    .vf-footer a:first-child { justify-self: center; }
}

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