/*!
Theme Name: TSSG
Theme URI: https://www.tssgcoaching.com
Author: TSSG
Author URI: https://www.tssgcoaching.com
Description: TSSG Coaching Custom WordPress Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tssg
Tags: sales-coaching, generator-dealer, generac

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

TSSG is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
    font-family: "Manrope", sans-serif;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* Homepage CSS */
:root {
	--tssg-orange: #ff6100;
	--tssg-navy: #2a3f6b;
	--tssg-dark: #101827;
	--tssg-light: #f7f9fd;
	--tssg-muted: #667085;
	--tssg-border: rgba(42, 63, 107, 0.14);
	--container: 1180px;
}

.container {
	width: min(100% - 40px, var(--container));
	margin-inline: auto;
}

.tssg-home {
	overflow: hidden;
	background: #fff;
	color: var(--tssg-dark);
}

.home-hero {
	position: relative;
	min-height: 92vh;
	padding: 175px 0 120px;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: #f7f9fd;
}

.home-hero__image {
	position: absolute;
	inset: 0;
	background-image: url("/wp-content/themes/tssg/assets/images/ftl-group-photo.jpg");
	background-size: cover;
	background-position: center top;
	opacity: 0.55;
}

.home-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			90deg,
			rgba(255,255,255,0.98) 0%,
			rgba(255,255,255,0.95) 46%,
			rgba(255,255,255,0.76) 72%,
			rgba(255,255,255,0.58) 100%
		),
		radial-gradient(circle at 18% 30%, rgba(255,97,0,0.14), transparent 34%);
}

.home-hero__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 720px) minmax(280px, 360px);
	gap: 72px;
	align-items: center;
}

.eyebrow-line {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 24px;
	color: var(--tssg-orange);
	font-size: 0.74rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.eyebrow-line::before {
	display: none;
}

.eyebrow-line::after {
	content: "";
	width: 72px;
	height: 2px;
	border-radius: 99px;
	background: linear-gradient(90deg, var(--tssg-orange), rgba(255,97,0,0));
}

.home-hero h1 {
	max-width: 760px;
	margin: 0;
	color: var(--tssg-navy);
	font-size: clamp(2.45rem, 4.5vw, 4.8rem);
	line-height: 1.05;
	letter-spacing: -0.055em;
	font-weight: 900;
}

.hero-lead {
	max-width: 640px;
	margin: 30px 0 0;
	color: var(--tssg-muted);
	font-size: 1.2rem;
	line-height: 1.75;
}

.home-hero__cards {
	display: grid;
	gap: 18px;
	align-self: center;
}

.hero-floating {
	position: relative;
	padding: 22px;
	border-radius: 22px;
	background: rgba(255,255,255,0.9);
	backdrop-filter: blur(16px);
	border: 1px solid rgba(255,255,255,0.78);
	box-shadow: 0 24px 70px rgba(42,63,107,0.16);
}

.hero-floating--event {
	animation: floatCard 5s ease-in-out infinite;
}

.hero-floating--proof {
	margin-left: 44px;
	animation: floatCard 6s ease-in-out infinite reverse;
}

.hero-floating span,
.hero-floating strong,
.hero-floating a {
	display: block;
}

.hero-floating span {
	color: var(--tssg-orange);
	font-size: 0.74rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.hero-floating strong {
	margin-top: 6px;
	color: var(--tssg-navy);
	font-size: 1.15rem;
}

.hero-floating a {
	margin-top: 12px;
	color: var(--tssg-orange);
	font-weight: 900;
	text-decoration: none;
}

@media (max-width: 900px) {
	.home-hero {
		min-height: auto;
		padding: 135px 0 72px;
	}

	.home-hero__grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.home-hero__image {
		opacity: 0.25;
	}

	.home-hero__overlay {
		background: rgba(255,255,255,0.9);
	}

	.home-hero__cards {
		gap: 14px;
	}

	.hero-floating--proof {
		margin-left: 0;
	}
}
.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 38px;
}

.btn,
.btn:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border-radius: 999px;
	font-weight: 900;
	text-decoration: none;
	line-height: 1;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover,
.btn:focus {
	transform: translateY(-2px);
	text-decoration: none;
}

.btn-primary,
.btn-primary:visited {
	background: linear-gradient(135deg, #ff6100, #ff7f2f);
	color: #fff;
	box-shadow: 0 16px 34px rgba(255, 97, 0, 0.28);
}

.btn-primary:hover,
.btn-primary:focus {
	color: #fff;
	box-shadow: 0 22px 46px rgba(255, 97, 0, 0.38);
}

.btn-secondary,
.btn-secondary:visited {
	background: #fff;
	color: var(--tssg-navy);
	border: 1px solid var(--tssg-border);
	box-shadow: 0 12px 28px rgba(42, 63, 107, 0.08);
}

.btn-secondary:hover,
.btn-secondary:focus {
	color: var(--tssg-navy);
	background: var(--tssg-light);
}
.section {
	padding: 100px 0;
}

.section h2,
.final-cta h2 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: clamp(2.1rem, 4vw, 4rem);
	line-height: 1.02;
	letter-spacing: -0.05em;
}

.ftl-feature {
	background: var(--tssg-navy);
	color: #fff;
}

.ftl-feature h2 {
	color: #fff;
}

.ftl-feature__grid,
.podcast-section__grid {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 56px;
	align-items: center;
}

.ftl-feature__card {
	padding: 34px;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.14);
}

.ftl-feature__card p {
	margin-top: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.15rem;
	line-height: 1.75;
}

.ftl-feature__card ul {
	display: grid;
	gap: 10px;
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
}

.ftl-feature__card li {
	color: #fff;
	font-weight: 800;
}

.ftl-feature__card li::before {
	content: "•";
	color: var(--tssg-orange);
	margin-right: 10px;
}

.success-story {
	background: #fff;
}

.success-story__card {
	position: relative;
	padding: clamp(34px, 5vw, 64px);
	border-radius: 34px;
	background:
		radial-gradient(circle at 90% 10%, rgba(255, 97, 0, 0.14), transparent 28%),
		#fff;
	border: 1px solid var(--tssg-border);
	box-shadow: 0 30px 90px rgba(42, 63, 107, 0.1);
}

.stars {
	margin-bottom: 22px;
	color: var(--tssg-orange);
	font-size: 1.1rem;
	letter-spacing: 0.12em;
}

.success-story blockquote {
	max-width: 980px;
	margin: 0;
	color: var(--tssg-navy);
	font-size: clamp(1.55rem, 3vw, 2.75rem);
	line-height: 1.22;
	letter-spacing: -0.04em;
	font-weight: 850;
}

.success-story__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 34px;
	padding-top: 24px;
	border-top: 1px solid var(--tssg-border);
}

.success-story__footer strong,
.success-story__footer span {
	display: block;
}

.success-story__footer span {
	color: var(--tssg-muted);
}

.success-story__footer a {
	color: var(--tssg-orange);
	font-weight: 900;
	text-decoration: none;
}

.what-we-do,
.products-section {
	background: var(--tssg-light);
}

.what-we-do h2,
.products-section h2 {
	max-width: 900px;
}

.service-grid,
.product-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 44px;
}

.service-card,
.product-card,
.podcast-card {
	padding: 30px;
	border-radius: 28px;
	background: #fff;
	border: 1px solid var(--tssg-border);
	box-shadow: 0 20px 60px rgba(42, 63, 107, 0.08);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover,
.product-card:hover,
.podcast-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 30px 76px rgba(42, 63, 107, 0.13);
}

.service-card h3,
.product-card h3,
.podcast-card h3 {
	margin-top: 0;
	color: var(--tssg-navy);
	font-size: 1.45rem;
	letter-spacing: -0.03em;
}

.service-card p,
.product-card p,
.podcast-card p,
.podcast-section p {
	color: var(--tssg-muted);
	line-height: 1.75;
}

.service-card a {
	color: var(--tssg-orange);
	font-weight: 900;
	text-decoration: none;
}

.podcast-section {
	background: #fff;
}

.podcast-card {
	background:
		linear-gradient(180deg, #fff, #f7f9fd);
}

.podcast-card__label {
	display: inline-flex;
	margin-bottom: 18px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 97, 0, 0.1);
	color: var(--tssg-orange);
	font-size: 0.74rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.podcast-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.final-cta {
	padding: 110px 0;
	background:
		linear-gradient(135deg, rgba(42, 63, 107, 0.92), rgba(16, 24, 39, 0.9)),
		url("/wp-content/themes/tssg/assets/images/ftl-group-photo.jpg");
	background-size: cover;
	background-position: center;
	color: #fff;
}

.final-cta h2 {
	max-width: 900px;
	color: #fff;
}

@keyframes floatCard {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-12px);
	}
}

