/*
Theme Name: Future Elites
Author: Dev Pixas
Description: Exact Match Custom Theme with Mobile Grid Fixes, AB Layout, Programs & Contact
Version: 1.19
*/

:root {
    --bg-dark: #000000;
    --bg-darker: #050505;
    --primary-blue: #0066ff;
    --text-white: #ffffff;
    --text-grey: #a0a0a0;
    --border-grey: #222222;
    --font-heading: 'Aldrich', sans-serif;
    --font-body: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    background-color: var(--bg-dark);
    color: var(--text-white);
    font-family: var(--font-body);
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading) !important; font-weight: normal; }
p { font-family: var(--font-body) !important; }
a { text-decoration: none; color: var(--text-white); transition: 0.3s; font-family: var(--font-body); }
ul { list-style: none; }
.text-blue { color: var(--primary-blue) !important; }

/* ================= GLOBAL CONTAINER ================= */
.container { max-width: 1370px; margin: 0 auto; width: 100%; padding: 0 0px; }

/* ================= HEADER ================= */
.site-header {
    background-color: var(--bg-dark); padding: 15px 0;
    border-bottom: 1px solid var(--border-grey); position: sticky; top: 0; z-index: 1000;
}
.header-inner { display: flex; justify-content: space-between; align-items: center; padding: 0 20px; }
img.header-logo { height: 40px; width: auto; display: block; }
.header-right { display: flex; align-items: center; gap: 30px; }

.nav-menu-list { display: flex !important; flex-direction: row !important; align-items: center; gap: 25px; margin: 0 !important; padding: 0 !important; }
.nav-menu-list a { font-family: var(--font-heading) !important; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: var(--text-white); white-space: nowrap !important; }
.nav-menu-list a:hover { color: var(--primary-blue); }

