{"id":9012,"date":"2026-08-17T17:27:11","date_gmt":"2026-08-17T21:27:11","guid":{"rendered":"https:\/\/leynesfinancialservices.com\/?page_id=9012"},"modified":"2026-08-18T02:04:45","modified_gmt":"2026-08-18T06:04:45","slug":"elementor-9012","status":"publish","type":"page","link":"https:\/\/leynesfinancialservices.com\/","title":{"rendered":"Home &#8211; LFS"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"9012\" class=\"elementor elementor-9012\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-06a468d e-con-full e-flex e-con e-parent\" data-id=\"06a468d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-85a153a elementor-widget elementor-widget-html\" data-id=\"85a153a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!--\n  ============================================================================\n  LEYNES FINANCIAL SERVICES \u2014 REDESIGNED HOMEPAGE\n  ============================================================================\n  HOW TO USE IN ELEMENTOR\n  1. Edit your Home page in Elementor.\n  2. Delete (or hide) the existing homepage sections \u2014 keep your site's\n     global Header and Footer, those are NOT part of this file.\n  3. Drag in a single \"HTML\" widget and paste this ENTIRE file into it.\n     (Elementor > search \"HTML\" in the widget panel > drop it in > paste.)\n  4. Update the file:\/\/ placeholders noted in comments below (social links).\n  5. Colors, fonts and spacing are controlled by the CSS variables at the\n     top of the <style> block \u2014 change those instead of hunting through\n     the rest of the CSS if you want to adjust the palette later.\n  ============================================================================\n-->\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Bitter:wght@500;600;700&family=Public+Sans:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\n\n<style>\n  \/* ===================== TOKENS ===================== *\/\n  .lfs-home{\n    --navy:#123253;\n    --navy-deep:#0C2440;\n    --gold:#C08A2E;\n    --gold-light:#E8C27A;\n    --gold-text:#8F6A1F; \/* darker gold, used for small text so it stays readable (WCAG AA) on light backgrounds *\/\n    --paper:#FBF9F4;\n    --mist:#EAF0F3;\n    --ink:#23303B;\n    --ink-soft:#54636D;\n    --line:#DEE5E9;\n    --white:#FFFFFF;\n    --radius-lg:20px;\n    --radius-md:14px;\n    --radius-sm:10px;\n    --shadow-soft:0 14px 34px -18px rgba(18,50,83,0.28);\n    --shadow-card:0 10px 26px -16px rgba(18,50,83,0.22);\n    --maxw:1180px;\n    font-family:'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n    color:var(--ink);\n    background:var(--paper);\n    font-size:17px;\n    line-height:1.65;\n    -webkit-font-smoothing:antialiased;\n    overflow-x:hidden; \/* safety net for the full-bleed sections below *\/\n  }\n  .lfs-home, .lfs-home *, .lfs-home *::before, .lfs-home *::after{ box-sizing:border-box; }\n  .lfs-home ul{ list-style:none; margin:0; padding:0; }\n  .lfs-home p{ margin:0 0 1em; }\n  .lfs-home img{ max-width:100%; display:block; }\n  .lfs-home a{ color:inherit; text-decoration:none; }\n  .lfs-home h1,.lfs-home h2,.lfs-home h3,.lfs-home h4{\n    font-family:'Bitter', Georgia, serif;\n    color:var(--navy);\n    line-height:1.2;\n    margin:0 0 0.5em;\n    font-weight:600;\n  }\n  .lfs-home svg{ flex-shrink:0; }\n  .lfs-home :focus-visible{ outline:3px solid var(--gold); outline-offset:3px; }\n\n  \/* Every top-level section stretches edge-to-edge (full width), while\n     .lfs-wrap inside keeps the actual content in a readable centered\n     column \u2014 this is what makes backgrounds go full-bleed without\n     turning every headline into a full-viewport-wide line of text. *\/\n  .lfs-home > section{\n    width:100vw;\n    margin-left:calc(50% - 50vw);\n    margin-right:calc(50% - 50vw);\n  }\n\n  .lfs-wrap{ max-width:var(--maxw); margin:0 auto; padding:0 24px; }\n  .lfs-section{ padding:88px 0; }\n  .lfs-section--tight{ padding:64px 0; }\n  @media (max-width:780px){\n    .lfs-section{ padding:56px 0; }\n    .lfs-section--tight{ padding:44px 0; }\n  }\n\n  .lfs-eyebrow{\n    display:inline-flex; align-items:center; gap:10px;\n    font-family:'Public Sans', sans-serif;\n    font-weight:700; letter-spacing:.14em; text-transform:uppercase;\n    font-size:.8rem; color:var(--gold-text);\n    margin-bottom:14px;\n  }\n  .lfs-eyebrow::before{ content:\"\"; width:26px; height:2px; background:var(--gold); border-radius:2px; }\n\n  .lfs-lede{ font-size:1.15rem; color:var(--ink-soft); max-width:640px; }\n  .lfs-center{ text-align:center; margin-left:auto; margin-right:auto; }\n\n  \/* Buttons *\/\n  .lfs-btn{\n    display:inline-flex; align-items:center; justify-content:center; gap:10px;\n    min-height:54px; padding:14px 30px; border-radius:var(--radius-sm);\n    font-weight:700; font-size:1.02rem; font-family:'Public Sans',sans-serif;\n    border:2px solid transparent; cursor:pointer; transition:transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;\n  }\n  .lfs-btn--primary{ background:var(--gold); color:var(--white); box-shadow:var(--shadow-soft); }\n  .lfs-btn--primary:hover{ background:var(--gold-light); transform:translateY(-2px); }\n  .lfs-btn--ghost{ background:transparent; color:var(--navy); border-color:var(--navy); }\n  .lfs-btn--ghost:hover{ background:var(--navy); color:var(--white); transform:translateY(-2px); }\n  .lfs-btn--on-dark{ background:var(--gold); color:var(--navy-deep); box-shadow:0 14px 30px -16px rgba(0,0,0,.45); }\n  .lfs-btn--on-dark:hover{ background:var(--gold-light); transform:translateY(-2px); }\n  .lfs-btn--ghost-on-dark{ background:transparent; color:var(--white); border-color:rgba(255,255,255,.55); }\n  .lfs-btn--ghost-on-dark:hover{ background:rgba(255,255,255,.12); border-color:var(--white); }\n  .lfs-cta-row{ display:flex; flex-wrap:wrap; gap:16px; align-items:center; }\n\n  \/* ===================== HERO (full-bleed video) ===================== *\/\n  .lfs-hero-video{\n    position:relative;\n    min-height:clamp(560px, 82vh, 780px);\n    display:flex;\n    align-items:center;\n    overflow:hidden;\n    isolation:isolate;\n  }\n  .lfs-hero-video__bg{ position:absolute; inset:0; z-index:0; background:var(--navy-deep); }\n  .lfs-hero-video__el, .lfs-hero-video__fallback{\n    position:absolute; inset:0; width:100%; height:100%; object-fit:cover;\n  }\n  .lfs-hero-video__fallback{ display:none; }\n  @media (prefers-reduced-motion: reduce){\n    .lfs-hero-video__el{ display:none; }\n    .lfs-hero-video__fallback{ display:block; }\n  }\n  .lfs-hero-video__scrim{\n    position:absolute; inset:0;\n    background:\n      linear-gradient(180deg, rgba(8,24,43,.28) 0%, rgba(8,24,43,.4) 60%, rgba(8,24,43,.7) 100%),\n      linear-gradient(100deg, rgba(8,24,43,.82) 0%, rgba(8,24,43,.5) 42%, rgba(8,24,43,.18) 75%);\n  }\n  .lfs-hero-video__content{ position:relative; z-index:1; padding-top:64px; padding-bottom:64px; }\n  .lfs-hero-video h1{ color:var(--white); font-size:3.1rem; letter-spacing:-.01em; max-width:680px; }\n  .lfs-hero-video .lfs-eyebrow{ color:var(--gold-light); }\n  .lfs-hero-video .lfs-hero__sub{ font-size:1.2rem; color:#E7EDF1; margin-bottom:28px; max-width:520px; }\n  .lfs-hero-video .lfs-trust-line{\n    margin-top:26px; padding-top:20px; border-top:1px solid rgba(255,255,255,.28);\n    font-size:.92rem; color:#DCE6EC; font-weight:600;\n    display:flex; flex-wrap:wrap; gap:8px 18px; align-items:center;\n  }\n  .lfs-hero-video .lfs-trust-line span{ display:inline-flex; align-items:center; gap:8px; }\n  .lfs-hero-video .lfs-trust-line span::before{ content:\"\"; width:6px; height:6px; border-radius:50%; background:var(--gold-light); }\n  .lfs-hero-video .lfs-trust-line span:first-child::before{ display:none; }\n\n  .lfs-hero-badge{\n    display:inline-flex; align-items:center; gap:14px; margin-top:30px;\n    background:rgba(255,255,255,.14); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px);\n    border:1px solid rgba(255,255,255,.3); border-radius:999px; padding:10px 22px 10px 10px;\n  }\n  .lfs-hero-badge__num{\n    font-family:'Bitter',serif; font-weight:700; font-size:1.3rem; color:var(--navy-deep);\n    background:var(--gold-light); width:52px; height:52px; border-radius:50%;\n    display:flex; align-items:center; justify-content:center; flex-shrink:0;\n  }\n  .lfs-hero-badge__label{ font-size:.85rem; color:var(--white); font-weight:600; line-height:1.3; }\n\n  @media (max-width:980px){\n    .lfs-hero-video h1{ font-size:2.3rem; }\n  }\n  @media (max-width:480px){\n    .lfs-hero-video{ min-height:560px; }\n    .lfs-hero-video h1{ font-size:1.95rem; }\n    .lfs-hero-video .lfs-hero__sub{ font-size:1.05rem; }\n  }\n\n  \/* ===================== SERVICES ===================== *\/\n  .lfs-services{ background:var(--mist); }\n  .lfs-cards3{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; margin-top:44px; }\n  .lfs-card{\n    background:var(--white); border-radius:var(--radius-lg); padding:34px 30px;\n    box-shadow:var(--shadow-card); display:flex; flex-direction:column; gap:16px;\n    border-top:4px solid var(--gold);\n  }\n  .lfs-card__icon{\n    width:56px; height:56px; border-radius:14px; background:var(--navy);\n    display:flex; align-items:center; justify-content:center; color:var(--white);\n  }\n  .lfs-card h3{ font-size:1.3rem; margin-bottom:2px; }\n  .lfs-card p{ color:var(--ink-soft); margin-bottom:6px; flex-grow:1; }\n  .lfs-card__link{ font-weight:700; color:var(--navy); display:inline-flex; align-items:center; gap:8px; }\n  .lfs-card__link svg{ transition:transform .15s ease; }\n  .lfs-card__link:hover svg{ transform:translateX(4px); }\n\n  @media (max-width:900px){ .lfs-cards3{ grid-template-columns:1fr; } }\n\n  \/* ===================== STATS ===================== *\/\n  .lfs-stats{ background:var(--navy); color:var(--white); }\n  .lfs-stats__grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:32px; text-align:center; }\n  .lfs-stat-num{ font-family:'Bitter',serif; font-weight:700; font-size:2.6rem; color:var(--white); }\n  .lfs-stat-rule{ width:34px; height:3px; background:var(--gold); border-radius:3px; margin:12px auto 12px; }\n  .lfs-stat-label{ font-size:.95rem; color:#C7D6E2; font-weight:600; }\n  @media (max-width:820px){ .lfs-stats__grid{ grid-template-columns:repeat(2,1fr); row-gap:40px; } }\n\n  \/* ===================== WELCOME \/ MISSION ===================== *\/\n  .lfs-welcome__grid{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }\n  .lfs-welcome__media{ border-radius:var(--radius-lg); overflow:hidden; aspect-ratio:5\/4; box-shadow:var(--shadow-card); }\n  .lfs-welcome__media img{ width:100%; height:100%; object-fit:cover; }\n  .lfs-pillars{ display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:26px; }\n  .lfs-pillar{ background:var(--white); border:1px solid var(--line); border-radius:var(--radius-md); padding:22px; }\n  .lfs-pillar h4{ font-size:1.05rem; margin-bottom:6px; color:var(--navy); }\n  .lfs-pillar p{ font-size:.95rem; color:var(--ink-soft); margin:0; }\n  @media (max-width:980px){\n    .lfs-welcome__grid{ grid-template-columns:1fr; }\n    .lfs-welcome__media{ order:-1; max-width:460px; margin:0 auto; }\n  }\n  @media (max-width:560px){ .lfs-pillars{ grid-template-columns:1fr; } }\n\n  \/* ===================== FOUNDER ===================== *\/\n  .lfs-founder{ background:var(--mist); }\n  .lfs-founder__grid{ display:grid; grid-template-columns:.85fr 1.15fr; gap:52px; align-items:start; }\n  .lfs-founder__media{ position:sticky; top:24px; }\n  .lfs-founder__frame{ border-radius:var(--radius-lg); overflow:hidden; aspect-ratio:4\/5; box-shadow:var(--shadow-card); }\n  .lfs-founder__frame img{ width:100%; height:100%; object-fit:cover; }\n  .lfs-founder__name{ margin-top:18px; font-size:1.25rem; }\n  .lfs-founder__title{ color:var(--gold-text); font-weight:700; font-size:.95rem; letter-spacing:.03em; margin-bottom:16px; }\n  .lfs-chips{ display:flex; flex-wrap:wrap; gap:8px; }\n  .lfs-chip{\n    font-size:.82rem; font-weight:700; color:var(--navy); background:var(--white);\n    border:1px solid var(--line); padding:7px 14px; border-radius:999px;\n  }\n  .lfs-quote{\n    font-family:'Bitter',serif; font-style:italic; font-size:1.25rem; color:var(--navy);\n    border-left:4px solid var(--gold); padding:6px 0 6px 22px; margin:8px 0 26px;\n  }\n  .lfs-founder__bio p{ color:var(--ink); }\n  .lfs-founder__closing{\n    font-weight:700; color:var(--navy); background:var(--white); border-radius:var(--radius-md);\n    padding:20px 24px; border-left:4px solid var(--gold); margin:20px 0 26px;\n  }\n  .lfs-details{ margin-top:4px; }\n  .lfs-details summary{\n    cursor:pointer; font-weight:700; color:var(--navy); list-style:none;\n    display:inline-flex; align-items:center; gap:8px; padding:6px 0;\n  }\n  .lfs-details summary::-webkit-details-marker{ display:none; }\n  .lfs-details summary::marker{ content:\"\"; }\n  .lfs-details__chevron{ transition:transform .2s ease; }\n  .lfs-details[open] .lfs-details__chevron{ transform:rotate(180deg); }\n  .lfs-details__less{ display:none; }\n  .lfs-details[open] .lfs-details__more{ display:none; }\n  .lfs-details[open] .lfs-details__less{ display:inline; }\n  .lfs-details__body{ padding-top:14px; }\n\n  @media (max-width:980px){\n    .lfs-founder__grid{ grid-template-columns:1fr; }\n    .lfs-founder__media{ position:static; max-width:340px; margin:0 auto; }\n  }\n\n  \/* ===================== PROCESS ===================== *\/\n  .lfs-process__list{ position:relative; margin-top:50px; }\n  .lfs-process__list::before{\n    content:\"\"; position:absolute; left:29px; top:12px; bottom:12px; width:2px;\n    background:repeating-linear-gradient(to bottom, var(--gold) 0 8px, transparent 8px 16px);\n  }\n  .lfs-step{ position:relative; padding-left:82px; margin-bottom:38px; }\n  .lfs-step:last-child{ margin-bottom:0; }\n  .lfs-step__num{\n    position:absolute; left:0; top:0; width:60px; height:60px; border-radius:50%;\n    background:var(--navy); color:var(--white); font-family:'Bitter',serif; font-weight:700;\n    font-size:1.4rem; display:flex; align-items:center; justify-content:center;\n    box-shadow:0 0 0 6px var(--paper);\n  }\n  .lfs-step h3{ font-size:1.2rem; margin-bottom:6px; }\n  .lfs-step p{ color:var(--ink-soft); margin:0; max-width:640px; }\n\n  \/* ===================== TESTIMONIALS ===================== *\/\n  .lfs-testimonials{ background:var(--navy); color:var(--white); }\n  .lfs-testimonials .lfs-eyebrow{ color:var(--gold-light); }\n  .lfs-testimonials h2{ color:var(--white); }\n  .lfs-testimonials .lfs-lede{ color:#C7D6E2; }\n  .lfs-tcards{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; margin-top:44px; }\n  .lfs-tcard{\n    background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.14);\n    border-radius:var(--radius-lg); padding:30px; display:flex; flex-direction:column; gap:16px;\n  }\n  .lfs-tcard__stars{ display:flex; gap:3px; color:var(--gold); }\n  .lfs-tcard p{ margin:0; color:#EDF2F5; font-size:1.02rem; flex-grow:1; }\n  .lfs-tcard__who{ display:flex; align-items:center; gap:12px; }\n  .lfs-avatar{\n    width:44px; height:44px; border-radius:50%; background:var(--gold); color:var(--navy-deep);\n    display:flex; align-items:center; justify-content:center; font-weight:700; font-family:'Bitter',serif;\n  }\n  .lfs-tcard__name{ font-weight:700; }\n  .lfs-tcard__loc{ font-size:.85rem; color:#AFC2D1; }\n  @media (max-width:900px){ .lfs-tcards{ grid-template-columns:1fr; } }\n\n  \/* ===================== FAQ ===================== *\/\n  .lfs-faq{ max-width:820px; margin:44px auto 0; }\n  .lfs-faq-item{ border-bottom:1px solid var(--line); padding:6px 0; }\n  .lfs-faq-item summary{\n    cursor:pointer; list-style:none; display:flex; align-items:center; justify-content:space-between;\n    gap:16px; padding:18px 4px; font-weight:700; color:var(--navy); font-size:1.06rem;\n  }\n  .lfs-faq-item summary::-webkit-details-marker{ display:none; }\n  .lfs-faq-item summary::marker{ content:\"\"; }\n  .lfs-faq-icon{\n    flex-shrink:0; width:30px; height:30px; border-radius:50%; border:2px solid var(--gold);\n    color:var(--gold); display:flex; align-items:center; justify-content:center;\n    font-size:1.2rem; font-weight:700; line-height:1;\n  }\n  .lfs-faq-icon::before{ content:\"+\"; }\n  .lfs-faq-item[open] .lfs-faq-icon::before{ content:\"\\2212\"; }\n  .lfs-faq-item p{ color:var(--ink-soft); padding:0 4px 20px 4px; max-width:700px; }\n\n  \/* ===================== FINAL CTA ===================== *\/\n  .lfs-final{ background:linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%); color:var(--white); text-align:center; }\n  .lfs-final h2{ color:var(--white); font-size:2.3rem; }\n  .lfs-final .lfs-lede{ color:#C7D6E2; margin-left:auto; margin-right:auto; }\n  .lfs-final .lfs-cta-row{ justify-content:center; margin-top:26px; }\n\n  \/* ===================== CONTACT \/ INFO ===================== *\/\n  .lfs-contact__grid{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:start; }\n  .lfs-info-list{ display:flex; flex-direction:column; gap:22px; margin-top:30px; }\n  .lfs-info-item{ display:flex; gap:16px; align-items:flex-start; }\n  .lfs-info-icon{\n    width:46px; height:46px; border-radius:12px; background:var(--white); color:var(--navy);\n    border:1px solid var(--line); display:flex; align-items:center; justify-content:center; flex-shrink:0;\n  }\n  .lfs-info-item h4{ font-size:1rem; margin-bottom:3px; color:var(--navy); }\n  .lfs-info-item p, .lfs-info-item a{ color:var(--ink-soft); margin:0; }\n  .lfs-info-item a:hover{ color:var(--navy); text-decoration:underline; }\n  .lfs-social{ display:flex; gap:12px; margin-top:8px; }\n  .lfs-social a{\n    width:42px; height:42px; border-radius:50%; background:var(--navy); color:var(--white);\n    display:flex; align-items:center; justify-content:center; transition:background .15s ease, transform .15s ease;\n  }\n  .lfs-social a:hover{ background:var(--gold); color:var(--navy-deep); transform:translateY(-2px); }\n  .lfs-map{ border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow-card); aspect-ratio:4\/3; border:0; }\n  .lfs-map iframe{ width:100%; height:100%; border:0; display:block; }\n  @media (max-width:900px){ .lfs-contact__grid{ grid-template-columns:1fr; } }\n\n  \/* ===================== MOTION (respects reduced-motion) ===================== *\/\n  @media (prefers-reduced-motion: no-preference){\n    .lfs-reveal{ opacity:0; transform:translateY(16px); transition:opacity .6s ease, transform .6s ease; }\n    .lfs-reveal.lfs-in{ opacity:1; transform:translateY(0); }\n  }\n<\/style>\n\n<div class=\"lfs-home\">\n\n  <!-- ===================== HERO (full-bleed video) ===================== -->\n  <section class=\"lfs-hero-video\">\n    <div class=\"lfs-hero-video__bg\">\n      <!--\n        Video: \"Happy senior couples walking and enjoying a sunny day at the beach together\"\n        by Kampus Production \u2014 free stock video, Pexels License (free for commercial use,\n        no attribution required): https:\/\/www.pexels.com\/video\/elderly-couples-walking-on-the-beach-8161084\/\n        The src below is a real, currently-live direct file and will play as-is. For best\n        page-speed, click \"Free Download\" on that Pexels page, choose the 720p or 1080p\n        rendition (the file below is a much larger 2560x1440 UHD version), and upload the\n        smaller file to your WordPress Media Library \u2014 then swap the src to your own URL,\n        the same way your other images on this site are already self-hosted.\n      -->\n      <video class=\"lfs-hero-video__el\" autoplay muted loop playsinline poster=\"https:\/\/images.pexels.com\/videos\/8161084\/pexels-photo-8161084.jpeg?auto=compress&amp;w=1260&amp;h=750&amp;dpr=1\">\n        <source src=\"https:\/\/videos.pexels.com\/video-files\/8161084\/8161084-uhd_2560_1440_25fps.mp4\" type=\"video\/mp4\">\n      <\/video>\n      \n      <div class=\"lfs-hero-video__scrim\"><\/div>\n    <\/div>\n\n    <div class=\"lfs-wrap lfs-hero-video__content\">\n      <p class=\"lfs-eyebrow\">Discover Your Financial Future<\/p>\n      <h1>Reliable Guidance for Lifelong Security<\/h1>\n      <p class=\"lfs-hero__sub\">Explore our tailored financial strategies designed for you and your family.<\/p>\n      <div class=\"lfs-cta-row\">\n        <a class=\"lfs-btn lfs-btn--on-dark\" href=\"https:\/\/leynesfinancialservices.com\/?page_id=8527\">Get in Touch<\/a>\n        \n        \n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.34 1.85.57 2.81.7A2 2 0 0 1 22 16.92z\"\/><\/svg>\n                 <\/a>\n      <\/div>\n      <div class=\"lfs-trust-line\">\n        <span>Licensed Insurance Advisor<\/span>\n        <span>Estate Planning Specialist<\/span>\n        <span>Medicare Certified<\/span>\n        <span>20+ Years of Experience<\/span>\n      <\/div>\n      <div class=\"lfs-hero-badge\">\n        <span class=\"lfs-hero-badge__num\">20+<\/span>\n        <span class=\"lfs-hero-badge__label\">Years Serving Harrisburg-Area<br>Families Like Yours<\/span>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ===================== SERVICES ===================== -->\n  <section class=\"lfs-services lfs-section\">\n    <div class=\"lfs-wrap\">\n      <p class=\"lfs-eyebrow\">How We Help You &amp; Your Family<\/p>\n      <h2>Financial Strategies Built Around What Matters Most<\/h2>\n      <p class=\"lfs-lede\">Three ways we help you plan with confidence \u2014 in plain language, at your pace.<\/p>\n\n      <div class=\"lfs-cards3\">\n        <div class=\"lfs-card lfs-reveal\">\n          <div class=\"lfs-card__icon\">\n            <svg width=\"26\" height=\"26\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><polygon points=\"16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76\"\/><\/svg>\n          <\/div>\n          <h3>Holistic Financial Strategy<\/h3>\n          <p>We take a comprehensive approach to your finances, helping you make informed decisions that align with your goals.<\/p>\n          <a class=\"lfs-card__link\" href=\"https:\/\/leynesfinancialservices.com\/elementor-8837\/\">\n            Explore Holistic Planning\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M13 6l6 6-6 6\"\/><\/svg>\n          <\/a>\n        <\/div>\n\n        <div class=\"lfs-card lfs-reveal\">\n          <div class=\"lfs-card__icon\">\n            <svg width=\"26\" height=\"26\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><\/svg>\n          <\/div>\n          <h3>Legacy Planning<\/h3>\n          <p>Plan for the future by ensuring your wealth is passed on the way you desire, protecting your family's legacy using wills and a revocable living trust.<\/p>\n          <a class=\"lfs-card__link\" href=\"https:\/\/leynesfinancialservices.com\/estate-planning-services\/\">\n            See Estate &amp; Legacy Services\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M13 6l6 6-6 6\"\/><\/svg>\n          <\/a>\n        <\/div>\n\n        <div class=\"lfs-card lfs-reveal\">\n          <div class=\"lfs-card__icon\">\n            <svg width=\"26\" height=\"26\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\/><\/svg>\n          <\/div>\n          <h3>Medicare &amp; Social Security Planning<\/h3>\n          <p>Navigate the complex Medicare and Social Security landscape to find the best options for your healthcare needs, in conjunction with Social Security considerations such as IRMAA.<\/p>\n          <a class=\"lfs-card__link\" href=\"https:\/\/leynesfinancialservices.com\/medicare-planning-services\/\">\n            See Medicare Planning Services\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M13 6l6 6-6 6\"\/><\/svg>\n          <\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ===================== STATS ===================== -->\n  <section class=\"lfs-stats lfs-section--tight\">\n    <div class=\"lfs-wrap lfs-stats__grid\">\n      <div>\n        <div class=\"lfs-stat-num\">500+<\/div>\n        <div class=\"lfs-stat-rule\"><\/div>\n        <div class=\"lfs-stat-label\">Families Protected<\/div>\n      <\/div>\n      <div>\n        <div class=\"lfs-stat-num\">20+<\/div>\n        <div class=\"lfs-stat-rule\"><\/div>\n        <div class=\"lfs-stat-label\">Years of Experience<\/div>\n      <\/div>\n      <div>\n        <div class=\"lfs-stat-num\">14<\/div>\n        <div class=\"lfs-stat-rule\"><\/div>\n        <div class=\"lfs-stat-label\">States + D.C. Licensed to Serve You<\/div>\n      <\/div>\n      <div>\n        <div class=\"lfs-stat-num\">$50M+<\/div>\n        <div class=\"lfs-stat-rule\"><\/div>\n        <div class=\"lfs-stat-label\">In Coverage Placed<\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ===================== WELCOME \/ MISSION & VALUES ===================== -->\n  <section class=\"lfs-section\">\n    <div class=\"lfs-wrap lfs-welcome__grid\">\n      <div>\n        <p class=\"lfs-eyebrow\">Welcome to Leynes Financial Services<\/p>\n        <h2>Planning for a Brighter Future, Together<\/h2>\n        <p>At Leynes Financial, we believe in planning for a brighter future. Our mission is to provide you with comprehensive strategies in legacy and trust planning, life insurance, and Medicare options. We're here to guide you in achieving your financial goals while prioritizing your peace of mind.<\/p>\n\n        <div class=\"lfs-pillars\">\n          <div class=\"lfs-pillar\">\n            <h4>Our Mission<\/h4>\n            <p>To empower individuals and families through thoughtful planning, ensuring you have the financial security and support you need.<\/p>\n          <\/div>\n          <div class=\"lfs-pillar\">\n            <h4>Our Values<\/h4>\n            <p>We prioritize trust, warmth, and family-first approaches in our services, striving to build long-lasting relationships with our clients.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n      <div class=\"lfs-welcome__media\">\n        <img decoding=\"async\" src=\"https:\/\/leynesfinancialservices.com\/wp-content\/uploads\/2026\/06\/pexels-photo-13977812-13977812-scaled.avif\" alt=\"Happy couple embracing, reflecting Leynes Financial Services' family-first approach\" loading=\"lazy\" title=\"Home - LFS\">\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ===================== FOUNDER ===================== -->\n  <section class=\"lfs-founder lfs-section\">\n    <div class=\"lfs-wrap lfs-founder__grid\">\n      <div class=\"lfs-founder__media\">\n        <div class=\"lfs-founder__frame\">\n          <img decoding=\"async\" src=\"https:\/\/leynesfinancialservices.com\/wp-content\/uploads\/2025\/07\/Untitled-design-3.png\" alt=\"Lawrence Leynes, Founder and Insurance Advisor at Leynes Financial Services\" loading=\"lazy\" title=\"Home - LFS\">\n        <\/div>\n        <h3 class=\"lfs-founder__name\">Meet Lawrence Leynes<\/h3>\n        <p class=\"lfs-founder__title\">Founder &amp; Insurance Advisor<\/p>\n        <div class=\"lfs-chips\">\n          <span class=\"lfs-chip\">Estate Planning<\/span>\n          <span class=\"lfs-chip\">Medicare<\/span>\n          <span class=\"lfs-chip\">Life Insurance<\/span>\n          <span class=\"lfs-chip\">Disability Insurance<\/span>\n          <span class=\"lfs-chip\">Wealth Accumulation<\/span>\n        <\/div>\n      <\/div>\n\n      <div>\n        <p class=\"lfs-eyebrow\">Your Trusted Advisor<\/p>\n        <h2>A Guide Who's Walked a Similar Path<\/h2>\n\n        <blockquote class=\"lfs-quote\">\n          \"Financial planning doesn't have to be complicated. My goal is to simplify complex concepts so you can make confident decisions and move forward with clarity.\"\n        <\/blockquote>\n\n        <div class=\"lfs-founder__bio\">\n          <p>With more than 20 years of experience in entrepreneurship, business management, financial analysis, operations, and strategic planning, Lawrence Leynes is passionate about helping individuals, families, and business owners find practical solutions to their financial challenges. His diverse background allows him to quickly understand each client's unique situation and develop strategies that are both effective and easy to understand.<\/p>\n\n          <p>Lawrence founded Leynes Financial Services in 2017 with a mission to help families build stronger financial futures. His journey began with service in the United States Army, where he worked first as a Combat Medic and later as a Medical Laboratory Specialist. After serving for 10 years, he attended Penn State Harrisburg and earned a degree in Accounting and Finance.<\/p>\n\n          <details class=\"lfs-details\">\n            <summary>\n              <span class=\"lfs-details__more\">Read Lawrence's Full Story<\/span>\n              <span class=\"lfs-details__less\">Show Less<\/span>\n              <svg class=\"lfs-details__chevron\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M6 9l6 6 6-6\"\/><\/svg>\n            <\/summary>\n            <div class=\"lfs-details__body\">\n              <p>When entering the financial services industry, Lawrence gained valuable field experience with companies including Primerica and Citigroup. During that time, he discovered what would become his true passion: helping families manage their finances, protect their loved ones, and plan for the future. He later joined Northwestern Mutual as a financial advisor, where he continued guiding individuals and families toward greater financial confidence.<\/p>\n\n              <p>One of Lawrence's most rewarding experiences has been working alongside local charities and nonprofit organizations, helping them secure funding and raise capital to support their missions. Through this work, he built lasting relationships throughout the Harrisburg area and developed a deep appreciation for the community he serves.<\/p>\n\n              <p>As a small business owner and entrepreneur himself, Lawrence understands the opportunities and challenges that come with building and growing a business. He brings that firsthand experience to every client conversation.<\/p>\n\n              <p>When he's not working with clients, Lawrence enjoys spending time with his family, vacationing, teaching Brazilian Jiu-Jitsu, staying active through fitness, and mowing his lawn. He believes that success is not only about financial achievement but also about creating a fulfilling life for the people who matter most.<\/p>\n            <\/div>\n          <\/details>\n\n          <p class=\"lfs-founder__closing\">Helping families, individuals, and business owners make confident financial decisions is more than a profession for Lawrence \u2014 it's a calling.<\/p>\n\n          <a class=\"lfs-btn lfs-btn--primary\" href=\"https:\/\/leynesfinancialservices.com\/?page_id=8527\/\">Talk to Lawrence<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ===================== PROCESS ===================== -->\n  <section class=\"lfs-section\">\n    <div class=\"lfs-wrap\">\n      <p class=\"lfs-eyebrow\">Simple, Step by Step<\/p>\n      <h2>How We Work Together<\/h2>\n      <p class=\"lfs-lede\">No jargon, no pressure \u2014 just a clear path toward a plan you understand and trust.<\/p>\n\n      <div class=\"lfs-process__list\">\n        <div class=\"lfs-step\">\n          <div class=\"lfs-step__num\">1<\/div>\n          <h3>Free Discovery Call<\/h3>\n          <p>We spend 20\u201330 minutes understanding your family's situation, current coverage, and goals. No pressure, no obligation.<\/p>\n        <\/div>\n        <div class=\"lfs-step\">\n          <div class=\"lfs-step__num\">2<\/div>\n          <h3>Personalized Plan Design<\/h3>\n          <p>I analyze your needs and build a coordinated estate and insurance strategy \u2014 showing you exactly how each piece protects your family.<\/p>\n        <\/div>\n        <div class=\"lfs-step\">\n          <div class=\"lfs-step__num\">3<\/div>\n          <h3>Implementation &amp; Coordination<\/h3>\n          <p>We put your plan into action. I coordinate with attorneys for legal documents and ensure all insurance beneficiaries and ownership structures align perfectly.<\/p>\n        <\/div>\n        <div class=\"lfs-step\">\n          <div class=\"lfs-step__num\">4<\/div>\n          <h3>Annual Reviews &amp; Updates<\/h3>\n          <p>Life changes \u2014 marriages, births, career shifts. I check in annually to ensure your plan evolves with your family.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ===================== TESTIMONIALS ===================== -->\n  <section class=\"lfs-testimonials lfs-section\">\n    <div class=\"lfs-wrap\">\n      <p class=\"lfs-eyebrow\">What Our Clients Say<\/p>\n      <h2>Real Stories, Real Impact<\/h2>\n      <p class=\"lfs-lede\">A few of the families we've had the privilege of helping.<\/p>\n\n      <div class=\"lfs-tcards\">\n        <div class=\"lfs-tcard lfs-reveal\">\n          <div class=\"lfs-tcard__stars\" aria-hidden=\"true\">\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.77 5.82 21 7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.77 5.82 21 7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.77 5.82 21 7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.77 5.82 21 7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.77 5.82 21 7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n          <\/div>\n          <p>\"I never knew planning my financial future could be so simple. Lawrence guided me every step of the way, making everything clear and manageable.\"<\/p>\n          <div class=\"lfs-tcard__who\">\n            <div class=\"lfs-avatar\">JD<\/div>\n            <div>\n              <div class=\"lfs-tcard__name\">John D.<\/div>\n              <div class=\"lfs-tcard__loc\">Philadelphia, PA<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"lfs-tcard lfs-reveal\">\n          <div class=\"lfs-tcard__stars\" aria-hidden=\"true\">\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.77 5.82 21 7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.77 5.82 21 7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.77 5.82 21 7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.77 5.82 21 7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.77 5.82 21 7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n          <\/div>\n          <p>\"The advice I received was invaluable. Lawrence really took the time to understand my needs and tailor a plan that worked for me.\"<\/p>\n          <div class=\"lfs-tcard__who\">\n            <div class=\"lfs-avatar\">SM<\/div>\n            <div>\n              <div class=\"lfs-tcard__name\">Sarah M.<\/div>\n              <div class=\"lfs-tcard__loc\">Steelton, PA<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"lfs-tcard lfs-reveal\">\n          <div class=\"lfs-tcard__stars\" aria-hidden=\"true\">\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.77 5.82 21 7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.77 5.82 21 7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.77 5.82 21 7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.77 5.82 21 7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.77 5.82 21 7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n          <\/div>\n          <p>\"From the first consultation to our ongoing planning sessions, the experience has been nothing short of exceptional. I feel secure about my financial future.\"<\/p>\n          <div class=\"lfs-tcard__who\">\n            <div class=\"lfs-avatar\">ML<\/div>\n            <div>\n              <div class=\"lfs-tcard__name\">Mike L.<\/div>\n              <div class=\"lfs-tcard__loc\">Hershey, PA<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ===================== FAQ ===================== -->\n  <section class=\"lfs-section\">\n    <div class=\"lfs-wrap\">\n      <p class=\"lfs-eyebrow lfs-center\">Common Questions<\/p>\n      <h2 class=\"lfs-center\">Here's What Families Ask Us Most<\/h2>\n      <p class=\"lfs-center\">Straightforward answers, so you know what to expect before you ever pick up the phone.<\/p>\n\n      <div class=\"lfs-faq\">\n        <details class=\"lfs-faq-item\">\n          <summary>What financial services do you offer?<span class=\"lfs-faq-icon\"><\/span><\/summary>\n          <p>We provide a range of services, including financial strategies, trust and legacy planning, life insurance, annuities, and Medicare planning. Our goal is to support you in achieving your financial security and peace of mind.<\/p>\n        <\/details>\n        <details class=\"lfs-faq-item\">\n          <summary>How can I schedule an appointment?<span class=\"lfs-faq-icon\"><\/span><\/summary>\n          <p>You can easily schedule an appointment through our online booking system. Just select a date and time that works for you, and we'll take care of the rest!<\/p>\n        <\/details>\n        <details class=\"lfs-faq-item\">\n          <summary>What is your approach to financial planning?<span class=\"lfs-faq-icon\"><\/span><\/summary>\n          <p>We focus on a personalized approach, tailoring our strategies to meet your individual needs and goals. Every financial situation is unique, and we take the time to understand yours to offer the best solutions.<\/p>\n        <\/details>\n        <details class=\"lfs-faq-item\">\n          <summary>Can you explain life insurance options?<span class=\"lfs-faq-icon\"><\/span><\/summary>\n          <p>Absolutely! We offer various life insurance options, including term, whole life, Indexed Universal Life, and final expense insurance. We can help you identify which type of policy suits your needs and family situation best.<\/p>\n        <\/details>\n        <details class=\"lfs-faq-item\">\n          <summary>What should I consider with annuities?<span class=\"lfs-faq-icon\"><\/span><\/summary>\n          <p>Annuities can provide a steady income stream for retirement, but it's essential to understand the different types available. We'll help you navigate the options to find what fits best for your financial plan.<\/p>\n        <\/details>\n        <details class=\"lfs-faq-item\">\n          <summary>How does Medicare planning work?<span class=\"lfs-faq-icon\"><\/span><\/summary>\n          <p>Medicare planning involves understanding the various Medicare plans and benefits available to you. We provide guidance to help you choose the right coverage based on your healthcare needs and financial goals.<\/p>\n        <\/details>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ===================== FINAL CTA ===================== -->\n  <section class=\"lfs-final lfs-section\">\n    <div class=\"lfs-wrap\">\n      <h2>Ready to Secure Your Future?<\/h2>\n      <p class=\"lfs-lede\">Let's simplify your financial journey. Schedule a consultation to discuss how we can create tailored strategies for your legacy and wellness.<\/p>\n      <div class=\"lfs-cta-row\">\n        <a class=\"lfs-btn lfs-btn--on-dark\" href=\"https:\/\/leynesfinancialservices.com\/?page_id=8529\">Get Started<\/a>\n        <a class=\"lfs-btn lfs-btn--ghost-on-dark\" href=\"tel:+17177734880\">Call (717) 773-4880<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ===================== CONTACT \/ INFO ===================== -->\n  <section class=\"lfs-section\">\n    <div class=\"lfs-wrap lfs-contact__grid\">\n      <div>\n        <p class=\"lfs-eyebrow\">Get in Touch<\/p>\n        <h2>We're Here to Help \u2014 Every Step of the Way<\/h2>\n        <p class=\"lfs-lede\">We're here to assist you with all your financial planning needs. Feel free to reach out anytime.<\/p>\n\n        <div class=\"lfs-info-list\">\n          <div class=\"lfs-info-item\">\n            <div class=\"lfs-info-icon\">\n              <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.34 1.85.57 2.81.7A2 2 0 0 1 22 16.92z\"\/><\/svg>\n            <\/div>\n            <div>\n              <h4>Call Us<\/h4>\n              <a href=\"tel:+1717734880\">(717) 773-4880<\/a>\n            <\/div>\n          <\/div>\n          <div class=\"lfs-info-item\">\n            <div class=\"lfs-info-icon\">\n              <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"2\"\/><path d=\"m22 6-10 7L2 6\"\/><\/svg>\n            <\/div>\n            <div>\n              <h4>Email Us<\/h4>\n              <a href=\"mailto:info@leynesfinancialservices.com\">info@leynesfinancialservices.com<\/a>\n            <\/div>\n          <\/div>\n          <div class=\"lfs-info-item\">\n            <div class=\"lfs-info-icon\">\n              <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg>\n            <\/div>\n            <div>\n              <h4>Visit Us<\/h4>\n              <p>1645 Buckingham Road, Harrisburg, PA, USA<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"lfs-info-item\">\n            <div class=\"lfs-info-icon\">\n              <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"8\" r=\"6\"\/><path d=\"M15.48 12.89 17 22l-5-3-5 3 1.52-9.11\"\/><\/svg>\n            <\/div>\n            <div>\n              <h4>Licensed In<\/h4>\n              <p>PA \u00b7 NJ \u00b7 VA \u00b7 TN \u00b7 OH \u00b7 MD \u00b7 LA \u00b7 DC \u00b7 FL \u00b7 NC \u00b7 TX \u00b7 NV \u00b7 CA \u00b7 MA \u00b7 MI<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"lfs-social\">\n          <!-- Update these three href=\"#\" links to your real social profile URLs -->\n          <a href=\"https:\/\/www.facebook.com\/leynesfinancialservices\/\" aria-label=\"Leynes Financial Services on Facebook\">\n            <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z\"\/><\/svg>\n          <\/a>\n          <a href=\"#\" aria-label=\"Leynes Financial Services on X (Twitter)\">\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\"><path d=\"M18 6 6 18M6 6l12 12\"\/><\/svg>\n          <\/a>\n          <a href=\"#\" aria-label=\"Leynes Financial Services on Instagram\">\n            <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><rect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"5\"\/><circle cx=\"12\" cy=\"12\" r=\"4\"\/><circle cx=\"17.5\" cy=\"6.5\" r=\"0.7\" fill=\"currentColor\" stroke=\"none\"\/><\/svg>\n          <\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"lfs-map\">\n        <iframe src=\"https:\/\/maps.google.com\/maps?q=Harrisburg%2C%20PA%20USA&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" loading=\"lazy\" title=\"Leynes Financial Services service area map \u2014 Harrisburg, PA\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe>\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/div>\n<!-- ===================== \/lfs-home ===================== -->\n\n<!-- ===================== STRUCTURED DATA (SEO) ===================== -->\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FinancialService\",\n  \"name\": \"Leynes Financial Services\",\n  \"image\": \"https:\/\/leynesfinancialservices.com\/wp-content\/uploads\/2026\/08\/20260812_135554-scaled.avif\",\n  \"url\": \"https:\/\/leynesfinancialservices.com\/\",\n  \"telephone\": \"+1-717-775-7172\",\n  \"email\": \"info@leynesfinancialservices.com\",\n  \"priceRange\": \"Free consultation\",\n  \"address\": {\n    \"@type\": \"PostalAddress\",\n    \"streetAddress\": \"1645 Buckingham Road\",\n    \"addressLocality\": \"Harrisburg\",\n    \"addressRegion\": \"PA\",\n    \"addressCountry\": \"US\"\n  },\n  \"areaServed\": [\"PA\",\"NJ\",\"VA\",\"TN\",\"OH\",\"MD\",\"LA\",\"DC\",\"FL\",\"NC\",\"TX\",\"NV\",\"CA\",\"MA\",\"MI\"],\n  \"description\": \"Leynes Financial Services provides holistic financial planning, estate and legacy planning, and Medicare and Social Security guidance for families and seniors in Harrisburg, PA and beyond.\",\n  \"founder\": {\n    \"@type\": \"Person\",\n    \"name\": \"Lawrence Leynes\",\n    \"jobTitle\": \"Founder and Insurance Advisor\"\n  },\n  \"makesOffer\": [\n    { \"@type\": \"Offer\", \"itemOffered\": { \"@type\": \"Service\", \"name\": \"Holistic Financial Planning\", \"url\": \"https:\/\/leynesfinancialservices.com\/elementor-8837\/\" } },\n    { \"@type\": \"Offer\", \"itemOffered\": { \"@type\": \"Service\", \"name\": \"Estate & Legacy Planning\", \"url\": \"https:\/\/leynesfinancialservices.com\/estate-planning-services\/\" } },\n    { \"@type\": \"Offer\", \"itemOffered\": { \"@type\": \"Service\", \"name\": \"Medicare & Social Security Planning\", \"url\": \"https:\/\/leynesfinancialservices.com\/medicare-planning-services\/\" } }\n  ]\n}\n<\/script>\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    { \"@type\": \"Question\", \"name\": \"What financial services do you offer?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"We provide a range of services, including financial strategies, trust and legacy planning, life insurance, annuities, and Medicare planning. Our goal is to support you in achieving your financial security and peace of mind.\" } },\n    { \"@type\": \"Question\", \"name\": \"How can I schedule an appointment?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"You can easily schedule an appointment through our online booking system. Just select a date and time that works for you, and we'll take care of the rest.\" } },\n    { \"@type\": \"Question\", \"name\": \"What is your approach to financial planning?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"We focus on a personalized approach, tailoring our strategies to meet your individual needs and goals. Every financial situation is unique, and we take the time to understand yours to offer the best solutions.\" } },\n    { \"@type\": \"Question\", \"name\": \"Can you explain life insurance options?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"We offer various life insurance options, including term, whole life, Indexed Universal Life, and final expense insurance. We help you identify which type of policy suits your needs and family situation best.\" } },\n    { \"@type\": \"Question\", \"name\": \"What should I consider with annuities?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Annuities can provide a steady income stream for retirement, but it's essential to understand the different types available. We help you navigate the options to find what fits best for your financial plan.\" } },\n    { \"@type\": \"Question\", \"name\": \"How does Medicare planning work?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Medicare planning involves understanding the various Medicare plans and benefits available to you. We provide guidance to help you choose the right coverage based on your healthcare needs and financial goals.\" } }\n  ]\n}\n<\/script>\n\n<!-- ===================== LIGHT SCROLL-REVEAL (optional, safe to delete) ===================== -->\n<script>\n(function(){\n  try{\n    if (window.matchMedia && window.matchMedia('(prefers-reduced-motion: reduce)').matches) return;\n    if (!('IntersectionObserver' in window)) return;\n    var els = document.querySelectorAll('.lfs-home .lfs-reveal');\n    if (!els.length) return;\n    var io = new IntersectionObserver(function(entries){\n      entries.forEach(function(e){\n        if (e.isIntersecting){ e.target.classList.add('lfs-in'); io.unobserve(e.target); }\n      });\n    }, { threshold: 0.15 });\n    els.forEach(function(el){ io.observe(el); });\n  }catch(e){ \/* fail silently, content is visible by default *\/ }\n})();\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aaee603 elementor-widget elementor-widget-copyright\" data-id=\"aaee603\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;align&quot;:&quot;center&quot;}\" data-widget_type=\"copyright.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"hfe-copyright-wrapper\">\n\t\t\t\t\t\t\t<span>Copyright \u00a9 2026 Leynes Financial Services | Powered by Leynes Financial Services<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Discover Your Financial Future Reliable Guidance for Lifelong Security Explore our tailored financial strategies designed for you and your family. Get in Touch Licensed Insurance Advisor Estate Planning Specialist Medicare Certified 20+ Years of Experience 20+ Years Serving Harrisburg-AreaFamilies Like Yours How We Help You &amp; Your Family Financial Strategies Built Around What Matters Most [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_angie_page":false,"rs_blank_template":"","rs_page_bg_color":"","slide_template_v7":"","_uag_custom_page_level_css":"","_exactmetrics_skip_tracking":false,"footnotes":""},"class_list":["post-9012","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"Lawrence","author_link":"https:\/\/leynesfinancialservices.com\/?author=1"},"uagb_comment_info":0,"uagb_excerpt":"Discover Your Financial Future Reliable Guidance for Lifelong Security Explore our tailored financial strategies designed for you and your family. Get in Touch Licensed Insurance Advisor Estate Planning Specialist Medicare Certified 20+ Years of Experience 20+ Years Serving Harrisburg-AreaFamilies Like Yours How We Help You &amp; Your Family Financial Strategies Built Around What Matters Most&hellip;","_links":{"self":[{"href":"https:\/\/leynesfinancialservices.com\/index.php?rest_route=\/wp\/v2\/pages\/9012","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/leynesfinancialservices.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/leynesfinancialservices.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/leynesfinancialservices.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/leynesfinancialservices.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9012"}],"version-history":[{"count":38,"href":"https:\/\/leynesfinancialservices.com\/index.php?rest_route=\/wp\/v2\/pages\/9012\/revisions"}],"predecessor-version":[{"id":9085,"href":"https:\/\/leynesfinancialservices.com\/index.php?rest_route=\/wp\/v2\/pages\/9012\/revisions\/9085"}],"wp:attachment":[{"href":"https:\/\/leynesfinancialservices.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9012"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}