@media (max-width: 900px) {
	.container {
		width: min(100% - 24px, var(--container));
	}

	.home-hero {
		padding: 130px 0 70px;
	}

	.home-hero__grid,
	.ftl-feature__grid,
	.podcast-section__grid,
	.service-grid,
	.product-grid {
		grid-template-columns: 1fr;
	}

	.home-hero__media img {
		aspect-ratio: 4 / 3;
	}

	.hero-card {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		margin-top: 14px;
		max-width: none;
	}

	.section {
		padding: 72px 0;
	}

	.success-story__footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.final-cta {
		padding: 80px 0;
	}
}
.tssg-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;

	background: rgba(255, 255, 255, 0.92);

	backdrop-filter: blur(18px);

	border-bottom: 1px solid rgba(42, 63, 107, 0.08);

	box-shadow: 0 14px 40px rgba(42, 63, 107, 0.08);

	overflow: hidden;
}
.tssg-header::after {
	content: "";

	position: absolute;

	left: 0;
	right: 0;
	bottom: 0;

	height: 2px;

	background:
		linear-gradient(
			90deg,
			transparent 0%,
			transparent 20%,
			rgba(255,97,0,.25) 35%,
			#ff6100 50%,
			rgba(255,97,0,.25) 65%,
			transparent 80%,
			transparent 100%
		);

	background-size: 250% 100%;

	animation: tssgBorderMove 8s linear infinite;

	opacity: .9;
}
@keyframes tssgBorderMove {

	from {
		background-position: 0% 50%;
	}

	to {
		background-position: 250% 50%;
	}
}
.tssg-header__inner {
	width: min(1180px, calc(100% - 40px));
	height: 82px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
}

.tssg-logo {
	height: 46px;
	width: auto;
	display: block;
}

.tssg-nav {
	margin-left: auto;
}

.tssg-menu {
	display: flex;
	align-items: center;
	gap: 28px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tssg-menu a {
	position: relative;
	color: #2a3f6b;
	font-size: 0.9rem;
	font-weight: 850;
	text-decoration: none;
	transition: color 180ms ease;
}

.tssg-menu a:hover {
	color: #ff6100;

}

.tssg-menu > li > a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -9px;
	width: 0;
	height: 2px;
	border-radius: 99px;
	background: #ff6100;
	transition: width 180ms ease;
}

.tssg-menu > li > a:hover::after {
	width: 100%;
}

.tssg-header__actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.tssg-header__digital {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	padding: 0 17px;
	border-radius: 999px;
	border: 1px solid rgba(42, 63, 107, 0.18);
	background: #fff;
	color: rgba(42, 63, 107, 0.78);
	font-size: 0.82rem;
	font-weight: 850;
	text-decoration: none;
	transition: all 180ms ease;
}

.tssg-header__digital:hover {
	color: #2a3f6b;

	border-color:
		rgba(42, 63, 107, 0.32);

	background: #f6f8fc;

	text-decoration: none;
}

.tssg-header__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 46px;
	padding: 0 23px;
	border-radius: 999px;
	border: 1px solid rgba(255,255,255,.15);
	background: linear-gradient(
		135deg,
		#ff6100,
		#ff7f2f
	);
	color: #fff;
	font-size: 0.86rem;
	font-weight: 950;
	text-decoration: none;
	box-shadow: 0 14px 30px rgba(255, 97, 0, 0.28);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.tssg-header__cta,
.tssg-header__cta:visited,
.tssg-header__cta:hover,
.tssg-header__cta:focus {
	color: #fff;
}

.tssg-header__digital,
.tssg-header__digital:visited,
.tssg-header__digital:focus {
	color: rgba(42, 63, 107, 0.78);
}
.tssg-header__cta:hover {
	color: #fff;
	text-decoration: none;

	transform: translateY(-2px);

	box-shadow:
		0 20px 42px rgba(255, 97, 0, 0.4);
}

.tssg-menu-toggle {
	display: none;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(42, 63, 107, 0.14);
	border-radius: 999px;
	background: #fff;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	cursor: pointer;
}

.tssg-menu-toggle span {
	width: 18px;
	height: 2px;
	border-radius: 99px;
	background: #2a3f6b;
	transition: transform 180ms ease, opacity 180ms ease;
}

.tssg-mobile-panel {
	display: none;
}

@media (max-width: 900px) {
	.tssg-header__inner {
		height: 74px;
		width: min(100% - 24px, 1180px);
	}

	.tssg-logo {
		height: 40px;
	}

	.tssg-nav,
	.tssg-header__actions {
		display: none;
	}

	.tssg-menu-toggle {
		display: inline-flex;
	}

	.tssg-header.is-open .tssg-menu-toggle span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.tssg-header.is-open .tssg-menu-toggle span:nth-child(2) {
		opacity: 0;
	}

	.tssg-header.is-open .tssg-menu-toggle span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.tssg-mobile-panel {
		display: grid;
		gap: 6px;
		width: min(100% - 24px, 1180px);
		margin: 0 auto 14px;
		padding: 16px;
		border: 1px solid rgba(42, 63, 107, 0.12);
		border-radius: 24px;
		background: rgba(255,255,255,0.96);
		box-shadow: 0 24px 70px rgba(42, 63, 107, 0.14);
		transform: translateY(-8px);
		opacity: 0;
		pointer-events: none;
		max-height: 0;
		overflow: hidden;
		transition: opacity 180ms ease, transform 180ms ease, max-height 220ms ease;
	}

	.tssg-header.is-open .tssg-mobile-panel {
		opacity: 1;
		transform: translateY(0);
		pointer-events: auto;
		max-height: 520px;
	}

	.tssg-mobile-panel > a {
		padding: 14px 14px;
		border-radius: 14px;
		color: #2a3f6b;
		font-weight: 850;
		text-decoration: none;
	}

	.tssg-mobile-panel > a:hover {
		background: #f6f8fc;
		color: #ff6100;
	}

	.tssg-mobile-actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 10px;
		padding-top: 12px;
		border-top: 1px solid rgba(42, 63, 107, 0.1);
	}

	.tssg-mobile-actions .tssg-header__digital,
	.tssg-mobile-actions .tssg-header__cta {
		display: flex;
		width: 100%;
	}
}
.menu-item-has-children {
	position: relative;
}

.menu-item-has-children > a {
	display: flex;
	align-items: center;
	gap: 6px;
}

.menu-item-has-children > a::before {
	content: "⌄";
	font-size: .7rem;
	order: 2;
	opacity: .65;
	transition: transform .2s ease;
}

.menu-item-has-children:hover > a::before {
	transform: rotate(180deg);
}

.sub-menu {
	position: absolute;

	top: calc(100% + 20px);
	left: -16px;

	min-width: 240px;

	padding: 10px;

	list-style: none;

	background: rgba(255,255,255,.98);

	backdrop-filter: blur(18px);

	border: 1px solid rgba(42,63,107,.1);

	border-radius: 18px;

	box-shadow:
		0 24px 60px rgba(42,63,107,.12);

	opacity: 0;
	visibility: hidden;

	transform: translateY(10px);

	transition: .2s ease;

	margin: 0;
}

.menu-item-has-children:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.sub-menu li {
	margin: 0;
}

.sub-menu a {
	display: block;

	padding: 12px 14px;

	border-radius: 12px;

	color: #2a3f6b;

	font-size: .85rem;

	font-weight: 700;

	text-decoration: none;
}

.sub-menu a:hover {
	background: #f6f8fc;
	color: #ff6100;
	border:none !important;
	border:0 !important;
}
.ftl-showcase {
	position: relative;
	padding: 110px 0;
	background:
		linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
	overflow: hidden;
}

.ftl-showcase__wrap {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	align-items: center;
	gap: 0;
}

.ftl-showcase__photo {
	position: relative;
	z-index: 1;
}

.ftl-showcase__photo img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 0.9;
	object-fit: cover;
	border-radius: 26px;
	box-shadow: 0 30px 80px rgba(42, 63, 107, 0.18);
}

.ftl-showcase__card {
	position: relative;
	z-index: 2;
	margin-left: -44px;
	padding: clamp(34px, 5vw, 58px);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(18px);
	border: 1px solid rgba(42, 63, 107, 0.12);
	box-shadow: 0 36px 100px rgba(42, 63, 107, 0.16);
	overflow: hidden;
}

.ftl-showcase__card h2 {
	margin: 0;
	max-width: 640px;
	color: var(--tssg-navy);
	font-size: clamp(2.6rem, 5vw, 5rem);
	line-height: 0.95;
	letter-spacing: -0.06em;
	font-weight: 950;
}

.ftl-showcase__lead {
	max-width: 620px;
	margin: 24px 0 0;
	color: var(--tssg-muted);
	font-size: 1.18rem;
	line-height: 1.7;
}

.ftl-showcase__meta {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 34px;
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(42, 63, 107, 0.12);
}

.ftl-showcase__meta div {
	position: relative;
}

.ftl-showcase__meta div:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 4px;
	right: -9px;
	width: 1px;
	height: 44px;
	background: rgba(42, 63, 107, 0.12);
}

.ftl-showcase__meta span {
	display: block;
	margin-bottom: 5px;
	color: var(--tssg-muted);
	font-size: 0.74rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.ftl-showcase__meta strong {
	display: block;
	color: var(--tssg-navy);
	font-size: 0.98rem;
	line-height: 1.25;
}

.ftl-showcase__bullets {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px 26px;
	margin-top: 28px;
	max-width: 640px;
}

.ftl-showcase__bullets span {
	position: relative;
	padding-left: 28px;
	color: var(--tssg-dark);
	font-weight: 750;
	line-height: 1.35;
}

.ftl-showcase__bullets span::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	display: inline-grid;
	place-items: center;
	width: 18px;
	height: 18px;
	border-radius: 999px;
	border: 2px solid var(--tssg-orange);
	color: var(--tssg-orange);
	font-size: 0.7rem;
	font-weight: 950;
}

