{"id":9,"date":"2026-07-30T13:07:37","date_gmt":"2026-07-30T13:07:37","guid":{"rendered":"https:\/\/lfcventures.com\/?page_id=9"},"modified":"2026-07-30T13:41:41","modified_gmt":"2026-07-30T13:41:41","slug":"home-page","status":"publish","type":"page","link":"https:\/\/lfcventures.com\/","title":{"rendered":"Home page"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"9\" class=\"elementor elementor-9\">\n\t\t\t\t<div class=\"elementor-element elementor-element-500f031 e-con e-atomic-element e-flexbox-base e-01ddde1 \" data-id=\"500f031\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"500f031\">\n    \t\t<div class=\"elementor-element elementor-element-f943034 elementor-widget elementor-widget-html\" data-id=\"f943034\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================================\n     LFC VENTURES \u2014 SITE HEADER \/ NAVIGATION\n     Place in Elementor > Theme Builder > Header (so it appears sitewide).\n     Fonts in Site Settings: Playfair Display \u00b7 Inter\n     Zero JavaScript \u2014 mobile menu uses a CSS checkbox toggle.\n     ============================================================ -->\n<style>\nhtml,body{margin:0;padding:0;}\n\n.lfc-nav{\n  --paper:#F4F1EA; --ink:#13120E; --muted:#6B6659;\n  --blue:#2348FF; --wash:#E8ECFF; --rule:#DCD7C9;\n  font-family:'Inter',system-ui,-apple-system,sans-serif;\n  position:sticky; top:0; z-index:9999; width:100%;\n  background:rgba(244,241,234,.92); backdrop-filter:saturate(180%) blur(12px);\n  border-bottom:1px solid var(--rule); box-sizing:border-box;\n}\n.lfc-nav *{box-sizing:border-box;}\n\n\/* ---- announcement rail ---- *\/\n.lfc-nav .rail{\n  background:var(--ink); color:#CFCABA; font-size:11.5px; letter-spacing:.06em;\n  text-align:center; padding:8px 16px; line-height:1.4;\n}\n.lfc-nav .rail b{color:var(--paper); font-weight:600;}\n.lfc-nav .rail i{color:var(--blue); font-style:normal;}\n\n\/* ---- bar ---- *\/\n.lfc-nav .bar{\n  max-width:1180px; margin:0 auto; padding:0 clamp(16px,4vw,32px);\n  height:66px; display:flex; align-items:center; justify-content:space-between; gap:20px;\n}\n\n\/* wordmark \u2014 swap the text for <img decoding=\"async\" src=\"LOGO\" alt=\"LFC Ventures\" style=\"height:26px\"> *\/\n.lfc-nav .mark{\n  display:flex; align-items:baseline; gap:8px; text-decoration:none; color:var(--ink);\n  font-family:'Playfair Display',Georgia,serif; font-size:19px; font-weight:600;\n  letter-spacing:-.01em; white-space:nowrap;\n}\n.lfc-nav .mark s{\n  text-decoration:none; width:6px; height:6px; border-radius:50%;\n  background:var(--blue); display:inline-block; transform:translateY(-2px);\n}\n\n\/* ---- desktop links ---- *\/\n.lfc-nav .links{display:none; align-items:center; gap:4px; list-style:none; margin:0; padding:0;}\n.lfc-nav .links > li{position:relative;}\n.lfc-nav .links > li > a{\n  display:flex; align-items:center; gap:6px; text-decoration:none;\n  font-size:14px; font-weight:500; color:var(--ink); padding:10px 13px; border-radius:3px;\n  transition:color .2s ease, background .2s ease;\n}\n.lfc-nav .links > li > a:hover{color:var(--blue); background:var(--wash);}\n.lfc-nav .caret{width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;\n  transform:rotate(45deg) translateY(-2px); transition:transform .25s ease;}\n.lfc-nav .has-sub:hover .caret{transform:rotate(225deg) translateY(-3px);}\n\n\/* dropdown *\/\n.lfc-nav .sub{\n  position:absolute; top:calc(100% + 6px); left:0; min-width:268px;\n  background:#fff; border:1px solid var(--rule); border-radius:4px;\n  box-shadow:0 18px 44px rgba(19,18,14,.11); padding:7px; list-style:none; margin:0;\n  opacity:0; visibility:hidden; transform:translateY(-6px);\n  transition:opacity .22s ease, transform .22s ease, visibility .22s;\n}\n.lfc-nav .has-sub:hover .sub,\n.lfc-nav .has-sub:focus-within .sub{opacity:1; visibility:visible; transform:none;}\n.lfc-nav .sub a{\n  display:block; text-decoration:none; padding:11px 13px; border-radius:3px;\n  color:var(--ink); font-size:14px; font-weight:600; transition:background .18s ease;\n}\n.lfc-nav .sub a span{display:block; font-size:12.5px; font-weight:400; color:var(--muted); margin-top:3px; line-height:1.45;}\n.lfc-nav .sub a:hover{background:var(--wash);}\n\n\/* ---- cta ---- *\/\n.lfc-nav .cta{\n  display:none; text-decoration:none; background:var(--blue); color:#fff;\n  font-size:14px; font-weight:600; padding:11px 20px; border-radius:2px; white-space:nowrap;\n  transition:transform .25s ease, box-shadow .25s ease;\n  box-shadow:0 4px 14px rgba(35,72,255,.2);\n}\n.lfc-nav .cta:hover{transform:translateY(-2px); box-shadow:0 10px 22px rgba(35,72,255,.28);}\n\n\/* ---- mobile toggle ---- *\/\n.lfc-nav #lfcMenu{position:absolute; opacity:0; pointer-events:none;}\n.lfc-nav .burger{\n  display:flex; flex-direction:column; justify-content:center; gap:5px;\n  width:42px; height:42px; padding:11px; cursor:pointer; margin:0;\n  border:1px solid var(--rule); border-radius:3px; background:#fff;\n}\n.lfc-nav .burger b{display:block; height:1.5px; background:var(--ink); border-radius:2px;\n  transition:transform .3s ease, opacity .2s ease;}\n.lfc-nav #lfcMenu:checked ~ .bar .burger b:nth-child(1){transform:translateY(6.5px) rotate(45deg);}\n.lfc-nav #lfcMenu:checked ~ .bar .burger b:nth-child(2){opacity:0;}\n.lfc-nav #lfcMenu:checked ~ .bar .burger b:nth-child(3){transform:translateY(-6.5px) rotate(-45deg);}\n\n\/* ---- mobile panel ---- *\/\n.lfc-nav .panel{\n  max-height:0; overflow:hidden; background:var(--paper);\n  border-top:0 solid var(--rule);\n  transition:max-height .42s cubic-bezier(.2,.7,.3,1), border-top-width .1s;\n}\n.lfc-nav #lfcMenu:checked ~ .panel{max-height:640px; border-top-width:1px;}\n.lfc-nav .panel ul{list-style:none; margin:0; padding:14px clamp(16px,4vw,32px) 26px;}\n.lfc-nav .panel li{opacity:0; transform:translateY(-8px); transition:opacity .3s ease, transform .3s ease;}\n.lfc-nav #lfcMenu:checked ~ .panel li{opacity:1; transform:none;}\n.lfc-nav #lfcMenu:checked ~ .panel li:nth-child(1){transition-delay:.10s}\n.lfc-nav #lfcMenu:checked ~ .panel li:nth-child(2){transition-delay:.15s}\n.lfc-nav #lfcMenu:checked ~ .panel li:nth-child(3){transition-delay:.20s}\n.lfc-nav #lfcMenu:checked ~ .panel li:nth-child(4){transition-delay:.25s}\n.lfc-nav #lfcMenu:checked ~ .panel li:nth-child(5){transition-delay:.30s}\n.lfc-nav #lfcMenu:checked ~ .panel li:nth-child(6){transition-delay:.35s}\n.lfc-nav #lfcMenu:checked ~ .panel li:nth-child(7){transition-delay:.40s}\n.lfc-nav .panel a{\n  display:block; text-decoration:none; color:var(--ink); font-size:17px; font-weight:500;\n  padding:13px 0; border-bottom:1px solid var(--rule);\n}\n.lfc-nav .panel a small{display:block; font-size:12.5px; font-weight:400; color:var(--muted); margin-top:3px;}\n.lfc-nav .panel .mcta a{\n  background:var(--blue); color:#fff; text-align:center; font-weight:600; font-size:15px;\n  border:0; border-radius:2px; margin-top:18px; padding:15px;\n}\n\n@media(min-width:1000px){\n  .lfc-nav .links{display:flex;}\n  .lfc-nav .cta{display:inline-block;}\n  .lfc-nav .burger{display:none;}\n  .lfc-nav .panel{display:none;}\n  .lfc-nav .bar{height:74px;}\n}\n@media(prefers-reduced-motion:reduce){\n  .lfc-nav *{transition:none!important; animation:none!important;}\n}\n<\/style>\n\n<header class=\"lfc-nav\">\n\n  <div class=\"rail\">Now booking builds for <b>September<\/b> <i>&mdash;<\/i> India &middot; Australia &middot; Germany<\/div>\n\n  <input type=\"checkbox\" id=\"lfcMenu\" aria-label=\"Open menu\">\n\n  <div class=\"bar\">\n    <a class=\"mark\" href=\"\/\">LFC Ventures <s><\/s><\/a>\n\n    <nav aria-label=\"Main\">\n      <ul class=\"links\">\n        <li class=\"has-sub\">\n          <a href=\"\/services\/\">Services <i class=\"caret\"><\/i><\/a>\n          <ul class=\"sub\">\n            <li><a href=\"\/landing-pages\/\">Landing pages &amp; funnels<span>Design, copy, build, and conversion audits<\/span><\/a><\/li>\n            <li><a href=\"\/paid-marketing\/\">Paid marketing<span>Meta and Google campaigns built around the page<\/span><\/a><\/li>\n            <li><a href=\"\/ai-agents\/\">AI agents<span>Enquiry, quoting and back-office automation<\/span><\/a><\/li>\n          <\/ul>\n        <\/li>\n        <li><a href=\"\/work\/\">Work<\/a><\/li>\n        <li><a href=\"\/about\/\">About<\/a><\/li>\n        <li><a href=\"\/blog\/\">Blog<\/a><\/li>\n      <\/ul>\n    <\/nav>\n\n    <a class=\"cta\" href=\"\/contact\/\">Start a project<\/a>\n\n    <label class=\"burger\" for=\"lfcMenu\"><b><\/b><b><\/b><b><\/b><\/label>\n  <\/div>\n\n  <div class=\"panel\">\n    <ul>\n      <li><a href=\"\/landing-pages\/\">Landing pages &amp; funnels<small>Design, copy, build, audits<\/small><\/a><\/li>\n      <li><a href=\"\/paid-marketing\/\">Paid marketing<small>Meta &amp; Google campaigns<\/small><\/a><\/li>\n      <li><a href=\"\/ai-agents\/\">AI agents<small>Automation that runs your enquiries<\/small><\/a><\/li>\n      <li><a href=\"\/work\/\">Work<\/a><\/li>\n      <li><a href=\"\/about\/\">About<\/a><\/li>\n      <li><a href=\"\/blog\/\">Blog<\/a><\/li>\n      <li class=\"mcta\"><a href=\"\/contact\/\">Start a project<\/a><\/li>\n    <\/ul>\n  <\/div>\n\n<\/header>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6aee11f elementor-widget elementor-widget-html\" data-id=\"6aee11f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================================\n     LFC VENTURES \u2014 SECTION 1 : HERO\n     Add fonts in Elementor > Site Settings (NOT here):\n     Playfair Display 400,500,600 \u00b7 Inter 400,500,600,700\n     ============================================================ -->\n<style>\nhtml,body{margin:0;padding:0;background:#F4F1EA;}\n\n.lfc-s1{\n  --paper:#F4F1EA; --card:#FFFFFF; --ink:#13120E; --muted:#6B6659;\n  --blue:#2348FF; --wash:#E8ECFF; --rule:#DCD7C9;\n  background:var(--paper); color:var(--ink);\n  font-family:'Inter',system-ui,-apple-system,sans-serif;\n  padding:clamp(34px,9vw,86px) clamp(18px,5vw,64px) clamp(40px,9vw,90px);\n  overflow:hidden; box-sizing:border-box; width:100%;\n}\n.lfc-s1 *{box-sizing:border-box;}\n\n.lfc-s1 .s1wrap{max-width:1180px;margin:0 auto;}\n\n\/* ---- signature: the conversion spine ---- *\/\n.lfc-s1 .s1grid{position:relative;display:grid;grid-template-columns:1fr;gap:clamp(30px,6vw,58px);}\n.lfc-s1 .s1left{position:relative;padding-left:26px;}\n.lfc-s1 .spine{\n  position:absolute;left:0;top:6px;width:2px;height:calc(100% - 12px);\n  background:var(--blue);transform-origin:top;\n  animation:s1draw 1s cubic-bezier(.2,.7,.3,1) both;\n}\n.lfc-s1 .spine::after{\n  content:\"\";position:absolute;left:-3px;bottom:-4px;width:8px;height:8px;\n  border-radius:50%;background:var(--blue);\n  animation:s1dot .5s ease .95s both;\n}\n@keyframes s1draw{from{transform:scaleY(0)}to{transform:scaleY(1)}}\n@keyframes s1dot{from{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}\n\n\/* ---- type ---- *\/\n.lfc-s1 .eyebrow{\n  font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;\n  color:var(--muted);display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin:0 0 20px;\n}\n.lfc-s1 .eyebrow i{width:5px;height:5px;border-radius:50%;background:var(--blue);display:inline-block;font-style:normal;}\n.lfc-s1 h1{\n  font-family:'Playfair Display',Georgia,serif;font-weight:500;\n  font-size:clamp(34px,6.4vw,62px);line-height:1.06;letter-spacing:-.02em;\n  margin:0 0 20px;\n}\n.lfc-s1 h1 em{font-style:italic;color:var(--blue);}\n.lfc-s1 .sub{\n  font-size:clamp(15px,1.65vw,18px);line-height:1.6;color:var(--muted);\n  max-width:31em;margin:0 0 30px;\n}\n\n\/* ---- buttons ---- *\/\n.lfc-s1 .btns{display:flex;flex-wrap:wrap;gap:12px;align-items:center;}\n.lfc-s1 .btn{\n  display:inline-flex;align-items:center;gap:9px;text-decoration:none;\n  font-size:15px;font-weight:600;padding:15px 26px;border-radius:2px;\n  transition:transform .25s ease,box-shadow .25s ease,background .25s ease;\n}\n.lfc-s1 .btn-a{background:var(--blue);color:#fff;box-shadow:0 6px 18px rgba(35,72,255,.22);}\n.lfc-s1 .btn-a:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(35,72,255,.3);}\n.lfc-s1 .btn-a span{transition:transform .25s ease;}\n.lfc-s1 .btn-a:hover span{transform:translateX(4px);}\n.lfc-s1 .btn-b{color:var(--ink);border-bottom:1px solid var(--rule);border-radius:0;padding:15px 4px;}\n.lfc-s1 .btn-b:hover{border-bottom-color:var(--blue);color:var(--blue);}\n\n\/* ---- proof line ---- *\/\n.lfc-s1 .proof{\n  display:flex;flex-wrap:wrap;gap:10px 28px;margin-top:34px;\n  padding-top:22px;border-top:1px solid var(--rule);\n}\n.lfc-s1 .proof div{font-size:13px;color:var(--muted);line-height:1.4;}\n.lfc-s1 .proof b{display:block;font-family:'Playfair Display',Georgia,serif;\n  font-size:24px;font-weight:600;color:var(--ink);letter-spacing:-.01em;}\n\n\/* ---- visual slot ---- *\/\n.lfc-s1 .s1right{position:relative;}\n.lfc-s1 .shot{\n  position:relative;background:var(--card);border:1px solid var(--rule);\n  border-radius:4px;aspect-ratio:4\/5;width:100%;\n  display:flex;align-items:center;justify-content:center;text-align:center;\n  box-shadow:0 18px 44px rgba(19,18,14,.08);\n  animation:s1rise 1s cubic-bezier(.2,.7,.3,1) .2s both;\n}\n@keyframes s1rise{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}\n\/* >>> REPLACE .shot CONTENTS WITH YOUR IMAGE:\n       <img decoding=\"async\" src=\"URL\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;border-radius:4px;\"> *\/\n.lfc-s1 .slot{\n  font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#B3AC9B;\n  border:1px dashed var(--rule);border-radius:3px;padding:16px 18px;margin:14px;line-height:1.7;\n}\n.lfc-s1 .chip{\n  position:absolute;left:-10px;bottom:34px;background:var(--ink);color:#F4F1EA;\n  padding:13px 17px;border-radius:3px;box-shadow:0 12px 30px rgba(19,18,14,.22);\n  animation:s1float 5s ease-in-out infinite;\n}\n.lfc-s1 .chip b{display:block;font-family:'Playfair Display',Georgia,serif;font-size:22px;font-weight:600;line-height:1;}\n.lfc-s1 .chip i{font-style:normal;font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:#9A9585;}\n@keyframes s1float{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}\n\n\/* ---- desktop ---- *\/\n@media(min-width:900px){\n  .lfc-s1 .s1grid{grid-template-columns:1.08fr .92fr;align-items:center;gap:70px;}\n  .lfc-s1 .s1left{padding-left:34px;}\n  .lfc-s1 .shot{aspect-ratio:4\/4.6;}\n  .lfc-s1 .chip{left:-26px;}\n}\n\n@media(prefers-reduced-motion:reduce){\n  .lfc-s1 *{animation:none!important;transition:none!important;}\n}\n<\/style>\n\n<div class=\"lfc-s1\">\n <div class=\"s1wrap\">\n  <div class=\"s1grid\">\n\n   <div class=\"s1left\">\n    <div class=\"spine\"><\/div>\n\n    <p class=\"eyebrow\">India <i><\/i> Australia <i><\/i> Germany<\/p>\n\n    <h1>Attention is expensive.<br>We build the systems<br>that <em>convert it.<\/em><\/h1>\n\n    <p class=\"sub\">Landing pages, paid marketing and AI agents \u2014 designed, built and optimised by one team. From the first click to the booked call, nothing is handed off and nothing leaks.<\/p>\n\n    <div class=\"btns\">\n     <a class=\"btn btn-a\" href=\"#contact\">Start a project <span>&rarr;<\/span><\/a>\n     <a class=\"btn btn-b\" href=\"#work\">See our work<\/a>\n    <\/div>\n\n    <div class=\"proof\">\n     <div><b>600+<\/b>pages shipped<\/div>\n     <div><b>50,000+<\/b>appointments booked<\/div>\n     <div><b>3<\/b>continents served<\/div>\n    <\/div>\n   <\/div>\n\n   <div class=\"s1right\">\n    <div class=\"shot\">\n     <div class=\"slot\">Image slot<br>Your best landing page,<br>shown on a device mockup<br>(portrait, ~900&times;1100px)<\/div>\n    <\/div>\n    <div class=\"chip\"><b>4.1&times;<\/b><i>Avg. lift after rebuild<\/i><\/div>\n   <\/div>\n\n  <\/div>\n <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c964980 elementor-widget elementor-widget-html\" data-id=\"c964980\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================================\n     LFC VENTURES \u2014 SECTION 2 : CREDIBILITY BAND (dark)\n     Fonts live in Elementor > Site Settings.\n     ============================================================ -->\n<style>\nhtml,body{margin:0;padding:0;background:#13120E;}\n\n.lfc-s2{\n  --ink:#13120E; --paper:#F4F1EA; --muted:#8E897A;\n  --blue:#2348FF; --rule:#2C2A24;\n  background:var(--ink); color:var(--paper);\n  font-family:'Inter',system-ui,-apple-system,sans-serif;\n  padding:clamp(34px,7vw,62px) clamp(18px,5vw,64px);\n  box-sizing:border-box; width:100%;\n}\n.lfc-s2 *{box-sizing:border-box;}\n.lfc-s2 .s2wrap{max-width:1180px;margin:0 auto;}\n\n.lfc-s2 .lead{\n  font-size:12px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;\n  color:var(--muted);margin:0 0 26px;display:flex;align-items:center;gap:12px;\n}\n.lfc-s2 .lead::after{content:\"\";flex:1;height:1px;background:var(--rule);}\n\n\/* stats *\/\n.lfc-s2 .stats{\n  display:grid;grid-template-columns:repeat(2,1fr);\n  gap:26px 20px;padding-bottom:34px;border-bottom:1px solid var(--rule);\n}\n.lfc-s2 .stat b{\n  display:block;font-family:'Playfair Display',Georgia,serif;font-weight:500;\n  font-size:clamp(30px,5.6vw,46px);line-height:1;letter-spacing:-.02em;margin-bottom:9px;\n}\n.lfc-s2 .stat b em{font-style:normal;color:var(--blue);}\n.lfc-s2 .stat span{font-size:13px;line-height:1.45;color:var(--muted);display:block;max-width:15em;}\n\n\/* platforms *\/\n.lfc-s2 .plat{\n  margin-top:30px;display:flex;flex-direction:column;gap:18px;\n}\n.lfc-s2 .plat p{\n  margin:0;font-size:11px;font-weight:600;letter-spacing:.16em;\n  text-transform:uppercase;color:var(--muted);\n}\n.lfc-s2 .logos{display:flex;flex-wrap:wrap;align-items:center;gap:16px 30px;}\n\/* >>> REPLACE each .logo with: <img decoding=\"async\" src=\"URL\" alt=\"Meta\" style=\"height:26px;opacity:.62;\"> *\/\n.lfc-s2 .logo{\n  border:1px dashed var(--rule);border-radius:3px;padding:11px 20px;\n  font-size:11px;letter-spacing:.09em;text-transform:uppercase;color:#5E5A50;white-space:nowrap;\n}\n\n@media(min-width:760px){\n  .lfc-s2 .stats{grid-template-columns:repeat(4,1fr);gap:30px;}\n  .lfc-s2 .plat{flex-direction:row;align-items:center;justify-content:space-between;gap:34px;}\n}\n<\/style>\n\n<div class=\"lfc-s2\">\n <div class=\"s2wrap\">\n\n  <p class=\"lead\">Built for founders in India, Australia &amp; Germany<\/p>\n\n  <div class=\"stats\">\n   <div class=\"stat\"><b>600<em>+<\/em><\/b><span>Landing pages designed and shipped<\/span><\/div>\n   <div class=\"stat\"><b>50k<em>+<\/em><\/b><span>Appointments booked for clients<\/span><\/div>\n   <div class=\"stat\"><b>8<em>+<\/em><\/b><span>Industries, from clinics to aviation<\/span><\/div>\n   <div class=\"stat\"><b>3<\/b><span>Disciplines under one roof: pages, ads, AI<\/span><\/div>\n  <\/div>\n\n  <div class=\"plat\">\n   <p>Engineered to perform on<\/p>\n   <div class=\"logos\">\n    <div class=\"logo\">Meta logo<\/div>\n    <div class=\"logo\">Google Ads logo<\/div>\n    <div class=\"logo\">Google Analytics logo<\/div>\n    <div class=\"logo\">Razorpay logo<\/div>\n   <\/div>\n  <\/div>\n\n <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2788932 elementor-widget elementor-widget-html\" data-id=\"2788932\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================================\n     LFC VENTURES \u2014 SECTION 3 : WHAT WE DO\n     Fonts live in Elementor > Site Settings.\n     ============================================================ -->\n<style>\nhtml,body{margin:0;padding:0;background:#F4F1EA;}\n\n.lfc-s3{\n  --paper:#F4F1EA; --card:#FFFFFF; --ink:#13120E; --muted:#6B6659;\n  --blue:#2348FF; --wash:#E8ECFF; --rule:#DCD7C9;\n  background:var(--paper); color:var(--ink);\n  font-family:'Inter',system-ui,-apple-system,sans-serif;\n  padding:clamp(46px,10vw,96px) clamp(18px,5vw,64px);\n  box-sizing:border-box; width:100%;\n}\n.lfc-s3 *{box-sizing:border-box;}\n.lfc-s3 .s3wrap{max-width:1180px;margin:0 auto;}\n\n.lfc-s3 .head{max-width:36em;margin:0 0 clamp(32px,5vw,54px);}\n.lfc-s3 .eyebrow{\n  font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;\n  color:var(--blue);margin:0 0 14px;\n}\n.lfc-s3 h2{\n  font-family:'Playfair Display',Georgia,serif;font-weight:500;\n  font-size:clamp(27px,4.4vw,44px);line-height:1.12;letter-spacing:-.02em;margin:0 0 16px;\n}\n.lfc-s3 .intro{font-size:clamp(15px,1.6vw,17px);line-height:1.62;color:var(--muted);margin:0;}\n.lfc-s3 .intro b{color:var(--ink);font-weight:600;}\n\n\/* cards *\/\n.lfc-s3 .cards{display:grid;grid-template-columns:1fr;gap:16px;}\n.lfc-s3 .card{\n  position:relative;background:var(--card);border:1px solid var(--rule);border-radius:4px;\n  padding:clamp(24px,4vw,34px);display:flex;flex-direction:column;\n  transition:transform .3s cubic-bezier(.2,.7,.3,1),box-shadow .3s ease,border-color .3s ease;\n}\n.lfc-s3 .card::before{\n  content:\"\";position:absolute;left:0;top:0;width:100%;height:2px;\n  background:var(--blue);transform:scaleX(0);transform-origin:left;\n  transition:transform .45s cubic-bezier(.2,.7,.3,1);\n}\n.lfc-s3 .card:hover{transform:translateY(-4px);box-shadow:0 16px 38px rgba(19,18,14,.09);border-color:#CFC9B8;}\n.lfc-s3 .card:hover::before{transform:scaleX(1);}\n\n.lfc-s3 .mark{\n  width:38px;height:38px;border-radius:3px;background:var(--wash);\n  display:flex;align-items:center;justify-content:center;margin-bottom:20px;flex:none;\n}\n.lfc-s3 .mark i{display:block;background:var(--blue);font-style:normal;}\n.lfc-s3 .m1 i{width:15px;height:19px;border-radius:1px;}\n.lfc-s3 .m2 i{width:17px;height:17px;border-radius:50%;}\n.lfc-s3 .m3 i{width:17px;height:17px;border-radius:2px;transform:rotate(45deg);}\n\n.lfc-s3 .card h3{\n  font-family:'Playfair Display',Georgia,serif;font-weight:600;\n  font-size:clamp(20px,2.5vw,25px);line-height:1.2;letter-spacing:-.01em;margin:0 0 10px;\n}\n.lfc-s3 .card p{font-size:14.5px;line-height:1.65;color:var(--muted);margin:0 0 20px;}\n.lfc-s3 ul{list-style:none;padding:0;margin:0 0 22px;}\n.lfc-s3 ul li{\n  position:relative;padding-left:19px;font-size:13.5px;line-height:1.55;\n  color:var(--ink);margin-bottom:9px;\n}\n.lfc-s3 ul li::before{\n  content:\"\";position:absolute;left:0;top:8px;width:7px;height:1px;background:var(--blue);\n}\n.lfc-s3 .go{\n  margin-top:auto;font-size:13px;font-weight:600;color:var(--blue);text-decoration:none;\n  display:inline-flex;align-items:center;gap:7px;align-self:flex-start;\n}\n.lfc-s3 .go span{transition:transform .25s ease;}\n.lfc-s3 .go:hover span{transform:translateX(4px);}\n\n\/* the line that ties the three together *\/\n.lfc-s3 .tie{\n  margin-top:clamp(30px,5vw,46px);padding-top:24px;border-top:1px solid var(--rule);\n  font-family:'Playfair Display',Georgia,serif;font-size:clamp(17px,2.4vw,23px);\n  line-height:1.45;letter-spacing:-.01em;max-width:24em;\n}\n.lfc-s3 .tie em{font-style:italic;color:var(--blue);}\n\n@media(min-width:900px){\n  .lfc-s3 .cards{grid-template-columns:repeat(3,1fr);gap:20px;}\n}\n@media(prefers-reduced-motion:reduce){\n  .lfc-s3 *{animation:none!important;transition:none!important;}\n}\n<\/style>\n\n<div class=\"lfc-s3\">\n <div class=\"s3wrap\">\n\n  <div class=\"head\">\n   <p class=\"eyebrow\">What we do<\/p>\n   <h2>Three disciplines. One revenue system.<\/h2>\n   <p class=\"intro\">Most businesses buy these from three different vendors and spend the year translating between them. We build all three, so the ad, the page and the follow-up are designed as <b>one continuous path<\/b>.<\/p>\n  <\/div>\n\n  <div class=\"cards\">\n\n   <div class=\"card\">\n    <div class=\"mark m1\"><i><\/i><\/div>\n    <h3>Landing pages &amp; funnels<\/h3>\n    <p>Pages built on our 30-point conversion framework \u2014 the same checklist we run on every client build, whether it's a first page or a rescue job.<\/p>\n    <ul>\n     <li>Design, copy and build<\/li>\n     <li>VSL scripting and direction<\/li>\n     <li>Checkout and booking flow<\/li>\n     <li>Conversion audits on live pages<\/li>\n    <\/ul>\n    <a class=\"go\" href=\"#contact\">Start a page <span>&rarr;<\/span><\/a>\n   <\/div>\n\n   <div class=\"card\">\n    <div class=\"mark m2\"><i><\/i><\/div>\n    <h3>Paid marketing<\/h3>\n    <p>Meta and Google campaigns built around the page instead of separate from it \u2014 so traffic and conversion are tuned by the same people.<\/p>\n    <ul>\n     <li>Campaign strategy and build<\/li>\n     <li>Creative and ad copy<\/li>\n     <li>Audience and offer testing<\/li>\n     <li>Tracking, reporting, optimisation<\/li>\n    <\/ul>\n    <a class=\"go\" href=\"#contact\">Start a campaign <span>&rarr;<\/span><\/a>\n   <\/div>\n\n   <div class=\"card\">\n    <div class=\"mark m3\"><i><\/i><\/div>\n    <h3>AI agents<\/h3>\n    <p>We don't advise you about AI. We install it. Agents that answer enquiries, quote prices and move work forward while your team sleeps.<\/p>\n    <ul>\n     <li>Enquiry and quoting agents<\/li>\n     <li>Back-office automation<\/li>\n     <li>Workflow orchestration<\/li>\n     <li>Owner-controlled rules and pricing<\/li>\n    <\/ul>\n    <a class=\"go\" href=\"#contact\">Start an agent <span>&rarr;<\/span><\/a>\n   <\/div>\n\n  <\/div>\n\n  <p class=\"tie\">We don't design pages that look good.<br>We design pages that <em>convert.<\/em><\/p>\n\n <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c0ba38 elementor-widget elementor-widget-html\" data-id=\"7c0ba38\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- LFC VENTURES \u2014 SECTION 4 : SELECTED WORK -->\n<style>\nhtml,body{margin:0;padding:0;background:#FFFFFF;}\n\n.lfc-s4{\n  --paper:#F4F1EA;--card:#FFFFFF;--ink:#13120E;--muted:#6B6659;\n  --blue:#2348FF;--wash:#E8ECFF;--rule:#DCD7C9;\n  background:var(--card);color:var(--ink);\n  font-family:'Inter',system-ui,sans-serif;\n  padding:clamp(46px,10vw,96px) clamp(18px,5vw,64px);\n  box-sizing:border-box;width:100%;\n}\n.lfc-s4 *{box-sizing:border-box;}\n.lfc-s4 .wrap{max-width:1180px;margin:0 auto;}\n\n@supports (animation-timeline: view()){\n  @keyframes s4rise{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}\n  .lfc-s4 .rev{animation:s4rise both linear;animation-timeline:view();animation-range:entry 2% entry 42%;}\n}\n@media(prefers-reduced-motion:reduce){.lfc-s4 .rev{animation:none!important;opacity:1!important;transform:none!important;}}\n\n.lfc-s4 .head{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:clamp(30px,5vw,48px);\n  padding-bottom:clamp(24px,4vw,34px);border-bottom:1px solid var(--rule);}\n.lfc-s4 .eyebrow{font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--blue);margin:0 0 13px;}\n.lfc-s4 h2{font-family:'Playfair Display',Georgia,serif;font-weight:500;\n  font-size:clamp(27px,4.4vw,44px);line-height:1.12;letter-spacing:-.02em;margin:0;}\n.lfc-s4 h2 em{font-style:italic;color:var(--blue);}\n.lfc-s4 .sub{font-size:15px;line-height:1.62;color:var(--muted);margin:0;max-width:30em;}\n\n\/* ---- before \/ after (zero JS: drag the handle) ---- *\/\n.lfc-s4 .ba{position:relative;border:1px solid var(--rule);border-radius:5px;overflow:hidden;\n  aspect-ratio:16\/10;margin-bottom:clamp(30px,5vw,48px);background:#EAE6DA;}\n.lfc-s4 .ba .after,.lfc-s4 .ba .before{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;}\n.lfc-s4 .ba .after{background:#EFECE2;}\n.lfc-s4 .ba .before{\n  background:#E2DED1;width:52%;min-width:14%;max-width:100%;\n  overflow:hidden;resize:horizontal;border-right:3px solid var(--blue);\n}\n.lfc-s4 .ba .before .inner{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;}\n.lfc-s4 .ba .slot{font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;color:#A29B8B;\n  text-align:center;line-height:1.8;padding:12px;}\n.lfc-s4 .ba .tag{position:absolute;top:14px;font-size:10.5px;font-weight:700;letter-spacing:.14em;\n  text-transform:uppercase;padding:7px 12px;border-radius:2px;}\n.lfc-s4 .ba .tb{left:14px;background:var(--ink);color:#F4F1EA;}\n.lfc-s4 .ba .ta{right:14px;background:var(--blue);color:#fff;}\n.lfc-s4 .ba .grip{position:absolute;right:-1px;top:50%;transform:translate(50%,-50%);\n  width:34px;height:34px;border-radius:50%;background:var(--blue);pointer-events:none;\n  box-shadow:0 4px 14px rgba(35,72,255,.35);display:flex;align-items:center;justify-content:center;\n  color:#fff;font-size:13px;letter-spacing:-1px;}\n.lfc-s4 .bacap{font-size:12.5px;color:var(--muted);margin:-30px 0 clamp(34px,5vw,50px);}\n\n\/* ---- grid ---- *\/\n.lfc-s4 .grid{display:grid;grid-template-columns:1fr;gap:18px;}\n.lfc-s4 .proj{border:1px solid var(--rule);border-radius:5px;overflow:hidden;background:var(--card);\n  transition:transform .32s cubic-bezier(.2,.7,.3,1),box-shadow .32s ease,border-color .32s ease;}\n.lfc-s4 .proj:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(19,18,14,.09);border-color:#CFC9B8;}\n.lfc-s4 .shot{background:#EAE6DA;aspect-ratio:4\/3;display:flex;align-items:center;justify-content:center;overflow:hidden;}\n\/* >>> replace .slot with <img decoding=\"async\" src=\"\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover\"> *\/\n.lfc-s4 .slot{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#A8A192;text-align:center;\n  border:1px dashed #CFC9B8;border-radius:3px;padding:12px 14px;margin:14px;line-height:1.8;}\n.lfc-s4 .pbody{padding:20px 22px 22px;}\n.lfc-s4 .cat{font-size:10.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin:0 0 9px;}\n.lfc-s4 .proj h3{font-family:'Playfair Display',Georgia,serif;font-weight:600;font-size:19px;\n  line-height:1.22;margin:0 0 8px;letter-spacing:-.01em;}\n.lfc-s4 .proj p{font-size:13.5px;line-height:1.6;color:var(--muted);margin:0 0 14px;}\n.lfc-s4 .res{display:flex;align-items:baseline;gap:8px;padding-top:13px;border-top:1px solid var(--rule);}\n.lfc-s4 .res b{font-family:'Playfair Display',Georgia,serif;font-size:21px;font-weight:600;color:var(--blue);letter-spacing:-.01em;}\n.lfc-s4 .res span{font-size:12.5px;color:var(--muted);}\n\n.lfc-s4 .more{margin-top:clamp(30px,5vw,44px);text-align:center;}\n.lfc-s4 .more a{display:inline-flex;align-items:center;gap:9px;text-decoration:none;font-size:15px;\n  font-weight:600;color:var(--ink);border-bottom:1px solid var(--rule);padding:12px 4px;transition:color .2s,border-color .2s;}\n.lfc-s4 .more a:hover{color:var(--blue);border-bottom-color:var(--blue);}\n\n@media(min-width:760px){.lfc-s4 .grid{grid-template-columns:repeat(2,1fr);gap:22px;}}\n@media(min-width:1000px){\n  .lfc-s4 .grid{grid-template-columns:repeat(3,1fr);}\n  .lfc-s4 .head{grid-template-columns:1.25fr 1fr;align-items:end;gap:48px;}\n}\n<\/style>\n\n<div class=\"lfc-s4\">\n <div class=\"wrap\">\n\n  <div class=\"head rev\">\n   <div>\n    <p class=\"eyebrow\">Selected work<\/p>\n    <h2>Pages we've shipped,<br>and what they <em>changed.<\/em><\/h2>\n   <\/div>\n   <p class=\"sub\">A small sample. Every one of these was built, written and measured by the same team &mdash; no handoffs between a designer, a copywriter and a media buyer.<\/p>\n  <\/div>\n\n  <div class=\"ba rev\">\n   <div class=\"after\"><div class=\"slot\">After &mdash; rebuilt page<br>1600&times;1000px<\/div><span class=\"tag ta\">After<\/span><\/div>\n   <div class=\"before\">\n     <div class=\"inner\"><div class=\"slot\">Before &mdash; original page<br>1600&times;1000px<\/div><\/div>\n     <span class=\"tag tb\">Before<\/span>\n     <span class=\"grip\">&#8596;<\/span>\n   <\/div>\n  <\/div>\n  <p class=\"bacap rev\">Drag the handle at the bottom-right corner to compare. Same offer, same traffic, rebuilt page.<\/p>\n\n  <div class=\"grid\">\n\n   <article class=\"proj rev\">\n    <div class=\"shot\"><div class=\"slot\">Project image<br>1200&times;900<\/div><\/div>\n    <div class=\"pbody\">\n     <p class=\"cat\">Landing page &middot; Aviation<\/p>\n     <h3>Niti Tiwari &mdash; aviation ventures<\/h3>\n     <p>Enquiry page rebuilt around a single qualified action, with the booking flow shortened to two steps.<\/p>\n     <div class=\"res\"><b>REPLACE<\/b><span>e.g. 3.2&times; more enquiries<\/span><\/div>\n    <\/div>\n   <\/article>\n\n   <article class=\"proj rev\">\n    <div class=\"shot\"><div class=\"slot\">Project image<br>1200&times;900<\/div><\/div>\n    <div class=\"pbody\">\n     <p class=\"cat\">Funnel &middot; Youth sports<\/p>\n     <h3>Sophia Bennett &mdash; youth sports<\/h3>\n     <p>Full funnel from Instagram creative through to booked trial sessions, built and launched in under two weeks.<\/p>\n     <div class=\"res\"><b>REPLACE<\/b><span>e.g. 210 trials booked<\/span><\/div>\n    <\/div>\n   <\/article>\n\n   <article class=\"proj rev\">\n    <div class=\"shot\"><div class=\"slot\">Project image<br>1200&times;900<\/div><\/div>\n    <div class=\"pbody\">\n     <p class=\"cat\">Landing page &middot; Construction<\/p>\n     <h3>Shawn Delgado &mdash; construction, LA<\/h3>\n     <p>Local service page rewritten for a US market, with proof restructured around completed projects rather than praise.<\/p>\n     <div class=\"res\"><b>REPLACE<\/b><span>e.g. cost per lead halved<\/span><\/div>\n    <\/div>\n   <\/article>\n\n   <article class=\"proj rev\">\n    <div class=\"shot\"><div class=\"slot\">Project image<br>1200&times;900<\/div><\/div>\n    <div class=\"pbody\">\n     <p class=\"cat\">Funnel &middot; Solar<\/p>\n     <h3>Daniel Brooks &mdash; solar<\/h3>\n     <p>Quote-request funnel with qualification built into the form, so the sales team stopped chasing unqualified leads.<\/p>\n     <div class=\"res\"><b>REPLACE<\/b><span>e.g. 4.1&times; qualified rate<\/span><\/div>\n    <\/div>\n   <\/article>\n\n   <article class=\"proj rev\">\n    <div class=\"shot\"><div class=\"slot\">Project image<br>1200&times;900<\/div><\/div>\n    <div class=\"pbody\">\n     <p class=\"cat\">AI agent &middot; Ground transport<\/p>\n     <h3>Senaxus Air &mdash; airport transfers<\/h3>\n     <p>Enquiry handling and price quoting automated across 100+ cities, running through the night without staff.<\/p>\n     <div class=\"res\"><b>24\/7<\/b><span>quoting, zero manual replies<\/span><\/div>\n    <\/div>\n   <\/article>\n\n   <article class=\"proj rev\">\n    <div class=\"shot\"><div class=\"slot\">Project image<br>1200&times;900<\/div><\/div>\n    <div class=\"pbody\">\n     <p class=\"cat\">Landing page &middot; D2C<\/p>\n     <h3>REPLACE &mdash; D2C brand<\/h3>\n     <p>Product page rebuilt for paid traffic, with the offer restructured before a single design change was made.<\/p>\n     <div class=\"res\"><b>REPLACE<\/b><span>e.g. 2.4&times; ROAS<\/span><\/div>\n    <\/div>\n   <\/article>\n\n  <\/div>\n\n  <div class=\"more rev\"><a href=\"\/work\/\">See the full portfolio &rarr;<\/a><\/div>\n\n <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-097ad25 elementor-widget elementor-widget-html\" data-id=\"097ad25\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- LFC VENTURES \u2014 SECTION 6 : AI AGENTS -->\n<style>\nhtml,body{margin:0;padding:0;background:#F4F1EA;}\n\n.lfc-s6{\n  --paper:#F4F1EA;--card:#FFFFFF;--ink:#13120E;--muted:#6B6659;\n  --blue:#2348FF;--wash:#E8ECFF;--rule:#DCD7C9;\n  background:var(--paper);color:var(--ink);\n  font-family:'Inter',system-ui,sans-serif;\n  padding:clamp(46px,10vw,96px) clamp(18px,5vw,64px);\n  box-sizing:border-box;width:100%;\n}\n.lfc-s6 *{box-sizing:border-box;}\n.lfc-s6 .wrap{max-width:1180px;margin:0 auto;}\n\n@supports (animation-timeline: view()){\n  @keyframes s6rise{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}\n  .lfc-s6 .rev{animation:s6rise both linear;animation-timeline:view();animation-range:entry 2% entry 42%;}\n  @keyframes s6draw{from{transform:scaleY(0)}to{transform:scaleY(1)}}\n  .lfc-s6 .rail i{animation:s6draw both linear;animation-timeline:view();animation-range:entry 10% cover 55%;}\n}\n@media(prefers-reduced-motion:reduce){.lfc-s6 .rev,.lfc-s6 .rail i{animation:none!important;opacity:1!important;transform:none!important;}}\n\n.lfc-s6 .head{max-width:36em;margin-bottom:clamp(32px,5vw,50px);}\n.lfc-s6 .eyebrow{font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--blue);margin:0 0 14px;}\n.lfc-s6 h2{font-family:'Playfair Display',Georgia,serif;font-weight:500;\n  font-size:clamp(27px,4.4vw,44px);line-height:1.12;letter-spacing:-.02em;margin:0 0 16px;}\n.lfc-s6 h2 em{font-style:italic;color:var(--blue);}\n.lfc-s6 .sub{font-size:15.5px;line-height:1.64;color:var(--muted);margin:0;}\n\n\/* before \/ after ledger *\/\n.lfc-s6 .ledger{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:clamp(32px,5vw,48px);}\n.lfc-s6 .col{background:var(--card);border:1px solid var(--rule);border-radius:5px;padding:26px;}\n.lfc-s6 .col.now{border-color:var(--blue);box-shadow:0 12px 34px rgba(35,72,255,.1);}\n.lfc-s6 .col p.lbl{font-size:10.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;margin:0 0 18px;}\n.lfc-s6 .col.was p.lbl{color:var(--muted);}\n.lfc-s6 .col.now p.lbl{color:var(--blue);}\n.lfc-s6 .col ul{list-style:none;margin:0;padding:0;}\n.lfc-s6 .col li{position:relative;padding-left:26px;font-size:14.5px;line-height:1.6;margin-bottom:14px;}\n.lfc-s6 .col.was li{color:var(--muted);}\n.lfc-s6 .col.was li::before{content:\"\";position:absolute;left:0;top:9px;width:11px;height:1.5px;background:#C6C0AF;}\n.lfc-s6 .col.now li::before{\n  content:\"\";position:absolute;left:0;top:5px;width:12px;height:7px;\n  border-left:1.5px solid var(--blue);border-bottom:1.5px solid var(--blue);transform:rotate(-45deg);\n}\n\n\/* case block *\/\n.lfc-s6 .case{background:var(--ink);color:var(--paper);border-radius:5px;overflow:hidden;\n  display:grid;grid-template-columns:1fr;}\n.lfc-s6 .cbody{padding:clamp(26px,4.5vw,44px);}\n.lfc-s6 .ctag{display:inline-flex;align-items:center;gap:9px;font-size:10.5px;font-weight:700;\n  letter-spacing:.14em;text-transform:uppercase;color:#7C96FF;margin-bottom:16px;}\n.lfc-s6 .ctag s{text-decoration:none;width:20px;height:1px;background:#7C96FF;display:inline-block;}\n.lfc-s6 .case h3{font-family:'Playfair Display',Georgia,serif;font-weight:500;\n  font-size:clamp(22px,3.4vw,32px);line-height:1.16;letter-spacing:-.018em;margin:0 0 16px;}\n.lfc-s6 .case p{font-size:15px;line-height:1.66;color:#9A9484;margin:0 0 18px;}\n.lfc-s6 .case p b{color:var(--paper);font-weight:600;}\n.lfc-s6 .cstats{display:flex;flex-wrap:wrap;gap:26px;margin-top:24px;padding-top:22px;border-top:1px solid #2C2A24;}\n.lfc-s6 .cstats div{font-size:12px;color:#8E897A;line-height:1.4;}\n.lfc-s6 .cstats b{display:block;font-family:'Playfair Display',Georgia,serif;font-size:26px;\n  font-weight:600;color:var(--paper);letter-spacing:-.015em;margin-bottom:4px;}\n.lfc-s6 .cshot{background:#1B1A15;display:flex;align-items:center;justify-content:center;min-height:250px;}\n.lfc-s6 .slot{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#5E5A50;text-align:center;\n  border:1px dashed #2C2A24;border-radius:3px;padding:16px 18px;margin:20px;line-height:1.9;}\n\n\/* what we build rail *\/\n.lfc-s6 .rail{margin-top:clamp(34px,5vw,50px);position:relative;padding-left:28px;}\n.lfc-s6 .rail i{position:absolute;left:0;top:8px;width:2px;height:calc(100% - 16px);\n  background:var(--blue);transform-origin:top;display:block;}\n.lfc-s6 .rail h4{font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;\n  color:var(--muted);margin:0 0 22px;}\n.lfc-s6 .rail .items{display:grid;grid-template-columns:1fr;gap:20px;}\n.lfc-s6 .rail .it h5{font-family:'Playfair Display',Georgia,serif;font-size:18px;font-weight:600;\n  margin:0 0 7px;letter-spacing:-.01em;}\n.lfc-s6 .rail .it p{font-size:13.5px;line-height:1.6;color:var(--muted);margin:0;}\n\n@media(min-width:760px){\n  .lfc-s6 .ledger{grid-template-columns:1fr 1fr;gap:20px;}\n  .lfc-s6 .rail .items{grid-template-columns:repeat(2,1fr);gap:26px 34px;}\n}\n@media(min-width:1000px){\n  .lfc-s6 .case{grid-template-columns:1.15fr .85fr;}\n  .lfc-s6 .rail .items{grid-template-columns:repeat(4,1fr);}\n}\n<\/style>\n\n<div class=\"lfc-s6\">\n <div class=\"wrap\">\n\n  <div class=\"head rev\">\n   <p class=\"eyebrow\">AI agents<\/p>\n   <h2>We don't talk to you about AI.<br>We <em>install<\/em> it.<\/h2>\n   <p class=\"sub\">There is no shortage of people explaining what AI could do for your business. Far fewer will sit inside your operation, find the work that repeats, and build something that takes it over. That's the part we do.<\/p>\n  <\/div>\n\n  <div class=\"ledger\">\n   <div class=\"col was rev\">\n    <p class=\"lbl\">How most businesses run today<\/p>\n    <ul>\n     <li>Someone reads every enquiry and types a reply<\/li>\n     <li>Prices calculated by hand, differently each time<\/li>\n     <li>Nothing moves between 10pm and 9am<\/li>\n     <li>The answer depends on who happens to be working<\/li>\n     <li>Growth means hiring another person to do the same task<\/li>\n    <\/ul>\n   <\/div>\n   <div class=\"col now rev\">\n    <p class=\"lbl\">How it runs after we're done<\/p>\n    <ul>\n     <li>Every enquiry answered the moment it arrives<\/li>\n     <li>Accurate quotes generated from your own rules<\/li>\n     <li>Full coverage overnight and across time zones<\/li>\n     <li>Consistent answers, every time, in your voice<\/li>\n     <li>Volume grows without headcount growing with it<\/li>\n    <\/ul>\n   <\/div>\n  <\/div>\n\n  <article class=\"case rev\">\n   <div class=\"cbody\">\n    <span class=\"ctag\"><s><\/s> Client story<\/span>\n    <h3>Senaxus Air stopped quoting airport transfers by hand.<\/h3>\n    <p>Senaxus Air arranges ground transport across <b>more than 100 cities<\/b>. Every enquiry arrived by message, was read by a person, priced manually against a route sheet, and replied to individually. Anything landing after hours waited until morning &mdash; by which point the customer had usually booked elsewhere.<\/p>\n    <p>We mapped the pricing logic, built an agent that applies it, and handed the owner full control over rates and services. Enquiries now get an accurate quote within seconds, at any hour, in any time zone, without a single person touching them.<\/p>\n    <div class=\"cstats\">\n     <div><b>100+<\/b>cities served<\/div>\n     <div><b>24\/7<\/b>instant quoting<\/div>\n     <div><b>0<\/b>manual replies<\/div>\n    <\/div>\n   <\/div>\n   <div class=\"cshot\"><div class=\"slot\">Screenshot slot<br>Senaxus agent in action<br>(chat thread or dashboard)<br>1000&times;1200px<\/div><\/div>\n  <\/article>\n\n  <div class=\"rail rev\">\n   <i><\/i>\n   <h4>What we typically build<\/h4>\n   <div class=\"items\">\n    <div class=\"it\"><h5>Enquiry agents<\/h5><p>Answer, qualify and route incoming leads before a human sees them.<\/p><\/div>\n    <div class=\"it\"><h5>Quoting engines<\/h5><p>Apply your pricing rules consistently, instantly, and under your control.<\/p><\/div>\n    <div class=\"it\"><h5>Back-office automation<\/h5><p>The repetitive admin your team does daily, handed over entirely.<\/p><\/div>\n    <div class=\"it\"><h5>Workflow orchestration<\/h5><p>Connect the tools you already pay for so work moves without chasing.<\/p><\/div>\n   <\/div>\n  <\/div>\n\n <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5b4f0bc elementor-widget elementor-widget-html\" data-id=\"5b4f0bc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- LFC VENTURES \u2014 SECTION 9 : TESTIMONIALS (CSS-only tabs, zero JS) -->\n<style>\nhtml,body{margin:0;padding:0;background:#F4F1EA;}\n\n.lfc-s9{\n  --paper:#F4F1EA;--card:#FFFFFF;--ink:#13120E;--muted:#6B6659;\n  --blue:#2348FF;--wash:#E8ECFF;--rule:#DCD7C9;\n  background:var(--paper);color:var(--ink);\n  font-family:'Inter',system-ui,sans-serif;\n  padding:clamp(46px,10vw,96px) clamp(18px,5vw,64px);\n  box-sizing:border-box;width:100%;\n}\n.lfc-s9 *{box-sizing:border-box;}\n.lfc-s9 .wrap{max-width:1180px;margin:0 auto;}\n\n@supports (animation-timeline: view()){\n  @keyframes s9rise{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}\n  .lfc-s9 .rev{animation:s9rise both linear;animation-timeline:view();animation-range:entry 2% entry 42%;}\n}\n@media(prefers-reduced-motion:reduce){.lfc-s9 .rev{animation:none!important;opacity:1!important;transform:none!important;}}\n\n.lfc-s9 .head{max-width:32em;margin-bottom:clamp(28px,4vw,40px);}\n.lfc-s9 .eyebrow{font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--blue);margin:0 0 14px;}\n.lfc-s9 h2{font-family:'Playfair Display',Georgia,serif;font-weight:500;\n  font-size:clamp(27px,4.4vw,44px);line-height:1.12;letter-spacing:-.02em;margin:0 0 16px;}\n.lfc-s9 h2 em{font-style:italic;color:var(--blue);}\n.lfc-s9 .sub{font-size:15.5px;line-height:1.64;color:var(--muted);margin:0;}\n\n\/* ---- tabs ---- *\/\n.lfc-s9 input[name=\"lfcTab\"]{position:absolute;opacity:0;pointer-events:none;}\n.lfc-s9 .tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:clamp(24px,4vw,34px);}\n.lfc-s9 .tabs label{\n  cursor:pointer;font-size:13.5px;font-weight:500;padding:11px 20px;border-radius:100px;\n  border:1px solid var(--rule);background:var(--card);white-space:nowrap;\n  transition:background .25s ease,color .25s ease,border-color .25s ease;\n}\n.lfc-s9 .tabs label:hover{border-color:var(--blue);color:var(--blue);}\n.lfc-s9 #lfcT1:checked ~ .tabs label[for=\"lfcT1\"],\n.lfc-s9 #lfcT2:checked ~ .tabs label[for=\"lfcT2\"],\n.lfc-s9 #lfcT3:checked ~ .tabs label[for=\"lfcT3\"]{\n  background:var(--ink);color:var(--paper);border-color:var(--ink);\n}\n.lfc-s9 .pane{display:none;}\n.lfc-s9 #lfcT1:checked ~ .panes .p1,\n.lfc-s9 #lfcT2:checked ~ .panes .p2,\n.lfc-s9 #lfcT3:checked ~ .panes .p3{display:grid;}\n\n@keyframes s9fade{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}\n.lfc-s9 .pane{animation:s9fade .4s ease both;}\n\n\/* ---- cards ---- *\/\n.lfc-s9 .panes .pane{grid-template-columns:1fr;gap:16px;}\n.lfc-s9 .t{\n  background:var(--card);border:1px solid var(--rule);border-radius:5px;padding:26px 24px;\n  display:flex;flex-direction:column;\n  transition:transform .3s cubic-bezier(.2,.7,.3,1),box-shadow .3s ease;\n}\n.lfc-s9 .t:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(19,18,14,.08);}\n.lfc-s9 .t .q{\n  font-family:'Playfair Display',Georgia,serif;font-size:19px;line-height:1.42;\n  letter-spacing:-.01em;margin:0 0 16px;color:var(--ink);\n}\n.lfc-s9 .t .q::before{content:\"\\201C\";color:var(--blue);margin-right:2px;}\n.lfc-s9 .t .q::after{content:\"\\201D\";color:var(--blue);}\n.lfc-s9 .t .body{font-size:14px;line-height:1.65;color:var(--muted);margin:0 0 20px;}\n.lfc-s9 .who{display:flex;align-items:center;gap:13px;margin-top:auto;padding-top:18px;border-top:1px solid var(--rule);}\n.lfc-s9 .av{width:42px;height:42px;border-radius:50%;background:#EAE6DA;flex:none;\n  display:flex;align-items:center;justify-content:center;font-size:8.5px;color:#A8A192;text-align:center;line-height:1.2;}\n\/* >>> replace .av with <img decoding=\"async\" src=\"\" alt=\"Name\" style=\"width:42px;height:42px;border-radius:50%;object-fit:cover\"> *\/\n.lfc-s9 .who b{display:block;font-size:14px;font-weight:600;line-height:1.3;}\n.lfc-s9 .who span{display:block;font-size:12.5px;color:var(--muted);line-height:1.4;}\n.lfc-s9 .flag{margin-left:auto;font-size:10.5px;font-weight:600;letter-spacing:.1em;\n  text-transform:uppercase;color:var(--blue);white-space:nowrap;}\n\n\/* video testimonial variant *\/\n.lfc-s9 .t.vid .thumb{\n  background:#EAE6DA;border-radius:4px;aspect-ratio:16\/9;margin-bottom:18px;\n  display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;\n}\n.lfc-s9 .t.vid .play{width:46px;height:46px;border-radius:50%;background:var(--blue);\n  display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(35,72,255,.35);}\n.lfc-s9 .t.vid .play s{text-decoration:none;width:0;height:0;border-left:12px solid #fff;\n  border-top:8px solid transparent;border-bottom:8px solid transparent;margin-left:3px;}\n.lfc-s9 .t.vid .lbl{position:absolute;bottom:10px;left:10px;font-size:10px;letter-spacing:.1em;\n  text-transform:uppercase;color:#8E897A;}\n\n@media(min-width:760px){ .lfc-s9 .panes .pane{grid-template-columns:repeat(2,1fr);gap:20px;} }\n@media(min-width:1000px){ .lfc-s9 .panes .pane{grid-template-columns:repeat(3,1fr);} }\n<\/style>\n\n<div class=\"lfc-s9\">\n <div class=\"wrap\">\n\n  <div class=\"head rev\">\n   <p class=\"eyebrow\">In their words<\/p>\n   <h2>What clients say when<br>the numbers <em>move.<\/em><\/h2>\n   <p class=\"sub\">Three different services, three different kinds of proof. Pick the one that matches what you need.<\/p>\n  <\/div>\n\n  <input type=\"radio\" name=\"lfcTab\" id=\"lfcT1\" checked>\n  <input type=\"radio\" name=\"lfcTab\" id=\"lfcT2\">\n  <input type=\"radio\" name=\"lfcTab\" id=\"lfcT3\">\n\n  <div class=\"tabs\">\n   <label for=\"lfcT1\">Landing pages<\/label>\n   <label for=\"lfcT2\">Marketing<\/label>\n   <label for=\"lfcT3\">AI automation<\/label>\n  <\/div>\n\n  <div class=\"panes\">\n\n   <!-- ============ PANE 1 : LANDING PAGES ============ -->\n   <div class=\"pane p1\">\n    <div class=\"t\">\n     <p class=\"q\">REPLACE with their real words &mdash; ideally one sentence naming the change, not the compliment.<\/p>\n     <p class=\"body\">Add two or three lines of context here: what state the page was in before, what we changed, and what happened after.<\/p>\n     <div class=\"who\"><div class=\"av\">PHOTO<\/div><div><b>Niti Tiwari<\/b><span>Aviation ventures<\/span><\/div><span class=\"flag\">India<\/span><\/div>\n    <\/div>\n    <div class=\"t vid\">\n     <div class=\"thumb\"><div class=\"play\"><s><\/s><\/div><span class=\"lbl\">Video &middot; 1:12<\/span><\/div>\n     <p class=\"q\">REPLACE with a pulled quote from the video.<\/p>\n     <div class=\"who\"><div class=\"av\">PHOTO<\/div><div><b>Sophia Bennett<\/b><span>Youth sports<\/span><\/div><span class=\"flag\">Australia<\/span><\/div>\n    <\/div>\n    <div class=\"t\">\n     <p class=\"q\">REPLACE with their real words.<\/p>\n     <p class=\"body\">Context lines go here.<\/p>\n     <div class=\"who\"><div class=\"av\">PHOTO<\/div><div><b>Shawn Delgado<\/b><span>Construction, Los Angeles<\/span><\/div><span class=\"flag\">USA<\/span><\/div>\n    <\/div>\n   <\/div>\n\n   <!-- ============ PANE 2 : MARKETING ============ -->\n   <div class=\"pane p2\">\n    <div class=\"t\">\n     <p class=\"q\">REPLACE &mdash; a marketing client describing what happened to cost per lead or ROAS.<\/p>\n     <p class=\"body\">Context: what the account looked like before, what was changed, over what period.<\/p>\n     <div class=\"who\"><div class=\"av\">PHOTO<\/div><div><b>Daniel Brooks<\/b><span>Solar<\/span><\/div><span class=\"flag\">USA<\/span><\/div>\n    <\/div>\n    <div class=\"t\">\n     <p class=\"q\">REPLACE &mdash; second marketing testimonial.<\/p>\n     <p class=\"body\">Context lines go here.<\/p>\n     <div class=\"who\"><div class=\"av\">PHOTO<\/div><div><b>REPLACE<\/b><span>Industry<\/span><\/div><span class=\"flag\">Australia<\/span><\/div>\n    <\/div>\n    <div class=\"t vid\">\n     <div class=\"thumb\"><div class=\"play\"><s><\/s><\/div><span class=\"lbl\">Video &middot; 0:58<\/span><\/div>\n     <p class=\"q\">REPLACE with a pulled quote from the video.<\/p>\n     <div class=\"who\"><div class=\"av\">PHOTO<\/div><div><b>REPLACE<\/b><span>Industry<\/span><\/div><span class=\"flag\">Germany<\/span><\/div>\n    <\/div>\n   <\/div>\n\n   <!-- ============ PANE 3 : AI AUTOMATION ============ -->\n   <div class=\"pane p3\">\n    <div class=\"t\">\n     <p class=\"q\">REPLACE &mdash; Senaxus Air on what changed after the agent went live.<\/p>\n     <p class=\"body\">Context: enquiries were answered and priced by hand across 100+ cities, with no overnight coverage. Fill in what the owner actually said.<\/p>\n     <div class=\"who\"><div class=\"av\">PHOTO<\/div><div><b>Senaxus Air<\/b><span>Airport transfers, 100+ cities<\/span><\/div><span class=\"flag\">India<\/span><\/div>\n    <\/div>\n    <div class=\"t\">\n     <p class=\"q\">REPLACE &mdash; second automation testimonial.<\/p>\n     <p class=\"body\">Context lines go here.<\/p>\n     <div class=\"who\"><div class=\"av\">PHOTO<\/div><div><b>REPLACE<\/b><span>Industry<\/span><\/div><span class=\"flag\">India<\/span><\/div>\n    <\/div>\n    <div class=\"t\">\n     <p class=\"q\">REPLACE &mdash; third automation testimonial.<\/p>\n     <p class=\"body\">Context lines go here.<\/p>\n     <div class=\"who\"><div class=\"av\">PHOTO<\/div><div><b>REPLACE<\/b><span>Industry<\/span><\/div><span class=\"flag\">Germany<\/span><\/div>\n    <\/div>\n   <\/div>\n\n  <\/div>\n <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6e08ab1 elementor-widget elementor-widget-html\" data-id=\"6e08ab1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- LFC VENTURES \u2014 SECTION 7 : PROCESS -->\n<style>\nhtml,body{margin:0;padding:0;background:#FFFFFF;}\n\n.lfc-s7{\n  --paper:#F4F1EA;--card:#FFFFFF;--ink:#13120E;--muted:#6B6659;\n  --blue:#2348FF;--wash:#E8ECFF;--rule:#DCD7C9;\n  background:var(--card);color:var(--ink);\n  font-family:'Inter',system-ui,sans-serif;\n  padding:clamp(46px,10vw,96px) clamp(18px,5vw,64px);\n  box-sizing:border-box;width:100%;\n}\n.lfc-s7 *{box-sizing:border-box;}\n.lfc-s7 .wrap{max-width:1180px;margin:0 auto;}\n\n@supports (animation-timeline: view()){\n  @keyframes s7rise{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}\n  .lfc-s7 .rev{animation:s7rise both linear;animation-timeline:view();animation-range:entry 2% entry 42%;}\n  @keyframes s7line{from{transform:scaleY(0)}to{transform:scaleY(1)}}\n  .lfc-s7 .track i{animation:s7line both linear;animation-timeline:view();animation-range:entry 15% cover 60%;}\n}\n@media(prefers-reduced-motion:reduce){.lfc-s7 .rev,.lfc-s7 .track i{animation:none!important;opacity:1!important;transform:none!important;}}\n\n.lfc-s7 .head{max-width:34em;margin-bottom:clamp(34px,5vw,54px);}\n.lfc-s7 .eyebrow{font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--blue);margin:0 0 14px;}\n.lfc-s7 h2{font-family:'Playfair Display',Georgia,serif;font-weight:500;\n  font-size:clamp(27px,4.4vw,44px);line-height:1.12;letter-spacing:-.02em;margin:0 0 16px;}\n.lfc-s7 h2 em{font-style:italic;color:var(--blue);}\n.lfc-s7 .sub{font-size:15.5px;line-height:1.64;color:var(--muted);margin:0;}\n\n.lfc-s7 .track{position:relative;padding-left:44px;}\n.lfc-s7 .track i{position:absolute;left:15px;top:14px;width:2px;height:calc(100% - 40px);\n  background:var(--blue);transform-origin:top;display:block;}\n.lfc-s7 .step{position:relative;padding-bottom:38px;}\n.lfc-s7 .step:last-child{padding-bottom:0;}\n.lfc-s7 .step .dot{\n  position:absolute;left:-44px;top:2px;width:32px;height:32px;border-radius:50%;\n  background:var(--wash);border:2px solid var(--blue);color:var(--blue);\n  display:flex;align-items:center;justify-content:center;\n  font-size:12px;font-weight:700;font-variant-numeric:tabular-nums;\n}\n.lfc-s7 .step h3{font-family:'Playfair Display',Georgia,serif;font-weight:600;\n  font-size:clamp(19px,2.6vw,24px);line-height:1.2;letter-spacing:-.012em;margin:0 0 6px;}\n.lfc-s7 .step .when{font-size:11px;font-weight:600;letter-spacing:.13em;text-transform:uppercase;\n  color:var(--muted);margin:0 0 11px;}\n.lfc-s7 .step p{font-size:14.5px;line-height:1.66;color:var(--muted);margin:0 0 14px;max-width:38em;}\n.lfc-s7 .step ul{list-style:none;margin:0;padding:0;}\n.lfc-s7 .step li{position:relative;padding-left:19px;font-size:13.5px;line-height:1.55;\n  color:var(--ink);margin-bottom:8px;}\n.lfc-s7 .step li::before{content:\"\";position:absolute;left:0;top:8px;width:8px;height:1.5px;background:var(--blue);}\n\n.lfc-s7 .foot{margin-top:clamp(34px,5vw,50px);padding-top:26px;border-top:1px solid var(--rule);\n  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;}\n.lfc-s7 .foot p{font-family:'Playfair Display',Georgia,serif;font-size:clamp(17px,2.3vw,22px);\n  line-height:1.4;margin:0;letter-spacing:-.01em;max-width:22em;}\n.lfc-s7 .foot p em{font-style:italic;color:var(--blue);}\n.lfc-s7 .foot a{display:inline-flex;align-items:center;gap:9px;background:var(--blue);color:#fff;\n  text-decoration:none;font-size:15px;font-weight:600;padding:15px 26px;border-radius:2px;\n  box-shadow:0 6px 18px rgba(35,72,255,.22);transition:transform .25s ease,box-shadow .25s ease;white-space:nowrap;}\n.lfc-s7 .foot a:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(35,72,255,.3);}\n\n@media(min-width:900px){ .lfc-s7 .track{padding-left:56px;} .lfc-s7 .step .dot{left:-56px;} .lfc-s7 .track i{left:15px;} }\n<\/style>\n\n<div class=\"lfc-s7\">\n <div class=\"wrap\">\n\n  <div class=\"head rev\">\n   <p class=\"eyebrow\">How we work<\/p>\n   <h2>Four steps. No mystery,<br>no <em>disappearing act.<\/em><\/h2>\n   <p class=\"sub\">You'll know what's happening at every stage, and you'll never wait a week for a reply. Most projects go live inside three weeks.<\/p>\n  <\/div>\n\n  <div class=\"track\">\n   <i><\/i>\n\n   <div class=\"step rev\">\n    <span class=\"dot\">01<\/span>\n    <h3>Diagnosis<\/h3>\n    <p class=\"when\">Week one &middot; 60 minutes with you<\/p>\n    <p>Before anything is designed, we work out what's actually broken. That means the offer, the audience and the numbers &mdash; not just the page. Most projects change direction at this stage, and that's the point.<\/p>\n    <ul>\n     <li>Offer and audience review<\/li>\n     <li>Existing page or campaign audit<\/li>\n     <li>The 30-point framework applied to what you have<\/li>\n    <\/ul>\n   <\/div>\n\n   <div class=\"step rev\">\n    <span class=\"dot\">02<\/span>\n    <h3>Build<\/h3>\n    <p class=\"when\">Weeks one to two<\/p>\n    <p>Copy first, design second &mdash; because the words carry the decision. You see the structure and the message before a single visual choice is made, so nothing gets built on a weak foundation.<\/p>\n    <ul>\n     <li>Message and structure approved by you<\/li>\n     <li>Design, build and mobile testing<\/li>\n     <li>Tracking, checkout and booking flow wired up<\/li>\n    <\/ul>\n   <\/div>\n\n   <div class=\"step rev\">\n    <span class=\"dot\">03<\/span>\n    <h3>Launch<\/h3>\n    <p class=\"when\">Week three<\/p>\n    <p>Campaigns go live against the page they were built for. Creative, targeting and the page all speak the same language, because the same team made all three.<\/p>\n    <ul>\n     <li>Campaign build and creative<\/li>\n     <li>Tracking verified before spend starts<\/li>\n     <li>First results reviewed together<\/li>\n    <\/ul>\n   <\/div>\n\n   <div class=\"step rev\">\n    <span class=\"dot\">04<\/span>\n    <h3>Optimise<\/h3>\n    <p class=\"when\">Ongoing<\/p>\n    <p>The first version is a hypothesis. We watch what real visitors do, change what's losing them, and keep what's working. This is where most agencies stop and most of the gains actually live.<\/p>\n    <ul>\n     <li>Session recordings and drop-off analysis<\/li>\n     <li>Structured tests, one variable at a time<\/li>\n     <li>Plain-English reporting, no vanity metrics<\/li>\n    <\/ul>\n   <\/div>\n\n  <\/div>\n\n  <div class=\"foot rev\">\n   <p>The first conversation costs nothing and usually changes <em>something.<\/em><\/p>\n   <a href=\"#contact\">Start a project &rarr;<\/a>\n  <\/div>\n\n <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1c15c96 elementor-widget elementor-widget-html\" data-id=\"1c15c96\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- LFC VENTURES \u2014 SECTION 8 : WHO IT'S FOR -->\n<style>\nhtml,body{margin:0;padding:0;background:#F4F1EA;}\n\n.lfc-s8{\n  --paper:#F4F1EA;--card:#FFFFFF;--ink:#13120E;--muted:#6B6659;\n  --blue:#2348FF;--wash:#E8ECFF;--rule:#DCD7C9;\n  background:var(--paper);color:var(--ink);\n  font-family:'Inter',system-ui,sans-serif;\n  padding:clamp(46px,10vw,96px) clamp(18px,5vw,64px);\n  box-sizing:border-box;width:100%;\n}\n.lfc-s8 *{box-sizing:border-box;}\n.lfc-s8 .wrap{max-width:1180px;margin:0 auto;}\n\n@supports (animation-timeline: view()){\n  @keyframes s8rise{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}\n  .lfc-s8 .rev{animation:s8rise both linear;animation-timeline:view();animation-range:entry 2% entry 42%;}\n}\n@media(prefers-reduced-motion:reduce){.lfc-s8 .rev{animation:none!important;opacity:1!important;transform:none!important;}}\n\n.lfc-s8 .head{max-width:34em;margin-bottom:clamp(32px,5vw,48px);}\n.lfc-s8 .eyebrow{font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--blue);margin:0 0 14px;}\n.lfc-s8 h2{font-family:'Playfair Display',Georgia,serif;font-weight:500;\n  font-size:clamp(27px,4.4vw,44px);line-height:1.12;letter-spacing:-.02em;margin:0 0 16px;}\n.lfc-s8 h2 em{font-style:italic;color:var(--blue);}\n.lfc-s8 .sub{font-size:15.5px;line-height:1.64;color:var(--muted);margin:0;}\n\n.lfc-s8 .who{display:grid;grid-template-columns:1fr;gap:14px;margin-bottom:clamp(32px,5vw,46px);}\n.lfc-s8 .w{background:var(--card);border:1px solid var(--rule);border-radius:5px;padding:26px 24px;\n  transition:transform .3s cubic-bezier(.2,.7,.3,1),box-shadow .3s ease,border-color .3s ease;}\n.lfc-s8 .w:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(19,18,14,.08);border-color:#CFC9B8;}\n.lfc-s8 .w .icon{width:36px;height:36px;border-radius:3px;background:var(--wash);margin-bottom:18px;\n  display:flex;align-items:center;justify-content:center;}\n.lfc-s8 .w .icon s{text-decoration:none;display:block;background:var(--blue);}\n.lfc-s8 .i1 s{width:14px;height:14px;border-radius:50%;}\n.lfc-s8 .i2 s{width:14px;height:14px;border-radius:2px;}\n.lfc-s8 .i3 s{width:15px;height:11px;border-radius:1px;}\n.lfc-s8 .i4 s{width:14px;height:14px;border-radius:2px;transform:rotate(45deg);}\n.lfc-s8 .w h3{font-family:'Playfair Display',Georgia,serif;font-weight:600;font-size:19px;\n  line-height:1.22;margin:0 0 9px;letter-spacing:-.01em;}\n.lfc-s8 .w p{font-size:13.5px;line-height:1.62;color:var(--muted);margin:0 0 15px;}\n.lfc-s8 .w .fit{font-size:12px;color:var(--blue);font-weight:600;padding-top:13px;border-top:1px solid var(--rule);}\n\n\/* honest filter *\/\n.lfc-s8 .filter{display:grid;grid-template-columns:1fr;gap:0;border:1px solid var(--rule);\n  border-radius:5px;overflow:hidden;background:var(--card);}\n.lfc-s8 .fcol{padding:28px 26px;}\n.lfc-s8 .fcol + .fcol{border-top:1px solid var(--rule);}\n.lfc-s8 .fcol p.lbl{font-size:10.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;margin:0 0 18px;}\n.lfc-s8 .yes p.lbl{color:var(--blue);}\n.lfc-s8 .no p.lbl{color:var(--muted);}\n.lfc-s8 .fcol ul{list-style:none;margin:0;padding:0;}\n.lfc-s8 .fcol li{position:relative;padding-left:26px;font-size:14.5px;line-height:1.6;margin-bottom:13px;}\n.lfc-s8 .yes li{color:var(--ink);}\n.lfc-s8 .no li{color:var(--muted);}\n.lfc-s8 .yes li::before{content:\"\";position:absolute;left:0;top:5px;width:12px;height:7px;\n  border-left:1.5px solid var(--blue);border-bottom:1.5px solid var(--blue);transform:rotate(-45deg);}\n.lfc-s8 .no li::before{content:\"\";position:absolute;left:0;top:10px;width:12px;height:1.5px;background:#C6C0AF;}\n\n@media(min-width:760px){\n  .lfc-s8 .who{grid-template-columns:repeat(2,1fr);gap:18px;}\n  .lfc-s8 .filter{grid-template-columns:1fr 1fr;}\n  .lfc-s8 .fcol + .fcol{border-top:0;border-left:1px solid var(--rule);}\n}\n@media(min-width:1000px){ .lfc-s8 .who{grid-template-columns:repeat(4,1fr);} }\n<\/style>\n\n<div class=\"lfc-s8\">\n <div class=\"wrap\">\n\n  <div class=\"head rev\">\n   <p class=\"eyebrow\">Who we build for<\/p>\n   <h2>We're a fit for some businesses,<br>and honestly <em>not for others.<\/em><\/h2>\n   <p class=\"sub\">Saying this out loud saves us both a wasted call. Here's where our work does its best work.<\/p>\n  <\/div>\n\n  <div class=\"who\">\n   <div class=\"w rev\">\n    <div class=\"icon i1\"><s><\/s><\/div>\n    <h3>Coaches &amp; consultants<\/h3>\n    <p>Selling expertise where the buyer needs convincing before they'll book time with you.<\/p>\n    <p class=\"fit\">Pages, VSLs, booking funnels<\/p>\n   <\/div>\n   <div class=\"w rev\">\n    <div class=\"icon i2\"><s><\/s><\/div>\n    <h3>Clinics &amp; local services<\/h3>\n    <p>High-intent local demand that's currently going to whoever appears first and answers fastest.<\/p>\n    <p class=\"fit\">Pages, local campaigns, enquiry agents<\/p>\n   <\/div>\n   <div class=\"w rev\">\n    <div class=\"icon i3\"><s><\/s><\/div>\n    <h3>D2C brands<\/h3>\n    <p>Spending real money on Meta and losing it somewhere between the click and the checkout.<\/p>\n    <p class=\"fit\">Product pages, campaigns, CRO<\/p>\n   <\/div>\n   <div class=\"w rev\">\n    <div class=\"icon i4\"><s><\/s><\/div>\n    <h3>Operations-heavy businesses<\/h3>\n    <p>Teams drowning in repetitive enquiries, quoting and admin that a system should be handling.<\/p>\n    <p class=\"fit\">AI agents, workflow automation<\/p>\n   <\/div>\n  <\/div>\n\n  <div class=\"filter rev\">\n   <div class=\"fcol yes\">\n    <p class=\"lbl\">This works well when<\/p>\n    <ul>\n     <li>You have an offer people already buy, and want more of them<\/li>\n     <li>You can put real budget behind traffic once the page works<\/li>\n     <li>You want one team owning the page, the ads and the follow-up<\/li>\n     <li>You'd rather hear an honest diagnosis than a comfortable one<\/li>\n    <\/ul>\n   <\/div>\n   <div class=\"fcol no\">\n    <p class=\"lbl\">This won't work when<\/p>\n    <ul>\n     <li>You're looking for the cheapest page on the market<\/li>\n     <li>The offer itself hasn't been validated with a single sale<\/li>\n     <li>You want a design refresh with no interest in the numbers<\/li>\n     <li>Decisions need six people and three months of approvals<\/li>\n    <\/ul>\n   <\/div>\n  <\/div>\n\n <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8f91b28 elementor-widget elementor-widget-html\" data-id=\"8f91b28\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- LFC VENTURES \u2014 SECTION 10 : FOUNDER \/ ABOUT -->\n<style>\nhtml,body{margin:0;padding:0;background:#FFFFFF;}\n\n.lfc-s10{\n  --paper:#F4F1EA;--card:#FFFFFF;--ink:#13120E;--muted:#6B6659;\n  --blue:#2348FF;--wash:#E8ECFF;--rule:#DCD7C9;\n  background:var(--card);color:var(--ink);\n  font-family:'Inter',system-ui,sans-serif;\n  padding:clamp(46px,10vw,96px) clamp(18px,5vw,64px);\n  box-sizing:border-box;width:100%;\n}\n.lfc-s10 *{box-sizing:border-box;}\n.lfc-s10 .wrap{max-width:1180px;margin:0 auto;}\n\n@supports (animation-timeline: view()){\n  @keyframes s10rise{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}\n  .lfc-s10 .rev{animation:s10rise both linear;animation-timeline:view();animation-range:entry 2% entry 42%;}\n}\n@media(prefers-reduced-motion:reduce){.lfc-s10 .rev{animation:none!important;opacity:1!important;transform:none!important;}}\n\n.lfc-s10 .grid{display:grid;grid-template-columns:1fr;gap:clamp(28px,5vw,56px);align-items:start;}\n\n\/* portrait *\/\n.lfc-s10 .port{position:relative;}\n.lfc-s10 .frame{background:#EAE6DA;border-radius:5px;aspect-ratio:4\/5;overflow:hidden;\n  display:flex;align-items:center;justify-content:center;border:1px solid var(--rule);}\n\/* >>> replace .slot with <img decoding=\"async\" src=\"\" alt=\"Rohit Bhatt, founder of LFC Ventures\" style=\"width:100%;height:100%;object-fit:cover\"> *\/\n.lfc-s10 .slot{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#A8A192;text-align:center;\n  border:1px dashed #CFC9B8;border-radius:3px;padding:16px;margin:16px;line-height:1.9;}\n.lfc-s10 .badge{position:absolute;right:-8px;bottom:26px;background:var(--ink);color:var(--paper);\n  padding:14px 18px;border-radius:3px;box-shadow:0 14px 32px rgba(19,18,14,.2);max-width:180px;}\n.lfc-s10 .badge b{display:block;font-family:'Playfair Display',Georgia,serif;font-size:15px;\n  font-weight:600;line-height:1.3;margin-bottom:4px;}\n.lfc-s10 .badge span{font-size:11px;color:#9A9484;line-height:1.4;display:block;}\n\n\/* copy *\/\n.lfc-s10 .eyebrow{font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--blue);margin:0 0 14px;}\n.lfc-s10 h2{font-family:'Playfair Display',Georgia,serif;font-weight:500;\n  font-size:clamp(26px,4vw,40px);line-height:1.13;letter-spacing:-.02em;margin:0 0 20px;}\n.lfc-s10 h2 em{font-style:italic;color:var(--blue);}\n.lfc-s10 .copy p{font-size:15.5px;line-height:1.7;color:var(--muted);margin:0 0 18px;}\n.lfc-s10 .copy p b{color:var(--ink);font-weight:600;}\n.lfc-s10 .sig{font-family:'Playfair Display',Georgia,serif;font-size:19px;font-style:italic;\n  color:var(--ink);margin:26px 0 4px;}\n.lfc-s10 .role{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin:0;}\n\n.lfc-s10 .facts{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;\n  margin-top:30px;padding-top:26px;border-top:1px solid var(--rule);}\n.lfc-s10 .facts div{font-size:12.5px;color:var(--muted);line-height:1.45;}\n.lfc-s10 .facts b{display:block;font-family:'Playfair Display',Georgia,serif;font-size:22px;\n  font-weight:600;color:var(--ink);letter-spacing:-.01em;margin-bottom:4px;}\n\n@media(min-width:900px){\n  .lfc-s10 .grid{grid-template-columns:.85fr 1.15fr;gap:64px;}\n  .lfc-s10 .facts{grid-template-columns:repeat(3,1fr);}\n}\n<\/style>\n\n<div class=\"lfc-s10\">\n <div class=\"wrap\">\n  <div class=\"grid\">\n\n   <div class=\"port rev\">\n    <div class=\"frame\"><div class=\"slot\">Founder portrait<br>900&times;1125px<br>alt: \"Rohit Bhatt,<br>founder of LFC Ventures\"<\/div><\/div>\n    <div class=\"badge\"><b>Rohit Bhatt<\/b><span>Founder &middot; New Delhi<\/span><\/div>\n   <\/div>\n\n   <div class=\"copy rev\">\n    <p class=\"eyebrow\">Who you'll actually work with<\/p>\n    <h2>You won't be handed<br>to a <em>junior team.<\/em><\/h2>\n\n    <p>I started LFC Ventures because I kept seeing the same thing: businesses paying one agency to buy attention and another to build the page that wastes it. Nobody owned the whole path, so nobody could be held responsible for the result.<\/p>\n\n    <p>Since then we've shipped <b>600+ landing pages<\/b> and booked <b>50,000+ appointments<\/b> for founders across India, Australia and Germany &mdash; coaches, clinics, D2C brands, construction firms, aviation companies. The work runs on a 30-point conversion framework we've refined on every single build.<\/p>\n\n    <p>More recently we've added AI agents to what we offer, because the same pattern showed up again: businesses winning enquiries they then handled by hand, slowly, and lost. <b>We don't consult on AI &mdash; we build the thing and hand you the controls.<\/b><\/p>\n\n    <p>If you work with us, you work with me on the strategy and with a small team on the build. That's deliberate, and it's why we take on fewer projects than we could.<\/p>\n\n    <p class=\"sig\">Rohit Bhatt<\/p>\n    <p class=\"role\">Founder, LFC Ventures<\/p>\n\n    <div class=\"facts\">\n     <div><b>600+<\/b>pages designed and shipped<\/div>\n     <div><b>3<\/b>continents currently served<\/div>\n     <div><b>1<\/b>team for page, ads and automation<\/div>\n    <\/div>\n   <\/div>\n\n  <\/div>\n <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eaa0261 elementor-widget elementor-widget-html\" data-id=\"eaa0261\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================================\n     LFC VENTURES \u2014 SECTION 12 : FAQ + CONTACT\n     IMPORTANT: the form below is a STYLED SHELL, not a working form.\n     Raw HTML forms don't submit anywhere in WordPress.\n     Drop an Elementor Form widget inside <div class=\"formhost\">\n     and the CSS at the bottom will style it to match automatically.\n     ============================================================ -->\n<style>\nhtml,body{margin:0;padding:0;background:#F4F1EA;}\n\n.lfc-s12{\n  --paper:#F4F1EA;--card:#FFFFFF;--ink:#13120E;--muted:#6B6659;\n  --blue:#2348FF;--wash:#E8ECFF;--rule:#DCD7C9;\n  background:var(--paper);color:var(--ink);\n  font-family:'Inter',system-ui,sans-serif;\n  padding:clamp(46px,10vw,96px) clamp(18px,5vw,64px);\n  box-sizing:border-box;width:100%;\n}\n.lfc-s12 *{box-sizing:border-box;}\n.lfc-s12 .wrap{max-width:1180px;margin:0 auto;}\n\n@supports (animation-timeline: view()){\n  @keyframes s12rise{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}\n  .lfc-s12 .rev{animation:s12rise both linear;animation-timeline:view();animation-range:entry 2% entry 42%;}\n}\n@media(prefers-reduced-motion:reduce){.lfc-s12 .rev{animation:none!important;opacity:1!important;transform:none!important;}}\n\n\/* ---------- FAQ ---------- *\/\n.lfc-s12 .faq{margin-bottom:clamp(46px,8vw,86px);}\n.lfc-s12 .eyebrow{font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--blue);margin:0 0 14px;}\n.lfc-s12 h2{font-family:'Playfair Display',Georgia,serif;font-weight:500;\n  font-size:clamp(27px,4.4vw,44px);line-height:1.12;letter-spacing:-.02em;margin:0 0 28px;}\n.lfc-s12 h2 em{font-style:italic;color:var(--blue);}\n.lfc-s12 .qlist{max-width:820px;}\n.lfc-s12 details{border-bottom:1px solid var(--rule);padding:20px 0;}\n.lfc-s12 summary{cursor:pointer;list-style:none;font-size:16.5px;font-weight:600;line-height:1.4;\n  display:flex;justify-content:space-between;gap:18px;align-items:flex-start;}\n.lfc-s12 summary::-webkit-details-marker{display:none;}\n.lfc-s12 summary::after{content:\"\";flex:none;width:9px;height:9px;margin-top:6px;\n  border-right:1.6px solid var(--blue);border-bottom:1.6px solid var(--blue);\n  transform:rotate(45deg);transition:transform .3s ease;}\n.lfc-s12 details[open] summary::after{transform:rotate(225deg);}\n.lfc-s12 details p{margin:14px 0 2px;font-size:15px;line-height:1.7;color:var(--muted);max-width:60em;}\n\n\/* ---------- CONTACT ---------- *\/\n.lfc-s12 .contact{background:var(--ink);color:var(--paper);border-radius:6px;overflow:hidden;\n  display:grid;grid-template-columns:1fr;}\n.lfc-s12 .cleft{padding:clamp(28px,5vw,52px);}\n.lfc-s12 .cleft .eyebrow{color:#7C96FF;}\n.lfc-s12 .cleft h2{color:var(--paper);margin-bottom:18px;}\n.lfc-s12 .cleft h2 em{color:#7C96FF;}\n.lfc-s12 .cleft > p{font-size:15.5px;line-height:1.66;color:#9A9484;margin:0 0 26px;max-width:32em;}\n.lfc-s12 .promise{list-style:none;margin:0 0 28px;padding:0;}\n.lfc-s12 .promise li{position:relative;padding-left:26px;font-size:14.5px;line-height:1.6;\n  color:var(--paper);margin-bottom:13px;}\n.lfc-s12 .promise li::before{content:\"\";position:absolute;left:0;top:5px;width:12px;height:7px;\n  border-left:1.5px solid #7C96FF;border-bottom:1.5px solid #7C96FF;transform:rotate(-45deg);}\n.lfc-s12 .direct{padding-top:24px;border-top:1px solid #2C2A24;font-size:13.5px;line-height:1.7;color:#8E897A;}\n.lfc-s12 .direct a{color:var(--paper);text-decoration:none;border-bottom:1px solid #3A3830;}\n.lfc-s12 .direct a:hover{border-bottom-color:#7C96FF;color:#7C96FF;}\n\n.lfc-s12 .cright{background:#1B1A15;padding:clamp(26px,4.5vw,44px);}\n.lfc-s12 .cright h3{font-family:'Playfair Display',Georgia,serif;font-weight:500;font-size:22px;\n  margin:0 0 8px;letter-spacing:-.015em;}\n.lfc-s12 .cright .hint{font-size:13px;color:#8E897A;margin:0 0 24px;line-height:1.55;}\n\n\/* >>> DROP THE ELEMENTOR FORM WIDGET INSIDE .formhost <<< *\/\n.lfc-s12 .formhost{min-height:60px;}\n\n\/* fields to recreate in the Elementor form, in this order:\n   1. Name            (text, required)\n   2. Email           (email, required)\n   3. WhatsApp        (tel, required)\n   4. What do you need?  (select: Landing page \/ Marketing \/ AI agent \/ Not sure)\n   5. Where are you based? (select: India \/ Australia \/ Germany \/ Other)\n   6. Monthly ad spend    (select: Not running ads \/ Under \u20b950k \/ \u20b950k\u2013\u20b92L \/ \u20b92L+)\n   7. Page or website URL (url, optional)\n   8. Anything else       (textarea, optional)\n   Button label: \"Send enquiry\"\n   Six of these are one-tap selects \u2014 the form stays fast and still qualifies. *\/\n\n\/* styles applied to the Elementor form once dropped in *\/\n.lfc-s12 .formhost .elementor-field-group{margin-bottom:16px;}\n.lfc-s12 .formhost label,\n.lfc-s12 .formhost .elementor-field-label{\n  font-size:11px!important;font-weight:600!important;letter-spacing:.13em!important;\n  text-transform:uppercase!important;color:#8E897A!important;margin-bottom:8px!important;display:block!important;}\n.lfc-s12 .formhost input[type=text],\n.lfc-s12 .formhost input[type=email],\n.lfc-s12 .formhost input[type=tel],\n.lfc-s12 .formhost input[type=url],\n.lfc-s12 .formhost select,\n.lfc-s12 .formhost textarea{\n  width:100%!important;background:#13120E!important;border:1px solid #2C2A24!important;\n  border-radius:3px!important;padding:14px 15px!important;color:#F4F1EA!important;\n  font-family:'Inter',sans-serif!important;font-size:15px!important;\n  transition:border-color .25s ease,box-shadow .25s ease!important;}\n.lfc-s12 .formhost input:focus,\n.lfc-s12 .formhost select:focus,\n.lfc-s12 .formhost textarea:focus{\n  outline:none!important;border-color:#2348FF!important;box-shadow:0 0 0 3px rgba(35,72,255,.16)!important;}\n.lfc-s12 .formhost textarea{min-height:110px!important;resize:vertical!important;}\n.lfc-s12 .formhost button,\n.lfc-s12 .formhost .elementor-button{\n  width:100%!important;background:#2348FF!important;color:#fff!important;border:0!important;\n  border-radius:2px!important;padding:16px 24px!important;font-size:15px!important;\n  font-weight:600!important;font-family:'Inter',sans-serif!important;cursor:pointer!important;\n  box-shadow:0 6px 18px rgba(35,72,255,.28)!important;transition:transform .25s ease!important;}\n.lfc-s12 .formhost button:hover,\n.lfc-s12 .formhost .elementor-button:hover{transform:translateY(-2px)!important;}\n\n.lfc-s12 .small{font-size:12px;color:#6B675C;line-height:1.6;margin:18px 0 0;}\n\n@media(min-width:900px){\n  .lfc-s12 .contact{grid-template-columns:1fr 1fr;}\n}\n<\/style>\n\n<div class=\"lfc-s12\" id=\"contact\">\n <div class=\"wrap\">\n\n  <!-- ================= FAQ ================= -->\n  <div class=\"faq rev\">\n   <p class=\"eyebrow\">Before you ask<\/p>\n   <h2>The questions we get<br><em>every single week.<\/em><\/h2>\n\n   <div class=\"qlist\">\n    <details>\n     <summary>How long does a project take?<\/summary>\n     <p>Most landing pages go live in two to three weeks from the first call. Campaigns launch alongside them. AI agents take longer &mdash; usually three to six weeks &mdash; because we have to map how your business actually works before we automate any of it.<\/p>\n    <\/details>\n    <details>\n     <summary>Do you work with businesses outside India?<\/summary>\n     <p>Yes. We currently work with clients in India, Australia and Germany, and have delivered projects for the US, Canada and Dubai. Calls are scheduled around your time zone, not ours.<\/p>\n    <\/details>\n    <details>\n     <summary>Do I need to already be running ads?<\/summary>\n     <p>No, but it helps us move faster. If you're already spending, we can see exactly where the money is going. If you're not, we'll build the page first and launch traffic against it once it's ready.<\/p>\n    <\/details>\n    <details>\n     <summary>What if I already have a website I like?<\/summary>\n     <p>Keep it. A landing page and a website do different jobs &mdash; your website explains your business, a landing page converts a specific campaign. We often build pages that sit alongside a site the client is perfectly happy with.<\/p>\n    <\/details>\n    <details>\n     <summary>Who owns the page and the accounts?<\/summary>\n     <p>You do, from day one. Everything is built inside your hosting, your ad accounts and your domain. If you ever stop working with us, nothing switches off and nothing needs migrating.<\/p>\n    <\/details>\n    <details>\n     <summary>What exactly is an AI agent, in plain terms?<\/summary>\n     <p>Software that does a job your team currently does by hand &mdash; reading enquiries, applying your pricing rules, replying accurately, moving the work forward. It isn't a chatbot that answers questions. It's a system that completes tasks, using rules you set and can change.<\/p>\n    <\/details>\n    <details>\n     <summary>What happens on the first call?<\/summary>\n     <p>We look at what you're selling, who you're selling it to, and what's currently in place. You'll get an honest read on whether we can help and roughly what it would cost. If we're not the right fit, we'll say so on that call rather than send a proposal.<\/p>\n    <\/details>\n   <\/div>\n  <\/div>\n\n  <!-- ================= CONTACT ================= -->\n  <div class=\"contact rev\">\n\n   <div class=\"cleft\">\n    <p class=\"eyebrow\">Start a project<\/p>\n    <h2>Tell us what's<br><em>not working.<\/em><\/h2>\n    <p>Fill this in and you'll hear back within one working day. There's no automated sequence waiting for you &mdash; a person reads every enquiry that comes through here.<\/p>\n\n    <ul class=\"promise\">\n     <li>A straight answer on whether we can help<\/li>\n     <li>A real price range on the first call, not later<\/li>\n     <li>No retainer pitch if a one-off build is what you need<\/li>\n     <li>We'll tell you if you don't need us yet<\/li>\n    <\/ul>\n\n    <div class=\"direct\">\n     Prefer to talk first?<br>\n     <a href=\"tel:REPLACE\">REPLACE &mdash; phone number<\/a> &middot;\n     <a href=\"mailto:REPLACE\">REPLACE &mdash; email<\/a><br>\n     New Delhi, India &middot; working across IST, AEST and CET\n    <\/div>\n   <\/div>\n\n   <div class=\"cright\">\n    <h3>Send an enquiry<\/h3>\n    <p class=\"hint\">Eight quick fields. Most are one tap.<\/p>\n\n    <div class=\"formhost\">\n     <!-- \u25bc\u25bc DROP THE ELEMENTOR FORM WIDGET HERE \u25bc\u25bc -->\n     <!-- Field list is documented in the CSS comment above. -->\n    <\/div>\n\n    <p class=\"small\">We'll only use your details to reply to this enquiry. No lists, no sequences, no sharing with anyone.<\/p>\n   <\/div>\n\n  <\/div>\n\n <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f196118 elementor-widget elementor-widget-html\" data-id=\"f196118\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- LFC VENTURES \u2014 FOOTER (place in Elementor > Theme Builder > Footer) -->\n<style>\nhtml,body{margin:0;padding:0;background:#13120E;}\n\n.lfc-ft{\n  --ink:#13120E;--paper:#F4F1EA;--muted:#8E897A;--blue:#2348FF;--rule:#2C2A24;\n  background:var(--ink);color:var(--paper);\n  font-family:'Inter',system-ui,sans-serif;\n  padding:clamp(44px,8vw,74px) clamp(18px,5vw,64px) clamp(26px,4vw,36px);\n  box-sizing:border-box;width:100%;\n}\n.lfc-ft *{box-sizing:border-box;}\n.lfc-ft .wrap{max-width:1180px;margin:0 auto;}\n\n\/* closing line *\/\n.lfc-ft .close{padding-bottom:clamp(34px,5vw,50px);margin-bottom:clamp(32px,5vw,46px);\n  border-bottom:1px solid var(--rule);display:grid;grid-template-columns:1fr;gap:26px;align-items:end;}\n.lfc-ft .close h2{font-family:'Playfair Display',Georgia,serif;font-weight:500;\n  font-size:clamp(24px,4vw,40px);line-height:1.12;letter-spacing:-.02em;margin:0;max-width:14em;}\n.lfc-ft .close h2 em{font-style:italic;color:#7C96FF;}\n.lfc-ft .close a{display:inline-flex;align-items:center;gap:9px;background:var(--blue);color:#fff;\n  text-decoration:none;font-size:15px;font-weight:600;padding:16px 28px;border-radius:2px;\n  box-shadow:0 6px 20px rgba(35,72,255,.3);transition:transform .25s ease,box-shadow .25s ease;white-space:nowrap;}\n.lfc-ft .close a:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(35,72,255,.38);}\n\n\/* columns *\/\n.lfc-ft .cols{display:grid;grid-template-columns:1fr;gap:30px;margin-bottom:clamp(30px,4vw,44px);}\n.lfc-ft .brand .mark{display:flex;align-items:baseline;gap:8px;text-decoration:none;color:var(--paper);\n  font-family:'Playfair Display',Georgia,serif;font-size:20px;font-weight:600;letter-spacing:-.01em;margin-bottom:14px;}\n.lfc-ft .brand .mark s{text-decoration:none;width:6px;height:6px;border-radius:50%;background:var(--blue);display:inline-block;transform:translateY(-2px);}\n.lfc-ft .brand p{font-size:13.5px;line-height:1.7;color:var(--muted);margin:0 0 18px;max-width:26em;}\n.lfc-ft .social{display:flex;gap:10px;}\n.lfc-ft .social a{width:36px;height:36px;border:1px solid var(--rule);border-radius:3px;\n  display:flex;align-items:center;justify-content:center;text-decoration:none;color:var(--muted);\n  font-size:11px;font-weight:600;transition:border-color .25s ease,color .25s ease;}\n.lfc-ft .social a:hover{border-color:var(--blue);color:var(--blue);}\n\n.lfc-ft .col h4{font-size:10.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;\n  color:var(--muted);margin:0 0 16px;}\n.lfc-ft .col ul{list-style:none;margin:0;padding:0;}\n.lfc-ft .col li{margin-bottom:11px;}\n.lfc-ft .col a{text-decoration:none;color:var(--paper);font-size:14px;transition:color .2s ease;}\n.lfc-ft .col a:hover{color:#7C96FF;}\n.lfc-ft .col .info{font-size:13.5px;line-height:1.7;color:var(--muted);margin:0;}\n.lfc-ft .col .info a{color:var(--paper);font-size:13.5px;}\n\n\/* bottom *\/\n.lfc-ft .base{padding-top:24px;border-top:1px solid var(--rule);\n  display:flex;flex-wrap:wrap;gap:12px 24px;justify-content:space-between;align-items:center;}\n.lfc-ft .base p{margin:0;font-size:12.5px;color:#6B675C;}\n.lfc-ft .base nav{display:flex;flex-wrap:wrap;gap:18px;}\n.lfc-ft .base nav a{font-size:12.5px;color:#6B675C;text-decoration:none;}\n.lfc-ft .base nav a:hover{color:var(--paper);}\n\n@media(min-width:760px){\n  .lfc-ft .close{grid-template-columns:1fr auto;gap:40px;}\n  .lfc-ft .cols{grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:40px;}\n}\n<\/style>\n\n<footer class=\"lfc-ft\">\n <div class=\"wrap\">\n\n  <div class=\"close\">\n   <h2>Your next best customer<br>is already <em>on your page.<\/em><\/h2>\n   <a href=\"\/contact\/\">Start a project &rarr;<\/a>\n  <\/div>\n\n  <div class=\"cols\">\n\n   <div class=\"brand\">\n    <a class=\"mark\" href=\"\/\">LFC Ventures <s><\/s><\/a>\n    <p>We build landing pages, run the campaigns that feed them, and install the AI agents that handle what comes back. One team, from the first click to the booked call.<\/p>\n    <div class=\"social\">\n     <a href=\"REPLACE\" aria-label=\"Instagram\">IG<\/a>\n     <a href=\"REPLACE\" aria-label=\"LinkedIn\">IN<\/a>\n     <a href=\"REPLACE\" aria-label=\"YouTube\">YT<\/a>\n    <\/div>\n   <\/div>\n\n   <div class=\"col\">\n    <h4>Services<\/h4>\n    <ul>\n     <li><a href=\"\/landing-pages\/\">Landing pages<\/a><\/li>\n     <li><a href=\"\/paid-marketing\/\">Paid marketing<\/a><\/li>\n     <li><a href=\"\/ai-agents\/\">AI agents<\/a><\/li>\n     <li><a href=\"\/conversion-audit\/\">Conversion audits<\/a><\/li>\n    <\/ul>\n   <\/div>\n\n   <div class=\"col\">\n    <h4>Company<\/h4>\n    <ul>\n     <li><a href=\"\/about\/\">About<\/a><\/li>\n     <li><a href=\"\/work\/\">Work<\/a><\/li>\n     <li><a href=\"\/blog\/\">Blog<\/a><\/li>\n     <li><a href=\"\/contact\/\">Contact<\/a><\/li>\n    <\/ul>\n   <\/div>\n\n   <div class=\"col\">\n    <h4>Get in touch<\/h4>\n    <p class=\"info\">\n     <a href=\"tel:REPLACE\">REPLACE &mdash; phone<\/a><br>\n     <a href=\"mailto:REPLACE\">REPLACE &mdash; email<\/a><br><br>\n     New Delhi, India<br>\n     Serving India &middot; Australia &middot; Germany\n    <\/p>\n   <\/div>\n\n  <\/div>\n\n  <div class=\"base\">\n   <p>&copy; 2026 LFC Ventures. All rights reserved.<\/p>\n   <nav>\n    <a href=\"\/privacy-policy\/\">Privacy policy<\/a>\n    <a href=\"\/terms\/\">Terms<\/a>\n    <a href=\"\/sitemap_index.xml\">Sitemap<\/a>\n   <\/nav>\n  <\/div>\n\n <\/div>\n<\/footer>\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Now booking builds for September &mdash; India &middot; Australia &middot; Germany LFC Ventures Services Landing pages &amp; funnelsDesign, copy, build, and conversion audits Paid marketingMeta and Google campaigns built around the page AI agentsEnquiry, quoting and back-office automation Work About Blog Start a project Landing pages &amp; funnelsDesign, copy, build, audits Paid marketingMeta &amp; Google [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-9","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/lfcventures.com\/index.php?rest_route=\/wp\/v2\/pages\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lfcventures.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lfcventures.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lfcventures.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lfcventures.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9"}],"version-history":[{"count":22,"href":"https:\/\/lfcventures.com\/index.php?rest_route=\/wp\/v2\/pages\/9\/revisions"}],"predecessor-version":[{"id":47,"href":"https:\/\/lfcventures.com\/index.php?rest_route=\/wp\/v2\/pages\/9\/revisions\/47"}],"wp:attachment":[{"href":"https:\/\/lfcventures.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}