/* ================= MOBILE MENU PANEL ================= */
.hamburger-btn { display: none; background: transparent; border: none; color: var(--text-white); cursor: pointer; }
.mobile-menu-panel { position: fixed; top: 0; right: -100%; width: 100%; height: 100vh; background-color: var(--bg-dark); z-index: 99999; display: flex; flex-direction: column; transition: right 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
.mobile-menu-panel.active { right: 0; }
.mobile-menu-header { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; border-bottom: 1px solid var(--border-grey); }
.close-menu-btn { background: transparent; border: none; color: var(--text-white); cursor: pointer; }
.mobile-menu-body { flex: 1; padding: 40px 20px; overflow-y: auto; }
.mobile-nav-list { display: flex; flex-direction: column; gap: 30px; padding: 0; }
.mobile-nav-list a { font-family: var(--font-heading) !important; font-size: 24px; font-weight: 900; color: var(--text-white); text-transform: uppercase; letter-spacing: 1px; display: block; }
.mobile-nav-list a:hover, .mobile-nav-list .current-menu-item > a { color: #007fff; }
.mobile-menu-footer { padding: 20px; border-top: 1px solid var(--border-grey); padding-bottom: 40px; }
.btn-primary-mobile { display: flex; justify-content: center; align-items: center; width: 100%; background-color: #007fff; color: var(--text-white) !important; padding: 18px; font-family: var(--font-heading) !important; font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }

/* ================= BUTTONS ================= */
.btn-primary { position: relative; z-index: 1; color: var(--text-white) !important; padding: 12px 20px; font-family: var(--font-heading) !important; font-size: 14px; text-transform: uppercase; display: inline-flex; align-items: center; border: none; cursor: pointer; white-space: nowrap; background: transparent; }
.btn-primary::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: var(--primary-blue); transform: skewX(-12deg); z-index: -1; transition: 0.3s; }
.btn-primary:hover::before { background-color: #0052cc; }

.btn-black { background-color: var(--bg-dark); color: var(--text-white); padding: 12px 24px; font-family: var(--font-heading); font-size: 12px; display: inline-flex; align-items: center; width: max-content; letter-spacing: 1px; }

.btn-outline-slanted { position: relative; z-index: 1; color: var(--text-white); padding: 12px 30px; font-family: var(--font-heading); font-size: 12px; text-transform: uppercase; display: inline-flex; align-items: center; justify-content: center; background: transparent; border: none; cursor: pointer; }
.btn-outline-slanted::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 1px solid var(--text-white); transform: skewX(-12deg); z-index: -1; transition: 0.3s; }
.btn-outline-slanted .unslant { transform: none; display: block; }
.btn-outline-slanted:hover { color: var(--bg-dark) !important; }
.btn-outline-slanted:hover::before { background: var(--text-white); }

/* ================= HERO SECTION (HOME) ================= */
.hero-section { position: relative; padding: 16px 0; display: flex; align-items: center; background: url('https://futureelites.io/wp-content/uploads/2026/06/future-elite-bg.webp') no-repeat center right/contain; }
.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(90deg, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%); z-index: 1; }
.hero-container { position: relative; z-index: 2; padding: 0 20px;}
.hero-content { max-width: 600px; padding: 0px 0; }
.hero-subtitle { color: var(--primary-blue); font-style: italic; font-size: 14px; margin-bottom: 10px; letter-spacing: 1px; }
.hero-title { font-size: 64px; font-style: italic; line-height: 0.9; text-transform: uppercase; margin-bottom: 0px; font-weight: 900; -webkit-text-stroke: 2px #fff; }
.hero-desc { color: var(--text-white); font-size: 15px; margin-bottom: 30px; max-width: 380px; }
.hero-buttons { display: flex; gap: 15px; }
.build-text-img { height: 69px; width: auto; vertical-align: baseline; display: inline-block; margin: -5px 0; }

/* ================= PROCESS BAR (HOME) ================= */
.process-bar-wrap { border-top: 1px solid var(--border-grey); border-bottom: 1px solid var(--border-grey); background: var(--bg-darker); }
.process-bar { display: flex; }
.process-item { flex: 1; padding: 25px 20px; border-right: 1px solid var(--border-grey); display: flex; align-items: center; gap: 15px; }
.process-item:last-child { border-right: none; }
.process-icon { width: 45px; height: 45px; min-width: 45px; flex-shrink: 0; border: 1px solid #444; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--text-white); }
.process-icon svg { width: 22px; height: 22px; stroke-width: 1.5; }
.process-text h4 { font-size: 14px; font-style: italic; margin-bottom: 3px; letter-spacing: 1px; }
.process-text p { font-size: 11px; color: var(--text-grey); line-height: 1.3; margin: 0; }

/* ================= ELITE TRAINING ================= */
.elite-training-section { background-color: var(--text-white); width: 100%; overflow: hidden; }
.elite-training { display: flex; background: var(--text-white); color: var(--bg-dark); }
.elite-content { flex: 0 0 25%; padding: 10px 30px 10px 20px; display: flex; flex-direction: column; justify-content: center; }
.elite-content h3 { color: var(--primary-blue); font-style: italic; font-size: 16px; margin-bottom: 5px; font-weight: 800; letter-spacing: 1px; }
.elite-content h2 { font-size: 31px; font-style: italic; line-height: 1; margin-bottom: 3px; font-weight: 900; -webkit-text-stroke: 2px #000; }
.elite-content p { font-size: 15px; font-weight: 500; margin-bottom: 6px; max-width: 95%; color: #111; }
.elite-cards-wrapper { flex: 1; overflow: hidden; padding-left: 10px; margin-right: -20px; }
.elite-cards { display: flex; height: 200px; padding: 10px; width: 100%; padding-left: 30px; }
.e-card { flex: 1; position: relative; background-size: cover; background-position: center; transform: skewX(-15deg); margin: 0 -15px; border-right: 27px solid #fff; overflow: hidden; }
.e-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); transition: 0.3s; border: 5px solid #fff; }
.e-card:hover::before { background: rgba(0,102,255,0.8); }
.e-card-content { position: absolute; bottom: 40px; left: 40px; transform: skewX(15deg); color: var(--text-white); }
.e-card-icon { width: 45px; height: 45px; border: 1px solid rgba(255,255,255,0.6); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 15px; }
.e-card-icon svg { width: 22px; height: 22px; stroke-width: 1.5; stroke: currentColor; fill: none; }
.e-card-content h4 { font-style: italic; font-size: 13px; line-height: 1.3; font-weight: bold; }

/* ================= COACH SECTION ================= */
.coach-section { display: grid; grid-template-columns: 1fr 1fr; border-top: 3px solid var(--primary-blue); border-bottom: 1px solid var(--border-grey); background-color: var(--bg-dark); }
.coach-main-col { padding: 10px 60px; }
.coach-left-col { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 40px; align-items: center; border-right: 1px solid var(--border-grey); }
.coach-image-wrapper { display: flex; justify-content: center; }
.coach-img { width: 100%; max-width: 250px; filter: grayscale(100%); }
.coach-details { display: flex; flex-direction: column; justify-content: center; }
.coach-details h2 { font-size: 32px; font-style: italic; margin-bottom: 5px; font-weight: 900; }
.coach-details h3 { color: var(--primary-blue); font-style: italic; font-size: 14px; margin-bottom: 30px; letter-spacing: 1px; }
.coach-list li { font-size: 13px; margin-bottom: 10px; display: flex; align-items: flex-start; gap: 10px; }
.svg-check { color: var(--primary-blue); width: 18px; height: 18px; flex-shrink: 0; }
.coach-cta { font-size: 26px; font-style: italic; margin-top: 20px; font-weight: 900; display:flex; align-items: center;}
.elite-img { height: 35px; width: auto; margin-left: 10px; }
.coach-right-col { display: flex; flex-direction: column; justify-content: center; }
.coach-right-inner-wrap { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 40px; margin-bottom: 40px; margin-top: 40px; }
.quote-content { display: flex; flex-direction: column; }
.quote-svg { color: var(--primary-blue); width: 24px; height: 24px; margin-bottom: 15px; }
.quote-text { font-size: 14px; color: var(--text-white) !important; margin-bottom: 25px; line-height: 1.8; }
.signature-img { max-width: 314px; margin-bottom: 9px; display: block; margin-top: -28px; }
.assessment-text { font-size: 12px; color: var(--text-grey) !important; margin-bottom: 0; }
.watermark-col { display: flex; justify-content: flex-end; align-items: flex-start; }
.te-logo-large { width: 100%; max-width: 200px; object-fit: contain; opacity: 0.9; }
.btn-full { width: 100%; justify-content: center; padding: 16px; font-size: 15px; letter-spacing: 1px; }

/* ================= FOOTER ================= */
.site-footer { padding: 70px 20px 0 43px; background: var(--bg-darker); border-bottom: 10px solid #007fff; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1.5fr 1fr; gap: 40px; margin-bottom: 50px; }
.footer-logo img { height: 54px; margin-bottom: 25px; display: block; }
.footer-desc { color: #cccccc !important; font-size: 17px; line-height: 1.7; margin-bottom: 30px; max-width: 90%; }
.social-icons { display: flex; gap: 12px; }
.social-icons a { width: 42px; height: 42px; border: 1px solid #333333; display: flex; align-items: center; justify-content: center; border-radius: 0px; color: var(--text-white); background: transparent; transition: all 0.3s cubic-bezier(.4, 0, .2, 1); }
.social-icons a:hover { background: #007fff; border-color: #007fff; }
.footer-widget h4 { color: #007fff; font-style: italic; font-size: 20px; font-weight: 900; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; }
.footer-nav { list-style: none; padding: 0; margin: 0; }
.footer-nav li { margin-bottom: 18px; }
.footer-nav li a { color: var(--text-white); font-size: 13px; font-weight: 700; text-transform: uppercase; font-family: var(--font-heading); position: relative; display: inline-flex; align-items: center; transition: all 0.3s cubic-bezier(.4, 0, .2, 1); }
.footer-nav li a::before { content: '- '; opacity: 0; visibility: hidden; transform: translateX(-10px); transition: all 0.3s cubic-bezier(.4, 0, .2, 1); margin-right: 0px; color: #007fff; }
.footer-nav li a:hover { color: #007fff; }
.footer-nav li a:hover::before { opacity: 1; visibility: visible; transform: translateX(0); margin-right: 6px; }
.footer-contact p { color: #cccccc !important; font-size: 14px; line-height: 1.8; margin-bottom: 5px; display: block; }
.footer-contact a { color: #cccccc !important; font-size: 14px; transition: 0.3s; }
.footer-contact a:hover { color: #007fff !important; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #222222; padding: 30px 0; color: #888888; font-size: 12px; }
.footer-bottom p { color: #888888 !important; }
.footer-links a { color: #888888; margin-left: 25px; text-transform: uppercase; font-family: var(--font-heading); transition: 0.3s; }
.footer-links a:hover { color: var(--text-white); }


/* =======================================================
   ABOUT PAGE SPECIFIC STYLES
======================================================= */
.about-hero-section { background-color: var(--bg-dark); background-image: url('https://futureelites.io/wp-content/uploads/2026/06/about-page-bg.jpg'); background-position: right center; background-repeat: no-repeat; background-size: contain; padding: 15px 0 0 0; border-bottom: 1px solid var(--border-grey); }
.about-hero-container { display: grid; grid-template-columns: 1fr 1.6fr; gap: 40px; align-items: flex-end; }
.about-hero-image img { width: 100%; display: block; margin: 0 auto; filter: grayscale(100%); position: relative; top: -160px; }
.about-hero-content { padding-bottom: 15px; padding-right: 15%; }
.about-subtitle { color: var(--primary-blue); font-style: italic; font-size: 13px; letter-spacing: 2px; margin-bottom: 10px; }
.about-title { font-size: 2.9rem; font-style: italic; line-height: 1; font-weight: 900; margin-bottom: 7px; }
.begins-within-img { height: 50px; width: auto; margin-top: 5px; }
.about-text-blocks p { color: var(--text-grey); font-size: 14px; margin-bottom: 20px; line-height: 1.8; }
.about-text-blocks { padding-right: 177px; }

.about-mission-approach { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 40px; }
.mission-col { display: flex; gap: 15px; }
.approach-col { border-left: 1px solid var(--border-grey); padding-left: 30px; }
.ma-icon svg { width: 35px; height: 35px; }
.ma-text h4 { font-size: 14px; font-style: italic; letter-spacing: 1px; margin-bottom: 5px; color: var(--text-white); }
.ma-text p { font-size: 12px; margin: 0; line-height: 1.5; }

.about-how-we-help { padding: 22px 0; background-color: var(--bg-dark); }
.section-divider-title { display: flex; align-items: center; justify-content: center; text-align: center; margin-bottom: 20px; color: var(--text-white); font-family: var(--font-heading); font-style: italic; font-weight: 800; letter-spacing: 2px; }
.section-divider-title::before, .section-divider-title::after { content: ''; width: 20%; border-bottom: 1px solid var(--primary-blue); opacity: 0.8; }
.section-divider-title span { padding: 0 20px; }
.about-process-bar { display: flex; background: transparent; }
.about-process-bar .process-item { border-right: 1px solid var(--border-grey); padding: 0 20px; }
.about-process-bar .process-item:first-child { padding-left: 0; }
.about-process-bar .process-item:last-child { border-right: none; }
.about-blue-icon { border-color: transparent !important; color: var(--primary-blue) !important; }
.about-blue-icon svg { width: 45px; height: 45px; stroke-width: 1.8; }

.about-three-cols-section { border-top: 1px solid var(--border-grey); border-bottom: 1px solid var(--border-grey); padding: 0; }
.three-cols-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; }
.about-col { padding: 50px 30px; border-right: 1px solid var(--border-grey); }
.about-col:last-child { border-right: none; }
.col-heading { font-style: italic; font-size: 16px; letter-spacing: 1px; margin-bottom: 30px; font-weight: 800; }
.text-center { text-align: center; }

.who-we-work-list li { display: flex; align-items: center; gap: 15px; color: var(--text-white); font-size: 13px; margin-bottom: 18px; }
.who-we-work-list li svg { width: 20px; height: 20px; color: var(--primary-blue); flex-shrink: 0; }

.all-in-logo { max-width: 180px; margin: 0 auto 15px auto; display: block; }
.text-\[10px\] { font-size: 10px; }
.font-bold { font-weight: 700; }
.tracking-\[0\.3em\] { letter-spacing: .3em; }
.text-white { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity, 1)); }
.tracking-\[0\.4em\] { letter-spacing: .4em; }
.text-gray-400 { --tw-text-opacity: 1; color: rgb(156 163 175 / var(--tw-text-opacity, 1)); }
.text-\[9px\] { font-size: 9px; }
.mt-0\.5 { margin-top: .125rem; }
.location-city { font-size: 12px; letter-spacing: 2px; margin-bottom: 15px; color: var(--text-white); font-weight: bold; display: flex; align-items: center; justify-content: center; gap: 6px; }
.location-desc { font-size: 13px; color: var(--text-grey); line-height: 1.6; }

.quote-svg-blue { width: 30px; height: 30px; color: var(--primary-blue); margin-bottom: 15px; }
.matters-quote { font-size: 14px; color: var(--text-white) !important; line-height: 1.7; margin-bottom: 20px; }
.matters-signature { max-width: 200px; margin-bottom: 10px; display: block; margin-top: -15px; }
.matters-author { font-size: 11px; color: var(--text-grey) !important; line-height: 1.5; }

.about-cta-section { background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(10,20,40,1) 100%); border-bottom: 1px solid var(--border-grey); }
.cta-container { display: flex; align-items: center; padding: 0 !important; }
.cta-col-left { display: flex; align-items: center; padding: 40px 30px 40px 0; }
.neon-line-skew { width: 4px; height: 80px; background-color: var(--primary-blue); transform: skewX(-15deg); margin-right: 25px; box-shadow: 0 0 10px rgba(0, 102, 255, 0.6); }
.cta-title { font-size: 40px; font-style: italic; font-weight: 900; line-height: 1; margin: 0; white-space: nowrap; }
.cta-divider { width: 1px; height: 60px; background-color: #333333; margin: 0 30px; }
.cta-col-right { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; flex: 1; padding: 40px 0; }
.cta-inner-text p { font-size: 14px; color: var(--text-white); line-height: 1.6; margin: 0; }
.cta-inner-btn { display: flex; align-items: center; justify-content: flex-end; }


/* =======================================================
   ATHLETE BLUEPRINT PAGE SPECIFIC STYLES
======================================================= */
.ab-hero-section { background-image: url('https://futureelites.io/wp-content/uploads/2026/06/athelete-page-bg.webp'); background-position: right center; background-size: contain; background-repeat: no-repeat; background-color: var(--bg-dark); padding: 10px 0 0 40px; display: flex; align-items: center; }
.ab-hero-content { width: 48%; padding-right: 20px; }
.ab-subtitle { color: var(--primary-blue); font-style: italic; font-size: 13px; letter-spacing: 2px; margin-bottom: 10px; text-transform: uppercase; }
.ab-title { font-size: 55px; font-style: italic; line-height: 0.95; font-weight: 900; margin-bottom: 25px; }
.ab-desc { color: var(--text-white); font-size: 14px; line-height: 1.8; margin-bottom: 40px; max-width: 90%; }
.ab-hero-btn { padding: 16px 24px; font-size: 13px; }

/* 4 Columns Wrapper */
.ab-features-wrapper { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; max-width: 50%; margin-top: 50px; gap: 0; }
.ab-feature-item { border-left: 1px solid var(--border-grey); padding: 0 5px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.ab-feature-item:first-child { border-left: none; padding-left: 0; }
.ab-feature-item svg { width: 35px; height: 35px; stroke-width: 1.5; color: var(--primary-blue); margin-bottom: 15px; }
.ab-feature-text h4 { font-size: 11px; font-style: italic; letter-spacing: 1px; color: var(--text-white); margin-bottom: 5px; text-transform: uppercase;}
.ab-feature-text p { font-size: 10px; color: var(--text-grey); margin: 0; }

/* The Five Pillars Section */
.ab-five-pillars { background-color: var(--bg-dark); padding: 60px 0 10px 0; }
.ab-pillars-grid { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; border-top: 1px solid var(--border-grey); border-bottom: 1px solid var(--border-grey); }
.ab-pillar-item { border-right: 1px solid var(--border-grey); padding: 40px 20px; display: flex; flex-direction: column; justify-content: space-between; height: 100%; text-align: center; }
.ab-pillar-item:last-child { border-right: none; }
.ab-pillar-header { position: relative; width: 100%; display: flex; justify-content: center; margin-bottom: 25px; }
.ab-pillar-num { position: absolute; top: 0; left: 0; color: var(--primary-blue); font-size: 16px; font-weight: 800; }
.ab-pillar-header svg { width: 45px; height: 45px; color: var(--primary-blue); margin-top: 5px; stroke-width: 1.2; } 
.ab-pillar-item h4 { font-size: 13px; font-style: italic; letter-spacing: 1px; font-weight: 800; margin-bottom: 15px; line-height: 1.4; min-height: 36px; text-transform: uppercase; }
.ab-pillar-item p { font-size: 11px; color: var(--text-grey); line-height: 1.6; margin-bottom: 25px; }
.ab-pillar-bottom { margin-top: auto; }
.why-matters-title { color: var(--primary-blue); font-size: 10px; font-style: italic; letter-spacing: 1px; margin-bottom: 10px; font-weight: 800; text-transform: uppercase; }
.why-matters-desc { margin-bottom: 0 !important; }

/* Info Section (What You Receive / Who It's For) */
.ab-info-section { background-color: var(--bg-dark); padding: 0 0 0px 0; }
.ab-info-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--border-grey); border-bottom: 1px solid var(--border-grey); gap: 0; }
.ab-info-col { padding: 40px 60px; border-right: 1px solid var(--border-grey); } 
.ab-info-col:last-child { border-right: none; }
.ab-info-header { display: flex; align-items: center; gap: 15px; margin-bottom: 25px; }
.ab-info-header svg { width: 35px; height: 35px; color: var(--primary-blue); }
.ab-info-header h3 { font-size: 16px; font-style: italic; letter-spacing: 1px; font-weight: 800; margin: 0; text-transform: uppercase; }
.ab-checklist-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.ab-checklist { list-style: none; padding: 0; margin: 0; }
.ab-checklist li { display: flex; align-items: center; gap: 10px; font-size: 12px; color: var(--text-grey); margin-bottom: 12px; }
.ab-checklist li svg { width: 16px; height: 16px; flex-shrink: 0; color: var(--primary-blue); }

/* Bottom CTA Section Specific Overrides */
.ab-cta-section { background-color: var(--bg-dark); border-bottom: 1px solid var(--border-grey); }
.ab-cta-flex { display: flex; align-items: center; width: 100%; }
.ab-cta-left { width: 50%; padding: 60px 40px 60px 20; border-right: 1px solid var(--border-grey); }
.ab-cta-left .cta-title { font-size: 38px; line-height: 1.1; margin: 0;}
.ab-cta-right { width: 50%; padding: 60px 29px 60px 40px; display: flex; align-items: center; justify-content: space-between; }
.ab-cta-section .cta-inner-text p { margin-bottom: 8px; font-size: 13px; color: var(--text-white); }


/* =======================================================
   PROGRAMS PAGE SPECIFIC STYLES
======================================================= */
.prog-hero-section { background-color: var(--bg-dark); background-image: url('https://futureelites.io/wp-content/uploads/2026/06/future-elite-bg.webp'); background-position: right center; background-size: contain; background-repeat: no-repeat; padding: 10px 0 10px 40px; display: flex; align-items: center; border-bottom: 1px solid var(--border-grey); }
.prog-hero-content { width: 50%; padding-right: 20px; }
.prog-subtitle { color: var(--primary-blue); font-style: italic; font-size: 11px; letter-spacing: 2px; margin-bottom: 10px; text-transform: uppercase; }
.prog-title { font-size: 50px; font-style: italic; line-height: 0.95; font-weight: 900; margin-bottom: 25px; }
.prog-desc { color: var(--text-white); font-size: 14px; line-height: 1.8; margin-bottom: 20px; max-width: 95%; }
.prog-highlight-text { color: var(--primary-blue) !important; font-size: 14px; font-weight: 700; margin-bottom: 30px; }
.prog-hero-btn { padding: 16px 24px; font-size: 12px; letter-spacing: 1px; }

.prog-cards-section { background-color: var(--bg-darker); padding: 10px 42px; }
.prog-cards-grid { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 20px; }
.prog-card { border: 1px solid var(--border-grey); background-color: var(--bg-dark); display: flex; flex-direction: column; }
.prog-card-img img { width: 100%; height: 180px; object-fit: cover; filter: grayscale(100%); border-bottom: 1px solid var(--border-grey); display: block; }
.prog-card-body { padding: 30px 20px; display: flex; flex-direction: column; flex: 1; justify-content: space-between; height: 100%;}
.prog-card-bottom { margin-top: auto; }

.prog-card-header { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; }
.prog-icon { width: 55px; height: 55px; border: 1px solid rgba(0, 102, 255, 0.4); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--primary-blue); flex-shrink: 0; }
.prog-icon svg { width: 26px; height: 26px; stroke-width: 1.2; }

.prog-card-header h4 { font-size: 16px; font-style: italic; font-weight: 900; line-height: 1.1; margin: 0; }
.prog-card-sub { color: var(--primary-blue); font-size: 9px; letter-spacing: 1px; font-weight: 800; margin-bottom: 20px; text-transform: uppercase; }
.prog-card-desc { font-size: 12px; color: var(--text-white); line-height: 1.6; margin-bottom: 15px; }
.prog-focus-area, .prog-ideal-area { margin-top: 25px; }
.prog-focus-area h6, .prog-ideal-area h6 { color: var(--primary-blue); font-style: italic; font-size: 11px; letter-spacing: 1px; margin-bottom: 15px; }
.prog-check-list { list-style: none; padding: 0; margin: 0; }
.prog-check-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; color: var(--text-white); margin-bottom: 12px; }
.prog-check-list li svg { width: 14px; height: 14px; color: var(--primary-blue); flex-shrink: 0; margin-top: 2px;}
.prog-ideal-area p { font-size: 12px; color: var(--text-grey); line-height: 1.5; margin: 0; }

.prog-philosophy-section { background-color: var(--bg-dark); padding: 80px 0; border-top: 1px solid var(--border-grey); }
.prog-phil-header { text-align: center; margin-bottom: 60px; }
.prog-phil-title { font-size: 40px; font-style: italic; font-weight: 900; margin-bottom: 15px; }
.prog-phil-desc { font-size: 14px; color: var(--text-white); }
.prog-steps-grid { display: flex; align-items: center; justify-content: center; gap: 20px; }
.prog-step { display: flex; flex-direction: column; align-items: center; text-align: center; width: 220px; }
.prog-step-icon { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; color: var(--primary-blue); margin-bottom: 20px; }
.prog-step-icon svg { width: 50px; height: 50px; stroke-width: 1.5;}
.prog-step h4 { font-size: 15px; font-style: italic; font-weight: 800; color: var(--primary-blue); margin-bottom: 10px; letter-spacing: 1px; }
.prog-step p { font-size: 12px; color: var(--text-white); line-height: 1.4; }
.prog-arrow { color: var(--text-grey); opacity: 0.5; display: flex; align-items: center; }
.prog-arrow svg { width: 24px; height: 24px; }

/* Bottom CTA Box Section */
.prog-cta-box-section { background-color: var(--bg-darker); padding: 0px 0 0px 0; }
.prog-cta-box { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--border-grey); background-color: var(--bg-dark); overflow: hidden; }
.prog-cta-img { width: 100%; height: 500px; }
.prog-cta-img img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; filter: grayscale(100%); display: block; }
.prog-cta-content { padding: 60px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; height: 100%; }
.prog-cta-title { font-size: 32px; font-style: italic; font-weight: 900; line-height: 1.1; margin-bottom: 20px; }
.prog-cta-content p { font-size: 14px; color: var(--text-grey); line-height: 1.6; margin-bottom: 30px; }

/* =======================================================
   CONTACT PAGE SPECIFIC STYLES
======================================================= */
.contact-hero-section { background-color: var(--bg-dark); padding: 60px 0 0 40px; border-bottom: 1px solid var(--border-grey); }
.contact-hero-container { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 40px; }
.contact-hero-left { padding-bottom: 60px; }
.contact-subtitle { color: var(--primary-blue); font-size: 11px; letter-spacing: 2px; margin-bottom: 10px; text-transform: uppercase; }
.contact-title { font-size: 55px; font-style: italic; line-height: 0.95; font-weight: 900; margin-bottom: 20px; text-transform: uppercase; }
.text-glow { text-shadow: 0 0 20px rgba(0, 102, 255, 0.5); }
.blue-line-short { width: 40px; height: 3px; background-color: var(--primary-blue); margin-bottom: 20px; }
.contact-desc { color: var(--text-white); font-size: 14px; line-height: 1.6; max-width: 80%; }
.contact-hero-right { height: 100%; display: flex; justify-content: flex-end; }
.contact-hero-img { width: 100%; height: 100%; max-height: 400px; object-fit: cover; filter: brightness(0.6) contrast(1.2); mask-image: linear-gradient(to right, transparent, black 30%); -webkit-mask-image: linear-gradient(to right, transparent, black 30%); }

.form-success-message { background-color: rgba(0, 102, 255, 0.1); border: 1px solid var(--primary-blue); color: var(--text-white); padding: 20px; border-radius: 5px; margin-bottom: 30px; display: flex; align-items: center; gap: 15px; font-size: 14px; }
.form-success-message svg { width: 24px; height: 24px; color: var(--primary-blue); }

.contact-main-section { background-color: var(--bg-darker); padding: 60px 0 100px 0; }
.contact-box-wrapper { display: grid; grid-template-columns: 0.8fr 1.5fr; border: 1px solid var(--border-grey); border-radius: 4px; background-color: #080808; }

.contact-info-col { padding: 50px 40px; border-right: 1px solid var(--border-grey); display: flex; flex-direction: column; }
.contact-box-title { color: var(--primary-blue); font-style: italic; font-size: 14px; font-weight: 800; letter-spacing: 1px; margin-bottom: 15px; }
.blue-line-short-box { width: 30px; height: 2px; background-color: var(--primary-blue); margin-bottom: 40px; }
.info-item { display: flex; align-items: center; gap: 20px; margin-bottom: 30px; }
.info-icon { width: 50px; height: 50px; border: 1px solid #333; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--primary-blue); flex-shrink: 0; }
.info-icon svg { width: 22px; height: 22px; }
.info-text h4 { font-size: 14px; font-style: italic; font-weight: 800; letter-spacing: 1px; margin-bottom: 8px; color: var(--text-white); }
.info-text p, .info-text a { font-size: 12px; color: var(--text-grey); line-height: 1.6; }
.info-text a:hover { color: var(--primary-blue); }
.contact-divider { width: 100%; height: 1px; background-color: var(--border-grey); margin: 10px 0 40px 0; }
.info-bottom-text { margin-top: auto; }
.info-bottom-text p { font-size: 11px; color: #666; }

.contact-form-col { padding: 50px; }
.contact-form-col .contact-box-title { margin-bottom: 40px; }
.fe-contact-form { display: flex; flex-direction: column; gap: 20px; }
.form-row { display: flex; gap: 20px; }
.form-group { flex: 1; }
.form-group.full-width { width: 100%; }
.fe-contact-form input, .fe-contact-form select, .fe-contact-form textarea { width: 100%; background-color: #0a0a0a; border: 1px solid #222; color: #757575; padding: 16px 20px; border-radius: 4px; font-family: var(--font-body); font-size: 13px; transition: 0.3s; }
.fe-contact-form input:focus, .fe-contact-form select:focus, .fe-contact-form textarea:focus { border-color: var(--primary-blue); outline: none; box-shadow: 0 0 8px rgba(0, 102, 255, 0.2); }
.fe-contact-form select option { background-color: #d1d5db; color: #000; }
.form-submit-btn { width: 100%; justify-content: center; padding: 18px; font-size: 14px; margin-top: 10px; border-radius: 4px; }

.contact-bottom-cta { background-color: var(--bg-dark); padding: 40px 0; border-top: 1px solid var(--border-grey); border-bottom: 1px solid var(--border-grey); background-image: linear-gradient(45deg, rgba(0,102,255,0.05) 0%, transparent 20%, transparent 80%, rgba(0,102,255,0.05) 100%); }
.contact-cta-container { display: flex; justify-content: center; align-items: center; padding: 0 40px !important; }
.contact-cta-left { display: flex; align-items: center; gap: 25px; }
.cta-icon-box { width: 60px; height: 60px; border: 1px solid rgba(0,102,255,0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--primary-blue); flex-shrink: 0; }
.cta-icon-box svg { width: 30px; height: 30px; }
.cta-text-content h5 { font-size: 11px; font-style: italic; font-weight: 800; letter-spacing: 1px; margin-bottom: 5px; text-transform: uppercase; }
.cta-text-content h2 { font-size: 26px; font-style: italic; font-weight: 900; margin-bottom: 8px; text-transform: uppercase; }
.cta-text-content p { font-size: 13px; color: var(--text-grey); }

.contact-final-section { border-bottom: 1px solid var(--border-grey); position: relative; background-color: var(--bg-darker); padding: 100px 0; text-align: center; overflow: hidden; display: flex; justify-content: center; align-items: center; }
.fe-watermark { position: absolute; top: 50%; transform: translateY(-50%); font-family: var(--font-heading); font-size: 250px; font-style: italic; font-weight: 900; color: #111111; z-index: 0; pointer-events: none; line-height: 1; }
.fe-watermark.left-mark { left: -50px; }
.fe-watermark.right-mark { right: -50px; }
.final-content { position: relative; z-index: 2; }
.final-title { font-family: var(--font-heading); font-size: 55px; font-style: italic; font-weight: 900; color: var(--text-white); margin-bottom: 15px; text-transform: uppercase; }
.final-title .text-glow { text-shadow: 0 0 25px rgba(0, 102, 255, 0.6); }
.final-subtitle { font-family: var(--font-heading); font-size: 14px; font-style: italic; font-weight: 800; color: var(--text-grey); letter-spacing: 5px; text-transform: uppercase; }


/* ================= TABLET RESPONSIVE ================= */
@media (max-width: 1024px) {
    /* Home */
    .coach-section { grid-template-columns: 1fr; }
    .coach-left-col { border-right: none; border-bottom: 1px solid var(--border-grey); }
    .elite-training { flex-direction: column; }
    .elite-cards-wrapper { padding-left: 0; margin-right: 0; }
    .elite-cards { min-height: 400px; padding: 20px 0; }
    .footer-top { grid-template-columns: 1fr 1fr; }
    
    /* About */
    .about-hero-container { grid-template-columns: 1fr; }
    .about-hero-image { display: none; } 
    .about-hero-content { padding-right: 0; }
    .three-cols-grid { grid-template-columns: 1fr; }
    .about-col { border-right: none; border-bottom: 1px solid var(--border-grey); padding: 40px 0; }
    .about-col:last-child { border-bottom: none; }
    .cta-container { flex-direction: column; text-align: center; }
    .cta-col-left { padding: 40px 0 20px 0; flex-direction: column; gap: 20px; }
    .neon-line-skew { transform: none; width: 100px; height: 4px; margin: 0; }
    .cta-divider { width: 80%; height: 1px; margin: 0 auto; }
    .cta-col-right { grid-template-columns: 1fr; gap: 20px; padding: 30px 0; justify-items: center; }
    .cta-inner-btn { justify-content: center; width: 100%; }

    /* Athlete Blueprint Tablet */
    .ab-hero-content { width: 100%; padding-right: 0; }
    .ab-hero-section { background-image: none; }
    .ab-features-wrapper { max-width: 100%; }
    .ab-pillars-grid { grid-template-columns: 1fr 1fr 1fr; }
    .ab-pillar-item { border-bottom: 1px solid var(--border-grey); }
    .ab-info-grid { grid-template-columns: 1fr; }
    .ab-info-col { border-right: none; border-bottom: 1px solid var(--border-grey); padding: 40px 20px;}
    .ab-info-col:last-child { border-bottom: none; }
    .ab-cta-flex { flex-direction: column; text-align: center; }
    .ab-cta-left { width: 100%; border-right: none; border-bottom: 1px solid var(--border-grey); padding: 40px 0; }
    .ab-cta-right { width: 100%; padding: 40px 0; flex-direction: column; gap: 20px; }

    /* Programs Page Tablet */
    .prog-hero-content { width: 100%; padding-right: 0; }
    .prog-hero-section { background-image: none; }
    .prog-cards-grid { grid-template-columns: 1fr 1fr; }
    .prog-steps-grid { flex-wrap: wrap; }
    .prog-arrow { display: none; }
    .prog-step { width: 45%; margin-bottom: 30px; }
    .prog-cta-box { grid-template-columns: 1fr; }
    .prog-cta-img { height: 300px; }

    /* Contact Page Tablet */
    .contact-box-wrapper { grid-template-columns: 1fr; }
    .contact-info-col { border-right: none; border-bottom: 1px solid var(--border-grey); }
    .contact-cta-container { flex-direction: column; gap: 30px; text-align: center; }
    .contact-cta-left { flex-direction: column; }
    .fe-watermark { font-size: 180px; }
    .final-title { font-size: 40px; }
}

/* ================= MOBILE RESPONSIVE (MAX-WIDTH: 768px) ================= */
@media (max-width: 768px) {
    /* Header / Nav */
    .header-right { display: none; }
    .hamburger-btn { display: block; }
	 /* Mobile Footer */
	.site-footer { padding: 70px 20px 0 21px; }
    
    /* Hero Section (Home) */
    .build-text-img { height: 45px; }
    .hero-title { font-size: 45px; }
    .hero-buttons { flex-direction: column; width: 100%; gap: 15px; }
    .hero-buttons a { width: 100%; justify-content: center; }
    
    /* Process Bar (Home & About) - Exact 2x2 Grid Fix */
    .process-bar, .about-process-bar { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 0 !important; padding: 0 10px; }
    .process-item { grid-column: span 1 !important; border-bottom: 1px solid var(--border-grey) !important; border-right: none !important; padding: 25px 10px !important; flex-direction: column !important; text-align: center !important; justify-content: flex-start !important; }
    .process-item:nth-child(odd) { border-right: 1px solid var(--border-grey) !important; }
    .about-process-bar .process-item:nth-last-child(1), .about-process-bar .process-item:nth-last-child(2) { border-bottom: none !important; }
    .process-bar .process-item:nth-child(5) { grid-column: span 2 !important; border-bottom: none !important; border-right: none !important; border-top: 1px solid var(--border-grey) !important; }
    
    /* Elite Training / Built Different Section */
    .elite-content { padding: 40px 20px; text-align: center; align-items: center; }
    .elite-content p { margin-left: auto; margin-right: auto; }
    .elite-cards-wrapper { padding: 0; margin: 0; width: 100%; }
    .elite-cards { display: grid; grid-template-columns: 1fr 1fr; height: auto; padding: 0; }
    .e-card { transform: none; margin: 0; border: none; border-bottom: 2px solid #ffffff; height: 240px; width: 100%; }
    .e-card:nth-child(odd) { border-right: 2px solid #ffffff; }
    .e-card:last-child { grid-column: span 2; border-right: none; border-bottom: none; }
    .e-card::before { border: none; } 
    .e-card-content { transform: none; bottom: 20px; left: 15px; }
    .e-card-icon { width: 40px; height: 40px; margin-bottom: 12px; }
    .e-card-content h4 { font-size: 12px; }

    /* Meet Your Coach Section */
    .coach-main-col { padding: 40px 20px; }
    .coach-left-col, .coach-right-inner-wrap { grid-template-columns: 1fr; text-align: center; }
    .coach-left-col { gap: 20px; }
    .coach-image-wrapper { justify-content: center; margin-bottom: 10px; padding: 0; }
    .coach-details { text-align: left; align-items: flex-start; }
    .coach-list li { justify-content: flex-start; text-align: left; }
    .coach-cta { justify-content: flex-start; }
    .coach-right-inner-wrap { gap: 30px; }
    .quote-content { text-align: left; align-items: flex-start; }
    .signature-img { margin-left: 0; margin-right: auto; }
    .assessment-text { text-align: center; width: 100%; margin-top: 20px;}
    .watermark-col { justify-content: center; margin-top: 0px; }
    .te-logo-large { margin: 0 auto; }
    
    /* Footer */
    .footer-top { grid-template-columns: 1fr; gap: 50px; }
    .footer-bottom { flex-direction: column; gap: 15px; text-align: center; }
    .footer-links a { margin: 0 10px; }

    /* ================= ABOUT PAGE MOBILE FIXES ================= */
    .about-hero-section { padding: 15px 10px 0 10px; }
    .about-title { font-size: 40px; }
    .about-text-blocks { padding-right: 0px; }
    .about-mission-approach { grid-template-columns: 1fr 1fr; gap: 15px; }
    .mission-col { flex-direction: column; text-align: left; }
    .approach-col { border-left: 1px solid var(--border-grey); padding-left: 15px; padding-top: 0; border-top: none; }
    
    .about-how-we-help { padding: 40px 0; }
    .section-divider-title span { padding: 0 10px; }
    .section-divider-title .blue-line { width: 15%; }
    .section-divider-title .title-text { font-size: 15px; white-space: nowrap; }

    .who-we-work-col { padding: 40px 10px; } 
    .training-col { padding: 40px 10px; }
    .location-desc { padding: 0 15px; } 
    .why-matters-col { padding: 40px 10px; } 
    
    .cta-container { padding: 0 15px !important; }
    .cta-title { font-size: 26px; white-space: normal; } 
    .cta-inner-text p { padding: 0 15px; }

    /* ================= ATHLETE BLUEPRINT MOBILE FIXES ================= */
    .ab-title { font-size: 45px; }
    .ab-features-wrapper { grid-template-columns: 1fr 1fr !important; gap: 0 !important; }
    .ab-feature-item { grid-column: span 1 !important; border-left: none; padding: 15px 10px; border-bottom: 1px solid var(--border-grey); }
    .ab-feature-item:nth-child(even) { border-left: 1px solid var(--border-grey); }
    .ab-feature-item:nth-last-child(1), .ab-feature-item:nth-last-child(2) { border-bottom: none; }
    
    .ab-pillars-grid { grid-template-columns: 1fr 1fr; border-top: none; }
    .ab-pillar-item { border-right: none; border-bottom: 1px solid var(--border-grey); padding: 30px 15px; }
    .ab-pillar-item:nth-child(odd) { border-right: 1px solid var(--border-grey); }
    .ab-pillar-item:last-child { grid-column: span 2; border-right: none; border-bottom: none; }

    .ab-checklist-grid { grid-template-columns: 1fr; gap: 0; }
    .ab-cta-left .cta-title { font-size: 28px; white-space: normal; text-align: center;}
    .ab-cta-section .cta-inner-text p { text-align: center; }
	.ab-hero-section { padding: 10px 21px 0 21px; }

    /* ================= PROGRAMS PAGE MOBILE FIXES ================= */
	.prog-cta-img img { object-position: 50% 20%; }
	.prog-hero-section { padding: 10px 21px 0 21px; }
	.prog-cards-section { padding: 20px 15px; }
    .prog-cta-box-section { padding: 0px 0 0px 0; }
    .prog-title { font-size: 40px; }
    .prog-cards-grid { grid-template-columns: 1fr; }
    .prog-steps-grid { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 30px 15px !important; }
    .prog-step { width: 100% !important; margin-bottom: 0 !important; }
    .prog-step-icon { width: 50px; height: 50px; margin-bottom: 10px; margin-left: auto; margin-right: auto; }
    .prog-step-icon svg { width: 35px; height: 35px; }
    .prog-step h4 { font-size: 13px; }
    .prog-step p { font-size: 11px; }
    .prog-phil-title { font-size: 30px; }
    .prog-cta-content { padding: 40px 20px; text-align: center; align-items: center; }
    .prog-cta-title { font-size: 26px; }
	.prog-philosophy-section { padding: 46px 0; }

    /* ================= CONTACT PAGE MOBILE FIXES ================= */
    .contact-hero-container { grid-template-columns: 1fr; gap: 20px; }
    .contact-hero-left { padding-bottom: 0; padding-top: 40px; text-align: center; }
    .contact-title { font-size: 40px; }
    .blue-line-short { margin: 0 auto 20px auto; }
    .contact-desc { max-width: 100%; }
    .contact-hero-img { max-height: 250px; mask-image: none; -webkit-mask-image: none; }
    
    .form-row { flex-direction: column; gap: 20px; }
    .contact-info-col, .contact-form-col { padding: 30px 20px; }
    .cta-text-content h2 { font-size: 22px; }

    .fe-watermark { font-size: 120px; }
    .fe-watermark.left-mark { left: -20px; }
    .fe-watermark.right-mark { right: -20px; }
    .contact-final-section { padding: 60px 20px; }
    .final-title { font-size: 32px; line-height: 1.2; }
    .final-subtitle { font-size: 11px; letter-spacing: 2px; }
}