.ftl-showcase__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.ftl-showcase__kite {
	position: absolute;
	right: -8px;
	bottom: -12px;
	width: clamp(115px, 15vw, 190px);
	filter: drop-shadow(0 18px 30px rgba(42, 63, 107, 0.18));
	pointer-events: none;
}

.kite-strip {
	padding: 85px 0 100px;
	background: #fff;
}

.kite-strip__grid {
	display: grid;
	grid-template-columns: 0.8fr 1.4fr;
	gap: 56px;
	align-items: center;
}

.kite-strip__intro h2 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: clamp(2rem, 3.5vw, 3.5rem);
	line-height: 1;
	letter-spacing: -0.05em;
}

.kite-strip__intro p {
	margin-top: 22px;
	color: var(--tssg-muted);
	font-size: 1.08rem;
	line-height: 1.75;
}

.kite-strip__images {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.kite-strip__images img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 22px;
	background: #f3f4f6;
	border: 1px solid rgba(42, 63, 107, 0.08);
	box-shadow: 0 18px 50px rgba(42, 63, 107, 0.08);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.kite-strip__images img:hover {
	transform: translateY(-5px);
	box-shadow: 0 26px 70px rgba(42, 63, 107, 0.13);
}

@media (max-width: 900px) {
	.ftl-showcase {
		padding: 72px 0;
	}

	.ftl-showcase__wrap,
	.kite-strip__grid {
		grid-template-columns: 1fr;
	}

	.ftl-showcase__card {
		margin-left: 0;
		margin-top: -28px;
	}

	.ftl-showcase__photo img {
		aspect-ratio: 4 / 3;
	}

	.ftl-showcase__meta,
	.ftl-showcase__bullets {
		grid-template-columns: 1fr;
	}

	.ftl-showcase__meta div:not(:last-child)::after {
		display: none;
	}

	.ftl-showcase__kite {
		position: static;
		display: block;
		margin: 28px auto -20px;
		width: 140px;
	}

	.kite-strip {
		padding: 72px 0;
	}

	.kite-strip__images {
		grid-template-columns: repeat(2, 1fr);
	}
}
.coaching-section {
	padding: 110px 0;
	background: #fff;
}

.coaching-section__grid {
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: 70px;
	align-items: center;
}

.coaching-section__photo img {
	display: block;
	width: 100%;
	border-radius: 30px;
	box-shadow: 0 30px 90px rgba(42,63,107,.14);
}

.coaching-section h2 {
	max-width: 720px;
}

.coaching-lead {
	margin-top: 24px;
	color: var(--tssg-muted);
	font-size: 1.15rem;
	line-height: 1.8;
}

.coaching-points {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
	margin-top: 36px;
}

.coaching-point {
	padding: 22px;
	border-radius: 20px;
	background: #f7f9fd;
	border: 1px solid rgba(42,63,107,.08);
	transition: all .2s ease;
}

.coaching-point:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 50px rgba(42,63,107,.08);
}

.coaching-point h3 {
	margin: 0 0 8px;
	color: var(--tssg-navy);
	font-size: 1.05rem;
}

.coaching-point p {
	margin: 0;
	color: var(--tssg-muted);
	line-height: 1.6;
	font-size: .95rem;
}

@media (max-width: 900px) {

	.coaching-section {
		padding: 72px 0;
	}

	.coaching-section__grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.coaching-points {
		grid-template-columns: 1fr;
	}
}
.reviews-section {
	padding: 110px 0;
	background:
		radial-gradient(circle at 15% 12%, rgba(255, 97, 0, 0.1), transparent 28%),
		#fff;
}

.reviews-section__header {
	max-width: 860px;
	margin-bottom: 48px;
}

.reviews-section__header h2 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: clamp(2.2rem, 4vw, 4rem);
	line-height: 1.02;
	letter-spacing: -0.05em;
}

.reviews-section__header p {
	margin-top: 22px;
	color: var(--tssg-muted);
	font-size: 1.15rem;
	line-height: 1.75;
}

.reviews-feature {
	display: grid;
	grid-template-columns: 1.25fr 0.75fr;
	gap: 24px;
	align-items: stretch;
}

.reviews-feature__quote {
	padding: clamp(34px, 5vw, 58px);
	border-radius: 34px;
	background: var(--tssg-navy);
	color: #fff;
	box-shadow: 0 30px 90px rgba(42, 63, 107, 0.18);
}

.reviews-feature__quote blockquote {
	margin: 0;
	color: #fff;
	font-size: clamp(1.55rem, 3vw, 2.65rem);
	line-height: 1.2;
	letter-spacing: -0.04em;
	font-weight: 850;
}

.reviews-feature__author {
	margin-top: 30px;
	padding-top: 24px;
	border-top: 1px solid rgba(255,255,255,0.16);
}

.reviews-feature__author strong,
.reviews-feature__author span {
	display: block;
}

.reviews-feature__author span {
	margin-top: 4px;
	color: rgba(255,255,255,0.66);
}

.reviews-feature__metrics {
	display: grid;
	gap: 18px;
}

.reviews-feature__metrics div {
	padding: 28px;
	border-radius: 26px;
	background: #f7f9fd;
	border: 1px solid rgba(42, 63, 107, 0.1);
}

.reviews-feature__metrics strong {
	display: block;
	color: var(--tssg-orange);
	font-size: 2rem;
	line-height: 1;
	letter-spacing: -0.04em;
}

.reviews-feature__metrics span {
	display: block;
	margin-top: 8px;
	color: var(--tssg-navy);
	font-weight: 850;
}

.reviews-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	margin-top: 24px;
}

.review-card {
	padding: 28px;
	border-radius: 26px;
	background: #fff;
	border: 1px solid var(--tssg-border);
	box-shadow: 0 18px 55px rgba(42, 63, 107, 0.08);
}

.review-card p {
	margin-top: 0;
	color: var(--tssg-dark);
	line-height: 1.7;
}

.review-card strong,
.review-card span {
	display: block;
}

.review-card strong {
	color: var(--tssg-navy);
}

.review-card span {
	margin-top: 3px;
	color: var(--tssg-muted);
	font-size: 0.9rem;
}

@media (max-width: 900px) {
	.reviews-section {
		padding: 72px 0;
	}

	.reviews-feature,
	.reviews-grid {
		grid-template-columns: 1fr;
	}
}
.content-hub {
	padding: 110px 0;
	background:
		radial-gradient(circle at 85% 18%, rgba(255, 97, 0, 0.12), transparent 30%),
		linear-gradient(180deg, #fff 0%, #f7f9fd 100%);
}

.content-hub__header {
	max-width: 900px;
	margin-bottom: 46px;
}

.content-hub__header h2 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: clamp(2.2rem, 4vw, 4rem);
	line-height: 1.02;
	letter-spacing: -0.05em;
}

.content-hub__header p {
	margin-top: 22px;
	color: var(--tssg-muted);
	font-size: 1.15rem;
	line-height: 1.75;
}

.content-hub__grid {
	display: grid;
	grid-template-columns: 1.25fr 0.75fr;
	gap: 26px;
	align-items: stretch;
}

.podcast-feature {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	overflow: hidden;
	border-radius: 34px;
	background: #fff;
	border: 1px solid var(--tssg-border);
	box-shadow: 0 28px 90px rgba(42, 63, 107, 0.12);
}

.podcast-feature__media {
	position: relative;
	min-height: 360px;
	background: var(--tssg-navy);
}

