Main page and Pricing are complete

This commit is contained in:
Flatlogic Bot 2026-03-26 21:42:53 +00:00
parent 6e7fe7f1b8
commit cdde188121
5 changed files with 922 additions and 224 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

View File

@ -1,228 +1,309 @@
<style id="kmc-global-page-theme">
body.page-id-48, body.page-id-112 { background:#1C3434 !important; color:#F2F7F7; font-family:"Inter",sans-serif; }
body.page-id-48 *, body.page-id-112 * { font-family:"Inter",sans-serif; }
body.page-id-50 { background:#1C3434 !important; font-family:"Inter",sans-serif; }
body.page-id-50 .wp-site-blocks > main { background:#1C3434 !important; }
body.page-id-48 h1, body.page-id-48 h2, body.page-id-48 h3, body.page-id-48 h4, body.page-id-48 h5, body.page-id-48 h6,
body.page-id-112 h1, body.page-id-112 h2, body.page-id-112 h3, body.page-id-112 h4, body.page-id-112 h5, body.page-id-112 h6 { font-family:"Cardo",serif; font-weight:700; color:#FFFFFF; letter-spacing:0.01em; }
body.page-id-48 p, body.page-id-48 li, body.page-id-48 a, body.page-id-48 button, body.page-id-48 input, body.page-id-48 select, body.page-id-48 textarea,
body.page-id-112 p, body.page-id-112 li, body.page-id-112 a, body.page-id-112 button, body.page-id-112 input, body.page-id-112 select, body.page-id-112 textarea,
body.page-id-48 .wp-block-navigation-item__content, body.page-id-112 .wp-block-navigation-item__content,
body.page-id-48 .wp-element-button, body.page-id-112 .wp-element-button { font-family:"Inter",sans-serif; font-weight:400; }
/* Force full teal shell on About */
body.page-id-48 {
--wp--preset--color--base:#1C3434;
--wp--preset--color--base-2:#1C3434;
}
body.page-id-48 .wp-site-blocks > main,
body.page-id-48 .wp-block-template-part,
body.page-id-48 .has-base-background-color,
body.page-id-48 .has-base-2-background-color,
body.page-id-48 .wp-block-group.has-background,
body.page-id-48 .wp-block-post-content,
body.page-id-48 .entry-content { background:#1C3434 !important; }
body.page-id-50 .entry-content,
body.page-id-50 .wp-block-post-content,
body.page-id-50 .wp-site-blocks > main,
body.page-id-50 .has-base-background-color { background: #1C3434 !important; }
/* Remove default template title spacer area */
body.page-id-50 .wp-site-blocks > main, body.page-id-48 .wp-site-blocks > main { margin-block-start:0 !important; margin-top:0 !important; padding-top:0 !important; }
body.page-id-50 main > .wp-block-group.has-global-padding:first-child,
body.page-id-48 main > .wp-block-group.has-global-padding:first-child { display:none !important; }
/* Pull real page content up */
body.page-id-50 .entry-content > .wp-block-group:first-child,
body.page-id-48 .entry-content > .wp-block-group:first-child { margin-top:0 !important; padding-top:0px !important; }
body.page-id-50 .entry-content.wp-block-post-content.has-global-padding.is-layout-constrained { padding-left: 0 !important; padding-right: 0 !important; }
body.page-id-50 .entry-content.wp-block-post-content.is-layout-constrained > .kmc-pricing-section { max-width: none !important; }
</style>
<!-- wp:html -->
<style>
h1.wp-block-post-title, .wp-block-post-title, h1.entry-title, .entry-title { display: none !important; }
@import url('https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&family=Inter:wght@400;500;600;700&display=swap');
body.page-id-50 .wp-block-post-title,
body.page-id-50 h1.entry-title { display: none !important; }
.kmc-pricing-section {
background: #1C3434;
padding: 80px 24px 100px;
color: #FFFFFF;
font-family: "Inter", sans-serif;
}
.kmc-pricing-wrap {
max-width: 1080px;
margin: 0 auto;
}
.kmc-pricing-header {
text-align: center;
margin-bottom: 80px;
}
.kmc-pricing-title {
margin: 0 auto 24px;
max-width: 900px;
font-family: "Cardo", serif;
font-size: clamp(38px, 5vw, 56px);
line-height: 1.2;
color: #FFFFFF;
}
.kmc-pricing-subtitle {
margin: 0 auto;
max-width: 800px;
font-family: "Cardo", serif;
font-size: 24px;
line-height: 1.4;
color: #FFFFFF;
}
.kmc-pricing-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 32px;
align-items: stretch;
}
.kmc-price-card {
background: transparent;
border: 1px solid #90F1AE;
border-radius: 24px;
padding: 48px 32px;
display: flex;
flex-direction: column;
position: relative;
text-align: center;
color: #FFFFFF;
}
.kmc-featured-badge {
position: absolute;
top: -16px;
left: 50%;
transform: translateX(-50%);
background: #90F1AE;
color: #1C3434;
border-radius: 999px;
padding: 8px 20px;
font-size: 14px;
line-height: 1;
font-weight: 700;
letter-spacing: .02em;
white-space: nowrap;
}
.kmc-card-name {
font-family: "Cardo", serif;
font-size: 32px;
font-weight: 400;
margin: 0 0 32px 0;
color: #FFFFFF;
}
.kmc-card-price-wrap {
display: flex;
align-items: baseline;
justify-content: center;
gap: 8px;
margin-bottom: 24px;
}
.kmc-card-price {
font-family: "Cardo", serif;
font-size: clamp(48px, 4.5vw, 64px);
line-height: 1;
color: #90F1AE;
margin: 0;
}
.kmc-card-term {
font-size: 16px;
font-weight: 400;
color: rgba(255,255,255,0.7);
margin: 0;
}
.kmc-card-desc {
font-size: 16px;
line-height: 1.4;
color: #FFFFFF;
margin: 0 0 32px 0;
}
.kmc-card-divider {
height: 1px;
background: rgba(255,255,255,0.2);
margin: 0 0 32px 0;
border: none;
}
.kmc-card-features {
list-style: none;
padding: 0;
margin: 0 0 40px 0;
flex-grow: 1;
text-align: left;
}
.kmc-card-features li {
position: relative;
padding-left: 36px;
margin-bottom: 20px;
font-size: 16px;
line-height: 1.4;
color: #FFFFFF;
font-weight: 400;
}
.kmc-card-features li::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 20px;
height: 20px;
background-color: #90F1AE;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%231C3434" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>');
background-repeat: no-repeat;
background-position: center;
}
.kmc-card-cta-wrap {
margin-top: auto;
display: flex;
justify-content: center;
}
.kmc-card-cta {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
padding: 16px 24px;
border-radius: 999px;
background: #FFFFFF;
color: #1C3434;
text-decoration: none;
font-size: 16px;
font-weight: 700;
transition: all .2s ease;
box-sizing: border-box;
}
.kmc-card-cta:hover {
background: #E9E8E4;
}
.kmc-pricing-footer {
text-align: center;
margin-top: 56px;
font-size: 16px;
font-weight: 400;
color: rgba(255,255,255,0.8);
}
@media (max-width: 980px) {
.kmc-pricing-grid { grid-template-columns: 1fr; gap: 40px; }
.kmc-pricing-section { padding: 56px 20px 72px; }
.kmc-featured-badge { top: -12px; }
.kmc-pricing-title { font-size: clamp(32px, 8vw, 42px); }
}
</style>
<section class="kmc-pricing-section" aria-label="Pricing">
<div class="kmc-pricing-wrap">
<div class="kmc-pricing-header">
<h1 class="kmc-pricing-title">Pricing and <span style="color: #90F1AE;">Coaching Packages</span></h1>
<p class="kmc-pricing-subtitle">Coaching is a partnership, and I only work with clients who are fully committed to the process. Please review the options below and schedule your consultation to get started.</p>
</div>
<div class="kmc-pricing-grid">
<!-- Card 1 -->
<article class="kmc-price-card">
<h3 class="kmc-card-name">Initial Assessment</h3>
<div class="kmc-card-price-wrap">
<p class="kmc-card-price">Free</p>
</div>
<p class="kmc-card-desc">30 minutes</p>
<hr class="kmc-card-divider">
<ul class="kmc-card-features">
<li>Preliminary discussion</li>
<li>Assess compatibility and goals</li>
<li>Identify potential coaching areas</li>
</ul>
<div class="kmc-card-cta-wrap">
<a class="kmc-card-cta" href="https://calendly.com/ktmckeand/coaching-assessment" aria-label="Book Initial Assessment">
Book Now
</a>
</div>
</article>
<!-- Card 2 -->
<article class="kmc-price-card">
<span class="kmc-featured-badge">Most Popular</span>
<h3 class="kmc-card-name">Coaching</h3>
<div class="kmc-card-price-wrap">
<p class="kmc-card-price">$500</p>
<p class="kmc-card-term">/ hour</p>
</div>
<p class="kmc-card-desc">Minimum of 1 hour</p>
<hr class="kmc-card-divider">
<ul class="kmc-card-features">
<li>One hour of individual coaching</li>
<li>Focused strategy session</li>
<li>Actionable outcomes</li>
</ul>
<div class="kmc-card-cta-wrap">
<a class="kmc-card-cta" href="https://calendly.com/ktmckeand/one-on-one-coaching-session" aria-label="Book Coaching">
Book Now
</a>
</div>
</article>
<!-- Card 3 -->
<article class="kmc-price-card">
<h3 class="kmc-card-name">Coaching Package</h3>
<div class="kmc-card-price-wrap">
<p class="kmc-card-price">$1,600</p>
<p class="kmc-card-term">/ month</p>
</div>
<p class="kmc-card-desc">Includes 4 hours of coaching</p>
<hr class="kmc-card-divider">
<ul class="kmc-card-features">
<li>4 hours of coaching per month</li>
<li>Tailored strategy for achievement</li>
<li>Ongoing support and accountability</li>
</ul>
<div class="kmc-card-cta-wrap">
<a class="kmc-card-cta" href="https://calendly.com/ktmckeand/payments/064d4b09-6ffa-41b8-ac14-92e322595431" aria-label="Book Coaching Package">
Book Now
</a>
</div>
</article>
</div>
<p class="kmc-pricing-footer">*All new clients should begin with a consultation.</p>
</div>
</section>
<!-- /wp:html -->
<!-- wp:image {"id":114,"sizeSlug":"full","linkDestination":"none","align":"center"} -->
<figure class="wp-block-image aligncenter size-full"><img src="/wp-content/uploads/2026/03/pasted-20260316-195134-9b988aad.png" alt="" class="wp-image-114" style="width:120%;max-width:none;margin-left:-10%;height:auto;object-fit:cover;"/></figure>
<!-- /wp:image -->
<!-- wp:group {"style":{"spacing":{"padding":{"top":"40px","bottom":"0px","left":"24px","right":"24px"}}},"layout":{"type":"constrained","contentSize":"1100px"}} -->
<div class="wp-block-group" style="padding-top:40px;padding-right:24px;padding-bottom:0px;padding-left:24px">
<!-- wp:embed {"url":"https://youtu.be/holm_xPlV_k","type":"video","providerNameSlug":"youtube","responsive":true,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
https://youtu.be/holm_xPlV_k
</div></figure>
<!-- /wp:embed -->
</div>
<!-- /wp:group -->
<!-- wp:group {"style":{"spacing":{"padding":{"top":"80px","bottom":"80px","left":"24px","right":"24px"}},"color":{"background":"#316263"}},"textColor":"white","layout":{"type":"constrained","contentSize":"1100px"}} -->
<div class="wp-block-group has-white-color has-text-color has-background" style="background-color:#316263;padding-top:80px;padding-right:24px;padding-bottom:80px;padding-left:24px"><!-- wp:columns {"verticalAlignment":"center","style":{"spacing":{"blockGap":"40px"}}} -->
<div class="wp-block-columns are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center"} -->
<div class="wp-block-column is-vertically-aligned-center"><!-- wp:heading {"level":1,"style":{"typography":{"fontSize":"54px","lineHeight":"1.05"},"color":{"text":"#ffffff"}},"textColor":"white"} -->
<h1 class="has-white-color has-text-color" style="font-size:54px;line-height:1.05;color:#ffffff">Executive and Life Coaching to Achieve your Potential</h1>
<!-- /wp:heading -->
<!-- wp:paragraph {"style":{"typography":{"fontSize":"18px","lineHeight":"1.7"}}} -->
<p style="font-size:18px;line-height:1.7">Coaching for C-Level Executives who want to breakthrough and achieve the impossible in their business, navigating their organizations with clarity, reduced complexity and with more purpose.</p>
<!-- /wp:paragraph -->
<!-- wp:buttons {"style":{"spacing":{"blockGap":"16px"}}} -->
<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"white","textColor":"black","style":{"border":{"radius":"999px"},"spacing":{"padding":{"top":"12px","bottom":"12px","left":"22px","right":"22px"}}}} -->
<div class="wp-block-button"><a class="wp-block-button__link has-black-color has-white-background-color has-text-color has-background" href="https://calendly.com/ktmckeand/coaching-assessment" style="border-radius:999px;padding-top:12px;padding-right:22px;padding-bottom:12px;padding-left:22px">Schedule an initial assessment</a></div>
<!-- /wp:button -->
<!-- wp:button {"style":{"border":{"radius":"999px"},"spacing":{"padding":{"top":"12px","bottom":"12px","left":"22px","right":"22px"}},"color":{"text":"#ffffff","background":"#334155"}}} -->
<div class="wp-block-button"><a class="wp-block-button__link has-text-color has-background" href="#pricing" style="border-radius:999px;background-color:#334155;color:#ffffff;padding-top:12px;padding-right:22px;padding-bottom:12px;padding-left:22px">View coaching options</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->
<!-- wp:paragraph {"style":{"typography":{"fontSize":"14px"},"color":{"text":"#cbd5e1"}}} -->
<p style="color:#cbd5e1;font-size:14px">Purpose: enable others to achieve their potential.</p>
<!-- /wp:paragraph --></div>
<!-- /wp:column -->
<!-- wp:column {"verticalAlignment":"center"} -->
<div class="wp-block-column is-vertically-aligned-center"><!-- wp:group {"style":{"spacing":{"padding":{"top":"24px","bottom":"24px","left":"24px","right":"24px"},"blockGap":"16px"},"border":{"radius":"16px"},"color":{"background":"#316263"}},"textColor":"white"} -->
<div class="wp-block-group has-white-color has-text-color has-background" style="border-radius:16px;background-color:#316263;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px"><!-- wp:paragraph {"style":{"typography":{"fontSize":"18px"},"color":{"text":"#ffffff"}},"textColor":"white"} -->
<p class="has-white-color has-text-color" style="font-size:18px;color:#ffffff"><strong>Specialty</strong></p>
<!-- /wp:paragraph -->
<!-- wp:list {"style":{"typography":{"fontSize":"18px"}}} -->
<ul style="font-size:18px"><li><strong>VC &amp; PE Partnership:</strong> I coach portfolio founders and CEOs to drive exponential valuation growth by transforming "impossible" ambitions into measurable professional outcomes.</li><li><strong>Leadership Alignment:</strong> Following CEO transformation, I align senior leadership teams to ensure the entire organization moves with singular, high-velocity purpose toward a transformed future.</li></ul>
<!-- /wp:list -->
<!-- wp:paragraph {"style":{"typography":{"fontSize":"18px"},"color":{"text":"#ffffff"}},"textColor":"white"} -->
<p class="has-white-color has-text-color" style="font-size:18px;color:#ffffff"><strong>Credentials</strong></p>
<!-- /wp:paragraph -->
<!-- wp:list {"style":{"typography":{"fontSize":"18px"}}} -->
<ul style="font-size:18px"><li>ICF PCC Certified Executive and Life Coach</li><li>Trained in Adaptive Leadership Styles and Personal and Professional Transformations</li></ul>
<!-- /wp:list -->
<!-- wp:paragraph {"style":{"typography":{"fontSize":"18px"},"color":{"text":"#94a3b8"}}} -->
<p style="color:#94a3b8;font-size:18px">Confidential. Insightful. Practical.</p>
<!-- /wp:paragraph --></div>
<!-- /wp:group --></div>
<!-- /wp:column --></div>
<!-- /wp:columns --></div>
<!-- /wp:group -->
<!-- wp:group {"style":{"spacing":{"padding":{"top":"60px","bottom":"60px","left":"24px","right":"24px"},"blockGap":"28px"}},"layout":{"type":"constrained","contentSize":"1100px"}} -->
<div class="wp-block-group" style="padding-top:60px;padding-right:24px;padding-bottom:60px;padding-left:24px"><!-- wp:heading {"level":2} -->
<h2>How we work together</h2>
<!-- /wp:heading -->
<!-- wp:columns -->
<div class="wp-block-columns"><!-- wp:column -->
<div class="wp-block-column"><!-- wp:group {"style":{"dimensions":{"minHeight":"100%"},"border":{"radius":"14px"},"spacing":{"padding":{"top":"20px","bottom":"20px","left":"20px","right":"20px"}},"color":{"background":"#f8fafc"}}} -->
<div class="wp-block-group has-background" style="min-height:100%;border-radius:14px;background-color:#f8fafc;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px"><!-- wp:heading {"level":3,"style":{"typography":{"fontSize":"20px"}}} -->
<h3 style="font-size:20px">1. Clarity &amp; context</h3>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p>Identify the real challenge beneath the symptom, and name the narrative shaping your decisions.</p>
<!-- /wp:paragraph --></div>
<!-- /wp:group --></div>
<!-- /wp:column -->
<!-- wp:column -->
<div class="wp-block-column"><!-- wp:group {"style":{"dimensions":{"minHeight":"100%"},"border":{"radius":"14px"},"spacing":{"padding":{"top":"20px","bottom":"20px","left":"20px","right":"20px"}},"color":{"background":"#f8fafc"}}} -->
<div class="wp-block-group has-background" style="min-height:100%;border-radius:14px;background-color:#f8fafc;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px"><!-- wp:heading {"level":3,"style":{"typography":{"fontSize":"20px"}}} -->
<h3 style="font-size:20px">2. Adaptive experiments</h3>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p>Design small experiments to expand capability, build confidence, and improve leadership presence.</p>
<!-- /wp:paragraph --></div>
<!-- /wp:group --></div>
<!-- /wp:column -->
<!-- wp:column -->
<div class="wp-block-column"><!-- wp:group {"style":{"dimensions":{"minHeight":"100%"},"border":{"radius":"14px"},"spacing":{"padding":{"top":"20px","bottom":"20px","left":"20px","right":"20px"}},"color":{"background":"#f8fafc"}}} -->
<div class="wp-block-group has-background" style="min-height:100%;border-radius:14px;background-color:#f8fafc;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px"><!-- wp:heading {"level":3,"style":{"typography":{"fontSize":"20px"}}} -->
<h3 style="font-size:20px">3. Integration &amp; accountability</h3>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p>Apply new behaviors in your real-world environment and reflect on the results.</p>
<!-- /wp:paragraph --></div>
<!-- /wp:group --></div>
<!-- /wp:column --></div>
<!-- /wp:columns --></div>
<!-- /wp:group -->
<!-- wp:group {"style":{"spacing":{"padding":{"top":"60px","bottom":"60px","left":"24px","right":"24px"},"blockGap":"24px"},"color":{"background":"#316263"}},"textColor":"white","layout":{"type":"constrained","contentSize":"1100px"}} -->
<div class="wp-block-group has-white-color has-text-color has-background" style="background-color:#316263;padding-top:60px;padding-right:24px;padding-bottom:60px;padding-left:24px"><!-- wp:heading {"level":2,"style":{"color":{"text":"#ffffff"}},"textColor":"white"} -->
<h2 class="has-white-color has-text-color" style="color:#ffffff">Sample outcomes clients seek</h2>
<!-- /wp:heading -->
<!-- wp:list -->
<ul><li>Executive Reinvention, driven by ontological changes</li><li>Working with a team of people to achieve what is considered impossible today</li><li>Identify your winning strategy and what's holding you back from leading a team to achieve the impossible</li></ul>
<!-- /wp:list -->
<!-- wp:paragraph {"style":{"typography":{"fontSize":"14px"},"color":{"text":"#cbd5e1"}}} -->
<p style="color:#cbd5e1;font-size:14px">Coaching is a partnership designed for growth — outcomes depend on commitment and context.</p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->
<!-- wp:group {"style":{"spacing":{"padding":{"top":"60px","bottom":"0px","left":"24px","right":"24px"},"blockGap":"24px"}},"layout":{"type":"constrained","contentSize":"1400px"}} -->
<div class="wp-block-group" style="padding-top:60px;padding-right:24px;padding-bottom:0px;padding-left:24px"><!-- wp:heading {"level":2} -->
<h2>What they're Saying</h2>
<!-- /wp:heading -->
<!-- wp:columns -->
<div class="wp-block-columns"><!-- wp:column {"style":{"spacing":{"padding":{"top":"24px","right":"24px","bottom":"24px","left":"24px"}},"border":{"radius":"8px"},"color":{"background":"#f8fafc"}}} -->
<div class="wp-block-column has-background" style="border-radius:8px;background-color:#f8fafc;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px"><!-- wp:paragraph {"style":{"typography":{"fontSize":"16px"}}} -->
<p style="font-size:16px">“Clear, grounding, and strategic. I left each session with a concrete action and a deeper sense of purpose.”</p>
<!-- /wp:paragraph -->
<!-- wp:paragraph {"style":{"typography":{"fontSize":"14px"},"color":{"text":"#475569"}}} -->
<p style="color:#475569;font-size:14px"><em>— CEO and B2B SaaS Founder</em></p>
<!-- /wp:paragraph --></div>
<!-- /wp:column -->
<!-- wp:column {"style":{"spacing":{"padding":{"top":"24px","right":"24px","bottom":"24px","left":"24px"}},"border":{"radius":"8px"},"color":{"background":"#f8fafc"}}} -->
<div class="wp-block-column has-background" style="border-radius:8px;background-color:#f8fafc;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px"><!-- wp:paragraph {"style":{"typography":{"fontSize":"16px"}}} -->
<p style="font-size:16px">“Helped me reframe my leadership narrative and show up with more authority.”</p>
<!-- /wp:paragraph -->
<!-- wp:paragraph {"style":{"typography":{"fontSize":"14px"},"color":{"text":"#475569"}}} -->
<p style="color:#475569;font-size:14px"><em>— Founder and CEO</em></p>
<!-- /wp:paragraph --></div>
<!-- /wp:column --></div>
<!-- /wp:columns --></div>
<!-- /wp:group -->
<!-- wp:group {"style":{"spacing":{"padding":{"top":"60px","bottom":"60px","left":"24px","right":"24px"},"blockGap":"24px"}},"layout":{"type":"constrained","contentSize":"1100px"}} -->
<div class="wp-block-group" style="padding-top:60px;padding-right:24px;padding-bottom:60px;padding-left:24px"><!-- wp:heading {"level":2,"anchor":"pricing"} -->
<h2 id="pricing">Pricing</h2>
<!-- /wp:heading -->
<!-- wp:columns -->
<div class="wp-block-columns">
<!-- wp:column -->
<div class="wp-block-column"><!-- wp:group {"style":{"dimensions":{"minHeight":"100%"},"border":{"radius":"16px"},"spacing":{"padding":{"top":"24px","bottom":"24px","left":"24px","right":"24px"}},"color":{"background":"#f8fafc"}}} -->
<div class="wp-block-group has-background" style="min-height:100%;border-radius:16px;background-color:#f8fafc;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px"><!-- wp:heading {"level":3,"style":{"typography":{"fontSize":"20px"}}} -->
<h3 style="font-size:20px;min-height:60px">Initial Assessment</h3>
<!-- /wp:heading -->
<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px","fontWeight":"700"}}} -->
<p style="font-size:24px;font-weight:700">Free</p>
<!-- /wp:paragraph -->
<!-- wp:paragraph -->
<p>30 minutes</p>
<!-- /wp:paragraph -->
<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"999px"},"spacing":{"padding":{"top":"10px","bottom":"10px","left":"18px","right":"18px"}},"color":{"background":"#0f172a","text":"#ffffff"}},"width":100} -->
<div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link has-text-color has-background" href="https://calendly.com/ktmckeand/60-minute-meeting" style="border-radius:999px;background-color:#0f172a;color:#ffffff;padding-top:10px;padding-right:18px;padding-bottom:10px;padding-left:18px;text-align:center">Book Now</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons --></div>
<!-- /wp:group --></div>
<!-- /wp:column -->
<!-- wp:column -->
<div class="wp-block-column"><!-- wp:group {"style":{"dimensions":{"minHeight":"100%"},"border":{"radius":"16px"},"spacing":{"padding":{"top":"24px","bottom":"24px","left":"24px","right":"24px"}},"color":{"background":"#f8fafc"}}} -->
<div class="wp-block-group has-background" style="min-height:100%;border-radius:16px;background-color:#f8fafc;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px"><!-- wp:heading {"level":3,"style":{"typography":{"fontSize":"20px"}}} -->
<h3 style="font-size:20px;min-height:60px">Coaching</h3>
<!-- /wp:heading -->
<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px","fontWeight":"700"}}} -->
<p style="font-size:24px;font-weight:700">$500 <span style="font-size:16px;font-weight:400">/ hour</span></p>
<!-- /wp:paragraph -->
<!-- wp:paragraph -->
<p>Minimum of one hour</p>
<!-- /wp:paragraph -->
<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"999px"},"spacing":{"padding":{"top":"10px","bottom":"10px","left":"18px","right":"18px"}},"color":{"background":"#0f172a","text":"#ffffff"}},"width":100} -->
<div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link has-text-color has-background" href="https://calendly.com/ktmckeand/60-minute-meeting" style="border-radius:999px;background-color:#0f172a;color:#ffffff;padding-top:10px;padding-right:18px;padding-bottom:10px;padding-left:18px;text-align:center">Book Now</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons --></div>
<!-- /wp:group --></div>
<!-- /wp:column -->
<!-- wp:column -->
<div class="wp-block-column"><!-- wp:group {"style":{"dimensions":{"minHeight":"100%"},"border":{"radius":"16px"},"spacing":{"padding":{"top":"24px","bottom":"24px","left":"24px","right":"24px"}},"color":{"background":"#e2e8f0"}}} -->
<div class="wp-block-group has-background" style="min-height:100%;border-radius:16px;background-color:#e2e8f0;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px"><!-- wp:heading {"level":3,"style":{"typography":{"fontSize":"20px"}}} -->
<h3 style="font-size:20px;min-height:60px">Coaching Package</h3>
<!-- /wp:heading -->
<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px","fontWeight":"700"}}} -->
<p style="font-size:24px;font-weight:700">$1,500 <span style="font-size:16px;font-weight:400">/ month</span></p>
<!-- /wp:paragraph -->
<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"999px"},"spacing":{"padding":{"top":"10px","bottom":"10px","left":"18px","right":"18px"}},"color":{"background":"#0f172a","text":"#ffffff"}},"width":100} -->
<div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link has-text-color has-background" href="https://calendly.com/ktmckeand/60-minute-meeting" style="border-radius:999px;background-color:#0f172a;color:#ffffff;padding-top:10px;padding-right:18px;padding-bottom:10px;padding-left:18px;text-align:center">Book Now</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->
<!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center">Includes 4 hours of coaching</p>
<!-- /wp:paragraph --></div>
<!-- /wp:group --></div>
<!-- /wp:column -->
</div>
<!-- /wp:columns -->
</div>
<!-- /wp:group -->
<!-- wp:group {"style":{"spacing":{"padding":{"top":"60px","bottom":"80px","left":"24px","right":"24px"},"blockGap":"16px"},"color":{"background":"#f1f5f9"}},"layout":{"type":"constrained","contentSize":"1100px"}} -->
<div class="wp-block-group has-background" style="background-color:#f1f5f9;padding-top:60px;padding-right:24px;padding-bottom:80px;padding-left:24px"><!-- wp:heading {"level":2} -->
<h2>Ready to explore coaching?</h2>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p>Start with a 30minute fit call to assess alignment, goals, and the best coaching path.</p>
<!-- /wp:paragraph -->
<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"999px"},"spacing":{"padding":{"top":"12px","bottom":"12px","left":"22px","right":"22px"}},"color":{"background":"#0f172a","text":"#ffffff"}}} -->
<div class="wp-block-button"><a class="wp-block-button__link has-text-color has-background" href="https://calendly.com/ktmckeand/coaching-assessment" style="border-radius:999px;background-color:#0f172a;color:#ffffff;padding-top:12px;padding-right:22px;padding-bottom:12px;padding-left:22px">Schedule an initial assessment</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons --></div>
<!-- /wp:group -->

