{"id":1921,"date":"2026-02-02T09:05:49","date_gmt":"2026-02-02T09:05:49","guid":{"rendered":"https:\/\/celebrityexperts.com\/staging-site\/?page_id=1921"},"modified":"2026-02-24T21:04:10","modified_gmt":"2026-02-24T21:04:10","slug":"celebrity-programs","status":"publish","type":"page","link":"https:\/\/celebrityexperts.com\/staging-site\/celebrity-programs\/","title":{"rendered":"Celebrity Programs"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1921\" class=\"elementor elementor-1921\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c5eb4af elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"c5eb4af\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8ac5d47\" data-id=\"8ac5d47\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4dd057a elementor-widget elementor-widget-html\" data-id=\"4dd057a\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Celebrity Programs Hero Section -->\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n\/* Programs Hero Section *\/\r\n.programs-hero-section {\r\n    position: relative;\r\n    min-height: 90vh;\r\n    display: flex;\r\n    align-items: center;\r\n    padding: 140px 20px 100px;\r\n    overflow: hidden;\r\n    background: linear-gradient(135deg, #000000 0%, #0a0a0a 100%);\r\n}\r\n\r\n\/* Animated Spotlight Effect *\/\r\n.spotlight-bg {\r\n    position: absolute;\r\n    inset: 0;\r\n    background: \r\n        radial-gradient(ellipse at 30% 40%, rgba(212, 175, 55, 0.15) 0%, transparent 50%),\r\n        radial-gradient(ellipse at 70% 60%, rgba(212, 175, 55, 0.1) 0%, transparent 50%);\r\n    animation: spotlightMove 15s ease-in-out infinite;\r\n    z-index: 0;\r\n}\r\n\r\n@keyframes spotlightMove {\r\n    0%, 100% { \r\n        background-position: 0% 0%, 100% 100%;\r\n        opacity: 0.6;\r\n    }\r\n    50% { \r\n        background-position: 100% 100%, 0% 0%;\r\n        opacity: 1;\r\n    }\r\n}\r\n\r\n\/* Animated Grid *\/\r\n.programs-hero-section::before {\r\n    content: '';\r\n    position: absolute;\r\n    inset: 0;\r\n    background: \r\n        linear-gradient(90deg, rgba(212, 175, 55, 0.03) 1px, transparent 1px),\r\n        linear-gradient(rgba(212, 175, 55, 0.03) 1px, transparent 1px);\r\n    background-size: 80px 80px;\r\n    animation: gridFloat 20s linear infinite;\r\n    z-index: 1;\r\n}\r\n\r\n@keyframes gridFloat {\r\n    0% { transform: translate(0, 0); }\r\n    100% { transform: translate(80px, 80px); }\r\n}\r\n\r\n\/* Floating Particles *\/\r\n.hero-particles {\r\n    position: absolute;\r\n    inset: 0;\r\n    z-index: 1;\r\n}\r\n\r\n.hero-particle {\r\n    position: absolute;\r\n    width: 3px;\r\n    height: 3px;\r\n    background: #D4AF37;\r\n    border-radius: 50%;\r\n    animation: particleRise 25s infinite;\r\n    opacity: 0;\r\n}\r\n\r\n.hero-particle:nth-child(1) { left: 15%; animation-delay: 0s; }\r\n.hero-particle:nth-child(2) { left: 35%; animation-delay: 3s; }\r\n.hero-particle:nth-child(3) { left: 55%; animation-delay: 6s; }\r\n.hero-particle:nth-child(4) { left: 75%; animation-delay: 9s; }\r\n.hero-particle:nth-child(5) { left: 85%; animation-delay: 12s; }\r\n\r\n@keyframes particleRise {\r\n    0% {\r\n        transform: translateY(100vh) scale(0);\r\n        opacity: 0;\r\n    }\r\n    10% {\r\n        opacity: 1;\r\n    }\r\n    90% {\r\n        opacity: 1;\r\n    }\r\n    100% {\r\n        transform: translateY(-100vh) scale(1.5);\r\n        opacity: 0;\r\n    }\r\n}\r\n\r\n.programs-hero-container {\r\n    max-width: 1100px;\r\n    margin: 0 auto;\r\n    position: relative;\r\n    z-index: 10;\r\n    text-align: center;\r\n}\r\n\r\n\/* Badge *\/\r\n.programs-badge {\r\n    display: inline-block;\r\n    background: linear-gradient(135deg, #D4AF37, #B8860B);\r\n    color: #000;\r\n    font-family: 'Montserrat', sans-serif;\r\n    font-size: 11px;\r\n    font-weight: 700;\r\n    letter-spacing: 0.4em;\r\n    padding: 12px 32px;\r\n    margin-bottom: 35px;\r\n    text-transform: uppercase;\r\n    position: relative;\r\n    overflow: hidden;\r\n    animation: fadeInDown 0.8s ease-out forwards;\r\n}\r\n\r\n.programs-badge::before {\r\n    content: '';\r\n    position: absolute;\r\n    top: 0;\r\n    left: -100%;\r\n    width: 100%;\r\n    height: 100%;\r\n    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);\r\n    animation: badgeShine 3s ease-in-out infinite;\r\n}\r\n\r\n@keyframes badgeShine {\r\n    0% { left: -100%; }\r\n    50%, 100% { left: 100%; }\r\n}\r\n\r\n\/* Main Headline *\/\r\n.programs-headline {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: clamp(2.5rem, 8vw, 6rem);\r\n    font-weight: 300;\r\n    color: #fff;\r\n    margin-bottom: 28px;\r\n    line-height: 1.15;\r\n    animation: fadeInUp 0.8s ease-out 0.2s forwards;\r\n    opacity: 0;\r\n}\r\n\r\n.programs-headline .highlight {\r\n    background: linear-gradient(135deg, #D4AF37 0%, #F4E5B2 50%, #D4AF37 100%);\r\n    -webkit-background-clip: text;\r\n    -webkit-text-fill-color: transparent;\r\n    background-clip: text;\r\n    font-weight: 500;\r\n    position: relative;\r\n    display: inline-block;\r\n}\r\n\r\n.programs-headline .highlight::after {\r\n    content: '';\r\n    position: absolute;\r\n    bottom: -8px;\r\n    left: 0;\r\n    right: 0;\r\n    height: 3px;\r\n    background: linear-gradient(to right, transparent, #D4AF37, transparent);\r\n    animation: underlineExpand 1s ease-out 1s forwards;\r\n    transform: scaleX(0);\r\n}\r\n\r\n@keyframes underlineExpand {\r\n    to { transform: scaleX(1); }\r\n}\r\n\r\n\/* Subheadline *\/\r\n.programs-subheadline {\r\n    font-family: 'Montserrat', sans-serif;\r\n    font-size: clamp(1.05rem, 2.2vw, 1.35rem);\r\n    color: rgba(255, 255, 255, 0.85);\r\n    margin-bottom: 50px;\r\n    line-height: 1.8;\r\n    max-width: 950px;\r\n    margin-left: auto;\r\n    margin-right: auto;\r\n    animation: fadeInUp 0.8s ease-out 0.4s forwards;\r\n    opacity: 0;\r\n}\r\n\r\n.programs-subheadline strong {\r\n    color: #D4AF37;\r\n    font-weight: 600;\r\n}\r\n\r\n\/* CTA Button *\/\r\n.programs-cta-btn {\r\n    display: inline-block;\r\n    padding: 22px 55px;\r\n    font-family: 'Montserrat', sans-serif;\r\n    font-size: 14px;\r\n    font-weight: 700;\r\n    letter-spacing: 0.25em;\r\n    text-transform: uppercase;\r\n    color: #000;\r\n    background: linear-gradient(135deg, #D4AF37 0%, #F4E5B2 50%, #D4AF37 100%);\r\n    background-size: 200% 200%;\r\n    text-decoration: none;\r\n    position: relative;\r\n    overflow: hidden;\r\n    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);\r\n    box-shadow: 0 10px 40px rgba(212, 175, 55, 0.5);\r\n    animation: fadeInUp 0.8s ease-out 0.6s forwards;\r\n    opacity: 0;\r\n}\r\n\r\n.programs-cta-btn::before {\r\n    content: '';\r\n    position: absolute;\r\n    inset: 0;\r\n    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);\r\n    transform: translateX(-100%);\r\n    transition: transform 0.6s ease;\r\n}\r\n\r\n.programs-cta-btn:hover {\r\n    background-position: 100% 50%;\r\n    transform: translateY(-4px);\r\n    box-shadow: 0 15px 50px rgba(212, 175, 55, 0.7);\r\n}\r\n\r\n.programs-cta-btn:hover::before {\r\n    transform: translateX(100%);\r\n}\r\n\r\n\/* Stats Bar *\/\r\n.programs-stats {\r\n    display: flex;\r\n    justify-content: center;\r\n    gap: 60px;\r\n    margin-top: 70px;\r\n    flex-wrap: wrap;\r\n    animation: fadeIn 0.8s ease-out 0.8s forwards;\r\n    opacity: 0;\r\n}\r\n\r\n.stat-item {\r\n    text-align: center;\r\n}\r\n\r\n.stat-number {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: clamp(2.5rem, 5vw, 4rem);\r\n    font-weight: 700;\r\n    background: linear-gradient(135deg, #D4AF37 0%, #F4E5B2 100%);\r\n    -webkit-background-clip: text;\r\n    -webkit-text-fill-color: transparent;\r\n    background-clip: text;\r\n    line-height: 1;\r\n    margin-bottom: 8px;\r\n}\r\n\r\n.stat-label {\r\n    font-family: 'Montserrat', sans-serif;\r\n    font-size: 12px;\r\n    color: rgba(255, 255, 255, 0.7);\r\n    text-transform: uppercase;\r\n    letter-spacing: 0.15em;\r\n}\r\n\r\n\/* Animations *\/\r\n@keyframes fadeInDown {\r\n    from {\r\n        opacity: 0;\r\n        transform: translateY(-30px);\r\n    }\r\n    to {\r\n        opacity: 1;\r\n        transform: translateY(0);\r\n    }\r\n}\r\n\r\n@keyframes fadeInUp {\r\n    from {\r\n        opacity: 0;\r\n        transform: translateY(30px);\r\n    }\r\n    to {\r\n        opacity: 1;\r\n        transform: translateY(0);\r\n    }\r\n}\r\n\r\n@keyframes fadeIn {\r\n    from { opacity: 0; }\r\n    to { opacity: 1; }\r\n}\r\n\r\n\/* Responsive *\/\r\n@media (max-width: 768px) {\r\n    .programs-hero-section {\r\n        min-height: 75vh;\r\n        padding: 120px 20px 80px;\r\n    }\r\n    \r\n    .programs-badge {\r\n        font-size: 10px;\r\n        letter-spacing: 0.3em;\r\n        padding: 10px 24px;\r\n        margin-bottom: 28px;\r\n    }\r\n    \r\n    .programs-subheadline {\r\n        font-size: 1.05rem;\r\n        margin-bottom: 40px;\r\n    }\r\n    \r\n    .programs-cta-btn {\r\n        padding: 18px 40px;\r\n        font-size: 12px;\r\n    }\r\n    \r\n    .programs-stats {\r\n        gap: 40px;\r\n        margin-top: 50px;\r\n    }\r\n}\r\n<\/style>\r\n\r\n<!-- HTML Structure -->\r\n<section class=\"programs-hero-section\">\r\n    \r\n    <!-- Spotlight Background -->\r\n    <div class=\"spotlight-bg\"><\/div>\r\n    \r\n    <!-- Floating Particles -->\r\n    <div class=\"hero-particles\">\r\n        <div class=\"hero-particle\"><\/div>\r\n        <div class=\"hero-particle\"><\/div>\r\n        <div class=\"hero-particle\"><\/div>\r\n        <div class=\"hero-particle\"><\/div>\r\n        <div class=\"hero-particle\"><\/div>\r\n    <\/div>\r\n    \r\n    <div class=\"programs-hero-container\">\r\n        \r\n        <!-- Badge -->\r\n        <div class=\"programs-badge\">Celebrity Programs<\/div>\r\n        \r\n        <!-- Main Headline -->\r\n        <h1 class=\"programs-headline\">\r\n            From \"Best Kept Secret\" to<br>\r\n            <span class=\"highlight\">Celebrity Expert<\/span>\r\n        <\/h1>\r\n        \r\n        <!-- Subheadline -->\r\n        <p class=\"programs-subheadline\">\r\n            The difference between a struggling speaker and a 7-figure icon isn't talent. It's <strong>Positioning<\/strong>. Access the platforms, publishing deals, and stages reserved for the top 1% of the industry.\r\n        <\/p>\r\n        \r\n        <!-- CTA Button -->\r\n        <a href=\"https:\/\/celebrityfasttrack.com\/events-registration\" class=\"programs-cta-btn\">\r\n            Join Celebrity Fast Track\r\n        <\/a>\r\n        \r\n        <!-- Stats Bar -->\r\n        <div class=\"programs-stats\">\r\n            <div class=\"stat-item\">\r\n                <div class=\"stat-number\">500+<\/div>\r\n                <div class=\"stat-label\">Celebrity Clients<\/div>\r\n            <\/div>\r\n            <div class=\"stat-item\">\r\n                <div class=\"stat-number\">41<\/div>\r\n                <div class=\"stat-label\">Bestsellers<\/div>\r\n            <\/div>\r\n            <div class=\"stat-item\">\r\n                <div class=\"stat-number\">7-Fig<\/div>\r\n                <div class=\"stat-label\">Icon Status<\/div>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n    <\/div>\r\n<\/section>\r\n\r\n<!-- \r\n====================================\r\nFEATURES\r\n====================================\r\n\r\n\u2705 Animated spotlight effect\r\n\u2705 Moving grid background\r\n\u2705 Floating golden particles\r\n\u2705 Shining badge animation\r\n\u2705 Gradient headline with underline\r\n\u2705 Prominent CTA button\r\n\u2705 Stats bar at bottom\r\n\u2705 Staggered fade-in animations\r\n\u2705 Fully responsive\r\n\u2705 Royal golden theme\r\n\r\n====================================\r\n-->\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-686a032 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"686a032\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-03d5ce6\" data-id=\"03d5ce6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ad47556 elementor-widget elementor-widget-html\" data-id=\"ad47556\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t    <h2 class=\"legacy-headline\">\r\n             You Have the Story.\r\nYou Lack the <span class=\"gold-gradient\">Stage.\r\n<\/span>\r\n            <\/h2>\r\n<style>\r\n.legacy-headline {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: clamp(2rem, 5vw, 3.75rem);\r\n    font-weight: 300;\r\n    color: #fff;\r\n    margin-bottom: 24px;\r\n    line-height: 1.2;\r\n    text-align: center;\r\n}\r\n\r\n.legacy-headline .gold-gradient {\r\n    background: linear-gradient(135deg, #D4AF37 0%, #F4E5B2 50%, #D4AF37 100%);\r\n    -webkit-background-clip: text;\r\n    -webkit-text-fill-color: transparent;\r\n    background-clip: text;\r\n    font-weight: 500;\r\n}<\/style>            \r\n            \t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f77c2bd elementor-widget elementor-widget-text-editor\" data-id=\"f77c2bd\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Most experts spend years mastering their craft but ignore their &#8220;Movie Star&#8221; factor.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e75af59 elementor-widget elementor-widget-html\" data-id=\"e75af59\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Programs Problem\/Agitation Section -->\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n\/* Problem Section *\/\r\n.problem-section {\r\n   \r\n    position: relative;\r\n    overflow: hidden;\r\n}\r\n\r\n\/* Diagonal Accent *\/\r\n.problem-section::before {\r\n    content: '';\r\n    position: absolute;\r\n    top: 0;\r\n    left: 0;\r\n    right: 0;\r\n    height: 00px;\r\n\r\n    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);\r\n    z-index: 0;\r\n}\r\n\r\n.problem-container {\r\n    max-width: 900px;\r\n    margin: 0 auto;\r\n    position: relative;\r\n    z-index: 1;\r\n}\r\n\r\n\/* Section Title *\/\r\n.problem-title {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: clamp(2.5rem, 6vw, 4.5rem);\r\n    font-weight: 300;\r\n    color: #fff;\r\n    text-align: center;\r\n    margin-bottom: 20px;\r\n    line-height: 1.2;\r\n}\r\n\r\n.problem-title .highlight {\r\n    background: linear-gradient(135deg, #D4AF37 0%, #F4E5B2 50%, #D4AF37 100%);\r\n    -webkit-background-clip: text;\r\n    -webkit-text-fill-color: transparent;\r\n    background-clip: text;\r\n    font-weight: 500;\r\n}\r\n\r\n\/* Subtitle *\/\r\n.problem-subtitle {\r\n    font-family: 'Montserrat', sans-serif;\r\n    font-size: clamp(1.15rem, 2vw, 1.35rem);\r\n    color: rgba(255, 255, 255, 0.8);\r\n    text-align: center;\r\n    margin-bottom: 50px;\r\n    line-height: 1.8;\r\n}\r\n\r\n\/* Content Box *\/\r\n.problem-content {\r\n    background: linear-gradient(135deg, rgba(25, 25, 25, 0.9) 0%, rgba(10, 10, 10, 0.95) 100%);\r\n    border: 1px solid rgba(212, 175, 55, 0.3);\r\n    padding: 60px 50px;\r\n    position: relative;\r\n    margin-top: 40px;\r\n}\r\n\r\n\/* Corner Accents *\/\r\n.problem-content::before,\r\n.problem-content::after {\r\n    content: '';\r\n    position: absolute;\r\n    width: 60px;\r\n    height: 60px;\r\n    border: 3px solid #D4AF37;\r\n}\r\n\r\n.problem-content::before {\r\n    top: -3px;\r\n    left: -3px;\r\n    border-right: none;\r\n    border-bottom: none;\r\n    animation: cornerPulse 3s ease-in-out infinite;\r\n}\r\n\r\n.problem-content::after {\r\n    bottom: -3px;\r\n    right: -3px;\r\n    border-left: none;\r\n    border-top: none;\r\n    animation: cornerPulse 3s ease-in-out infinite 1.5s;\r\n}\r\n\r\n@keyframes cornerPulse {\r\n    0%, 100% {\r\n        opacity: 0.6;\r\n        transform: scale(1);\r\n    }\r\n    50% {\r\n        opacity: 1;\r\n        transform: scale(1.1);\r\n    }\r\n}\r\n\r\n\/* Problem Text *\/\r\n.problem-text {\r\n    font-family: 'Montserrat', sans-serif;\r\n    font-size: clamp(1rem, 2vw, 1.15rem);\r\n    color: rgba(255, 255, 255, 0.85);\r\n    line-height: 1.9;\r\n    margin-bottom: 35px;\r\n}\r\n\r\n.problem-text:last-child {\r\n    margin-bottom: 0;\r\n}\r\n\r\n.problem-text strong {\r\n    color: #D4AF37;\r\n    font-weight: 600;\r\n}\r\n\r\n\/* Decorative Divider *\/\r\n.problem-divider {\r\n    width: 100px;\r\n    height: 3px;\r\n    background: linear-gradient(to right, transparent, #D4AF37, transparent);\r\n    margin: 40px auto;\r\n}\r\n\r\n\/* Partnership Logos Strip *\/\r\n.partnership-strip {\r\n    display: flex;\r\n    justify-content: center;\r\n    align-items: center;\r\n    gap: 40px;\r\n    margin-top: 60px;\r\n    flex-wrap: wrap;\r\n}\r\n\r\n.partner-name {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 28px;\r\n    font-weight: 600;\r\n    color: #D4AF37;\r\n    position: relative;\r\n    padding: 0 20px;\r\n}\r\n\r\n.partner-name::after {\r\n    content: '\u2022';\r\n    position: absolute;\r\n    right: -25px;\r\n    color: rgba(212, 175, 55, 0.4);\r\n}\r\n\r\n.partner-name:last-child::after {\r\n    display: none;\r\n}\r\n\r\n\/* Quote Highlight Box *\/\r\n.quote-box {\r\n    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(212, 175, 55, 0.05) 100%);\r\n    border-left: 4px solid #D4AF37;\r\n    padding: 30px 35px;\r\n    margin: 40px 0;\r\n    position: relative;\r\n}\r\n\r\n.quote-box::before {\r\n    content: '\"';\r\n    position: absolute;\r\n    top: 20px;\r\n    left: 35px;\r\n    font-size: 60px;\r\n    color: rgba(212, 175, 55, 0.3);\r\n    font-family: Georgia, serif;\r\n    line-height: 0;\r\n}\r\n\r\n.quote-text {\r\n    font-family: 'Montserrat', sans-serif;\r\n    font-size: 18px;\r\n    font-style: italic;\r\n    color: #fff;\r\n    line-height: 1.8;\r\n    padding-left: 40px;\r\n}\r\n\r\n\/* Responsive *\/\r\n@media (max-width: 768px) {\r\n    .problem-section {\r\n        padding: 60px 20px;\r\n    }\r\n    \r\n    .problem-content {\r\n        padding: 40px 30px;\r\n    }\r\n    \r\n    .problem-content::before,\r\n    .problem-content::after {\r\n        width: 40px;\r\n        height: 40px;\r\n    }\r\n    \r\n    .partnership-strip {\r\n        gap: 25px;\r\n        margin-top: 40px;\r\n    }\r\n    \r\n    .partner-name {\r\n        font-size: 22px;\r\n    }\r\n    \r\n    .quote-box {\r\n        padding: 25px 28px;\r\n    }\r\n    \r\n    .quote-text {\r\n        font-size: 16px;\r\n        padding-left: 30px;\r\n    }\r\n}\r\n\r\n@media (max-width: 480px) {\r\n    .problem-content {\r\n        padding: 35px 25px;\r\n    }\r\n    \r\n    .partnership-strip {\r\n        flex-direction: column;\r\n        gap: 15px;\r\n    }\r\n    \r\n    .partner-name::after {\r\n        display: none;\r\n    }\r\n}\r\n<\/style>\r\n\r\n<!-- HTML Structure -->\r\n<section class=\"problem-section\">\r\n    \r\n    <div class=\"problem-container\">\r\n        \r\n        <!-- Section Title -->\r\n   \r\n        \r\n        <!-- Subtitle -->\r\n\r\n        \r\n        <!-- Content Box -->\r\n        <div class=\"problem-content\">\r\n            \r\n            <p class=\"problem-text\">\r\n                Most experts spend years mastering their craft but ignore their <strong>\"Movie Star\" factor<\/strong>. They write books that don't sell, speak for free, and struggle to stand out in a noisy market.\r\n            <\/p>\r\n            \r\n            <!-- Decorative Divider -->\r\n            <div class=\"problem-divider\"><\/div>\r\n            \r\n            <!-- Quote Box -->\r\n            <div class=\"quote-box\">\r\n                <p class=\"quote-text\">\r\n                    At Celebrity Experts Media, we don't just teach you how to speak\u2014we manufacture your celebrity status.\r\n                <\/p>\r\n            <\/div>\r\n            \r\n            <p class=\"problem-text\">\r\n                By partnering with industry titans like <strong>Les Brown<\/strong> and <strong>Bill Walsh<\/strong>, we provide the credibility transfer you need to command <strong>5-figure fees<\/strong> and build a global legacy.\r\n            <\/p>\r\n            \r\n        <\/div>\r\n        \r\n        <!-- Partnership Strip -->\r\n \r\n        \r\n    <\/div>\r\n<\/section>\r\n\r\n<!-- \r\n====================================\r\nFEATURES\r\n====================================\r\n\r\n\u2705 Diagonal accent at top\r\n\u2705 Large impactful headline\r\n\u2705 Corner accent borders (pulsing)\r\n\u2705 Quote highlight box\r\n\u2705 Golden divider\r\n\u2705 Partnership name strip\r\n\u2705 Strong emphasis on key terms\r\n\u2705 Royal golden theme\r\n\u2705 Fully responsive\r\n\r\n====================================\r\n-->\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-995d81b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"995d81b\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5cfc930\" data-id=\"5cfc930\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8bfb0cd elementor-widget elementor-widget-html\" data-id=\"8bfb0cd\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Now Casting Section - Netflix Style Production Cards -->\r\n<!-- For Elementor HTML Widget -->\r\n\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n\/* Casting Section Container *\/\r\n.casting-section {\r\n    background: transparent !important;\r\n    padding: 100px 20px;\r\n    position: relative;\r\n    overflow: hidden;\r\n}\r\n\r\n.casting-container {\r\n    max-width: 1200px;\r\n    margin: 0 auto;\r\n}\r\n\r\n\/* Section Header *\/\r\n.casting-header {\r\n    display: flex;\r\n    justify-content: space-between;\r\n    align-items: center;\r\n    margin-bottom: 50px;\r\n}\r\n\r\n.casting-title {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: clamp(2rem, 4vw, 3rem);\r\n    font-weight: 300;\r\n    color: #fff;\r\n}\r\n\r\n.casting-title .gold-gradient {\r\n    background: linear-gradient(135deg, #D4AF37 0%, #F4E5B2 50%, #D4AF37 100%);\r\n    -webkit-background-clip: text;\r\n    -webkit-text-fill-color: transparent;\r\n    background-clip: text;\r\n    font-weight: 500;\r\n}\r\n\r\n.view-all-link {\r\n    font-family: 'Montserrat', sans-serif;\r\n    font-size: 11px;\r\n    letter-spacing: 0.2em;\r\n    color: #D4AF37;\r\n    text-decoration: none;\r\n    transition: color 0.3s ease;\r\n    text-transform: uppercase;\r\n}\r\n\r\n.view-all-link:hover {\r\n    color: #F4E5B2;\r\n}\r\n\r\n\/* Cards Grid *\/\r\n.casting-grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n    gap: 30px;\r\n}\r\n\r\n\/* Production Card *\/\r\n.production-card {\r\n    position: relative;\r\n    width: 100%;\r\n    aspect-ratio: 2\/3;\r\n    overflow: hidden;\r\n    border: 1px solid rgba(255, 255, 255, 0.1);\r\n    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);\r\n    cursor: pointer;\r\n    background: #000;\r\n}\r\n\r\n.production-card:hover {\r\n    transform: scale(1.05) translateY(-10px);\r\n    border-color: rgba(212, 175, 55, 0.5);\r\n    z-index: 10;\r\n}\r\n\r\n\/* Card Image *\/\r\n.card-image {\r\n    width: 100%;\r\n    height: 100%;\r\n    object-fit: cover;\r\n    object-position: center;\r\n    transition: transform 0.5s ease;\r\n}\r\n\r\n.production-card:hover .card-image {\r\n    transform: scale(1.1);\r\n}\r\n\r\n\/* Gradient Overlay *\/\r\n.card-overlay {\r\n    position: absolute;\r\n    inset: 0;\r\n    background: linear-gradient(\r\n        180deg,\r\n        rgba(0, 0, 0, 0.4) 0%,\r\n        rgba(0, 0, 0, 0.3) 50%,\r\n        rgba(0, 0, 0, 0.95) 100%\r\n    );\r\n    pointer-events: none;\r\n}\r\n\r\n\/* Status Badge *\/\r\n.status-badge {\r\n    position: absolute;\r\n    top: 20px;\r\n    left: 20px;\r\n    font-family: 'Montserrat', sans-serif;\r\n    font-size: 10px;\r\n    letter-spacing: 0.2em;\r\n    padding: 8px 16px;\r\n    text-transform: uppercase;\r\n    font-weight: 600;\r\n    z-index: 2;\r\n}\r\n\r\n.status-badge.casting {\r\n    background: #D4AF37;\r\n    color: #000;\r\n}\r\n\r\n.status-badge.open {\r\n    background: rgba(255, 255, 255, 0.2);\r\n    color: #fff;\r\n}\r\n\r\n.status-badge.production {\r\n    background: rgba(212, 175, 55, 0.3);\r\n    color: #D4AF37;\r\n    border: 1px solid #D4AF37;\r\n}\r\n\r\n\/* Card Content *\/\r\n.card-content {\r\n    position: absolute;\r\n    bottom: 0;\r\n    left: 0;\r\n    right: 0;\r\n    padding: 30px;\r\n    z-index: 2;\r\n}\r\n\r\n.card-title {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 24px;\r\n    font-weight: 300;\r\n    color: #fff;\r\n    margin-bottom: 8px;\r\n    line-height: 1.2;\r\n}\r\n\r\n.card-subtitle {\r\n    font-family: 'Montserrat', sans-serif;\r\n    font-size: 12px;\r\n    color: rgba(255, 255, 255, 0.6);\r\n    margin-bottom: 0;\r\n}\r\n\r\n.card-description {\r\n    font-family: 'Montserrat', sans-serif;\r\n    font-size: 13px;\r\n    color: rgba(255, 255, 255, 0.7);\r\n    line-height: 1.6;\r\n    margin-bottom: 16px;\r\n    margin-top: 12px;\r\n    opacity: 0;\r\n    max-height: 0;\r\n    overflow: hidden;\r\n    transform: translateY(10px);\r\n    transition: all 0.4s ease;\r\n}\r\n\r\n.production-card:hover .card-description {\r\n    opacity: 1;\r\n    max-height: 200px;\r\n    transform: translateY(0);\r\n}\r\n\r\n.card-investment {\r\n    font-family: 'Montserrat', sans-serif;\r\n    font-size: 11px;\r\n    color: #D4AF37;\r\n    letter-spacing: 0.1em;\r\n    margin-bottom: 16px;\r\n    opacity: 0;\r\n    max-height: 0;\r\n    overflow: hidden;\r\n    transform: translateY(10px);\r\n    transition: all 0.4s ease 0.1s;\r\n}\r\n\r\n.production-card:hover .card-investment {\r\n    opacity: 1;\r\n    max-height: 50px;\r\n    transform: translateY(0);\r\n}\r\n\r\n\/* Card CTA Button *\/\r\n.card-cta {\r\n    font-family: 'Montserrat', sans-serif;\r\n    font-size: 9px;\r\n    letter-spacing: 0.2em;\r\n    padding: 12px 18px;\r\n    background: linear-gradient(to right, #D4AF37, #B8860B);\r\n    color: #000;\r\n    border: none;\r\n    cursor: pointer;\r\n    text-transform: uppercase;\r\n    font-weight: 600;\r\n    transition: all 0.3s ease;\r\n    opacity: 0;\r\n    max-height: 0;\r\n    overflow: hidden;\r\n    transform: translateY(10px);\r\n    text-decoration: none;\r\n    display: inline-block;\r\n}\r\n\r\n.production-card:hover .card-cta {\r\n    opacity: 1;\r\n    max-height: 100px;\r\n    transform: translateY(0);\r\n    transition-delay: 0.2s;\r\n}\r\n\r\n.card-cta:hover {\r\n    background: linear-gradient(to right, #F4E5B2, #D4AF37);\r\n    transform: translateY(-2px);\r\n}\r\n\r\n\/* Hover Overlay Effect *\/\r\n.hover-overlay {\r\n    position: absolute;\r\n    inset: 0;\r\n    background: rgba(0, 0, 0, 0.7);\r\n    opacity: 0;\r\n    transition: opacity 0.3s ease;\r\n    pointer-events: none;\r\n}\r\n\r\n.production-card:hover .hover-overlay {\r\n    opacity: 1;\r\n}\r\n\r\n\/* Responsive Design *\/\r\n@media (max-width: 1024px) {\r\n    .casting-grid {\r\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\r\n        gap: 25px;\r\n    }\r\n}\r\n\r\n@media (max-width: 768px) {\r\n    .casting-section {\r\n        padding: 60px 20px;\r\n    }\r\n    \r\n    .casting-header {\r\n        flex-direction: column;\r\n        align-items: flex-start;\r\n        gap: 20px;\r\n        margin-bottom: 40px;\r\n    }\r\n    \r\n    .casting-grid {\r\n        grid-template-columns: 1fr;\r\n        gap: 30px;\r\n    }\r\n    \r\n    .production-card {\r\n        max-width: 400px;\r\n        margin: 0 auto;\r\n    }\r\n    \r\n    .card-content {\r\n        padding: 24px;\r\n    }\r\n    \r\n    .card-title {\r\n        font-size: 20px;\r\n    }\r\n}\r\n\r\n@media (max-width: 480px) {\r\n    .status-badge {\r\n        font-size: 9px;\r\n        padding: 6px 12px;\r\n        top: 15px;\r\n        left: 15px;\r\n    }\r\n    \r\n    .card-content {\r\n        padding: 20px;\r\n    }\r\n}\r\n<\/style>\r\n\r\n<!-- HTML Structure -->\r\n<section class=\"casting-section\">\r\n    <div class=\"casting-container\">\r\n        \r\n        <!-- Section Header -->\r\n        <div class=\"casting-header\">\r\n            <h2 class=\"casting-title\">\r\n                Now <span class=\"gold-gradient\">Casting<\/span>\r\n            <\/h2>\r\n            <a href=\"#all-productions\" class=\"view-all-link\">VIEW ALL \u2192<\/a>\r\n        <\/div>\r\n        \r\n        <!-- Production Cards Grid -->\r\n        <div class=\"casting-grid\">\r\n            \r\n            <!-- Card 1: The Legacy Project -->\r\n            <div class=\"production-card\">\r\n                <!-- Image -->\r\n                <img decoding=\"async\" \r\n                    src=\"https:\/\/celebrityexperts.com\/staging-site\/wp-content\/uploads\/2026\/01\/Authority-Accelerator-image.png\" \r\n                    alt=\"The Legacy Project\" \r\n                    class=\"card-image\"\r\n                \/>\r\n                \r\n                <!-- Overlays -->\r\n                <div class=\"card-overlay\"><\/div>\r\n                <div class=\"hover-overlay\"><\/div>\r\n                \r\n                <!-- Status Badge -->\r\n\r\n                \r\n                <!-- Content -->\r\n                <div class=\"card-content\">\r\n                    <h3 class=\"card-title\">The Authority Publishing Suite\r\n<\/h3>\r\n                    <p class=\"card-subtitle\">For experts who need instant credibility\r\n\r\n<\/p>\r\n                    \r\n                    <!-- Hover Content -->\r\n                    <p class=\"card-description\">\r\n  Stop trying to write a book alone. Leverage the brand power of legends to become a Bestselling Author instantly.\r\n\r\n\r\n                    <\/p>\r\n                    <p class=\"card-investment\">Co-Author with Les Brown: Your chapter featured alongside the world's #1 Motivational Speaker.<\/p>\r\n                                    <p class=\"card-investment\">Guaranteed Bestseller Campaigns: We handle the marketing to ensure you get the \"Bestseller\" banner.<\/p>\r\n                                 <p class=\"card-investment\">Magazine Features: Get featured in high-gloss industry publications to use in your media kit.<\/p>\r\n                    <a href=\"#apply-legacy\" class=\"card-cta\">Ideal For: Coaches, Consultants, and emerging Thought Leaders.<\/a>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <!-- Card 2: Authority Accelerator -->\r\n            <div class=\"production-card\">\r\n                <!-- Image -->\r\n                <img decoding=\"async\" \r\n                    src=\"https:\/\/celebrityexperts.com\/staging-site\/wp-content\/uploads\/2026\/02\/Gemini_Generated_Image_g52ruyg52ruyg52r.png\" \r\n                    alt=\"Authority Accelerator\" \r\n                    class=\"card-image\"\r\n                \/>\r\n                \r\n                <!-- Overlays -->\r\n                <div class=\"card-overlay\"><\/div>\r\n                <div class=\"hover-overlay\"><\/div>\r\n                \r\n                <!-- Status Badge -->\r\n\r\n                \r\n                <!-- Content -->\r\n                <div class=\"card-content\">\r\n                    <h3 class=\"card-title\">The \"Stage Ready\" Celebrity Fast Track Mastermind<\/h3>\r\n                    <p class=\"card-subtitle\">For speakers who want to turn applause into revenue<\/p>\r\n                    \r\n                    <!-- Hover Content -->\r\n                    <p class=\"card-description\">\r\n                       Speaking is a business. Our curriculum, co-developed by Cydney O'Sullivan and Les Brown, bridges the gap between \"inspiring the room\" and \"closing the room.\"\r\n                    <\/p>\r\n    <p class=\"card-investment\">The Signature Talk Design: Craft a keynote that converts.\r\n<\/p>\r\n   <p class=\"card-investment\">Sizzle Reel Production: Hollywood-grade editing to get you booked.\r\n<\/p>\r\n  <p class=\"card-investment\">Podcast and Summit Tour Booking: We get you featured on top-rated shows to build your audience.\r\n<\/p>\r\n                    <a href=\"#apply-authority\" class=\"card-cta\">IDEAL FOR: Speakers tired of doing \"free gigs.\"<\/a>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <!-- Card 3: The Expert Series -->\r\n            <div class=\"production-card\">\r\n                <!-- Image -->\r\n                <img decoding=\"async\" \r\n                    src=\"https:\/\/celebrityexperts.com\/staging-site\/wp-content\/uploads\/2026\/02\/Gemini_Generated_Image_p2e5bxp2e5bxp2e5.png\" \r\n                    alt=\"The Expert Series\" \r\n                    class=\"card-image\"\r\n                \/>\r\n                \r\n                <!-- Overlays -->\r\n                <div class=\"card-overlay\"><\/div>\r\n                <div class=\"hover-overlay\"><\/div>\r\n                \r\n                <!-- Status Badge -->\r\n  \r\n                \r\n                <!-- Content -->\r\n                <div class=\"card-content\">\r\n                    <h3 class=\"card-title\">The 7-Figure Club Mastermind\r\n<\/h3>\r\n                    <p class=\"card-subtitle\">Powered by Millionaire's Academy\r\n<\/p>\r\n                    \r\n                    <!-- Hover Content -->\r\n                    <p class=\"card-description\">\r\n                      Proximity is power. Join an elite circle of entrepreneurs led by Bill Walsh and Cydney O'Sullivan collaborating to create greater opportunities.\r\n                    <\/p>\r\n           <p class=\"card-investment\">Global Networking: Connect with investors, media moguls, and business partners.\r\n<\/p>    \r\n         <p class=\"card-investment\">Live Immersion Days: Closed-door strategy sessions to scale your business to $10M+.\r\n<\/p> \r\n<p class=\"card-investment\">Joint Venture Access: Collaborative deal-flow opportunities.\r\n\r\n<\/p>  \r\n                    <a href=\"#apply-expert\" class=\"card-cta\">IDEAL FOR: Business owners scaling from 6 to 7 (or 8) figures.<\/a>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<script>\r\n\/\/ Enhanced card interactions\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n    const cards = document.querySelectorAll('.production-card');\r\n    \r\n    cards.forEach(card => {\r\n        \/\/ Parallax effect on mouse move\r\n        card.addEventListener('mousemove', function(e) {\r\n            const rect = this.getBoundingClientRect();\r\n            const x = e.clientX - rect.left;\r\n            const y = e.clientY - rect.top;\r\n            \r\n            const centerX = rect.width \/ 2;\r\n            const centerY = rect.height \/ 2;\r\n            \r\n            const rotateX = (y - centerY) \/ 20;\r\n            const rotateY = (centerX - x) \/ 20;\r\n            \r\n            this.style.transform = `\r\n                perspective(1000px) \r\n                rotateX(${rotateX}deg) \r\n                rotateY(${rotateY}deg) \r\n                scale(1.05) \r\n                translateY(-10px)\r\n            `;\r\n        });\r\n        \r\n        card.addEventListener('mouseleave', function() {\r\n            this.style.transform = 'perspective(1000px) rotateX(0) rotateY(0) scale(1) translateY(0)';\r\n        });\r\n    });\r\n});\r\n<\/script>\r\n\r\n<!-- \r\n====================================\r\nCUSTOMIZATION GUIDE\r\n====================================\r\n\r\n1. REPLACE IMAGES:\r\n   - Lines 286, 310, 334: Change image URLs\r\n   - Use vertical images (2:3 ratio recommended)\r\n   - Minimum 600x900px for quality\r\n\r\n2. UPDATE CONTENT:\r\n   - Card Titles: Lines 295, 319, 343\r\n   - Subtitles: Lines 296, 320, 344\r\n   - Descriptions: Lines 300-302, 324-326, 348-350\r\n   - Investment Ranges: Lines 303, 327, 351\r\n   - CTA Links: Lines 304, 328, 352\r\n\r\n3. CHANGE STATUS BADGES:\r\n   - NOW CASTING (gold background)\r\n   - OPEN FOR APPLICATIONS (white transparent)\r\n   - IN PRODUCTION (gold border)\r\n   - Edit lines 293, 317, 341\r\n\r\n4. ADJUST COLORS:\r\n   - Gold: #D4AF37\r\n   - Light Gold: #F4E5B2\r\n   - Dark Gold: #B8860B\r\n   - Background: #000000, #0a0a0a\r\n\r\n5. MODIFY GRID:\r\n   - Line 54: Change minmax(300px, 1fr)\r\n   - For 2 columns: Use repeat(2, 1fr)\r\n   - For 4 columns: Use repeat(4, 1fr)\r\n\r\n====================================\r\nUSAGE\r\n====================================\r\n\r\n1. Copy entire code into Elementor HTML widget\r\n2. Replace image URLs with your actual images\r\n3. Update all content and links\r\n4. Adjust styling as needed\r\n5. Preview and publish!\r\n\r\n====================================\r\nFEATURES\r\n====================================\r\n\r\n\u2705 Netflix-style hover effects\r\n\u2705 Smooth zoom and lift animations\r\n\u2705 Progressive content reveal on hover\r\n\u2705 3D tilt effect with mouse movement\r\n\u2705 Responsive grid layout\r\n\u2705 Mobile-optimized design\r\n\u2705 Status badges with different styles\r\n\u2705 Investment range display\r\n\u2705 Clear CTAs with hover states\r\n\r\n====================================\r\n-->\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8b417c4 elementor-section-full_width elementor-reverse-tablet elementor-reverse-mobile elementor-section-height-default elementor-section-height-default\" data-id=\"8b417c4\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4b80fc7\" data-id=\"4b80fc7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b06449a elementor-widget elementor-widget-html\" data-id=\"b06449a\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Programs Credibility & CTA Section -->\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n\/* Credibility Section *\/\r\n.credibility-section {\r\n    background: #0a0a0a;\r\n    padding: 100px 20px;\r\n    position: relative;\r\n}\r\n\r\n.credibility-container {\r\n    max-width: 1200px;\r\n    margin: 0 auto;\r\n}\r\n\r\n\/* Section Header *\/\r\n.credibility-header {\r\n    text-align: center;\r\n    margin-bottom: 70px;\r\n}\r\n\r\n.credibility-tagline {\r\n    font-family: 'Montserrat', sans-serif;\r\n    font-size: 11px;\r\n    letter-spacing: 0.5em;\r\n    color: #D4AF37;\r\n    margin-bottom: 20px;\r\n    text-transform: uppercase;\r\n    font-weight: 500;\r\n}\r\n\r\n.credibility-title {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: clamp(2.5rem, 6vw, 4.5rem);\r\n    font-weight: 300;\r\n    color: #fff;\r\n    margin-bottom: 16px;\r\n    line-height: 1.1;\r\n}\r\n\r\n.credibility-title .gold-gradient {\r\n    background: linear-gradient(135deg, #D4AF37 0%, #F4E5B2 50%, #D4AF37 100%);\r\n    -webkit-background-clip: text;\r\n    -webkit-text-fill-color: transparent;\r\n    background-clip: text;\r\n    font-weight: 500;\r\n}\r\n\r\n\/* Leaders Grid *\/\r\n.leaders-grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\r\n    gap: 40px;\r\n}\r\n\r\n\/* Leader Card *\/\r\n.leader-card {\r\n    background: linear-gradient(135deg, rgba(25, 25, 25, 0.9) 0%, rgba(10, 10, 10, 0.95) 100%);\r\n    border: 1px solid rgba(212, 175, 55, 0.2);\r\n    padding: 45px 40px;\r\n    text-align: center;\r\n    position: relative;\r\n    transition: all 0.5s ease;\r\n}\r\n\r\n.leader-card:hover {\r\n    border-color: rgba(212, 175, 55, 0.6);\r\n    transform: translateY(-8px);\r\n    box-shadow: 0 20px 60px rgba(212, 175, 55, 0.3);\r\n}\r\n\r\n\/* Top Golden Bar *\/\r\n.leader-card::before {\r\n    content: '';\r\n    position: absolute;\r\n    top: 0;\r\n    left: 0;\r\n    right: 0;\r\n    height: 4px;\r\n    background: linear-gradient(to right, transparent, #D4AF37, transparent);\r\n    transform: scaleX(0);\r\n    transition: transform 0.6s ease;\r\n}\r\n\r\n.leader-card:hover::before {\r\n    transform: scaleX(1);\r\n}\r\n\r\n\/* Leader Avatar *\/\r\n.leader-avatar {\r\n    width: 120px;\r\n    height: 120px;\r\n    border-radius: 50%;\r\n    background: linear-gradient(135deg, #D4AF37, #B8860B);\r\n    margin: 0 auto 25px;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 48px;\r\n    font-weight: 700;\r\n    color: #000;\r\n    box-shadow: 0 8px 30px rgba(212, 175, 55, 0.5);\r\n    transition: transform 0.4s ease;\r\n}\r\n\r\n.leader-card:hover .leader-avatar {\r\n    transform: scale(1.1) rotate(5deg);\r\n}\r\n\r\n\/* Leader Name *\/\r\n.leader-name {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 32px;\r\n    color: #fff;\r\n    margin-bottom: 12px;\r\n    font-weight: 500;\r\n    transition: color 0.3s ease;\r\n}\r\n\r\n.leader-card:hover .leader-name {\r\n    color: #D4AF37;\r\n}\r\n\r\n\/* Leader Title *\/\r\n.leader-title {\r\n    font-family: 'Montserrat', sans-serif;\r\n    font-size: 13px;\r\n    color: #D4AF37;\r\n    text-transform: uppercase;\r\n    letter-spacing: 0.15em;\r\n    margin-bottom: 20px;\r\n    font-weight: 600;\r\n}\r\n\r\n\/* Leader Bio *\/\r\n.leader-bio {\r\n    font-family: 'Montserrat', sans-serif;\r\n    font-size: 15px;\r\n    color: rgba(255, 255, 255, 0.8);\r\n    line-height: 1.8;\r\n}\r\n\r\n\/* Bottom CTA Section *\/\r\n.bottom-cta-section {\r\n    background: linear-gradient(135deg, #000000 0%, #0a0a0a 100%);\r\n    padding: 120px 20px;\r\n    position: relative;\r\n    overflow: hidden;\r\n}\r\n\r\n\/* Spotlight Effect *\/\r\n.cta-spotlight {\r\n    position: absolute;\r\n    inset: 0;\r\n    background: radial-gradient(ellipse at center, rgba(212, 175, 55, 0.15) 0%, transparent 70%);\r\n    animation: ctaPulse 8s ease-in-out infinite;\r\n}\r\n\r\n@keyframes ctaPulse {\r\n    0%, 100% { opacity: 0.4; }\r\n    50% { opacity: 0.8; }\r\n}\r\n\r\n.bottom-cta-container {\r\n    max-width: 900px;\r\n    margin: 0 auto;\r\n    text-align: center;\r\n    position: relative;\r\n    z-index: 1;\r\n}\r\n\r\n\/* CTA Headline *\/\r\n.cta-headline {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: clamp(2.5rem, 6vw, 5rem);\r\n    font-weight: 300;\r\n    color: #fff;\r\n    margin-bottom: 28px;\r\n    line-height: 1.2;\r\n}\r\n\r\n.cta-headline .highlight {\r\n    background: linear-gradient(135deg, #D4AF37 0%, #F4E5B2 50%, #D4AF37 100%);\r\n    -webkit-background-clip: text;\r\n    -webkit-text-fill-color: transparent;\r\n    background-clip: text;\r\n    font-weight: 500;\r\n}\r\n\r\n\/* CTA Text *\/\r\n.cta-text {\r\n    font-family: 'Montserrat', sans-serif;\r\n    font-size: clamp(1.05rem, 2vw, 1.25rem);\r\n    color: rgba(255, 255, 255, 0.85);\r\n    margin-bottom: 50px;\r\n    line-height: 1.8;\r\n}\r\n\r\n.cta-text strong {\r\n    color: #D4AF37;\r\n    font-weight: 600;\r\n}\r\n\r\n\/* CTA Button *\/\r\n.cta-button {\r\n    display: inline-block;\r\n    padding: 24px 60px;\r\n    font-family: 'Montserrat', sans-serif;\r\n    font-size: 14px;\r\n    font-weight: 700;\r\n    letter-spacing: 0.25em;\r\n    text-transform: uppercase;\r\n    color: #000;\r\n    background: linear-gradient(135deg, #D4AF37 0%, #F4E5B2 50%, #D4AF37 100%);\r\n    background-size: 200% 200%;\r\n    text-decoration: none;\r\n    position: relative;\r\n    overflow: hidden;\r\n    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);\r\n    box-shadow: 0 12px 45px rgba(212, 175, 55, 0.6);\r\n}\r\n\r\n.cta-button::before {\r\n    content: '';\r\n    position: absolute;\r\n    inset: 0;\r\n    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);\r\n    transform: translateX(-100%);\r\n    transition: transform 0.6s ease;\r\n}\r\n\r\n.cta-button:hover {\r\n    background-position: 100% 50%;\r\n    transform: translateY(-4px) scale(1.05);\r\n    box-shadow: 0 18px 60px rgba(212, 175, 55, 0.8);\r\n}\r\n\r\n.cta-button:hover::before {\r\n    transform: translateX(100%);\r\n}\r\n\r\n\/* Subtext *\/\r\n.cta-subtext {\r\n    font-family: 'Montserrat', sans-serif;\r\n    font-size: 13px;\r\n    color: rgba(255, 255, 255, 0.6);\r\n    margin-top: 30px;\r\n    font-style: italic;\r\n}\r\n\r\n\/* Decorative Elements *\/\r\n.cta-divider {\r\n    width: 200px;\r\n    height: 3px;\r\n    background: linear-gradient(to right, transparent, #D4AF37, transparent);\r\n    margin: 40px auto;\r\n}\r\n\r\n\/* Responsive *\/\r\n@media (max-width: 768px) {\r\n    .credibility-section {\r\n        padding: 60px 20px;\r\n    }\r\n    \r\n    .credibility-header {\r\n        margin-bottom: 50px;\r\n    }\r\n    \r\n    .leaders-grid {\r\n        grid-template-columns: 1fr;\r\n        gap: 30px;\r\n    }\r\n    \r\n    .leader-card {\r\n        padding: 35px 30px;\r\n    }\r\n    \r\n    .leader-avatar {\r\n        width: 100px;\r\n        height: 100px;\r\n        font-size: 40px;\r\n    }\r\n    \r\n    .leader-name {\r\n        font-size: 28px;\r\n    }\r\n    \r\n    .bottom-cta-section {\r\n        padding: 80px 20px;\r\n    }\r\n    \r\n    .cta-button {\r\n        padding: 20px 45px;\r\n        font-size: 12px;\r\n    }\r\n}\r\n<\/style>\r\n\r\n<!-- Credibility Section -->\r\n\r\n\r\n<!-- Bottom CTA Section -->\r\n<section class=\"bottom-cta-section\">\r\n    \r\n    <!-- Spotlight Effect -->\r\n    <div class=\"cta-spotlight\"><\/div>\r\n    \r\n    <div class=\"bottom-cta-container\">\r\n        \r\n        <!-- CTA Headline -->\r\n        <h2 class=\"cta-headline\">\r\n            Ready to Step Into the<br>\r\n            <span class=\"highlight\">Spotlight?<\/span>\r\n        <\/h2>\r\n        \r\n        <!-- Divider -->\r\n        <div class=\"cta-divider\"><\/div>\r\n        \r\n        <!-- CTA Text -->\r\n        <p class=\"cta-text\">\r\n            We do not work with everyone. Our programs are designed for experts who are ready to invest in their own <strong>legacy<\/strong>.\r\n        <\/p>\r\n        \r\n        <p class=\"cta-text\">\r\n            If you are ready to write the book, take the stage, and feature in the movie, click below to schedule your audit.\r\n        <\/p>\r\n        \r\n        <!-- CTA Button -->\r\n        <a href=\"https:\/\/celebrityfasttrack.com\/events-registration\" class=\"cta-button\">\r\n            Apply for the Celebrity Fast Track\r\n        <\/a>\r\n        \r\n        <!-- Subtext -->\r\n        <p class=\"cta-subtext\">\r\n            Limited spots available. Application review within 48 hours.\r\n        <\/p>\r\n        \r\n    <\/div>\r\n<\/section>\r\n\r\n<!-- \r\n====================================\r\nCREDIBILITY & CTA SECTIONS\r\n====================================\r\n\r\nCREDIBILITY:\r\n\u2705 3 leader cards\r\n\u2705 Avatar circles with initials\r\n\u2705 Hover animations\r\n\u2705 Top golden bar reveals\r\n\u2705 Professional bios\r\n\r\nBOTTOM CTA:\r\n\u2705 Spotlight pulse effect\r\n\u2705 Large impactful headline\r\n\u2705 Two-paragraph pitch\r\n\u2705 Prominent CTA button\r\n\u2705 Subtext with urgency\r\n\u2705 Fully responsive\r\n\r\n====================================\r\n-->\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Celebrity Programs From &#8220;Best Kept Secret&#8221; to Celebrity Expert The difference between a struggling speaker and a 7-figure icon isn&#8217;t talent. It&#8217;s Positioning. Access the platforms, publishing deals, and stages reserved for the top 1% of the industry. Join Celebrity Fast Track 500+ Celebrity Clients 41 Bestsellers 7-Fig Icon Status You Have the Story. You [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1921","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/celebrityexperts.com\/staging-site\/wp-json\/wp\/v2\/pages\/1921","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/celebrityexperts.com\/staging-site\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/celebrityexperts.com\/staging-site\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/celebrityexperts.com\/staging-site\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/celebrityexperts.com\/staging-site\/wp-json\/wp\/v2\/comments?post=1921"}],"version-history":[{"count":115,"href":"https:\/\/celebrityexperts.com\/staging-site\/wp-json\/wp\/v2\/pages\/1921\/revisions"}],"predecessor-version":[{"id":2775,"href":"https:\/\/celebrityexperts.com\/staging-site\/wp-json\/wp\/v2\/pages\/1921\/revisions\/2775"}],"wp:attachment":[{"href":"https:\/\/celebrityexperts.com\/staging-site\/wp-json\/wp\/v2\/media?parent=1921"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}