.podcast-feature__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.podcast-feature__media span {
	position: absolute;
	left: 20px;
	top: 20px;
	display: inline-flex;
	padding: 9px 13px;
	border-radius: 999px;
	background: rgba(255, 97, 0, 0.94);
	color: #fff;
	font-size: 0.74rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.podcast-feature__content {
	padding: clamp(30px, 4vw, 48px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.podcast-feature__content h3 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: clamp(1.8rem, 3vw, 3rem);
	line-height: 1;
	letter-spacing: -0.05em;
}

.podcast-feature__content p {
	margin-top: 22px;
	color: var(--tssg-muted);
	line-height: 1.75;
}

.podcast-feature__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.social-card {
	padding: 34px;
	border-radius: 34px;
	background: var(--tssg-navy);
	color: #fff;
	box-shadow: 0 28px 90px rgba(42, 63, 107, 0.18);
}

.social-card h3 {
	margin: 0;
	font-size: 2rem;
	letter-spacing: -0.04em;
}

.social-card p {
	color: rgba(255,255,255,0.74);
	line-height: 1.7;
}

.social-links {
	display: grid;
	gap: 12px;
	margin-top: 26px;
}

.social-links a {
	display: block;
	padding: 16px;
	border-radius: 18px;
	background: rgba(255,255,255,0.09);
	border: 1px solid rgba(255,255,255,0.12);
	text-decoration: none;
	transition: transform 180ms ease, background 180ms ease;
}

.social-links a:hover {
	transform: translateY(-3px);
	background: rgba(255,255,255,0.14);
}

.social-links strong {
	display: block;
	color: #fff;
}

.social-links span {
	display: block;
	margin-top: 3px;
	color: rgba(255,255,255,0.66);
	font-size: 0.9rem;
}

@media (max-width: 900px) {
	.content-hub {
		padding: 72px 0;
	}

	.content-hub__grid,
	.podcast-feature {
		grid-template-columns: 1fr;
	}

	.podcast-feature__media {
		min-height: 260px;
	}
}
.coaching-system {
	padding: 110px 0;
	background: #fff;
}

.coaching-system__grid {
	display: grid;
	grid-template-columns: 1fr 0.95fr;
	gap: 70px;
	align-items: center;
}

.system-lead {
	margin-top: 24px;
	color: var(--tssg-muted);
	font-size: 1.15rem;
	line-height: 1.8;
}

.system-pillars {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
	margin-top: 36px;
}

.pillar {
	padding: 24px;
	border-radius: 22px;
	background: #f7f9fd;
	border: 1px solid rgba(42,63,107,.08);
}

.pillar h3 {
	margin: 0 0 8px;
	color: var(--tssg-navy);
	font-size: 1.15rem;
}

.pillar p {
	margin: 0;
	color: var(--tssg-muted);
	line-height: 1.65;
}

.coaching-system__visual {
	position: relative;
}

.coaching-system__visual img {
	display: block;
	width: 100%;
	border-radius: 30px;
	box-shadow: 0 30px 90px rgba(42,63,107,.14);
}

.system-overlay-card {
	position: absolute;
	left: -28px;
	bottom: 34px;
	max-width: 280px;
	padding: 24px;
	border-radius: 24px;
	background: rgba(255,255,255,.94);
	backdrop-filter: blur(18px);
	border: 1px solid rgba(42,63,107,.1);
	box-shadow: 0 24px 70px rgba(42,63,107,.16);
}

.system-overlay-card span {
	display: block;
	margin-bottom: 14px;
	color: var(--tssg-orange);
	font-size: .72rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .12em;
}

.system-overlay-card ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.system-overlay-card li {
	color: var(--tssg-navy);
	font-weight: 850;
}

@media (max-width: 900px) {
	.coaching-system {
		padding: 72px 0;
	}

	.coaching-system__grid,
	.system-pillars {
		grid-template-columns: 1fr;
	}

	.system-overlay-card {
		position: relative;
		left: auto;
		bottom: auto;
		margin-top: -24px;
	}
}
.plus-section {
	padding: 110px 0;
	background: #fff;
}

.plus-section__grid {
	display: grid;
	grid-template-columns: 1fr 0.95fr;
	gap: 70px;
	align-items: center;
}

.plus-section h2 {
	max-width: 760px;
	color: var(--tssg-navy);
	font-size: clamp(2.2rem, 4vw, 4rem);
	line-height: 1.02;
	letter-spacing: -0.05em;
}

.plus-lead {
	margin-top: 24px;
	color: var(--tssg-muted);
	font-size: 1.15rem;
	line-height: 1.8;
}

.plus-features {
	display: grid;
	gap: 16px;
	margin-top: 34px;
}

.plus-features div {
	padding: 22px;
	border-radius: 22px;
	background: #f7f9fd;
	border: 1px solid rgba(42, 63, 107, 0.09);
}

.plus-features strong,
.plus-features span {
	display: block;
}

.plus-features strong {
	color: var(--tssg-navy);
	font-size: 1.05rem;
}

.plus-features span {
	margin-top: 5px;
	color: var(--tssg-muted);
	line-height: 1.55;
}

.plus-section__visual {
	position: relative;
}

.plus-section__visual img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 30px;
	box-shadow: 0 30px 90px rgba(42, 63, 107, 0.14);
}

.plus-card {
	position: absolute;
	left: -24px;
	bottom: 34px;
	max-width: 260px;
	padding: 22px;
	border-radius: 22px;
	background: rgba(255,255,255,0.94);
	backdrop-filter: blur(18px);
	border: 1px solid rgba(42, 63, 107, 0.1);
	box-shadow: 0 24px 70px rgba(42, 63, 107, 0.16);
}

.plus-card span {
	display: block;
	color: var(--tssg-orange);
	font-size: 0.72rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.plus-card strong {
	display: block;
	margin-top: 8px;
	color: var(--tssg-navy);
	font-size: 1.1rem;
	line-height: 1.25;
}

@media (max-width: 900px) {
	.plus-section {
		padding: 72px 0;
	}

	.plus-section__grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.plus-card {
		position: relative;
		left: auto;
		bottom: auto;
		margin-top: -28px;
	}
}
.products-showcase {
	padding: 110px 0;
	background:
		radial-gradient(circle at 12% 18%, rgba(255, 97, 0, 0.1), transparent 28%),
		#f7f9fd;
}

.products-showcase__header {
	max-width: 900px;
	margin-bottom: 46px;
}

.products-showcase__header h2 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: clamp(2.2rem, 4vw, 4rem);
	line-height: 1.02;
	letter-spacing: -0.05em;
}

.products-showcase__header p {
	margin-top: 22px;
	color: var(--tssg-muted);
	font-size: 1.15rem;
	line-height: 1.75;
}

.products-showcase__grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 24px;
}

.product-feature-card {
	padding: 30px;
	border-radius: 30px;
	background: #fff;
	border: 1px solid var(--tssg-border);
	box-shadow: 0 22px 70px rgba(42, 63, 107, 0.08);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-feature-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 32px 90px rgba(42, 63, 107, 0.13);
}

.product-feature-card--large {
	grid-row: span 2;
	display: grid;
	grid-template-rows: auto 1fr;
	gap: 26px;
}

.product-feature-card img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: 22px;
	background: #eef2f7;
}

.product-feature-card span {
	display: inline-flex;
	margin-bottom: 12px;
	color: var(--tssg-orange);
	font-size: 0.74rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.product-feature-card h3 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: clamp(1.45rem, 2.5vw, 2.25rem);
	line-height: 1;
	letter-spacing: -0.04em;
}

.product-feature-card p {
	color: var(--tssg-muted);
	line-height: 1.75;
}

.product-feature-card a {
	color: var(--tssg-orange);
	font-weight: 900;
	text-decoration: none;
}

@media (max-width: 900px) {
	.products-showcase {
		padding: 72px 0;
	}

	.products-showcase__grid {
		grid-template-columns: 1fr;
	}

	.product-feature-card--large {
		grid-row: auto;
	}
}
.tssg-footer {
	padding: 80px 0 28px;
	background: #101827;
	color: #fff;
}

.tssg-footer__grid {
	display: grid;
	grid-template-columns: 1.2fr 0.7fr 0.7fr 1fr;
	gap: 44px;
}

.tssg-footer__logo {
	display: block;
	max-width: 150px;
	height: auto;
	margin-bottom: 22px;
}

.tssg-footer__brand p,
.tssg-footer__cta p {
	color: rgba(255,255,255,0.66);
	line-height: 1.7;
}

.tssg-footer h3 {
	margin: 0 0 18px;
	color: #fff;
	font-size: 1rem;
}

.tssg-footer__nav {
	display: grid;
	align-content: start;
	gap: 10px;
}

.tssg-footer__nav a {
	color: rgba(255,255,255,0.66);
	text-decoration: none;
	font-weight: 700;
	transition: color 180ms ease;
}

.tssg-footer__nav a:hover {
	color: #fff;
}

.tssg-footer__cta {
	padding: 26px;
	border-radius: 24px;
	background: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.1);
}

.tssg-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 60px;
	padding-top: 22px;
	border-top: 1px solid rgba(255,255,255,0.1);
	color: rgba(255,255,255,0.48);
	font-size: 0.9rem;
}

@media (max-width: 900px) {
	.tssg-footer {
		padding: 64px 0 24px;
	}

	.tssg-footer__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.tssg-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}
.tssg-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(42, 63, 107, 0.08);
	box-shadow: 0 14px 40px rgba(42, 63, 107, 0.08);
	transition: background 220ms ease, box-shadow 220ms ease;
	overflow: visible;
}

.tssg-header.is-scrolled {
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 10px 34px rgba(42, 63, 107, 0.1);
}

.tssg-header::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: linear-gradient(
		90deg,
		transparent 0%,
		transparent 20%,
		rgba(255,97,0,.25) 35%,
		#ff6100 50%,
		rgba(255,97,0,.25) 65%,
		transparent 80%,
		transparent 100%
	);
	background-size: 250% 100%;
	animation: tssgBorderMove 8s linear infinite;
	opacity: .9;
}

.tssg-header__inner {
	width: min(1180px, calc(100% - 40px));
	height: 82px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
	transition: height 220ms ease;
}

.tssg-header.is-scrolled .tssg-header__inner {
	height: 68px;
}

.tssg-logo {
	height: 46px;
	width: auto;
	display: block;
	transition: height 220ms ease;
}

.tssg-header.is-scrolled .tssg-logo {
	height: 38px;
}

.tssg-nav {
	margin-left: auto;
}

.tssg-menu {
	display: flex;
	align-items: center;
	gap: 28px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tssg-menu > li {
	position: relative;
	margin: 0;
}

.tssg-menu a,
.tssg-menu a:visited {
	position: relative;
	color: #2a3f6b;
	font-size: 0.9rem;
	font-weight: 850;
	text-decoration: none;
	transition: color 180ms ease;
}

.tssg-menu a:hover {
	color: #ff6100;
}

.tssg-menu > li > a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -9px;
	width: 0;
	height: 2px;
	border-radius: 99px;
	background: #ff6100;
	transition: width 180ms ease;
}

.tssg-menu > li > a:hover::after {
	width: 100%;
}