309
current_pricing.html Normal file
View File

@ -0,0 +1,309 @@
<style id="kmc-global-page-theme">
body.page-id-48, body.page-id-112 { background:#1C3434 !important; color:#F2F7F7; font-family:"Inter",sans-serif; }
body.page-id-48 *, body.page-id-112 * { font-family:"Inter",sans-serif; }
body.page-id-50 { background:#1C3434 !important; font-family:"Inter",sans-serif; }
body.page-id-50 .wp-site-blocks > main { background:#1C3434 !important; }
body.page-id-48 h1, body.page-id-48 h2, body.page-id-48 h3, body.page-id-48 h4, body.page-id-48 h5, body.page-id-48 h6,
body.page-id-112 h1, body.page-id-112 h2, body.page-id-112 h3, body.page-id-112 h4, body.page-id-112 h5, body.page-id-112 h6 { font-family:"Cardo",serif; font-weight:700; color:#FFFFFF; letter-spacing:0.01em; }
body.page-id-48 p, body.page-id-48 li, body.page-id-48 a, body.page-id-48 button, body.page-id-48 input, body.page-id-48 select, body.page-id-48 textarea,
body.page-id-112 p, body.page-id-112 li, body.page-id-112 a, body.page-id-112 button, body.page-id-112 input, body.page-id-112 select, body.page-id-112 textarea,
body.page-id-48 .wp-block-navigation-item__content, body.page-id-112 .wp-block-navigation-item__content,
body.page-id-48 .wp-element-button, body.page-id-112 .wp-element-button { font-family:"Inter",sans-serif; font-weight:400; }
/* Force full teal shell on About */
body.page-id-48 {
--wp--preset--color--base:#1C3434;
--wp--preset--color--base-2:#1C3434;
}
body.page-id-48 .wp-site-blocks > main,
body.page-id-48 .wp-block-template-part,
body.page-id-48 .has-base-background-color,
body.page-id-48 .has-base-2-background-color,
body.page-id-48 .wp-block-group.has-background,
body.page-id-48 .wp-block-post-content,
body.page-id-48 .entry-content { background:#1C3434 !important; }
body.page-id-50 .entry-content,
body.page-id-50 .wp-block-post-content,
body.page-id-50 .wp-site-blocks > main,
body.page-id-50 .has-base-background-color { background: #1C3434 !important; }
/* Remove default template title spacer area */
body.page-id-50 .wp-site-blocks > main, body.page-id-48 .wp-site-blocks > main { margin-block-start:0 !important; margin-top:0 !important; padding-top:0 !important; }
body.page-id-50 main > .wp-block-group.has-global-padding:first-child,
body.page-id-48 main > .wp-block-group.has-global-padding:first-child { display:none !important; }
/* Pull real page content up */
body.page-id-50 .entry-content > .wp-block-group:first-child,
body.page-id-48 .entry-content > .wp-block-group:first-child { margin-top:0 !important; padding-top:0px !important; }
body.page-id-50 .entry-content.wp-block-post-content.has-global-padding.is-layout-constrained { padding-left: 0 !important; padding-right: 0 !important; }
body.page-id-50 .entry-content.wp-block-post-content.is-layout-constrained > .kmc-pricing-section { max-width: none !important; }
</style>
<!-- wp:html -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&family=Inter:wght@400;500;600;700&display=swap');
body.page-id-50 .wp-block-post-title,
body.page-id-50 h1.entry-title { display: none !important; }
.kmc-pricing-section {
background: #1C3434;
padding: 80px 24px 100px;
color: #FFFFFF;
font-family: "Inter", sans-serif;
}
.kmc-pricing-wrap {
max-width: 1080px;
margin: 0 auto;
}
.kmc-pricing-header {
text-align: center;
margin-bottom: 80px;
}
.kmc-pricing-title {
margin: 0 auto 24px;
max-width: 900px;
font-family: "Cardo", serif;
font-size: clamp(38px, 5vw, 56px);
line-height: 1.2;
color: #FFFFFF;
}
.kmc-pricing-subtitle {
margin: 0 auto;
max-width: 800px;
font-family: "Cardo", serif;
font-size: 24px;
line-height: 1.4;
color: #FFFFFF;
}
.kmc-pricing-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 32px;
align-items: stretch;
}
.kmc-price-card {
background: transparent;
border: 1px solid #90F1AE;
border-radius: 24px;
padding: 48px 32px;
display: flex;
flex-direction: column;
position: relative;
text-align: center;
color: #FFFFFF;
}
.kmc-featured-badge {
position: absolute;
top: -16px;
left: 50%;
transform: translateX(-50%);
background: #90F1AE;
color: #1C3434;
border-radius: 999px;
padding: 8px 20px;
font-size: 14px;
line-height: 1;
font-weight: 700;
letter-spacing: .02em;
white-space: nowrap;
}
.kmc-card-name {
font-family: "Cardo", serif;
font-size: 32px;
font-weight: 400;
margin: 0 0 32px 0;
color: #FFFFFF;
}
.kmc-card-price-wrap {
display: flex;
align-items: baseline;
justify-content: center;
gap: 8px;
margin-bottom: 24px;
}
.kmc-card-price {
font-family: "Cardo", serif;
font-size: clamp(48px, 4.5vw, 64px);
line-height: 1;
color: #90F1AE;
margin: 0;
}
.kmc-card-term {
font-size: 16px;
font-weight: 400;
color: rgba(255,255,255,0.7);
margin: 0;
}
.kmc-card-desc {
font-size: 16px;
line-height: 1.4;
color: #FFFFFF;
margin: 0 0 32px 0;
}
.kmc-card-divider {
height: 1px;
background: rgba(255,255,255,0.2);
margin: 0 0 32px 0;
border: none;
}
.kmc-card-features {
list-style: none;
padding: 0;
margin: 0 0 40px 0;
flex-grow: 1;
text-align: left;
}
.kmc-card-features li {
position: relative;
padding-left: 36px;
margin-bottom: 20px;
font-size: 16px;
line-height: 1.4;
color: #FFFFFF;
font-weight: 400;
}
.kmc-card-features li::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 20px;
height: 20px;
background-color: #90F1AE;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%231C3434" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>');
background-repeat: no-repeat;
background-position: center;
}
.kmc-card-cta-wrap {
margin-top: auto;
display: flex;
justify-content: center;
}
.kmc-card-cta {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
padding: 16px 24px;
border-radius: 999px;
background: #FFFFFF;
color: #1C3434;
text-decoration: none;
font-size: 16px;
font-weight: 700;
transition: all .2s ease;
box-sizing: border-box;
}
.kmc-card-cta:hover {
background: #E9E8E4;
}
.kmc-pricing-footer {
text-align: center;
margin-top: 56px;
font-size: 16px;
font-weight: 400;
color: rgba(255,255,255,0.8);
}
@media (max-width: 980px) {
.kmc-pricing-grid { grid-template-columns: 1fr; gap: 40px; }
.kmc-pricing-section { padding: 56px 20px 72px; }
.kmc-featured-badge { top: -12px; }
.kmc-pricing-title { font-size: clamp(32px, 8vw, 42px); }
}
</style>
<section class="kmc-pricing-section" aria-label="Pricing">
<div class="kmc-pricing-wrap">
<div class="kmc-pricing-header">
<h1 class="kmc-pricing-title">Pricing and <span style="color: #90F1AE;">Coaching Packages</span></h1>
<p class="kmc-pricing-subtitle">Coaching is a partnership, and I only work with clients who are fully committed to the process. Please review the options below and schedule your consultation to get started.</p>
</div>
<div class="kmc-pricing-grid">
<!-- Card 1 -->
<article class="kmc-price-card">
<h3 class="kmc-card-name">Initial Assessment</h3>
<div class="kmc-card-price-wrap">
<p class="kmc-card-price">Free</p>
</div>
<p class="kmc-card-desc">30 minutes</p>
<hr class="kmc-card-divider">
<ul class="kmc-card-features">
<li>Preliminary discussion</li>
<li>Assess compatibility and goals</li>
<li>Identify potential coaching areas</li>
</ul>
<div class="kmc-card-cta-wrap">
<a class="kmc-card-cta" href="https://calendly.com/ktmckeand/coaching-assessment" aria-label="Book Initial Assessment">
Book Now
</a>
</div>
</article>
<!-- Card 2 -->
<article class="kmc-price-card">
<span class="kmc-featured-badge">Most Popular</span>
<h3 class="kmc-card-name">Coaching</h3>
<div class="kmc-card-price-wrap">
<p class="kmc-card-price">$500</p>
<p class="kmc-card-term">/ hour</p>
</div>
<p class="kmc-card-desc">Minimum of 1 hour</p>
<hr class="kmc-card-divider">
<ul class="kmc-card-features">
<li>One hour of individual coaching</li>
<li>Focused strategy session</li>
<li>Actionable outcomes</li>
</ul>
<div class="kmc-card-cta-wrap">
<a class="kmc-card-cta" href="https://calendly.com/ktmckeand/one-on-one-coaching-session" aria-label="Book Coaching">
Book Now
</a>
</div>
</article>
<!-- Card 3 -->
<article class="kmc-price-card">
<h3 class="kmc-card-name">Coaching Package</h3>
<div class="kmc-card-price-wrap">
<p class="kmc-card-price">$1,600</p>
<p class="kmc-card-term">/ month</p>
</div>
<p class="kmc-card-desc">Includes 4 hours of coaching</p>
<hr class="kmc-card-divider">
<ul class="kmc-card-features">
<li>4 hours of coaching per month</li>
<li>Tailored strategy for achievement</li>
<li>Ongoing support and accountability</li>
</ul>
<div class="kmc-card-cta-wrap">
<a class="kmc-card-cta" href="https://calendly.com/ktmckeand/payments/064d4b09-6ffa-41b8-ac14-92e322595431" aria-label="Book Coaching Package">
Book Now
</a>
</div>
</article>
</div>
<p class="kmc-pricing-footer">*All new clients should begin with a consultation.</p>
</div>
</section>
<!-- /wp:html -->

308
tmp_pricing.html Normal file
View File

@ -0,0 +1,308 @@
<style id="kmc-global-page-theme">
body.page-id-48, body.page-id-112 { background:#1C3434 !important; color:#F2F7F7; font-family:"Inter",sans-serif; }
body.page-id-48 *, body.page-id-112 * { font-family:"Inter",sans-serif; }
body.page-id-50 { background:#1C3434 !important; font-family:"Inter",sans-serif; }
body.page-id-50 .wp-site-blocks > main { background:#1C3434 !important; }
body.page-id-48 h1, body.page-id-48 h2, body.page-id-48 h3, body.page-id-48 h4, body.page-id-48 h5, body.page-id-48 h6,
body.page-id-112 h1, body.page-id-112 h2, body.page-id-112 h3, body.page-id-112 h4, body.page-id-112 h5, body.page-id-112 h6 { font-family:"Cardo",serif; font-weight:700; color:#FFFFFF; letter-spacing:0.01em; }
body.page-id-48 p, body.page-id-48 li, body.page-id-48 a, body.page-id-48 button, body.page-id-48 input, body.page-id-48 select, body.page-id-48 textarea,
body.page-id-112 p, body.page-id-112 li, body.page-id-112 a, body.page-id-112 button, body.page-id-112 input, body.page-id-112 select, body.page-id-112 textarea,
body.page-id-48 .wp-block-navigation-item__content, body.page-id-112 .wp-block-navigation-item__content,
body.page-id-48 .wp-element-button, body.page-id-112 .wp-element-button { font-family:"Inter",sans-serif; font-weight:400; }
/* Force full teal shell on About */
body.page-id-48 {
--wp--preset--color--base:#1C3434;
--wp--preset--color--base-2:#1C3434;
}
body.page-id-48 .wp-site-blocks > main,
body.page-id-48 .wp-block-template-part,
body.page-id-48 .has-base-background-color,
body.page-id-48 .has-base-2-background-color,
body.page-id-48 .wp-block-group.has-background,
body.page-id-48 .wp-block-post-content,
body.page-id-48 .entry-content { background:#1C3434 !important; }
body.page-id-50 .entry-content,
body.page-id-50 .wp-block-post-content,
body.page-id-50 .wp-site-blocks > main,
body.page-id-50 .has-base-background-color { background: #1C3434 !important; }
/* Remove default template title spacer area */
body.page-id-50 .wp-site-blocks > main, body.page-id-48 .wp-site-blocks > main { margin-block-start:0 !important; margin-top:0 !important; padding-top:0 !important; }
body.page-id-50 main > .wp-block-group.has-global-padding:first-child,
body.page-id-48 main > .wp-block-group.has-global-padding:first-child { display:none !important; }
/* Pull real page content up */
body.page-id-50 .entry-content > .wp-block-group:first-child,
body.page-id-48 .entry-content > .wp-block-group:first-child { margin-top:0 !important; padding-top:0px !important; }
body.page-id-50 .entry-content.wp-block-post-content.has-global-padding.is-layout-constrained { padding-left: 0 !important; padding-right: 0 !important; }
body.page-id-50 .entry-content.wp-block-post-content.is-layout-constrained > .kmc-pricing-section { max-width: none !important; }
</style>
<!-- wp:html -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&family=Inter:wght@400;500;600;700&display=swap');
body.page-id-50 .wp-block-post-title,
body.page-id-50 h1.entry-title { display: none !important; }
.kmc-pricing-section {
background: #1C3434;
padding: 80px 24px 100px;
color: #FFFFFF;
font-family: "Inter", sans-serif;
}
.kmc-pricing-wrap {
max-width: 1080px;
margin: 0 auto;
}
.kmc-pricing-header {
text-align: center;
margin-bottom: 80px;
}
.kmc-pricing-title {
margin: 0 auto 24px;
max-width: 900px;
font-family: "Cardo", serif;
font-size: clamp(38px, 5vw, 56px);
line-height: 1.2;
color: #FFFFFF;
}
.kmc-pricing-subtitle {
margin: 0 auto;
max-width: 800px;
font-size: 20px;
line-height: 1.5;
color: #FFFFFF;
}
.kmc-pricing-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 32px;
align-items: stretch;
}
.kmc-price-card {
background: transparent;
border: 1px solid #90F1AE;
border-radius: 24px;
padding: 48px 32px;
display: flex;
flex-direction: column;
position: relative;
text-align: center;
color: #FFFFFF;
}
.kmc-featured-badge {
position: absolute;
top: -16px;
left: 50%;
transform: translateX(-50%);
background: #90F1AE;
color: #1C3434;
border-radius: 999px;
padding: 8px 20px;
font-size: 14px;
line-height: 1;
font-weight: 700;
letter-spacing: .02em;
white-space: nowrap;
}
.kmc-card-name {
font-family: "Cardo", serif;
font-size: 32px;
font-weight: 400;
margin: 0 0 32px 0;
color: #FFFFFF;
}
.kmc-card-price-wrap {
display: flex;
align-items: baseline;
justify-content: center;
gap: 8px;
margin-bottom: 24px;
}
.kmc-card-price {
font-family: "Cardo", serif;
font-size: clamp(48px, 4.5vw, 64px);
line-height: 1;
color: #90F1AE;
margin: 0;
}
.kmc-card-term {
font-size: 16px;
font-weight: 400;
color: rgba(255,255,255,0.7);
margin: 0;
}
.kmc-card-desc {
font-size: 16px;
line-height: 1.4;
color: #FFFFFF;
margin: 0 0 32px 0;
}
.kmc-card-divider {
height: 1px;
background: rgba(255,255,255,0.2);
margin: 0 0 32px 0;
border: none;
}
.kmc-card-features {
list-style: none;
padding: 0;
margin: 0 0 40px 0;
flex-grow: 1;
text-align: left;
}
.kmc-card-features li {
position: relative;
padding-left: 36px;
margin-bottom: 20px;
font-size: 16px;
line-height: 1.4;
color: #FFFFFF;
font-weight: 400;
}
.kmc-card-features li::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 20px;
height: 20px;
background-color: #90F1AE;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%231C3434" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>');
background-repeat: no-repeat;
background-position: center;
}
.kmc-card-cta-wrap {
margin-top: auto;
display: flex;
justify-content: center;
}
.kmc-card-cta {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
padding: 16px 24px;
border-radius: 999px;
background: #FFFFFF;
color: #1C3434;
text-decoration: none;
font-size: 16px;
font-weight: 700;
transition: all .2s ease;
box-sizing: border-box;
}
.kmc-card-cta:hover {
background: #E9E8E4;
}
.kmc-pricing-footer {
text-align: center;
margin-top: 56px;
font-size: 16px;
font-weight: 400;
color: rgba(255,255,255,0.8);
}
@media (max-width: 980px) {
.kmc-pricing-grid { grid-template-columns: 1fr; gap: 40px; }
.kmc-pricing-section { padding: 56px 20px 72px; }
.kmc-featured-badge { top: -12px; }
.kmc-pricing-title { font-size: clamp(32px, 8vw, 42px); }
}
</style>
<section class="kmc-pricing-section" aria-label="Pricing">
<div class="kmc-pricing-wrap">
<div class="kmc-pricing-header">
<h1 class="kmc-pricing-title">Pricing and <span style="color: #90F1AE;">Coaching Packages</span></h1>
<p class="kmc-pricing-subtitle">Coaching is a partnership, and I only work with clients who are fully committed to the process. Please review the options below and schedule your consultation to get started.</p>
</div>
<div class="kmc-pricing-grid">
<!-- Card 1 -->
<article class="kmc-price-card">
<h3 class="kmc-card-name">Initial Assessment</h3>
<div class="kmc-card-price-wrap">
<p class="kmc-card-price">Free</p>
</div>
<p class="kmc-card-desc">30 minutes</p>
<hr class="kmc-card-divider">
<ul class="kmc-card-features">
<li>Preliminary discussion</li>
<li>Assess compatibility and goals</li>
<li>Identify potential coaching areas</li>
</ul>
<div class="kmc-card-cta-wrap">
<a class="kmc-card-cta" href="https://calendly.com/ktmckeand/coaching-assessment" aria-label="Book Initial Assessment">
Book Now
</a>
</div>
</article>
<!-- Card 2 -->
<article class="kmc-price-card">
<span class="kmc-featured-badge">Most Popular</span>
<h3 class="kmc-card-name">Coaching</h3>
<div class="kmc-card-price-wrap">
<p class="kmc-card-price">$500</p>
<p class="kmc-card-term">/ hour</p>
</div>
<p class="kmc-card-desc">Minimum of 1 hour</p>
<hr class="kmc-card-divider">
<ul class="kmc-card-features">
<li>One hour of individual coaching</li>
<li>Focused strategy session</li>
<li>Actionable outcomes</li>
</ul>
<div class="kmc-card-cta-wrap">
<a class="kmc-card-cta" href="https://calendly.com/ktmckeand/one-on-one-coaching-session" aria-label="Book Coaching">
Book Now
</a>
</div>
</article>
<!-- Card 3 -->
<article class="kmc-price-card">
<h3 class="kmc-card-name">Coaching Package</h3>
<div class="kmc-card-price-wrap">
<p class="kmc-card-price">$1,600</p>
<p class="kmc-card-term">/ month</p>
</div>
<p class="kmc-card-desc">Includes 4 hours of coaching</p>
<hr class="kmc-card-divider">
<ul class="kmc-card-features">
<li>4 hours of coaching per month</li>
<li>Tailored strategy for achievement</li>
<li>Ongoing support and accountability</li>
</ul>
<div class="kmc-card-cta-wrap">
<a class="kmc-card-cta" href="https://calendly.com/ktmckeand/payments/064d4b09-6ffa-41b8-ac14-92e322595431" aria-label="Book Coaching Package">
Book Now
</a>
</div>
</article>
</div>
<p class="kmc-pricing-footer">*All new clients should begin with a consultation.</p>
</div>
</section>
<!-- /wp:html -->