{"id":5720,"date":"2026-02-13T19:15:37","date_gmt":"2026-02-13T19:15:37","guid":{"rendered":"https:\/\/lyndleadershipconference.com\/?page_id=5720"},"modified":"2026-02-13T19:44:49","modified_gmt":"2026-02-13T19:44:49","slug":"illumination","status":"publish","type":"page","link":"https:\/\/lyndleadershipconference.com\/?page_id=5720","title":{"rendered":"Illumination"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5720\" class=\"elementor elementor-5720\">\n\t\t\t\t<div class=\"elementor-element elementor-element-af7efc9 e-flex e-con-boxed e-con e-parent\" data-id=\"af7efc9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bea5d86 elementor-widget elementor-widget-html\" data-id=\"bea5d86\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!doctype html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"utf-8\" \/>\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, viewport-fit=cover\" \/>\r\n<title>Future Forward \u2013 Light<\/title>\r\n\r\n<style>\r\n:root{\r\n  --panel: rgba(1,8,19,0.72);\r\n  --border: rgba(255,255,255,0.16);\r\n}\r\n\r\nhtml, body {\r\n  margin:0;\r\n  height:100%;\r\n  background:#ffffff;\r\n  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;\r\n  -webkit-tap-highlight-color: transparent;\r\n  overflow:hidden;\r\n}\r\n\r\n\/* FULL SCREEN STAGE *\/\r\n.stage{\r\n  position:relative;\r\n  width:100%;\r\n  height:100dvh;\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n  padding:\r\n    calc(16px + env(safe-area-inset-top))\r\n    16px\r\n    calc(16px + env(safe-area-inset-bottom))\r\n    16px;\r\n  box-sizing:border-box;\r\n}\r\n\r\n\/* TOP BUTTON ROW *\/\r\n.top-bar{\r\n  position:absolute;\r\n  top:calc(10px + env(safe-area-inset-top));\r\n  left:16px;\r\n  right:16px;\r\n  display:flex;\r\n  justify-content:center;\r\n  gap:12px;\r\n  z-index:5;\r\n}\r\n\r\n.btn{\r\n  appearance:none;\r\n  border:1px solid var(--border);\r\n  background:var(--panel);\r\n  color:#fff;\r\n  padding:12px 14px;\r\n  border-radius:999px;\r\n  font-weight:700;\r\n  font-size:14px;\r\n  backdrop-filter: blur(10px);\r\n  -webkit-backdrop-filter: blur(10px);\r\n  cursor:pointer;\r\n}\r\n\r\n\/* CENTER CARD *\/\r\n.card{\r\n  width:min(900px, 100%);\r\n  background:var(--panel);\r\n  border:1px solid var(--border);\r\n  border-radius:28px;\r\n  padding:clamp(20px,5vw,36px);\r\n  text-align:center;\r\n  backdrop-filter: blur(12px);\r\n  -webkit-backdrop-filter: blur(12px);\r\n  box-shadow: 0 30px 80px rgba(0,0,0,0.25);\r\n  transition:opacity .2s ease;\r\n}\r\n\r\n.kicker{\r\n  color:#fff;\r\n  opacity:.85;\r\n  text-transform:uppercase;\r\n  letter-spacing:.25em;\r\n  font-weight:800;\r\n  font-size:13px;\r\n  margin-bottom:14px;\r\n}\r\n\r\n.title{\r\n  color:#fff;\r\n  font-weight:900;\r\n  line-height:.95;\r\n  margin:0;\r\n  font-size:clamp(44px, 11vw, 96px);\r\n}\r\n\r\n.sub{\r\n  color:#fff;\r\n  opacity:.9;\r\n  margin-top:18px;\r\n  font-weight:700;\r\n  font-size:clamp(15px, 4vw, 20px);\r\n  max-width:50ch;\r\n  margin-left:auto;\r\n  margin-right:auto;\r\n}\r\n\r\n\/* PURE LIGHT MODE *\/\r\n.text-off .card{\r\n  opacity:0;\r\n  pointer-events:none;\r\n}\r\n\r\n\/* SMALL PHONE FIX *\/\r\n@media (max-width:420px){\r\n  .card{ border-radius:22px; }\r\n  .btn{ font-size:13px; padding:11px 12px; }\r\n}\r\n<\/style>\r\n<\/head>\r\n\r\n<body>\r\n\r\n<div class=\"stage\" id=\"stage\">\r\n\r\n  <div class=\"top-bar\">\r\n    <button class=\"btn\" id=\"toggleBtn\">Tap anywhere: Text ON\/OFF<\/button>\r\n  <\/div>\r\n\r\n  <div class=\"card\">\r\n    <div class=\"kicker\">Future Forward<\/div>\r\n    <h1 class=\"title\">RAISE<br>YOUR<br>LIGHT<\/h1>\r\n    <div class=\"sub\">\r\n      Turn your brightness to max and hold your phone up during the celebration.\r\n    <\/div>\r\n  <\/div>\r\n\r\n<\/div>\r\n\r\n<script>\r\n(function(){\r\n  const stage = document.getElementById(\"stage\");\r\n  const toggleBtn = document.getElementById(\"toggleBtn\");\r\n  const fsBtn = document.getElementById(\"fsBtn\");\r\n\r\n  function toggleText(){\r\n    stage.classList.toggle(\"text-off\");\r\n  }\r\n\r\n  stage.addEventListener(\"click\", (e)=>{\r\n    if(e.target === fsBtn || e.target === toggleBtn) return;\r\n    toggleText();\r\n  });\r\n\r\n  toggleBtn.addEventListener(\"click\", (e)=>{\r\n    e.stopPropagation();\r\n    toggleText();\r\n  });\r\n\r\n  fsBtn.addEventListener(\"click\", async (e)=>{\r\n    e.stopPropagation();\r\n    try{\r\n      if(!document.fullscreenElement){\r\n        await document.documentElement.requestFullscreen();\r\n      }\r\n    }catch{}\r\n  });\r\n})();\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\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>Future Forward \u2013 Light Tap anywhere: Text ON\/OFF Future Forward RAISEYOURLIGHT Turn your brightness to max and hold your phone up during the celebration.<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-5720","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Future Forward \u2013 Light Tap anywhere: Text ON\/OFF Future Forward RAISEYOURLIGHT Turn your brightness to max and hold your phone up during the celebration.\" \/>\n\t<meta name=\"robots\" content=\"noindex, nofollow, max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/lyndleadershipconference.com\/?page_id=5720\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Future Forward - Lynd Leadership Conference 26&#039; -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Illumination - Future Forward - Lynd Leadership Conference 26&#039;\" \/>\n\t\t<meta property=\"og:description\" content=\"Future Forward \u2013 Light Tap anywhere: Text ON\/OFF Future Forward RAISEYOURLIGHT Turn your brightness to max and hold your phone up during the celebration.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/lyndleadershipconference.com\/?page_id=5720\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-02-13T19:15:37+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-02-13T19:44:49+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Illumination - Future Forward - Lynd Leadership Conference 26&#039;\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Future Forward \u2013 Light Tap anywhere: Text ON\/OFF Future Forward RAISEYOURLIGHT Turn your brightness to max and hold your phone up during the celebration.\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/lyndleadershipconference.com\\\/?page_id=5720#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/lyndleadershipconference.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/lyndleadershipconference.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/lyndleadershipconference.com\\\/?page_id=5720#listItem\",\"name\":\"Illumination\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/lyndleadershipconference.com\\\/?page_id=5720#listItem\",\"position\":2,\"name\":\"Illumination\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/lyndleadershipconference.com#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/lyndleadershipconference.com\\\/#organization\",\"name\":\"Future Forward - Lynd Leadership Conference 26'\",\"url\":\"https:\\\/\\\/lyndleadershipconference.com\\\/\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/lyndleadershipconference.com\\\/?page_id=5720#webpage\",\"url\":\"https:\\\/\\\/lyndleadershipconference.com\\\/?page_id=5720\",\"name\":\"Illumination - Future Forward - Lynd Leadership Conference 26'\",\"description\":\"Future Forward \\u2013 Light Tap anywhere: Text ON\\\/OFF Future Forward RAISEYOURLIGHT Turn your brightness to max and hold your phone up during the celebration.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/lyndleadershipconference.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/lyndleadershipconference.com\\\/?page_id=5720#breadcrumblist\"},\"datePublished\":\"2026-02-13T19:15:37+00:00\",\"dateModified\":\"2026-02-13T19:44:49+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/lyndleadershipconference.com\\\/#website\",\"url\":\"https:\\\/\\\/lyndleadershipconference.com\\\/\",\"name\":\"Future Forward - Lynd Leadership Conference 26'\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/lyndleadershipconference.com\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Illumination - Future Forward - Lynd Leadership Conference 26'","description":"Future Forward \u2013 Light Tap anywhere: Text ON\/OFF Future Forward RAISEYOURLIGHT Turn your brightness to max and hold your phone up during the celebration.","canonical_url":"https:\/\/lyndleadershipconference.com\/?page_id=5720","robots":"noindex, nofollow, max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/lyndleadershipconference.com\/?page_id=5720#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/lyndleadershipconference.com#listItem","position":1,"name":"Home","item":"https:\/\/lyndleadershipconference.com","nextItem":{"@type":"ListItem","@id":"https:\/\/lyndleadershipconference.com\/?page_id=5720#listItem","name":"Illumination"}},{"@type":"ListItem","@id":"https:\/\/lyndleadershipconference.com\/?page_id=5720#listItem","position":2,"name":"Illumination","previousItem":{"@type":"ListItem","@id":"https:\/\/lyndleadershipconference.com#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/lyndleadershipconference.com\/#organization","name":"Future Forward - Lynd Leadership Conference 26'","url":"https:\/\/lyndleadershipconference.com\/"},{"@type":"WebPage","@id":"https:\/\/lyndleadershipconference.com\/?page_id=5720#webpage","url":"https:\/\/lyndleadershipconference.com\/?page_id=5720","name":"Illumination - Future Forward - Lynd Leadership Conference 26'","description":"Future Forward \u2013 Light Tap anywhere: Text ON\/OFF Future Forward RAISEYOURLIGHT Turn your brightness to max and hold your phone up during the celebration.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/lyndleadershipconference.com\/#website"},"breadcrumb":{"@id":"https:\/\/lyndleadershipconference.com\/?page_id=5720#breadcrumblist"},"datePublished":"2026-02-13T19:15:37+00:00","dateModified":"2026-02-13T19:44:49+00:00"},{"@type":"WebSite","@id":"https:\/\/lyndleadershipconference.com\/#website","url":"https:\/\/lyndleadershipconference.com\/","name":"Future Forward - Lynd Leadership Conference 26'","inLanguage":"en-US","publisher":{"@id":"https:\/\/lyndleadershipconference.com\/#organization"}}]},"og:locale":"en_US","og:site_name":"Future Forward - Lynd Leadership Conference 26' -","og:type":"article","og:title":"Illumination - Future Forward - Lynd Leadership Conference 26'","og:description":"Future Forward \u2013 Light Tap anywhere: Text ON\/OFF Future Forward RAISEYOURLIGHT Turn your brightness to max and hold your phone up during the celebration.","og:url":"https:\/\/lyndleadershipconference.com\/?page_id=5720","article:published_time":"2026-02-13T19:15:37+00:00","article:modified_time":"2026-02-13T19:44:49+00:00","twitter:card":"summary_large_image","twitter:title":"Illumination - Future Forward - Lynd Leadership Conference 26'","twitter:description":"Future Forward \u2013 Light Tap anywhere: Text ON\/OFF Future Forward RAISEYOURLIGHT Turn your brightness to max and hold your phone up during the celebration."},"aioseo_meta_data":{"post_id":"5720","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-02-13 19:15:37","updated":"2026-02-13 19:55:30","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/lyndleadershipconference.com\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tIllumination\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/lyndleadershipconference.com"},{"label":"Illumination","link":"https:\/\/lyndleadershipconference.com\/?page_id=5720"}],"featured_image_src":null,"featured_image_src_square":null,"_links":{"self":[{"href":"https:\/\/lyndleadershipconference.com\/index.php?rest_route=\/wp\/v2\/pages\/5720","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lyndleadershipconference.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lyndleadershipconference.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lyndleadershipconference.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/lyndleadershipconference.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5720"}],"version-history":[{"count":0,"href":"https:\/\/lyndleadershipconference.com\/index.php?rest_route=\/wp\/v2\/pages\/5720\/revisions"}],"wp:attachment":[{"href":"https:\/\/lyndleadershipconference.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5720"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}