.menu-item-has-children > a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.menu-item-has-children > a::before {
	content: "⌄";
	font-size: .72rem;
	order: 2;
	opacity: .65;
	transition: transform .2s ease;
}

.menu-item-has-children:hover > a::before,
.menu-item-has-children:focus-within > a::before {
	transform: rotate(180deg);
}

.sub-menu {
	position: absolute;
	top: calc(100% + 18px);
	left: -18px;
	z-index: 10000;
	min-width: 270px;
	display: grid;
	gap: 4px;
	padding: 10px;
	margin: 0;
	list-style: none;
	background: rgba(255,255,255,.98);
	backdrop-filter: blur(18px);
	border: 1px solid rgba(42,63,107,.1);
	border-radius: 18px;
	box-shadow: 0 24px 60px rgba(42,63,107,.14);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	pointer-events: none;
	transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.menu-item-has-children:hover .sub-menu,
.menu-item-has-children:focus-within .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.sub-menu::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -20px;
	height: 20px;
}

.sub-menu li {
	margin: 0;
}

.sub-menu a,
.sub-menu a:visited {
	display: block;
	padding: 12px 14px;
	border-radius: 12px;
	color: #2a3f6b;
	font-size: .85rem;
	font-weight: 800;
	text-decoration: none;
}

.sub-menu a:hover {
	background: #f6f8fc;
	color: #ff6100;
}

.tssg-header__actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.tssg-header__digital,
.tssg-header__digital:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	padding: 0 17px;
	border-radius: 999px;
	border: 1px solid rgba(42, 63, 107, 0.18);
	background: #fff;
	color: rgba(42, 63, 107, 0.78);
	font-size: 0.82rem;
	font-weight: 850;
	text-decoration: none;
	transition: all 180ms ease;
}

.tssg-header.is-scrolled .tssg-header__digital {
	height: 40px;
}

.tssg-header__digital:hover {
	color: #2a3f6b;
	border-color: rgba(42, 63, 107, 0.32);
	background: #f6f8fc;
	text-decoration: none;
}

.tssg-header__cta,
.tssg-header__cta:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 46px;
	padding: 0 23px;
	border-radius: 999px;
	border: 1px solid rgba(255,255,255,.15);
	background: linear-gradient(135deg, #ff6100, #ff7f2f);
	color: #fff;
	font-size: 0.86rem;
	font-weight: 950;
	text-decoration: none;
	box-shadow: 0 14px 30px rgba(255, 97, 0, 0.28);
	transition: transform 180ms ease, box-shadow 180ms ease, height 220ms ease;
}

.tssg-header.is-scrolled .tssg-header__cta {
	height: 42px;
}

.tssg-header__cta:hover {
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 20px 42px rgba(255, 97, 0, 0.4);
}

.tssg-menu-toggle {
	display: none;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(42, 63, 107, 0.14);
	border-radius: 999px;
	background: #fff;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	cursor: pointer;
}

.tssg-menu-toggle span {
	width: 18px;
	height: 2px;
	border-radius: 99px;
	background: #2a3f6b;
	transition: transform 180ms ease, opacity 180ms ease;
}

.tssg-mobile-panel {
	display: none;
}

@media (max-width: 900px) {
	.tssg-header__inner,
	.tssg-header.is-scrolled .tssg-header__inner {
		height: 74px;
		width: min(100% - 24px, 1180px);
	}

	.tssg-logo,
	.tssg-header.is-scrolled .tssg-logo {
		height: 40px;
	}

	.tssg-nav,
	.tssg-header__actions {
		display: none;
	}

	.tssg-menu-toggle {
		display: inline-flex;
	}

	.tssg-header.is-open .tssg-menu-toggle span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.tssg-header.is-open .tssg-menu-toggle span:nth-child(2) {
		opacity: 0;
	}

	.tssg-header.is-open .tssg-menu-toggle span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.tssg-mobile-panel {
		display: grid;
		gap: 6px;
		width: min(100% - 24px, 1180px);
		margin: 0 auto 14px;
		padding: 16px;
		border: 1px solid rgba(42, 63, 107, 0.12);
		border-radius: 24px;
		background: rgba(255,255,255,0.96);
		box-shadow: 0 24px 70px rgba(42, 63, 107, 0.14);
		transform: translateY(-8px);
		opacity: 0;
		pointer-events: none;
		max-height: 0;
		overflow: hidden;
		transition: opacity 180ms ease, transform 180ms ease, max-height 220ms ease;
	}

	.tssg-header.is-open .tssg-mobile-panel {
		opacity: 1;
		transform: translateY(0);
		pointer-events: auto;
		max-height: 620px;
	}

	.tssg-mobile-panel > a {
		padding: 14px;
		border-radius: 14px;
		color: #2a3f6b;
		font-weight: 850;
		text-decoration: none;
	}

	.tssg-mobile-panel > a:hover {
		background: #f6f8fc;
		color: #ff6100;
	}

	.tssg-mobile-actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 10px;
		padding-top: 12px;
		border-top: 1px solid rgba(42, 63, 107, 0.1);
	}

	.tssg-mobile-actions .tssg-header__digital,
	.tssg-mobile-actions .tssg-header__cta {
		display: flex;
		width: 100%;
	}
}

/* --------------------------------------------------------------
# TSSG Homepage V2
-------------------------------------------------------------- */

.tssg-home-v2 {
	background: #fff;
}

.home-hero-v2 {
	position: relative;
	min-height: 92vh;
	padding: 165px 0 80px;
	background:
		radial-gradient(circle at 76% 34%, rgba(255, 97, 0, 0.13), transparent 28%),
		linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
	overflow: hidden;
}

.home-hero-v2__bg {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(rgba(42,63,107,.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(42,63,107,.035) 1px, transparent 1px);
	background-size: 44px 44px;
	mask-image: linear-gradient(90deg, transparent, #000 16%, #000 82%, transparent);
	opacity: .8;
}

.home-hero-v2__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
	gap: 48px;
	align-items: center;
}

.home-hero-v2 h1 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: clamp(3rem, 6vw, 6rem);
	line-height: .92;
	letter-spacing: -.07em;
	font-weight: 950;
}

.home-hero-v2 h1 span {
	display: block;
	color: var(--tssg-orange);
}

.home-hero-v2__visual {
	position: relative;
	min-height: 620px;
	display: grid;
	place-items: end center;
}

.home-hero-v2__rings {
	position: absolute;
	inset: 6% 0 auto auto;
	width: min(560px, 90%);
	aspect-ratio: 1;
	border-radius: 999px;
	background:
		repeating-radial-gradient(
			circle,
			rgba(42,63,107,.08) 0 1px,
			transparent 1px 18px
		);
	opacity: .75;
}

.home-hero-v2__chris {
	position: relative;
	z-index: 3;
	width: min(480px, 86%);
	max-height: 650px;
	object-fit: contain;
	filter: drop-shadow(0 34px 60px rgba(42,63,107,.18));
}

.home-hero-v2__kite {
	position: absolute;
	z-index: 4;
	right: 12%;
	top: 20%;
	width: 96px;
	border-radius: 999px;
	filter: drop-shadow(0 18px 28px rgba(42,63,107,.18));
	animation: floatCard 6s ease-in-out infinite;
}

.hero-float-card {
	position: absolute;
	z-index: 5;
	width: 210px;
	padding: 18px;
	border-radius: 20px;
	background: rgba(255,255,255,.9);
	backdrop-filter: blur(18px);
	border: 1px solid rgba(42,63,107,.1);
	box-shadow: 0 24px 70px rgba(42,63,107,.12);
}

.hero-float-card span,
.hero-float-card strong,
.hero-float-card a {
	display: block;
}

.hero-float-card span {
	color: var(--tssg-orange);
	font-size: .72rem;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: .12em;
}

.hero-float-card strong {
	margin-top: 6px;
	color: var(--tssg-navy);
	font-size: .95rem;
	line-height: 1.25;
}

.hero-float-card a {
	margin-top: 10px;
	color: var(--tssg-orange);
	font-size: .82rem;
	font-weight: 900;
	text-decoration: none;
}

.hero-float-card--one {
	right: 3%;
	top: 9%;
}

.hero-float-card--two {
	right: 0;
	top: 43%;
}

.hero-float-card--three {
	left: 5%;
	bottom: 21%;
	width: 185px;
}

.hero-trust {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 30px;
}

.hero-trust__avatars {
	display: flex;
}

.hero-trust__avatars span {
	width: 34px;
	height: 34px;
	margin-right: -9px;
	border-radius: 999px;
	border: 2px solid #fff;
	background:
		radial-gradient(circle at 40% 35%, rgba(255,255,255,.9), transparent 18%),
		linear-gradient(135deg, var(--tssg-orange), var(--tssg-navy));
	box-shadow: 0 8px 20px rgba(42,63,107,.12);
}

.hero-trust strong,
.hero-trust small {
	display: block;
}

.hero-trust strong {
	color: var(--tssg-navy);
	font-size: .88rem;
}

.hero-trust small {
	color: var(--tssg-muted);
	font-size: .78rem;
}

.webinar-band {
	padding: 46px 0;
	background:
		radial-gradient(circle at 20% 50%, rgba(255,255,255,.18), transparent 28%),
		linear-gradient(135deg, #ff6100, #ff7f2f);
	color: #fff;
}

.webinar-band__grid {
	display: grid;
	grid-template-columns: 1.25fr .9fr .45fr;
	gap: 34px;
	align-items: center;
}

.webinar-band__label {
	display: inline-flex;
	margin: 0 0 16px;
	padding: 8px 12px;
	border-radius: 999px;
	background: #101827;
	color: #fff;
	font-size: .72rem;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: .12em;
}

.webinar-band h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(1.9rem, 3.4vw, 3.3rem);
	line-height: 1;
	letter-spacing: -.05em;
}

.webinar-band p:not(.webinar-band__label) {
	margin: 16px 0 0;
	max-width: 720px;
	color: rgba(255,255,255,.86);
	line-height: 1.7;
}

.webinar-band__details {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}

.webinar-band__details div {
	padding: 20px;
	border-radius: 20px;
	background: rgba(255,255,255,.14);
	border: 1px solid rgba(255,255,255,.22);
}

.webinar-band__details span,
.webinar-band__details strong {
	display: block;
}

.webinar-band__details span {
	font-size: .72rem;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: .12em;
	color: rgba(255,255,255,.7);
}

.webinar-band__details strong {
	margin-top: 6px;
	color: #fff;
	line-height: 1.2;
}

.btn-dark,
.btn-dark:visited {
	background: #101827;
	color: #fff;
	box-shadow: 0 16px 34px rgba(16,24,39,.22);
}

.btn-dark:hover {
	color: #fff;
}

.webinar-band__cta {
	display: grid;
	gap: 10px;
	justify-items: center;
}

.webinar-band__cta small {
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	font-size: .76rem;
	letter-spacing: .08em;
}

.national-proof {
	background: #fff;
	overflow: hidden;
}

.national-proof__grid {
	display: grid;
	grid-template-columns: .72fr 1.28fr;
	gap: 56px;
	align-items: center;
}

.national-proof__content h2 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: clamp(2.3rem, 4.2vw, 4.2rem);
	line-height: 1;
	letter-spacing: -.055em;
}

.national-proof__content p {
	color: var(--tssg-muted);
	font-size: 1.12rem;
	line-height: 1.75;
}

.national-proof__stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin: 32px 0;
}

.national-proof__stats div {
	padding: 20px;
	border-radius: 20px;
	background: #f7f9fd;
	border: 1px solid rgba(42,63,107,.09);
}

.national-proof__stats strong {
	display: block;
	color: var(--tssg-orange);
	font-size: 2rem;
	line-height: 1;
	letter-spacing: -.04em;
}

.national-proof__stats span {
	display: block;
	margin-top: 7px;
	color: var(--tssg-navy);
	font-size: .78rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.national-proof__image {
	position: relative;
}

.national-proof__image > img:not(.national-proof__kite) {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 8.2;
	object-fit: cover;
	border-radius: 32px;
	box-shadow: 0 30px 90px rgba(42,63,107,.14);
}

.national-proof__image::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 32px;
	background: linear-gradient(90deg, rgba(255,255,255,.15), transparent 38%, rgba(42,63,107,.12));
	pointer-events: none;
}

.national-proof__kite {
	position: absolute;
	right: 24px;
	bottom: -18px;
	z-index: 3;
	width: 130px;
	border-radius: 999px;
	filter: drop-shadow(0 18px 28px rgba(42,63,107,.22));
}

.meet-chris {
	position: relative;
	min-height: 720px;
	display: flex;
	align-items: center;
	padding: 0;
	overflow: hidden;
	background: #101827;
}

.meet-chris__image {
	position: absolute;
	inset: 0;
}

.meet-chris__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: .72;
}

.meet-chris__image::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(16,24,39,.05) 0%, rgba(16,24,39,.22) 40%, rgba(255,255,255,.96) 62%, #fff 100%),
		linear-gradient(0deg, rgba(16,24,39,.22), transparent 42%);
}

.meet-chris__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: .9fr .72fr;
	align-items: center;
}

.meet-chris__card {
	padding: clamp(34px, 5vw, 58px);
	border-radius: 34px;
	background: rgba(255,255,255,.94);
	backdrop-filter: blur(18px);
	border: 1px solid rgba(42,63,107,.1);
	box-shadow: 0 30px 90px rgba(42,63,107,.14);
}

.meet-chris__card h2 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: clamp(2.3rem, 4vw, 4.2rem);
	line-height: 1;
	letter-spacing: -.055em;
}

.meet-chris__card p:not(.eyebrow-line) {
	color: var(--tssg-muted);
	line-height: 1.75;
}

.section-heading-center {
	max-width: 920px;
	margin: 0 auto 48px;
	text-align: center;
}

.section-heading-center .eyebrow-line {
	justify-content: center;
}

.section-heading-center h2 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: clamp(2.2rem, 4vw, 4rem);
	line-height: 1.02;
	letter-spacing: -.05em;
}

.section-heading-center p {
	margin: 20px auto 0;
	max-width: 760px;
	color: var(--tssg-muted);
	font-size: 1.1rem;
	line-height: 1.75;
}

.what-we-do-v2 {
	background: #f7f9fd;
}

.what-we-do-v2__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 18px;
}

.offer-card {
	padding: 26px;
	border-radius: 26px;
	background: #fff;
	border: 1px solid var(--tssg-border);
	box-shadow: 0 18px 55px rgba(42,63,107,.07);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.offer-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 28px 76px rgba(42,63,107,.12);
}

.offer-card--featured {
	background:
		radial-gradient(circle at 100% 0%, rgba(255,97,0,.12), transparent 38%),
		#fff;
	border-color: rgba(255,97,0,.22);
}

.offer-card__icon {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin-bottom: 22px;
	border-radius: 14px;
	background: rgba(255,97,0,.1);
	color: var(--tssg-orange);
	font-weight: 950;
}

.offer-card h3 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: 1.2rem;
	letter-spacing: -.03em;
}

.offer-card p {
	color: var(--tssg-muted);
	font-size: .95rem;
	line-height: 1.65;
}

.offer-card a {
	color: var(--tssg-orange);
	font-weight: 900;
	text-decoration: none;
	font-size: .9rem;
}

.digital-section-v2 {
	background:
		radial-gradient(circle at 80% 10%, rgba(255,97,0,.16), transparent 30%),
		linear-gradient(135deg, #101827, #16233a);
	color: #fff;
	overflow: hidden;
}

.digital-section-v2 .eyebrow-line,
.digital-section-v2 h2 {
	color: #fff;
}

.digital-section-v2__grid {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 64px;
	align-items: center;
}

.digital-section-v2 h2 {
	margin: 0;
	font-size: clamp(2.4rem, 4.4vw, 4.6rem);
	line-height: 1;
	letter-spacing: -.055em;
}

.digital-section-v2__content > p:not(.eyebrow-line) {
	color: rgba(255,255,255,.72);
	font-size: 1.12rem;
	line-height: 1.75;
}

.digital-feature-list {
	display: grid;
	gap: 14px;
	margin-top: 34px;
}

.digital-feature-list div {
	padding: 20px;
	border-radius: 20px;
	background: rgba(255,255,255,.07);
	border: 1px solid rgba(255,255,255,.1);
}

.digital-feature-list strong,
.digital-feature-list span {
	display: block;
}

.digital-feature-list strong {
	color: #fff;
}

.digital-feature-list span {
	margin-top: 6px;
	color: rgba(255,255,255,.64);
	line-height: 1.55;
}

.btn-secondary-dark,
.btn-secondary-dark:visited {
	background: rgba(255,255,255,.08);
	color: #fff;
	border-color: rgba(255,255,255,.16);
}

.btn-secondary-dark:hover {
	background: rgba(255,255,255,.12);
	color: #fff;
}

.digital-section-v2__visual {
	position: relative;
	min-height: 560px;
}

.browser-mockup {
	overflow: hidden;
	border-radius: 24px;
	background: #fff;
	border: 1px solid rgba(255,255,255,.12);
	box-shadow: 0 30px 90px rgba(0,0,0,.28);
}

.browser-mockup__bar {
	display: flex;
	gap: 6px;
	padding: 13px;
	background: #f1f4f8;
}

.browser-mockup__bar span {
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: rgba(42,63,107,.25);
}

.browser-mockup img {
	display: block;
	width: 100%;
}

.browser-mockup--main {
	position: absolute;
	top: 40px;
	left: 0;
	width: 78%;
}

.browser-mockup--small {
	position: absolute;
	right: 0;
	bottom: 60px;
	width: 46%;
}

.digital-mini-card {
	position: absolute;
	left: 8%;
	bottom: 18px;
	max-width: 310px;
	padding: 20px;
	border-radius: 22px;
	background: rgba(255,255,255,.92);
	color: var(--tssg-navy);
	box-shadow: 0 24px 70px rgba(0,0,0,.18);
}

.digital-mini-card strong,
.digital-mini-card span {
	display: block;
}

.digital-mini-card span {
	margin-top: 5px;
	color: var(--tssg-muted);
}

.podcast-section-v2 {
	background: #fff;
}

.podcast-section-v2__grid {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	gap: 62px;
	align-items: center;
}

.podcast-section-v2__media img {
	display: block;
	width: 100%;
	border-radius: 32px;
	box-shadow: 0 30px 90px rgba(42,63,107,.14);
}

.podcast-section-v2 h2 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: clamp(2.3rem, 4vw, 4.2rem);
	line-height: 1;
	letter-spacing: -.055em;
}

.podcast-section-v2 p:not(.eyebrow-line) {
	color: var(--tssg-muted);
	font-size: 1.12rem;
	line-height: 1.75;
}

.podcast-episode-list {
	display: grid;
	gap: 12px;
	margin: 30px 0;
}

.podcast-episode-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 18px 20px;
	border-radius: 20px;
	background: #f7f9fd;
	border: 1px solid rgba(42,63,107,.09);
	text-decoration: none;
	transition: transform 180ms ease, background 180ms ease;
}

.podcast-episode-list a:hover {
	transform: translateY(-3px);
	background: #fff;
	box-shadow: 0 18px 55px rgba(42,63,107,.08);
}

.podcast-episode-list strong {
	color: var(--tssg-navy);
}

.podcast-episode-list span {
	color: var(--tssg-orange);
	font-weight: 900;
	font-size: .85rem;
}

.reviews-section-v2 {
	background: #f7f9fd;
}

.kite-section-v2 {
	position: relative;
	padding: 80px 0;
	background:
		radial-gradient(circle at 88% 30%, rgba(255,97,0,.08), transparent 24%),
		#fff8f1;
	overflow: hidden;
}

.kite-section-v2::after {
	content: "🐾";
	position: absolute;
	right: 8%;
	top: 18%;
	font-size: 4rem;
	opacity: .08;
	transform: rotate(18deg);
}

.kite-section-v2__grid {
	display: grid;
	grid-template-columns: .7fr 1fr;
	gap: 48px;
	align-items: center;
}

.kite-section-v2__image img {
	display: block;
	width: min(360px, 100%);
	margin-inline: auto;
	border-radius: 32px;
	filter: drop-shadow(0 24px 34px rgba(42,63,107,.12));
}

.kite-section-v2 h2 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: clamp(2.1rem, 3.6vw, 3.8rem);
	line-height: 1;
	letter-spacing: -.05em;
}

.kite-section-v2 p:not(.eyebrow-line) {
	max-width: 720px;
	color: var(--tssg-muted);
	font-size: 1.12rem;
	line-height: 1.75;
}

.final-cta-v2 {
	padding: 90px 0;
	background:
		radial-gradient(circle at 88% 28%, rgba(255,97,0,.18), transparent 26%),
		#101827;
}

.final-cta-v2__grid {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 60px;
	align-items: center;
}

.final-cta-v2 .eyebrow-line,
.final-cta-v2 h2 {
	color: #fff;
}

.final-cta-v2 h2 {
	margin: 0;
	max-width: 880px;
	font-size: clamp(2.2rem, 4vw, 4.2rem);
	line-height: 1;
	letter-spacing: -.055em;
}

.final-cta-v2 p:not(.eyebrow-line) {
	max-width: 760px;
	color: rgba(255,255,255,.68);
	font-size: 1.12rem;
	line-height: 1.75;
}

.final-cta-v2__actions {
	display: grid;
	gap: 14px;
	min-width: 220px;
}

@media (max-width: 1100px) {
	.what-we-do-v2__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.offer-card--featured {
		grid-column: span 2;
	}
}

@media (max-width: 900px) {
	.home-hero-v2 {
		min-height: auto;
		padding: 130px 0 70px;
	}

	.home-hero-v2__grid,
	.webinar-band__grid,
	.national-proof__grid,
	.meet-chris__grid,
	.digital-section-v2__grid,
	.podcast-section-v2__grid,
	.kite-section-v2__grid,
	.final-cta-v2__grid {
		grid-template-columns: 1fr;
	}

	.home-hero-v2__visual {
		min-height: 520px;
	}

	.home-hero-v2__chris {
		width: min(390px, 88%);
	}

	.home-hero-v2__kite {
		right: 8%;
		top: 13%;
		width: 78px;
	}

	.hero-float-card {
		position: relative;
		inset: auto;
		width: auto;
	}

	.hero-float-card--one,
	.hero-float-card--two,
	.hero-float-card--three {
		position: absolute;
		width: 180px;
	}

	.hero-float-card--one {
		right: 0;
		top: 0;
	}

	.hero-float-card--two {
		right: 0;
		bottom: 48px;
		top: auto;
	}

	.hero-float-card--three {
		left: 0;
		bottom: 130px;
	}

	.webinar-band__details,
	.national-proof__stats {
		grid-template-columns: 1fr;
	}

	.national-proof__kite {
		width: 95px;
		right: 14px;
	}

	.meet-chris {
		min-height: auto;
		padding: 360px 0 72px;
	}

	.meet-chris__image::after {
		background:
			linear-gradient(180deg, rgba(16,24,39,.12), rgba(16,24,39,.22) 45%, #fff 76%, #fff 100%);
	}

	.what-we-do-v2__grid,
	.offer-card--featured {
		grid-template-columns: 1fr;
		grid-column: auto;
	}

	.digital-section-v2__visual {
		min-height: 450px;
	}

	.browser-mockup--main {
		width: 88%;
	}

	.browser-mockup--small {
		width: 58%;
	}

	.final-cta-v2__actions {
		min-width: 0;
	}
}

@media (max-width: 600px) {
	.hero-float-card {
		display: none;
	}

	.home-hero-v2__visual {
		min-height: 420px;
	}

	.webinar-band {
		padding: 38px 0;
	}

	.meet-chris {
		padding-top: 300px;
	}

	.digital-section-v2__visual {
		min-height: 360px;
	}

	.digital-mini-card {
		position: relative;
		left: auto;
		bottom: auto;
		margin-top: 20px;
	}

	.browser-mockup--main,
	.browser-mockup--small {
		position: relative;
		width: 100%;
		inset: auto;
		margin-bottom: 18px;
	}
}
.reviews-section-v3 {
	position: relative;
	padding: 120px 0;
	background:
		radial-gradient(circle at 14% 18%, rgba(255,97,0,.12), transparent 30%),
		linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
	overflow: hidden;
}

.reviews-v3__header {
	display: grid;
	grid-template-columns: 1fr .72fr;
	gap: 50px;
	align-items: end;
	margin-bottom: 46px;
}

.reviews-v3__header h2 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: clamp(2.5rem, 5vw, 5rem);
	line-height: .95;
	letter-spacing: -.06em;
}

.reviews-v3__header > p {
	margin: 0;
	color: var(--tssg-muted);
	font-size: 1.12rem;
	line-height: 1.75;
}

.reviews-v3__featured {
	display: grid;
	grid-template-columns: 1.25fr .75fr;
	gap: 24px;
	align-items: stretch;
}

.reviews-v3__quote {
	position: relative;
	padding: clamp(38px, 6vw, 70px);
	border-radius: 38px;
	background:
		radial-gradient(circle at 90% 14%, rgba(255,97,0,.24), transparent 30%),
		linear-gradient(135deg, #2a3f6b, #101827);
	color: #fff;
	box-shadow: 0 34px 100px rgba(42,63,107,.22);
	overflow: hidden;
}

.reviews-v3__quote::before {
	content: "“";
	position: absolute;
	right: 34px;
	top: -24px;
	color: rgba(255,255,255,.08);
	font-size: 16rem;
	line-height: 1;
	font-weight: 900;
}

.reviews-v3__quote blockquote {
	position: relative;
	z-index: 2;
	margin: 0;
	max-width: 980px;
	color: #fff;
	font-size: clamp(1.8rem, 3.3vw, 3.4rem);
	line-height: 1.14;
	letter-spacing: -.045em;
	font-weight: 850;
}

.reviews-v3__author {
	position: relative;
	z-index: 2;
	margin-top: 34px;
	padding-top: 24px;
	border-top: 1px solid rgba(255,255,255,.16);
}

.reviews-v3__author strong,
.reviews-v3__author span {
	display: block;
}

.reviews-v3__author strong {
	color: #fff;
	font-size: 1.1rem;
}

.reviews-v3__author span {
	margin-top: 4px;
	color: rgba(255,255,255,.66);
}

.reviews-v3__impact {
	display: grid;
	gap: 16px;
	padding: 30px;
	border-radius: 34px;
	background: #fff;
	border: 1px solid var(--tssg-border);
	box-shadow: 0 26px 80px rgba(42,63,107,.1);
}

.reviews-v3__impact h3 {
	margin: 0 0 6px;
	color: var(--tssg-navy);
	font-size: 1.45rem;
	letter-spacing: -.035em;
}

.reviews-v3__impact div {
	padding: 22px;
	border-radius: 22px;
	background: #f7f9fd;
	border: 1px solid rgba(42,63,107,.08);
}

.reviews-v3__impact strong,
.reviews-v3__impact span {
	display: block;
}

.reviews-v3__impact strong {
	color: var(--tssg-orange);
	font-size: 2rem;
	line-height: 1;
	letter-spacing: -.04em;
}

.reviews-v3__impact span {
	margin-top: 7px;
	color: var(--tssg-navy);
	font-weight: 850;
}

.reviews-v3__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	margin-top: 24px;
}

.reviews-v3__grid .review-card {
	padding: 30px;
	border-radius: 28px;
	background: #fff;
	border: 1px solid var(--tssg-border);
	box-shadow: 0 20px 60px rgba(42,63,107,.08);
}

@media (max-width: 900px) {
	.reviews-section-v3 {
		padding: 78px 0;
	}

	.reviews-v3__header,
	.reviews-v3__featured,
	.reviews-v3__grid {
		grid-template-columns: 1fr;
	}

	.reviews-v3__quote {
		border-radius: 30px;
	}

	.reviews-v3__quote blockquote {
		font-size: clamp(1.65rem, 8vw, 2.4rem);
	}
}
/* --------------------------------------------------------------
# Dealership Coaching Page
-------------------------------------------------------------- */

.coaching-page {
	background: #fff;
	color: var(--tssg-dark);
	overflow: hidden;
}

.coaching-hero {
	position: relative;
	padding: 170px 0 90px;
	background:
		radial-gradient(circle at 78% 26%, rgba(255,97,0,.14), transparent 30%),
		linear-gradient(180deg, #fff 0%, #f7f9fd 100%);
}

.coaching-hero__grid {
	display: grid;
	grid-template-columns: 1fr .85fr;
	gap: 70px;
	align-items: center;
}

.coaching-hero h1 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: clamp(3rem, 6vw, 5.8rem);
	line-height: .95;
	letter-spacing: -.065em;
	font-weight: 950;
}

.coaching-hero p:not(.eyebrow-line) {
	max-width: 690px;
	margin-top: 26px;
	color: var(--tssg-muted);
	font-size: 1.2rem;
	line-height: 1.75;
}

.coaching-hero__image {
	position: relative;
}

.coaching-hero__image img {
	display: block;
	width: 100%;
	max-height: 620px;
	object-fit: contain;
	filter: drop-shadow(0 34px 60px rgba(42,63,107,.18));
}

.coaching-hero__card {
	position: absolute;
	left: -28px;
	bottom: 42px;
	max-width: 260px;
	padding: 22px;
	border-radius: 24px;
	background: rgba(255,255,255,.94);
	backdrop-filter: blur(18px);
	border: 1px solid rgba(42,63,107,.1);
	box-shadow: 0 24px 70px rgba(42,63,107,.16);
}

.coaching-hero__card strong,
.coaching-hero__card span {
	display: block;
}

.coaching-hero__card strong {
	color: var(--tssg-navy);
	font-size: 1.1rem;
	line-height: 1.2;
}

.coaching-hero__card span {
	margin-top: 8px;
	color: var(--tssg-muted);
	font-size: .9rem;
	line-height: 1.4;
}

.coaching-intro {
	background: #fff;
}

.coaching-intro__grid {
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: 70px;
	align-items: center;
}

.coaching-intro h2,
.coaching-contact h2,
.coaching-proof h2 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: clamp(2.4rem, 4.4vw, 4.6rem);
	line-height: 1;
	letter-spacing: -.055em;
}

.coaching-intro p:not(.eyebrow-line),
.coaching-contact p,
.coaching-proof p {
	color: var(--tssg-muted);
	font-size: 1.12rem;
	line-height: 1.75;
}

.coaching-options {
	background: #f7f9fd;
}

.coaching-options__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.coaching-price-card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: clamp(30px, 4vw, 48px);
	border-radius: 34px;
	background: #fff;
	border: 1px solid var(--tssg-border);
	box-shadow: 0 24px 70px rgba(42,63,107,.08);
}

.coaching-price-card--featured {
	background:
		radial-gradient(circle at 92% 10%, rgba(255,97,0,.15), transparent 30%),
		#fff;
	border-color: rgba(255,97,0,.22);
	box-shadow: 0 34px 100px rgba(42,63,107,.13);
}

.coaching-price-card__label {
	display: inline-flex;
	width: fit-content;
	margin-bottom: 20px;
	padding: 9px 13px;
	border-radius: 999px;
	background: rgba(255,97,0,.1);
	color: var(--tssg-orange);
	font-size: .72rem;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: .12em;
}

.coaching-price-card h3 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: clamp(1.8rem, 3vw, 3rem);
	line-height: 1;
	letter-spacing: -.05em;
}

.coaching-price-card p {
	color: var(--tssg-muted);
	line-height: 1.75;
}

.coaching-price-card ul,
.coaching-contact ul {
	display: grid;
	gap: 12px;
	margin: 22px 0 34px;
	padding: 0;
	list-style: none;
}

.coaching-price-card li,
.coaching-contact li {
	position: relative;
	padding-left: 30px;
	color: var(--tssg-dark);
	font-weight: 750;
}

.coaching-price-card li::before,
.coaching-contact li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 1px;
	display: inline-grid;
	place-items: center;
	width: 18px;
	height: 18px;
	border-radius: 999px;
	border: 2px solid var(--tssg-orange);
	color: var(--tssg-orange);
	font-size: .7rem;
	font-weight: 950;
}

.coaching-price-card__footer {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding-top: 28px;
	border-top: 1px solid rgba(42,63,107,.1);
}

.coaching-price-card__footer strong {
	color: var(--tssg-navy);
	font-size: 2.4rem;
	line-height: 1;
	letter-spacing: -.05em;
}

.coaching-focus {
	background: #fff;
}

.coaching-focus__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.coaching-focus__grid div {
	padding: 26px;
	border-radius: 26px;
	background: #f7f9fd;
	border: 1px solid rgba(42,63,107,.09);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.coaching-focus__grid div:hover {
	transform: translateY(-5px);
	box-shadow: 0 24px 70px rgba(42,63,107,.1);
	background: #fff;
}

.coaching-focus__grid strong,
.coaching-focus__grid span {
	display: block;
}

.coaching-focus__grid strong {
	color: var(--tssg-navy);
	font-size: 1.15rem;
}

.coaching-focus__grid span {
	margin-top: 8px;
	color: var(--tssg-muted);
	line-height: 1.55;
}

.coaching-proof {
	background: #101827;
	color: #fff;
}

.coaching-proof__grid {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 60px;
	align-items: center;
}

.coaching-proof__image img {
	display: block;
	width: 100%;
	border-radius: 34px;
	box-shadow: 0 34px 100px rgba(0,0,0,.25);
}

.coaching-proof h2,
.coaching-proof .eyebrow-line {
	color: #fff;
}

.coaching-proof p {
	color: rgba(255,255,255,.68);
}

.coaching-proof__stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin-top: 34px;
}

.coaching-proof__stats div {
	padding: 22px;
	border-radius: 22px;
	background: rgba(255,255,255,.07);
	border: 1px solid rgba(255,255,255,.1);
}

.coaching-proof__stats strong {
	display: block;
	color: var(--tssg-orange);
	font-size: 2rem;
	line-height: 1;
}

.coaching-proof__stats span {
	display: block;
	margin-top: 7px;
	color: rgba(255,255,255,.72);
	font-size: .78rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.coaching-contact {
	background:
		radial-gradient(circle at 12% 18%, rgba(255,97,0,.1), transparent 28%),
		#f7f9fd;
}

.coaching-contact__grid {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 60px;
	align-items: start;
}

.coaching-form-card {
	padding: clamp(30px, 4vw, 48px);
	border-radius: 34px;
	background: #fff;
	border: 1px solid var(--tssg-border);
	box-shadow: 0 28px 90px rgba(42,63,107,.1);
}

.coaching-form-card h3 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: 2rem;
	letter-spacing: -.04em;
}

.coaching-form-card p {
	color: var(--tssg-muted);
}

.form-placeholder {
	display: grid;
	place-items: center;
	min-height: 320px;
	border-radius: 24px;
	background: #f7f9fd;
	border: 1px dashed rgba(42,63,107,.22);
	color: var(--tssg-muted);
	font-weight: 850;
}

@media (max-width: 900px) {
	.coaching-hero {
		padding: 130px 0 70px;
	}

	.coaching-hero__grid,
	.coaching-intro__grid,
	.coaching-options__grid,
	.coaching-focus__grid,
	.coaching-proof__grid,
	.coaching-proof__stats,
	.coaching-contact__grid {
		grid-template-columns: 1fr;
	}

	.coaching-hero__card {
		position: relative;
		left: auto;
		bottom: auto;
		margin-top: -28px;
	}

	.coaching-price-card__footer {
		align-items: flex-start;
		flex-direction: column;
	}
}
.tssg-coaching-form {
	display: grid;
	gap: 16px;
}

.tssg-form-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.tssg-coaching-form label {
	display: grid;
	gap: 8px;
	margin: 0;
}

.tssg-coaching-form span {
	color: var(--tssg-navy);
	font-size: .76rem;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.tssg-coaching-form input,
.tssg-coaching-form select,
.tssg-coaching-form textarea {
	width: 100%;
	border: 1px solid rgba(42,63,107,.14);
	border-radius: 16px;
	background: #f7f9fd;
	color: var(--tssg-dark);
	padding: 15px 16px;
	font: inherit;
}

.tssg-coaching-form textarea {
	resize: vertical;
}

.tssg-coaching-form input:focus,
.tssg-coaching-form select:focus,
.tssg-coaching-form textarea:focus {
	outline: 2px solid rgba(255,97,0,.24);
	border-color: rgba(255,97,0,.55);
	background: #fff;
}

.tssg-coaching-form button {
	width: fit-content;
	border: 0;
	cursor: pointer;
	margin-top: 6px;
}

@media (max-width: 700px) {
	.tssg-form-grid {
		grid-template-columns: 1fr;
	}

	.tssg-coaching-form button {
		width: 100%;
	}
}

