/*!
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, 4vw, 4.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%;
	}
}
/* --------------------------------------------------------------
# Products Page
-------------------------------------------------------------- */

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

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

.products-hero__grid {
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: 64px;
	align-items: center;
}

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

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

.products-hero__visual {
	position: relative;
	min-height: 560px;
	display: grid;
	place-items: center;
}

.products-hero__card--main {
	position: relative;
	z-index: 2;
	width: min(520px, 92%);
	padding: 18px;
	border-radius: 34px;
	background: #fff;
	border: 1px solid rgba(42,63,107,.1);
	box-shadow: 0 34px 100px rgba(42,63,107,.15);
	transform: rotate(-2deg);
}

.products-hero__card img {
	display: block;
	width: 100%;
	border-radius: 24px;
}

.products-hero__floating {
	position: absolute;
	z-index: 3;
	right: 6%;
	bottom: 18%;
	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);
}

.products-hero__floating strong,
.products-hero__floating span {
	display: block;
}

.products-hero__floating strong {
	color: var(--tssg-navy);
	font-size: 1.2rem;
}

.products-hero__floating span {
	margin-top: 6px;
	color: var(--tssg-muted);
	line-height: 1.4;
}

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

.products-podcast {
	background: #fff;
}

.products-podcast__grid,
.custom-booklets__grid,
.tssg-plus-product__grid {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 64px;
	align-items: center;
}

.products-podcast__media img,
.tssg-plus-product__visual img {
	display: block;
	width: 100%;
	border-radius: 34px;
	box-shadow: 0 30px 90px rgba(42,63,107,.14);
}

.products-podcast h2,
.custom-booklets h2,
.tssg-plus-product h2,
.product-digital-cta h2 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: clamp(2.4rem, 4.5vw, 4.6rem);
	line-height: 1;
	letter-spacing: -.055em;
}

.products-podcast p:not(.eyebrow-line),
.custom-booklets p,
.tssg-plus-product p,
.product-digital-cta p {
	color: var(--tssg-muted);
	font-size: 1.12rem;
	line-height: 1.75;
}

.training-guides {
	background: #f7f9fd;
}

.training-guides__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.product-shop-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 32px;
	background: #fff;
	border: 1px solid var(--tssg-border);
	box-shadow: 0 24px 70px rgba(42,63,107,.08);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-shop-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 34px 100px rgba(42,63,107,.13);
}

.product-shop-card__image {
	padding: 24px;
	background:
		radial-gradient(circle at 80% 20%, rgba(255,97,0,.12), transparent 30%),
		#fff;
}

.product-shop-card__image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain;
	border-radius: 22px;
	background: #f7f9fd;
}

.product-shop-card__content {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 28px;
}

.product-shop-card h3 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: 1.45rem;
	line-height: 1.1;
	letter-spacing: -.04em;
}

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

.product-shop-card__price {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin: auto 0 20px;
}

.product-shop-card__price span {
	color: var(--tssg-muted);
	text-decoration: line-through;
	font-weight: 800;
}

.product-shop-card__price strong {
	color: var(--tssg-navy);
	font-size: 2rem;
	line-height: 1;
	letter-spacing: -.045em;
}

.bundle-card {
	display: grid;
	grid-template-columns: 1.2fr .8fr auto;
	gap: 34px;
	align-items: center;
	margin-top: 28px;
	padding: clamp(30px, 4vw, 48px);
	border-radius: 34px;
	background:
		radial-gradient(circle at 88% 16%, rgba(255,97,0,.14), transparent 30%),
		#fff;
	border: 1px solid rgba(255,97,0,.22);
	box-shadow: 0 28px 90px rgba(42,63,107,.1);
}

.bundle-card span {
	display: inline-flex;
	margin-bottom: 12px;
	color: var(--tssg-orange);
	font-size: .72rem;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: .12em;
}

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

.bundle-card p {
	color: var(--tssg-muted);
	line-height: 1.7;
}

.bundle-card ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bundle-card li {
	position: relative;
	padding-left: 28px;
	color: var(--tssg-navy);
	font-weight: 850;
}

.bundle-card li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--tssg-orange);
	font-weight: 950;
}

.bundle-card__price {
	display: grid;
	gap: 8px;
	justify-items: start;
}

.bundle-card__price span {
	margin: 0;
	text-decoration: line-through;
	color: var(--tssg-muted);
}

.bundle-card__price strong {
	color: var(--tssg-navy);
	font-size: 2.6rem;
	line-height: 1;
	letter-spacing: -.05em;
}

.custom-booklets {
	background: #fff;
}

.custom-booklets__list,
.plus-product-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	margin: 32px 0;
}

.custom-booklets__list div,
.plus-product-list div {
	padding: 20px;
	border-radius: 20px;
	background: #f7f9fd;
	border: 1px solid rgba(42,63,107,.09);
}

.custom-booklets__list strong,
.custom-booklets__list span,
.plus-product-list strong,
.plus-product-list span {
	display: block;
}

.custom-booklets__list strong,
.plus-product-list strong {
	color: var(--tssg-navy);
}

.custom-booklets__list span,
.plus-product-list span {
	margin-top: 6px;
	color: var(--tssg-muted);
	line-height: 1.45;
}

.custom-booklets__note {
	display: inline-flex;
	gap: 6px;
	margin: 0 0 28px;
	padding: 12px 16px;
	border-radius: 999px;
	background: rgba(255,97,0,.1);
	color: var(--tssg-navy);
	font-weight: 850;
}

.custom-booklets__note strong {
	color: var(--tssg-orange);
}

.custom-booklets__visual {
	position: relative;
}

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

.custom-booklets__floating {
	position: absolute;
	left: -24px;
	bottom: 30px;
	max-width: 270px;
	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);
}

.custom-booklets__floating strong,
.custom-booklets__floating span {
	display: block;
}

.custom-booklets__floating strong {
	color: var(--tssg-navy);
}

.custom-booklets__floating span {
	margin-top: 6px;
	color: var(--tssg-muted);
}

.tssg-plus-product {
	background:
		radial-gradient(circle at 15% 18%, rgba(255,97,0,.1), transparent 30%),
		#f7f9fd;
}

.product-digital-cta {
	background:
		radial-gradient(circle at 88% 18%, rgba(255,97,0,.16), transparent 30%),
		linear-gradient(135deg, #101827, #16233a);
	color: #fff;
}

.product-digital-cta .eyebrow-line,
.product-digital-cta h2 {
	color: #fff;
}

.product-digital-cta p {
	color: rgba(255,255,255,.68);
}

.product-digital-cta__grid {
	display: grid;
	grid-template-columns: 1fr .85fr auto;
	gap: 40px;
	align-items: center;
}

.product-digital-cta__cards {
	display: grid;
	gap: 12px;
}

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

.product-digital-cta__cards strong,
.product-digital-cta__cards span {
	display: block;
}

.product-digital-cta__cards strong {
	color: #fff;
}

.product-digital-cta__cards span {
	margin-top: 4px;
	color: rgba(255,255,255,.64);
}

@media (max-width: 1000px) {
	.products-hero__grid,
	.products-podcast__grid,
	.custom-booklets__grid,
	.tssg-plus-product__grid,
	.bundle-card,
	.product-digital-cta__grid {
		grid-template-columns: 1fr;
	}

	.training-guides__grid {
		grid-template-columns: 1fr;
	}

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

	.products-hero__visual {
		min-height: 420px;
	}

	.products-hero__floating,
	.custom-booklets__floating {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		margin-top: -20px;
	}

	.products-hero__kite {
		width: 76px;
	}

	.custom-booklets__list,
	.plus-product-list {
		grid-template-columns: 1fr;
	}
}
.products-digital-showcase{
	position:relative;
	padding:120px 0;
	background:
	radial-gradient(circle at 82% 12%,rgba(255,97,0,.18),transparent 30%),
	linear-gradient(135deg,#101827,#17253d);
	overflow:hidden;
}

.products-digital-showcase__grid{
	display:grid;
	grid-template-columns:.9fr 1.1fr;
	gap:70px;
	align-items:center;
}

.products-digital-showcase .eyebrow-line,
.products-digital-showcase h2{
	color:#fff;
}

.products-digital-showcase p{
	color:rgba(255,255,255,.72);
}

.digital-services{
	display:grid;
	gap:18px;
	margin:40px 0;
}

.digital-service{
	padding:24px;
	border-radius:22px;
	background:rgba(255,255,255,.06);
	border:1px solid rgba(255,255,255,.08);
}

.digital-service h3{
	margin:0 0 10px;
	color:#fff;
}

.digital-service p{
	margin:0;
}

.website-stack{
	position:relative;
	height:560px;
}

.website-card{
	position:absolute;
	width:420px;
	background:#fff;
	border-radius:22px;
	padding:12px;
	box-shadow:0 30px 90px rgba(0,0,0,.28);
	overflow:hidden;
}

.website-card img{
	display:block;
	width:100%;
	border-radius:14px;
}

.website-card--back{
	left:0;
	top:40px;
	transform:rotate(-8deg);
}

.website-card--middle{
	left:80px;
	top:110px;
	transform:rotate(3deg);
}

.website-card--front{
	left:170px;
	top:190px;
	transform:rotate(-2deg);
}

.floating-metric{
	position:absolute;
	right:0;
	top:0;
	padding:22px;
	border-radius:20px;
	background:#fff;
	box-shadow:0 20px 60px rgba(0,0,0,.18);
}

.floating-metric strong{
	display:block;
	color:var(--tssg-orange);
	font-size:2.4rem;
	line-height:1;
}

.floating-metric span{
	display:block;
	margin-top:6px;
	color:var(--tssg-navy);
	font-weight:800;
}

@media(max-width:1000px){

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

.website-stack{
height:auto;
}

.website-card{
position:relative;
left:auto;
top:auto;
transform:none;
width:100%;
margin-bottom:20px;
}

.floating-metric{
position:relative;
margin-top:20px;
width:fit-content;
}

}
/* --------------------------------------------------------------
# About Page
-------------------------------------------------------------- */

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

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

.about-hero__grid {
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: 64px;
	align-items: center;
}

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

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

.about-hero__visual {
	position: relative;
}

.about-hero__main {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 34px;
	box-shadow: 0 34px 100px rgba(42, 63, 107, .15);
}

.about-hero__kite {
	position: absolute;
	right: 24px;
	bottom: -28px;
	z-index: 3;
	width: 118px;
	border-radius: 999px;
	filter: drop-shadow(0 18px 28px rgba(42, 63, 107, .2));
	animation: floatCard 6s ease-in-out infinite;
}

.about-hero__card {
	position: absolute;
	left: -28px;
	bottom: 38px;
	z-index: 4;
	max-width: 280px;
	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);
}

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

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

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

.about-story {
	background: #fff;
}

.about-story__grid {
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: 70px;
	align-items: start;
}

.about-story h2,
.about-chris h2,
.ecosystem-section h2,
.team-section h2 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: clamp(2.4rem, 4.4vw, 4.6rem);
	line-height: 1;
	letter-spacing: -.055em;
}

.about-story p:not(.eyebrow-line),
.about-chris p:not(.eyebrow-line),
.ecosystem-section p,
.team-section p {
	color: var(--tssg-muted);
	font-size: 1.12rem;
	line-height: 1.75;
}

.about-chris {
	position: relative;
	min-height: 760px;
	display: flex;
	align-items: center;
	background: #101827;
	overflow: hidden;
}

.about-chris__bg {
	position: absolute;
	inset: 0;
}

.about-chris__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: .62;
}

.about-chris__bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(16, 24, 39, .92) 0%, rgba(16, 24, 39, .76) 46%, rgba(255, 255, 255, .96) 72%, #fff 100%);
}

.about-chris__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: .72fr .78fr;
	gap: 54px;
	align-items: center;
}

.about-chris__portrait img {
	display: block;
	width: min(420px, 100%);
	margin-inline: auto;
	filter: drop-shadow(0 34px 60px rgba(0, 0, 0, .3));
}

.about-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);
}

.believe-section {
	background:
		radial-gradient(circle at 14% 18%, rgba(255, 97, 0, .1), transparent 30%),
		#f7f9fd;
}

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

.believe-grid article {
	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;
}

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

.believe-grid span {
	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;
}

.believe-grid h3 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: 1.18rem;
	line-height: 1.15;
	letter-spacing: -.035em;
}

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

.ecosystem-section {
	background: #fff;
}

.ecosystem-section__grid {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	gap: 64px;
	align-items: center;
}

.ecosystem-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.ecosystem-cards a {
	display: block;
	min-height: 170px;
	padding: 26px;
	border-radius: 26px;
	background: #f7f9fd;
	border: 1px solid rgba(42, 63, 107, .09);
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.ecosystem-cards strong,
.ecosystem-cards span {
	display: block;
}

.ecosystem-cards strong {
	color: var(--tssg-navy);
	font-size: 1.25rem;
}

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

.team-section {
	background:
		radial-gradient(circle at 88% 20%, rgba(255, 97, 0, .1), transparent 28%),
		#f7f9fd;
}

.team-section__header {
	display: grid;
	grid-template-columns: 1fr .72fr;
	gap: 54px;
	align-items: end;
	margin-bottom: 46px;
}

.team-photo-card {
	padding: 18px;
	border-radius: 34px;
	background: #fff;
	border: 1px solid var(--tssg-border);
	box-shadow: 0 30px 90px rgba(42, 63, 107, .12);
}

.team-photo-card img {
	display: block;
	width: 100%;
	border-radius: 24px;
}

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

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

	.about-hero__grid,
	.about-story__grid,
	.about-chris__grid,
	.ecosystem-section__grid,
	.ecosystem-cards,
	.team-section__header {
		grid-template-columns: 1fr;
	}

	.about-hero__card {
		position: relative;
		left: auto;
		bottom: auto;
		margin-top: -24px;
	}

	.about-hero__kite {
		width: 90px;
		right: 16px;
	}

	.about-chris {
		min-height: auto;
		padding: 78px 0;
	}

	.about-chris__bg::after {
		background:
			linear-gradient(180deg, rgba(16, 24, 39, .8) 0%, rgba(16, 24, 39, .56) 34%, #fff 68%, #fff 100%);
	}

	.about-chris__portrait img {
		width: min(320px, 86%);
	}
}

@media (max-width: 600px) {
	.believe-grid {
		grid-template-columns: 1fr;
	}
}
/* --------------------------------------------------------------
# Contact Page
-------------------------------------------------------------- */

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

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

.contact-hero__grid {
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: 64px;
	align-items: center;
}

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

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

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

.contact-hero__quick div {
	padding: 20px;
	border-radius: 22px;
	background: #fff;
	border: 1px solid rgba(42, 63, 107, .09);
	box-shadow: 0 18px 55px rgba(42, 63, 107, .07);
}

.contact-hero__quick strong,
.contact-hero__quick span {
	display: block;
}

.contact-hero__quick strong {
	color: var(--tssg-navy);
}

.contact-hero__quick span {
	margin-top: 6px;
	color: var(--tssg-muted);
	font-size: .9rem;
	line-height: 1.45;
}

.contact-hero__visual {
	position: relative;
	min-height: 560px;
	display: grid;
	place-items: center;
}

.contact-hero__main {
	position: relative;
	z-index: 2;
	display: block;
	width: min(430px, 86%);
	filter: drop-shadow(0 34px 60px rgba(42, 63, 107, .18));
}

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

.contact-hero__card {
	position: absolute;
	left: 4%;
	bottom: 14%;
	z-index: 4;
	max-width: 275px;
	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);
}

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

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

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

.contact-main {
	background: #fff;
}

.contact-main__grid {
	display: grid;
	grid-template-columns: .82fr 1.18fr;
	gap: 64px;
	align-items: start;
}

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

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

.contact-info-list {
	display: grid;
	gap: 14px;
	margin-top: 34px;
}

.contact-info-list a {
	display: block;
	padding: 22px;
	border-radius: 22px;
	background: #f7f9fd;
	border: 1px solid rgba(42, 63, 107, .09);
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.contact-info-list a:hover {
	transform: translateY(-4px);
	background: #fff;
	box-shadow: 0 22px 60px rgba(42, 63, 107, .09);
}

.contact-info-list strong,
.contact-info-list span {
	display: block;
}

.contact-info-list strong {
	color: var(--tssg-navy);
}

.contact-info-list span {
	margin-top: 5px;
	color: var(--tssg-muted);
}

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

.contact-form-card h3 {
	margin: 0 0 24px;
	color: var(--tssg-navy);
	font-size: 2rem;
	line-height: 1;
	letter-spacing: -.04em;
}

.tssg-contact-form {
	display: grid;
	gap: 16px;
}

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

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

.tssg-contact-form input,
.tssg-contact-form select,
.tssg-contact-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-contact-form textarea {
	resize: vertical;
}

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

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

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

.contact-paths__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.contact-paths article {
	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;
}

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

.contact-paths article > span {
	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;
}

.contact-paths h3 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: 1.2rem;
	line-height: 1.15;
	letter-spacing: -.035em;
}

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

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

@media (max-width: 1100px) {
	.contact-hero__quick,
	.contact-paths__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

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

	.contact-hero__grid,
	.contact-main__grid {
		grid-template-columns: 1fr;
	}

	.contact-hero__visual {
		min-height: 430px;
	}

	.contact-hero__main {
		width: min(340px, 86%);
	}

	.contact-hero__card {
		left: 0;
		bottom: 0;
	}
}

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

	.tssg-contact-form button {
		width: 100%;
	}
}
/* --------------------------------------------------------------
# Podcast Page
-------------------------------------------------------------- */

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

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

.podcast-hero__grid {
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: 64px;
	align-items: center;
}

.podcast-hero h1 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: clamp(3.4rem, 7vw, 6.6rem);
	line-height: .9;
	letter-spacing: -.07em;
	font-weight: 950;
}

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

.podcast-hero__visual {
	position: relative;
	min-height: 560px;
	display: grid;
	place-items: center;
}

.podcast-hero__art {
	position: relative;
	z-index: 2;
	display: block;
	width: min(500px, 90%);
	border-radius: 34px;
	box-shadow: 0 34px 100px rgba(42, 63, 107, .15);
	transform: rotate(-2deg);
}

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

.podcast-hero__card {
	position: absolute;
	left: 4%;
	bottom: 12%;
	z-index: 4;
	max-width: 280px;
	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);
}

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

.podcast-hero__card strong {
	color: var(--tssg-navy);
	font-size: 1.05rem;
	line-height: 1.25;
}

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

.podcast-intro {
	background: #fff;
}

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

.podcast-intro h2,
.featured-episode h2,
.listen-section h2,
.podcast-digital h2 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: clamp(2.4rem, 4.4vw, 4.6rem);
	line-height: 1;
	letter-spacing: -.055em;
}

.podcast-intro p:not(.eyebrow-line),
.featured-episode p,
.listen-section p,
.podcast-digital p {
	color: var(--tssg-muted);
	font-size: 1.12rem;
	line-height: 1.75;
}

.featured-episode {
	background:
		radial-gradient(circle at 88% 18%, rgba(255, 97, 0, .1), transparent 30%),
		#f7f9fd;
}

.featured-episode__grid {
	display: grid;
	grid-template-columns: .88fr 1.12fr;
	gap: 64px;
	align-items: center;
}

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

.episode-meta-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin: 34px 0 0;
}

.episode-meta-grid div {
	padding: 20px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid rgba(42, 63, 107, .09);
}

.episode-meta-grid strong,
.episode-meta-grid span {
	display: block;
}

.episode-meta-grid strong {
	color: var(--tssg-navy);
}

.episode-meta-grid span {
	margin-top: 6px;
	color: var(--tssg-muted);
	font-size: .9rem;
	line-height: 1.45;
}

.episode-library {
	background: #fff;
}

.episode-library__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.episode-card {
	overflow: hidden;
	border-radius: 32px;
	background: #fff;
	border: 1px solid var(--tssg-border);
	box-shadow: 0 24px 70px rgba(42, 63, 107, .08);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.episode-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 34px 100px rgba(42, 63, 107, .13);
}

.episode-card__image {
	padding: 18px;
	background:
		radial-gradient(circle at 80% 20%, rgba(255, 97, 0, .12), transparent 30%),
		#f7f9fd;
}

.episode-card__image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 22px;
}

.episode-card__content {
	padding: 28px;
}

.episode-card__content span {
	display: inline-flex;
	margin-bottom: 12px;
	color: var(--tssg-orange);
	font-size: .72rem;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: .12em;
}

.episode-card h3 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: 1.45rem;
	line-height: 1.1;
	letter-spacing: -.04em;
}

.episode-card p {
	color: var(--tssg-muted);
	line-height: 1.65;
}

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

.podcast-topics {
	background:
		radial-gradient(circle at 14% 18%, rgba(255, 97, 0, .1), transparent 30%),
		#f7f9fd;
}

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

.podcast-topics article {
	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;
}

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

.podcast-topics article > span {
	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;
}

.podcast-topics h3 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: 1.2rem;
	line-height: 1.15;
	letter-spacing: -.035em;
}

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

.listen-section {
	background: #fff;
}

.listen-section__grid {
	display: grid;
	grid-template-columns: .82fr 1.18fr;
	gap: 64px;
	align-items: center;
}

.listen-links {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.listen-links a {
	display: block;
	padding: 26px;
	border-radius: 26px;
	background: #f7f9fd;
	border: 1px solid rgba(42, 63, 107, .09);
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.listen-links strong,
.listen-links span {
	display: block;
}

.listen-links strong {
	color: var(--tssg-navy);
	font-size: 1.2rem;
}

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

.podcast-digital {
	background:
		radial-gradient(circle at 88% 18%, rgba(255, 97, 0, .16), transparent 30%),
		linear-gradient(135deg, #101827, #16233a);
	color: #fff;
}

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

.podcast-digital p {
	color: rgba(255, 255, 255, .68);
}

.podcast-digital__grid {
	display: grid;
	grid-template-columns: 1fr .85fr auto;
	gap: 40px;
	align-items: center;
}

.podcast-digital__cards {
	display: grid;
	gap: 12px;
}

.podcast-digital__cards div {
	padding: 18px;
	border-radius: 20px;
	background: rgba(255, 255, 255, .07);
	border: 1px solid rgba(255, 255, 255, .1);
}

.podcast-digital__cards strong,
.podcast-digital__cards span {
	display: block;
}

.podcast-digital__cards strong {
	color: #fff;
}

.podcast-digital__cards span {
	margin-top: 4px;
	color: rgba(255, 255, 255, .64);
}

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

	.podcast-hero__grid,
	.podcast-intro__grid,
	.featured-episode__grid,
	.episode-meta-grid,
	.episode-library__grid,
	.podcast-topics__grid,
	.listen-section__grid,
	.listen-links,
	.podcast-digital__grid {
		grid-template-columns: 1fr;
	}

	.podcast-hero__visual {
		min-height: 430px;
	}

	.podcast-hero__art {
		width: min(360px, 88%);
	}

	.podcast-hero__card {
		left: 0;
		bottom: 0;
	}
}
/* --------------------------------------------------------------
# TSSG Plus Page
-------------------------------------------------------------- */

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

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

.plus-hero__grid {
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: 64px;
	align-items: center;
}

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

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

.plus-hero__visual {
	position: relative;
}

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

.plus-hero__kite {
	position: absolute;
	right: 24px;
	bottom: -28px;
	z-index: 3;
	width: 118px;
	border-radius: 999px;
	filter: drop-shadow(0 18px 28px rgba(42, 63, 107, .2));
	animation: floatCard 6s ease-in-out infinite;
}

.plus-hero__card {
	position: absolute;
	left: -28px;
	bottom: 38px;
	z-index: 4;
	max-width: 280px;
	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);
}

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

.plus-hero__card strong {
	color: var(--tssg-orange);
	font-size: 1.7rem;
	line-height: 1;
	letter-spacing: -.04em;
}

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

.plus-intro {
	background: #fff;
}

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

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

.plus-intro p:not(.eyebrow-line),
.plus-community p,
.plus-pricing p,
.plus-digital p {
	color: var(--tssg-muted);
	font-size: 1.12rem;
	line-height: 1.75;
}

.plus-included {
	background:
		radial-gradient(circle at 14% 18%, rgba(255, 97, 0, .1), transparent 30%),
		#f7f9fd;
}

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

.plus-included article {
	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;
}

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

.plus-included article > span {
	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;
}

.plus-included h3 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: 1.2rem;
	line-height: 1.15;
	letter-spacing: -.035em;
}

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

.plus-community {
	background: #fff;
}

.plus-community__grid {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 64px;
	align-items: center;
}

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

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

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

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

.plus-community__stats strong {
	color: var(--tssg-orange);
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: -.04em;
}

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

.plus-for {
	background: #f7f9fd;
}

.plus-for__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.plus-for article {
	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;
}

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

.plus-for h3 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: 1.25rem;
	line-height: 1.15;
	letter-spacing: -.035em;
}

.plus-for p {
	color: var(--tssg-muted);
	line-height: 1.65;
}

.plus-pricing {
	background:
		radial-gradient(circle at 86% 20%, rgba(255, 97, 0, .12), transparent 30%),
		#fff;
}

.plus-pricing__grid {
	display: grid;
	grid-template-columns: .95fr .75fr;
	gap: 64px;
	align-items: center;
}

.plus-pricing ul {
	display: grid;
	gap: 12px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.plus-pricing li {
	position: relative;
	padding-left: 30px;
	color: var(--tssg-dark);
	font-weight: 750;
}

.plus-pricing 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;
}

.plus-pricing__card {
	padding: clamp(32px, 4vw, 54px);
	border-radius: 34px;
	background:
		radial-gradient(circle at 88% 12%, rgba(255, 97, 0, .16), transparent 30%),
		#fff;
	border: 1px solid rgba(255, 97, 0, .22);
	box-shadow: 0 34px 100px rgba(42, 63, 107, .13);
}

.plus-pricing__card > span {
	display: inline-flex;
	margin-bottom: 18px;
	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;
}

.plus-pricing__card > strong {
	display: block;
	color: var(--tssg-navy);
	font-size: clamp(2.8rem, 5vw, 4.6rem);
	line-height: 1;
	letter-spacing: -.06em;
}

.plus-pricing__card p {
	margin-bottom: 28px;
}

.plus-pricing__login {
	display: inline-flex;
	margin-top: 18px;
	color: var(--tssg-orange);
	font-weight: 900;
	text-decoration: none;
}

.plus-digital {
	background:
		radial-gradient(circle at 88% 18%, rgba(255, 97, 0, .16), transparent 30%),
		linear-gradient(135deg, #101827, #16233a);
	color: #fff;
}

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

.plus-digital p {
	color: rgba(255, 255, 255, .68);
}

.plus-digital__grid {
	display: grid;
	grid-template-columns: 1fr .85fr auto;
	gap: 40px;
	align-items: center;
}

.plus-digital__cards {
	display: grid;
	gap: 12px;
}

.plus-digital__cards div {
	padding: 18px;
	border-radius: 20px;
	background: rgba(255, 255, 255, .07);
	border: 1px solid rgba(255, 255, 255, .1);
}

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

.plus-digital__cards strong {
	color: #fff;
}

.plus-digital__cards span {
	margin-top: 4px;
	color: rgba(255, 255, 255, .64);
}

@media (max-width: 1100px) {
	.plus-for__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

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

	.plus-hero__grid,
	.plus-intro__grid,
	.plus-included__grid,
	.plus-community__grid,
	.plus-community__stats,
	.plus-pricing__grid,
	.plus-digital__grid {
		grid-template-columns: 1fr;
	}

	.plus-hero__card {
		position: relative;
		left: auto;
		bottom: auto;
		margin-top: -24px;
	}

	.plus-hero__kite {
		width: 90px;
		right: 16px;
	}

	.plus-community__grid {
		gap: 34px;
	}
}

@media (max-width: 600px) {
	.plus-for__grid {
		grid-template-columns: 1fr;
	}
}
/* --------------------------------------------------------------
# Sales Booklets Page
-------------------------------------------------------------- */

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

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

.booklets-hero__grid {
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: 64px;
	align-items: center;
}

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

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

.booklets-hero__visual {
	position: relative;
	min-height: 560px;
	display: grid;
	place-items: center;
}

.booklets-hero__main {
	position: relative;
	z-index: 2;
	display: block;
	width: min(560px, 92%);
	border-radius: 34px;
	box-shadow: 0 34px 100px rgba(42, 63, 107, .15);
	transform: rotate(-2deg);
}

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

.booklets-hero__card {
	position: absolute;
	left: 2%;
	bottom: 12%;
	z-index: 4;
	max-width: 280px;
	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);
}

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

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

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

.booklets-intro {
	background: #fff;
}

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

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

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

.booklets-inside {
	background:
		radial-gradient(circle at 14% 18%, rgba(255, 97, 0, .1), transparent 30%),
		#f7f9fd;
}

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

.booklets-inside article {
	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;
}

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

.booklets-inside article > span {
	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;
}

.booklets-inside h3 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: 1.2rem;
	line-height: 1.15;
	letter-spacing: -.035em;
}

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

.booklets-custom {
	background: #fff;
}

.booklets-custom__grid {
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: 64px;
	align-items: center;
}

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

.booklets-custom__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	margin: 32px 0;
}

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

.booklets-custom__list strong,
.booklets-custom__list span {
	display: block;
}

.booklets-custom__list strong {
	color: var(--tssg-navy);
}

.booklets-custom__list span {
	margin-top: 6px;
	color: var(--tssg-muted);
	line-height: 1.45;
}

.booklets-use {
	background: #f7f9fd;
}

.booklets-use__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.booklets-use article {
	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;
}

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

.booklets-use h3 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: 1.25rem;
	line-height: 1.15;
	letter-spacing: -.035em;
}

.booklets-use p {
	color: var(--tssg-muted);
	line-height: 1.65;
}

.booklets-order {
	background:
		radial-gradient(circle at 14% 18%, rgba(255, 97, 0, .1), transparent 30%),
		#fff;
}

.booklets-order__grid {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	gap: 64px;
	align-items: start;
}

.booklets-order ul {
	display: grid;
	gap: 12px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.booklets-order li {
	position: relative;
	padding-left: 30px;
	color: var(--tssg-dark);
	font-weight: 750;
}

.booklets-order 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;
}

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

.booklets-form-card h3 {
	margin: 0 0 24px;
	color: var(--tssg-navy);
	font-size: 2rem;
	line-height: 1;
	letter-spacing: -.04em;
}

.tssg-booklets-form {
	display: grid;
	gap: 16px;
}

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

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

.tssg-booklets-form input,
.tssg-booklets-form select,
.tssg-booklets-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-booklets-form textarea {
	resize: vertical;
}

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

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

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

	.booklets-hero__grid,
	.booklets-intro__grid,
	.booklets-custom__grid,
	.booklets-order__grid {
		grid-template-columns: 1fr;
	}

	.booklets-hero__visual {
		min-height: 430px;
	}

	.booklets-hero__main {
		width: min(380px, 88%);
	}

	.booklets-hero__card {
		left: 0;
		bottom: 0;
	}

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

	.booklets-custom__list {
		grid-template-columns: 1fr;
	}
}

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

	.tssg-booklets-form button {
		width: 100%;
	}
}
/* --------------------------------------------------------------
# One-on-One Sessions Page
-------------------------------------------------------------- */

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

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

.one-hero__grid {
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: 64px;
	align-items: center;
}

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

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

.one-hero__visual {
	position: relative;
	min-height: 560px;
	display: grid;
	place-items: center;
}

.one-hero__main {
	position: relative;
	z-index: 2;
	display: block;
	width: min(430px, 86%);
	filter: drop-shadow(0 34px 60px rgba(42, 63, 107, .18));
}

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

.one-hero__card {
	position: absolute;
	left: 4%;
	bottom: 14%;
	z-index: 4;
	max-width: 275px;
	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);
}

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

.one-hero__card strong {
	color: var(--tssg-orange);
	font-size: 2.1rem;
	line-height: 1;
	letter-spacing: -.04em;
}

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

.one-intro {
	background: #fff;
}

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

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

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

.one-focus {
	background:
		radial-gradient(circle at 14% 18%, rgba(255, 97, 0, .1), transparent 30%),
		#f7f9fd;
}

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

.one-focus article {
	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;
}

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

.one-focus article > span {
	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;
}

.one-focus h3 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: 1.2rem;
	line-height: 1.15;
	letter-spacing: -.035em;
}

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

.one-process {
	background: #fff;
}

.one-process__grid {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 64px;
	align-items: center;
}

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

.one-process__steps {
	display: grid;
	gap: 14px;
	margin: 34px 0;
}

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

.one-process__steps strong,
.one-process__steps span {
	display: block;
}

.one-process__steps strong {
	color: var(--tssg-navy);
}

.one-process__steps span {
	margin-top: 6px;
	color: var(--tssg-muted);
	line-height: 1.5;
}

.one-best-for {
	background: #f7f9fd;
}

.one-best-for__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.one-best-for article {
	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;
}

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

.one-best-for h3 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: 1.25rem;
	line-height: 1.15;
	letter-spacing: -.035em;
}

.one-best-for p {
	color: var(--tssg-muted);
	line-height: 1.65;
}

.one-book {
	background:
		radial-gradient(circle at 14% 18%, rgba(255, 97, 0, .1), transparent 30%),
		#fff;
}

.one-book__grid {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	gap: 64px;
	align-items: start;
}

.one-book ul {
	display: grid;
	gap: 12px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.one-book li {
	position: relative;
	padding-left: 30px;
	color: var(--tssg-dark);
	font-weight: 750;
}

.one-book 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;
}

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

.one-form-card h3 {
	margin: 0 0 24px;
	color: var(--tssg-navy);
	font-size: 2rem;
	line-height: 1;
	letter-spacing: -.04em;
}

.tssg-one-form {
	display: grid;
	gap: 16px;
}

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

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

.tssg-one-form input,
.tssg-one-form select,
.tssg-one-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-one-form textarea {
	resize: vertical;
}

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

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

@media (max-width: 1100px) {
	.one-best-for__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

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

	.one-hero__grid,
	.one-intro__grid,
	.one-focus__grid,
	.one-process__grid,
	.one-book__grid {
		grid-template-columns: 1fr;
	}

	.one-hero__visual {
		min-height: 430px;
	}

	.one-hero__main {
		width: min(340px, 86%);
	}

	.one-hero__card {
		left: 0;
		bottom: 0;
	}
}

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

	.tssg-one-form button {
		width: 100%;
	}
}
/* --------------------------------------------------------------
# Thank You Page
-------------------------------------------------------------- */

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

.thank-you-hero {
	position: relative;
	min-height: 86vh;
	padding: 170px 0 95px;
	display: flex;
	align-items: center;
	background:
		radial-gradient(circle at 76% 24%, rgba(255, 97, 0, .14), transparent 30%),
		linear-gradient(180deg, #fff 0%, #f7f9fd 100%);
}

.thank-you-hero__grid {
	display: grid;
	grid-template-columns: 1fr .85fr;
	gap: 64px;
	align-items: center;
}

.thank-you-hero h1 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: clamp(3.4rem, 7vw, 6.8rem);
	line-height: .9;
	letter-spacing: -.07em;
	font-weight: 950;
}

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

.thank-you-hero__visual {
	position: relative;
	min-height: 470px;
	display: grid;
	place-items: center;
}

.thank-you-hero__kite {
	position: relative;
	z-index: 2;
	width: min(380px, 86%);
	filter: drop-shadow(0 34px 60px rgba(42, 63, 107, .16));
	animation: floatCard 6s ease-in-out infinite;
}

.thank-you-card {
	position: absolute;
	left: 0;
	bottom: 42px;
	z-index: 3;
	max-width: 310px;
	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);
}

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

.thank-you-card strong {
	color: var(--tssg-navy);
	font-size: 1.15rem;
	line-height: 1.2;
}

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

.thank-you-next {
	background:
		radial-gradient(circle at 14% 18%, rgba(255, 97, 0, .1), transparent 30%),
		#fff;
}

.thank-you-next__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.thank-you-next__grid a {
	display: block;
	padding: 26px;
	border-radius: 26px;
	background: #f7f9fd;
	border: 1px solid rgba(42, 63, 107, .09);
	text-decoration: none;
	box-shadow: 0 18px 55px rgba(42, 63, 107, .07);
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.thank-you-next__grid a:hover {
	transform: translateY(-5px);
	background: #fff;
	box-shadow: 0 28px 76px rgba(42, 63, 107, .12);
}

.thank-you-next__grid span {
	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;
}

.thank-you-next__grid strong {
	display: block;
	color: var(--tssg-navy);
	font-size: 1.2rem;
	line-height: 1.15;
	letter-spacing: -.035em;
}

.thank-you-next__grid p {
	margin-bottom: 0;
	color: var(--tssg-muted);
	font-size: .95rem;
	line-height: 1.65;
}

@media (max-width: 1000px) {
	.thank-you-hero {
		min-height: auto;
		padding: 130px 0 70px;
	}

	.thank-you-hero__grid,
	.thank-you-next__grid {
		grid-template-columns: 1fr;
	}

	.thank-you-hero__visual {
		min-height: 380px;
	}

	.thank-you-card {
		position: relative;
		left: auto;
		bottom: auto;
		margin-top: -24px;
	}
}
/* --------------------------------------------------------------
# Default WordPress Templates
-------------------------------------------------------------- */

.default-page-hero,
.archive-hero,
.single-hero,
.error-hero {
	position: relative;
	padding: 170px 0 90px;
	background:
		radial-gradient(circle at 76% 24%, rgba(255, 97, 0, .13), transparent 30%),
		linear-gradient(180deg, #fff 0%, #f7f9fd 100%);
}

.default-page-hero__grid,
.error-hero__grid {
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: 64px;
	align-items: center;
}

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

.default-page-hero p,
.archive-hero p,
.error-hero p {
	max-width: 760px;
	color: var(--tssg-muted);
	font-size: 1.16rem;
	line-height: 1.75;
}

.default-page-hero__image img {
	display: block;
	width: 100%;
	border-radius: 34px;
	box-shadow: 0 34px 100px rgba(42, 63, 107, .15);
}

.default-page-hero__image--fallback {
	display: grid;
	place-items: center;
	min-height: 420px;
}

.default-page-hero__image--fallback img {
	width: min(260px, 80%);
	box-shadow: none;
	filter: drop-shadow(0 24px 40px rgba(42, 63, 107, .15));
}

.default-page-content__wrap,
.single-content__wrap {
	max-width: 860px;
	margin-inline: auto;
	color: var(--tssg-dark);
	font-size: 1.08rem;
	line-height: 1.8;
}

.default-page-content__wrap h2,
.single-content__wrap h2 {
	color: var(--tssg-navy);
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1.05;
	letter-spacing: -.045em;
}

.default-page-content__wrap a,
.single-content__wrap a {
	color: var(--tssg-orange);
	font-weight: 850;
}

.archive-description {
	max-width: 760px;
	margin-top: 22px;
	color: var(--tssg-muted);
	font-size: 1.12rem;
	line-height: 1.75;
}

.archive-search {
	max-width: 620px;
	margin-top: 34px;
}

.post-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.post-card {
	overflow: hidden;
	border-radius: 30px;
	background: #fff;
	border: 1px solid var(--tssg-border);
	box-shadow: 0 24px 70px rgba(42, 63, 107, .08);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.post-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 34px 100px rgba(42, 63, 107, .13);
}

.post-card__image {
	display: block;
	min-height: 220px;
	background: #f7f9fd;
}

.post-card__image img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.post-card__content {
	padding: 28px;
}

.post-card__meta {
	display: inline-flex;
	margin-bottom: 12px;
	color: var(--tssg-orange);
	font-size: .72rem;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: .12em;
}

.post-card h2 {
	margin: 0;
	font-size: 1.45rem;
	line-height: 1.1;
	letter-spacing: -.04em;
}

.post-card h2 a {
	color: var(--tssg-navy);
	text-decoration: none;
}

.post-card p {
	color: var(--tssg-muted);
	line-height: 1.65;
}

.post-card__link {
	color: var(--tssg-orange);
	font-weight: 900;
	text-decoration: none;
}

.tssg-pagination {
	margin-top: 50px;
}

.tssg-pagination .nav-links {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.tssg-pagination a,
.tssg-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid var(--tssg-border);
	color: var(--tssg-navy);
	font-weight: 850;
	text-decoration: none;
}

.tssg-pagination .current {
	background: var(--tssg-orange);
	color: #fff;
	border-color: var(--tssg-orange);
}

.single-hero__wrap {
	max-width: 980px;
}

.single-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
	color: var(--tssg-muted);
	font-weight: 800;
}

.single-featured-image {
	margin-top: 44px;
}

.single-featured-image img {
	display: block;
	width: 100%;
	border-radius: 34px;
	box-shadow: 0 34px 100px rgba(42, 63, 107, .14);
}

.single-post-nav {
	margin-top: 60px;
	padding-top: 34px;
	border-top: 1px solid var(--tssg-border);
}

.single-post-nav .nav-links {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.single-post-nav a {
	display: block;
	padding: 22px;
	border-radius: 22px;
	background: #f7f9fd;
	border: 1px solid rgba(42, 63, 107, .09);
	text-decoration: none;
}

.single-post-nav span,
.single-post-nav strong {
	display: block;
}

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

.single-post-nav strong {
	margin-top: 6px;
	color: var(--tssg-navy);
}

.tssg-search-form {
	display: flex;
	gap: 12px;
	padding: 8px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid var(--tssg-border);
	box-shadow: 0 18px 55px rgba(42, 63, 107, .08);
}

.tssg-search-form label {
	flex: 1;
}

.tssg-search-form input {
	width: 100%;
	height: 48px;
	border: 0;
	background: transparent;
	padding: 0 16px;
	color: var(--tssg-dark);
	font: inherit;
}

.tssg-search-form input:focus {
	outline: none;
}

.tssg-search-form button {
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #ff6100, #ff7f2f);
	color: #fff;
	font-weight: 900;
	padding: 0 22px;
	cursor: pointer;
}

.no-results__card {
	max-width: 760px;
	margin-inline: auto;
	padding: clamp(34px, 5vw, 58px);
	border-radius: 34px;
	background: #fff;
	border: 1px solid var(--tssg-border);
	box-shadow: 0 30px 90px rgba(42, 63, 107, .1);
	text-align: center;
}

.no-results__card .eyebrow-line {
	justify-content: center;
}

.no-results__card h2 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: clamp(2rem, 4vw, 4rem);
	line-height: 1;
	letter-spacing: -.05em;
}

.no-results__card p {
	color: var(--tssg-muted);
	font-size: 1.1rem;
	line-height: 1.75;
}

.no-results__card .tssg-search-form {
	margin: 28px auto 0;
	max-width: 560px;
}

.error-hero {
	min-height: 86vh;
	display: flex;
	align-items: center;
}

.error-hero__image {
	display: grid;
	place-items: center;
}

.error-hero__image img {
	width: min(360px, 86%);
	filter: drop-shadow(0 34px 60px rgba(42, 63, 107, .16));
	animation: floatCard 6s ease-in-out infinite;
}

@media (max-width: 1000px) {
	.default-page-hero,
	.archive-hero,
	.single-hero,
	.error-hero {
		padding: 130px 0 70px;
	}

	.default-page-hero__grid,
	.error-hero__grid,
	.post-card-grid,
	.single-post-nav .nav-links {
		grid-template-columns: 1fr;
	}

	.tssg-search-form {
		border-radius: 22px;
		flex-direction: column;
	}

	.tssg-search-form button {
		min-height: 48px;
	}
}
/* --------------------------------------------------------------
# Homepage V3 Polish
-------------------------------------------------------------- */

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

.home-v3-hero {
	position: relative;
	min-height: 94vh;
	padding: 165px 0 76px;
	display: flex;
	align-items: center;
	background:
		radial-gradient(circle at 78% 32%, rgba(255, 97, 0, .14), transparent 28%),
		linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
	overflow: hidden;
}

.home-v3-hero__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: 46px 46px;
	mask-image: linear-gradient(90deg, transparent, #000 15%, #000 82%, transparent);
	opacity: .85;
}

.home-v3-hero__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, .98fr) minmax(430px, 1.02fr);
	gap: 54px;
	align-items: center;
}

.home-v3-hero h1 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: clamp(4rem, 5vw, 7.6rem);
	line-height: .84;
	letter-spacing: -.08em;
	font-weight: 950;
}

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

.home-v3-hero .hero-lead {
	max-width: 690px;
	margin-top: 30px;
	color: var(--tssg-muted);
	font-size: clamp(1.08rem, 1.45vw, 1.28rem);
	line-height: 1.75;
}

.home-v3-hero__proof {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	max-width: 620px;
	margin-top: 36px;
}

.home-v3-hero__proof div {
	padding: 18px;
	border-radius: 20px;
	background: rgba(255, 255, 255, .78);
	backdrop-filter: blur(16px);
	border: 1px solid rgba(42, 63, 107, .08);
	box-shadow: 0 18px 50px rgba(42, 63, 107, .07);
}

.home-v3-hero__proof strong,
.home-v3-hero__proof span {
	display: block;
}

.home-v3-hero__proof strong {
	color: var(--tssg-orange);
	font-size: 2rem;
	line-height: 1;
	letter-spacing: -.05em;
}

.home-v3-hero__proof span {
	margin-top: 6px;
	color: var(--tssg-navy);
	font-size: .74rem;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.home-v3-hero__visual {
	position: relative;
	min-height: 650px;
	display: grid;
	place-items: end center;
}

.home-v3-hero__orb {
	position: absolute;
	right: 2%;
	bottom: 8%;
	width: min(560px, 92%);
	aspect-ratio: 1;
	border-radius: 999px;
	background:
		radial-gradient(circle at 45% 38%, rgba(255, 97, 0, .2), transparent 34%),
		repeating-radial-gradient(circle, rgba(42, 63, 107, .08) 0 1px, transparent 1px 18px);
	opacity: .85;
}

.home-v3-hero__chris {
	position: relative;
	z-index: 3;
	width: min(535px, 92%);
	max-height: 690px;
	object-fit: contain;
	filter: drop-shadow(0 34px 60px rgba(42, 63, 107, .2));
}

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

.home-v3-float-card {
	position: absolute;
	left: 2%;
	bottom: 18%;
	z-index: 5;
	max-width: 285px;
	padding: 22px;
	border-radius: 24px;
	background: rgba(255, 255, 255, .92);
	backdrop-filter: blur(18px);
	border: 1px solid rgba(42, 63, 107, .1);
	box-shadow: 0 24px 70px rgba(42, 63, 107, .14);
}

.home-v3-float-card span,
.home-v3-float-card strong {
	display: block;
}

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

.home-v3-float-card strong {
	margin-top: 8px;
	color: var(--tssg-navy);
	font-size: 1rem;
	line-height: 1.35;
}

.home-v3-webinar {
	position: relative;
	z-index: 4;
	margin-top: -1px;
	padding: 28px 0;
	background:
		radial-gradient(circle at 15% 50%, rgba(255, 255, 255, .2), transparent 22%),
		linear-gradient(135deg, #ff6100, #ff7f2f);
	color: #fff;
}

.home-v3-webinar__grid {
	display: grid;
	grid-template-columns: 1fr auto auto;
	gap: 28px;
	align-items: center;
}

.home-v3-webinar p {
	margin: 0 0 8px;
	color: rgba(255, 255, 255, .78);
	font-size: .72rem;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: .13em;
}

.home-v3-webinar h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(1.45rem, 2.4vw, 2.35rem);
	line-height: 1;
	letter-spacing: -.045em;
}

.home-v3-webinar__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.home-v3-webinar__meta span {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .15);
	border: 1px solid rgba(255, 255, 255, .22);
	color: #fff;
	font-size: .86rem;
	font-weight: 900;
	white-space: nowrap;
}

.home-v3-problem {
	background: #fff;
}

.home-v3-problem__grid {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	gap: 64px;
	align-items: center;
}

.home-v3-problem h2,
.home-v3-chris h2,
.home-v3-proof h2,
.home-v3-digital h2,
.home-v3-podcast h2,
.home-v3-kite h2 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: clamp(2.4rem, 4.5vw, 4.7rem);
	line-height: 1;
	letter-spacing: -.058em;
}

.home-v3-problem__cards {
	display: grid;
	gap: 16px;
}

.home-v3-problem__cards article {
	padding: 24px;
	border-radius: 24px;
	background: #f7f9fd;
	border: 1px solid rgba(42, 63, 107, .09);
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.home-v3-problem__cards article:hover {
	transform: translateY(-4px);
	background: #fff;
	box-shadow: 0 24px 70px rgba(42, 63, 107, .1);
}

.home-v3-problem__cards strong,
.home-v3-problem__cards span {
	display: block;
}

.home-v3-problem__cards strong {
	color: var(--tssg-navy);
	font-size: 1.15rem;
}

.home-v3-problem__cards span {
	margin-top: 7px;
	color: var(--tssg-muted);
	line-height: 1.6;
}

.home-v3-chris {
	background:
		radial-gradient(circle at 12% 20%, rgba(255, 97, 0, .09), transparent 28%),
		#f7f9fd;
}

.home-v3-chris__grid {
	display: grid;
	grid-template-columns: 1.02fr .98fr;
	gap: 64px;
	align-items: center;
}

.home-v3-chris__image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3.25;
	object-fit: cover;
	object-position: center;
	border-radius: 34px;
	box-shadow: 0 30px 90px rgba(42, 63, 107, .14);
}

.home-v3-chris__content p:not(.eyebrow-line),
.home-v3-proof__content p,
.home-v3-digital__content > p,
.home-v3-podcast__content p,
.home-v3-kite__content p {
	color: var(--tssg-muted);
	font-size: 1.12rem;
	line-height: 1.75;
}

.home-v3-chris__quote {
	margin: 30px 0;
	padding: 22px 24px;
	border-left: 4px solid var(--tssg-orange);
	border-radius: 0 22px 22px 0;
	background: #fff;
	color: var(--tssg-navy);
	font-size: 1.25rem;
	font-weight: 900;
	box-shadow: 0 18px 55px rgba(42, 63, 107, .07);
}

.home-v3-offers {
	background: #fff;
}

.home-v3-offers__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.home-v3-offer {
	display: block;
	min-height: 245px;
	padding: 28px;
	border-radius: 28px;
	background: #f7f9fd;
	border: 1px solid rgba(42, 63, 107, .09);
	text-decoration: none;
	box-shadow: 0 18px 55px rgba(42, 63, 107, .06);
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.home-v3-offer--large {
	grid-column: span 2;
	grid-row: span 2;
	min-height: 508px;
	background:
		radial-gradient(circle at 88% 16%, rgba(255, 97, 0, .14), transparent 30%),
		#fff;
	border-color: rgba(255, 97, 0, .18);
}

.home-v3-offer--orange {
	background:
		radial-gradient(circle at 90% 10%, rgba(255, 255, 255, .16), transparent 34%),
		linear-gradient(135deg, #ff6100, #ff7f2f);
	border-color: transparent;
}

.home-v3-offer--wide {
	grid-column: span 2;
}

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

.home-v3-offer--orange span {
	background: rgba(255, 255, 255, .18);
	color: #fff;
}

.home-v3-offer h3 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: clamp(1.35rem, 2.4vw, 2.2rem);
	line-height: 1;
	letter-spacing: -.045em;
}

.home-v3-offer--large h3 {
	font-size: clamp(2.1rem, 4vw, 4rem);
}

.home-v3-offer--orange h3 {
	color: #fff;
}

.home-v3-offer p {
	margin-bottom: 0;
	color: var(--tssg-muted);
	line-height: 1.65;
}

.home-v3-offer--orange p {
	color: rgba(255, 255, 255, .82);
}

.home-v3-proof {
	background:
		radial-gradient(circle at 88% 20%, rgba(255, 97, 0, .09), transparent 28%),
		#f7f9fd;
	overflow: hidden;
}

.home-v3-proof__grid {
	display: grid;
	grid-template-columns: .75fr 1.25fr;
	gap: 56px;
	align-items: center;
}

.home-v3-proof__image {
	position: relative;
}

.home-v3-proof__image img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 8.4;
	object-fit: cover;
	border-radius: 34px;
	box-shadow: 0 30px 90px rgba(42, 63, 107, .14);
}

.home-v3-proof__badge {
	position: absolute;
	right: 24px;
	bottom: -24px;
	max-width: 220px;
	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);
}

.home-v3-proof__badge strong,
.home-v3-proof__badge span {
	display: block;
}

.home-v3-proof__badge strong {
	color: var(--tssg-orange);
	font-size: 2.4rem;
	line-height: 1;
	letter-spacing: -.05em;
}

.home-v3-proof__badge span {
	margin-top: 7px;
	color: var(--tssg-navy);
	font-weight: 850;
	line-height: 1.35;
}

.home-v3-reviews {
	background:
		radial-gradient(circle at 16% 16%, rgba(255, 97, 0, .11), transparent 30%),
		#fff;
}

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

.home-v3-digital .eyebrow-line,
.home-v3-digital h2 {
	color: #fff;
}

.home-v3-digital__grid {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 70px;
	align-items: center;
}

.home-v3-digital__content > p {
	color: rgba(255, 255, 255, .72);
}

.home-v3-digital__services {
	display: grid;
	gap: 14px;
	margin: 34px 0;
}

.home-v3-digital__services div {
	padding: 20px;
	border-radius: 20px;
	background: rgba(255, 255, 255, .07);
	border: 1px solid rgba(255, 255, 255, .1);
}

.home-v3-digital__services strong,
.home-v3-digital__services span {
	display: block;
}

.home-v3-digital__services strong {
	color: #fff;
}

.home-v3-digital__services span {
	margin-top: 6px;
	color: rgba(255, 255, 255, .64);
	line-height: 1.55;
}

.home-v3-digital__visual {
	position: relative;
	min-height: 610px;
}

.home-v3-device {
	position: absolute;
	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);
}

.home-v3-device img {
	display: block;
	width: 100%;
}

.home-v3-device--site {
	top: 34px;
	left: 0;
	width: 78%;
	transform: rotate(-2deg);
}

.home-v3-device--zuper {
	right: 0;
	bottom: 72px;
	width: 48%;
	transform: rotate(3deg);
}

.home-v3-digital__mini {
	position: absolute;
	left: 8%;
	bottom: 28px;
	z-index: 3;
	max-width: 340px;
	padding: 22px;
	border-radius: 24px;
	background: rgba(255, 255, 255, .94);
	color: var(--tssg-navy);
	box-shadow: 0 24px 70px rgba(0, 0, 0, .2);
}

.home-v3-digital__mini strong,
.home-v3-digital__mini span {
	display: block;
}

.home-v3-digital__mini span {
	margin-top: 6px;
	color: var(--tssg-muted);
	line-height: 1.45;
}

.home-v3-podcast {
	background: #fff;
}

.home-v3-podcast__grid {
	display: grid;
	grid-template-columns: .82fr 1.18fr;
	gap: 64px;
	align-items: center;
}

.home-v3-podcast__art img {
	display: block;
	width: 100%;
	border-radius: 34px;
	box-shadow: 0 30px 90px rgba(42, 63, 107, .14);
	transform: rotate(-2deg);
}

.home-v3-platforms {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 28px 0;
}

.home-v3-platforms a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 16px;
	border-radius: 999px;
	background: #f7f9fd;
	border: 1px solid rgba(42, 63, 107, .09);
	color: var(--tssg-navy);
	font-weight: 900;
	text-decoration: none;
}

.home-v3-platforms a:hover {
	color: var(--tssg-orange);
	background: #fff;
	box-shadow: 0 16px 44px rgba(42, 63, 107, .08);
}

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

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

.home-v3-kite__grid {
	display: grid;
	grid-template-columns: .7fr 1fr;
	gap: 48px;
	align-items: center;
}

.home-v3-kite__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));
}

.home-v3-final {
	background:
		radial-gradient(circle at 88% 28%, rgba(255, 97, 0, .18), transparent 26%),
		#101827;
}

.home-v3 [class*="__grid"],
.home-v3 .home-v3-offer,
.home-v3 .review-card,
.home-v3 .reviews-v3__quote,
.home-v3 .home-v3-device {
	will-change: transform;
}

@media (max-width: 1100px) {
	.home-v3-offers__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.home-v3-offer--large,
	.home-v3-offer--wide {
		grid-column: span 2;
	}

	.home-v3-digital__visual {
		min-height: 520px;
	}
}

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

	.home-v3-hero__grid,
	.home-v3-webinar__grid,
	.home-v3-problem__grid,
	.home-v3-chris__grid,
	.home-v3-proof__grid,
	.home-v3-digital__grid,
	.home-v3-podcast__grid,
	.home-v3-kite__grid {
		grid-template-columns: 1fr;
	}

	.home-v3-hero h1 {
		font-size: clamp(3.6rem, 16vw, 5.5rem);
	}

	.home-v3-hero__visual {
		min-height: 500px;
	}

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

	.home-v3-hero__kite {
		right: 8%;
		top: 8%;
		width: 78px;
	}

	.home-v3-float-card {
		left: 0;
		bottom: 24px;
		max-width: 250px;
	}

	.home-v3-webinar__grid {
		gap: 18px;
	}

	.home-v3-webinar__meta {
		justify-content: flex-start;
	}

	.home-v3-hero__proof {
		grid-template-columns: 1fr;
	}

	.home-v3-offers__grid,
	.home-v3-offer--large,
	.home-v3-offer--wide {
		grid-template-columns: 1fr;
		grid-column: auto;
	}

	.home-v3-offer,
	.home-v3-offer--large {
		min-height: auto;
	}

	.home-v3-proof__badge {
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: -24px;
	}

	.home-v3-digital__visual {
		min-height: 440px;
	}

	.home-v3-device--site {
		width: 88%;
	}

	.home-v3-device--zuper {
		width: 58%;
		bottom: 58px;
	}

	.home-v3-digital__mini {
		position: relative;
		left: auto;
		bottom: auto;
		margin-top: 22px;
	}

	.home-v3-podcast__art img {
		transform: none;
	}

	.home-v3-kite__image img {
		width: min(260px, 86%);
	}
}

@media (max-width: 600px) {
	.home-v3-hero__proof {
		gap: 10px;
	}

	.home-v3-hero__visual {
		min-height: 420px;
	}

	.home-v3-float-card {
		display: none;
	}

	.home-v3-webinar {
		padding: 24px 0;
	}

	.home-v3-webinar__meta span {
		width: 100%;
		justify-content: center;
	}

	.home-v3-device {
		position: relative;
		width: 100%;
		inset: auto;
		transform: none;
		margin-bottom: 18px;
	}

	.home-v3-digital__visual {
		min-height: auto;
	}

	.home-v3-device--site,
	.home-v3-device--zuper {
		width: 100%;
	}
}
/* --------------------------------------------------------------
# Live Training Webinar Page
-------------------------------------------------------------- */

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

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

.webinar-hero__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: 46px 46px;
	opacity: .8;
}

.webinar-hero__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: 64px;
	align-items: center;
}

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

.webinar-hero__content > p:not(.eyebrow-line) {
	max-width: 720px;
	margin-top: 28px;
	color: var(--tssg-muted);
	font-size: 1.2rem;
	line-height: 1.75;
}

.webinar-hero__details {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: 34px;
}

.webinar-hero__details div {
	padding: 18px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid rgba(42, 63, 107, .09);
	box-shadow: 0 18px 50px rgba(42, 63, 107, .07);
}

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

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

.webinar-hero__details strong {
	margin-top: 6px;
	color: var(--tssg-navy);
	line-height: 1.2;
}

.webinar-hero__visual {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 560px;
}

.webinar-hero__poster {
	position: relative;
	z-index: 2;
	width: min(520px, 92%);
	padding: 16px;
	border-radius: 34px;
	background: #fff;
	border: 1px solid rgba(42, 63, 107, .1);
	box-shadow: 0 34px 100px rgba(42, 63, 107, .15);
	transform: rotate(-2deg);
}

.webinar-hero__poster img {
	display: block;
	width: 100%;
	border-radius: 24px;
}

.webinar-hero__kite {
	position: absolute;
	right: 6%;
	bottom: 8%;
	z-index: 3;
	width: 110px;
	border-radius: 999px;
	filter: drop-shadow(0 18px 28px rgba(42, 63, 107, .18));
	animation: floatCard 6s ease-in-out infinite;
}

.webinar-register {
	background: #fff;
}

.webinar-register__grid,
.webinar-proof__grid {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	gap: 64px;
	align-items: start;
}

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

.webinar-register p,
.webinar-proof p {
	color: var(--tssg-muted);
	font-size: 1.12rem;
	line-height: 1.75;
}

.webinar-register ul {
	display: grid;
	gap: 12px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.webinar-register li {
	position: relative;
	padding-left: 30px;
	color: var(--tssg-dark);
	font-weight: 750;
}

.webinar-register 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;
}

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

.webinar-form-card h3 {
	margin: 0 0 24px;
	color: var(--tssg-navy);
	font-size: 2rem;
	line-height: 1;
	letter-spacing: -.04em;
}

.tssg-webinar-form {
	display: grid;
	gap: 16px;
}

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

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

.tssg-webinar-form input,
.tssg-webinar-form select {
	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-webinar-form input:focus,
.tssg-webinar-form select:focus {
	outline: 2px solid rgba(255, 97, 0, .24);
	border-color: rgba(255, 97, 0, .55);
	background: #fff;
}

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

.webinar-learn {
	background:
		radial-gradient(circle at 14% 18%, rgba(255, 97, 0, .1), transparent 30%),
		#f7f9fd;
}

.webinar-learn__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.webinar-learn article {
	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;
}

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

.webinar-learn article > span {
	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;
}

.webinar-learn h3 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: 1.2rem;
	line-height: 1.15;
	letter-spacing: -.035em;
}

.webinar-learn p {
	color: var(--tssg-muted);
	line-height: 1.65;
}

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

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

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

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

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

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

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

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

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

.webinar-reviews {
	background: #fff;
}

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

	.webinar-hero__grid,
	.webinar-register__grid,
	.webinar-proof__grid,
	.webinar-learn__grid {
		grid-template-columns: 1fr;
	}

	.webinar-hero__visual {
		min-height: 430px;
	}

	.webinar-hero__poster {
		width: min(380px, 88%);
	}

	.webinar-hero__details,
	.webinar-proof__stats,
	.tssg-form-grid {
		grid-template-columns: 1fr;
	}

	.webinar-learn__grid {
		gap: 14px;
	}

	.tssg-webinar-form button {
		width: 100%;
	}
}
.home-v3-offer--orange:hover,
.home-v3-offer--orange:focus {
	background: linear-gradient(135deg, #ff6100, #ff7f2f);
	color: #fff;
}

.home-v3-offer--orange:hover span,
.home-v3-offer--orange:hover h3,
.home-v3-offer--orange:hover p,
.home-v3-offer--orange:focus span,
.home-v3-offer--orange:focus h3,
.home-v3-offer--orange:focus p {
	color: #fff;
}
.footer-copyright {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
}

.footer-powered-by,
.footer-powered-by:visited {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255,255,255,.06);
	border: 1px solid rgba(255,255,255,.08);
	color: rgba(255,255,255,.68);
	font-size: .82rem;
	font-weight: 700;
	text-decoration: none;
	transition: all .25s ease;
}

.footer-powered-by strong {
	color: #fff;
	font-weight: 800;
	transition: color .25s ease;
}

.footer-powered-by:hover,
.footer-powered-by:focus {
	background: rgba(255,97,0,.12);
	border-color: rgba(255,97,0,.35);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(255,97,0,.18);
	text-decoration: none;
}

.footer-powered-by:hover strong {
	color: #ff6100;
}
.circle-test-card {
	margin-top: 32px;
	padding: clamp(28px, 4vw, 48px);
	border-radius: 30px;
	background: #fff;
	border: 1px solid var(--tssg-border);
	box-shadow: 0 24px 80px rgba(42, 63, 107, 0.1);
}

.circle-test-card h2,
.circle-test-card h3 {
	margin-top: 0;
	color: var(--tssg-navy);
}

.circle-test-card pre {
	overflow: auto;
	padding: 18px;
	border-radius: 18px;
	background: #101827;
	color: #fff;
	font-size: .85rem;
}
.tssg-plus-dashboard {
	background: #fff;
	color: var(--tssg-dark);
	overflow: hidden;
}

.tssg-plus-dash-hero {
	padding: 165px 0 80px;
	background:
		radial-gradient(circle at 80% 22%, rgba(255, 97, 0, 0.14), transparent 30%),
		linear-gradient(180deg, #fff 0%, #f7f9fd 100%);
}

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

.tssg-plus-dash-hero p:not(.eyebrow-line) {
	max-width: 720px;
	margin-top: 24px;
	color: var(--tssg-muted);
	font-size: 1.15rem;
	line-height: 1.75;
}

.tssg-plus-status {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-top: 36px;
	max-width: 980px;
}

.tssg-plus-status div {
	padding: 22px;
	border-radius: 22px;
	background: #fff;
	border: 1px solid var(--tssg-border);
	box-shadow: 0 18px 55px rgba(42, 63, 107, 0.08);
}

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

.tssg-plus-status span {
	color: var(--tssg-muted);
	font-size: .74rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.tssg-plus-status strong {
	margin-top: 8px;
	color: var(--tssg-navy);
	font-size: 1.15rem;
}

.tssg-plus-dash {
	background: #fff;
}

.tssg-plus-dash__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 28px;
	align-items: start;
}

.tssg-plus-main {
	display: grid;
	gap: 28px;
}

.tssg-plus-sidebar {
	position: sticky;
	top: 110px;
	display: grid;
	gap: 22px;
}

.tssg-plus-panel {
	padding: clamp(26px, 4vw, 38px);
	border-radius: 32px;
	background: #fff;
	border: 1px solid var(--tssg-border);
	box-shadow: 0 24px 80px rgba(42, 63, 107, 0.08);
}

.tssg-plus-panel--dark {
	background:
		radial-gradient(circle at 90% 12%, rgba(255, 97, 0, .22), transparent 30%),
		linear-gradient(135deg, #2a3f6b, #101827);
	color: #fff;
}

.tssg-plus-panel--dark h2,
.tssg-plus-panel--dark span {
	color: #fff;
}

.tssg-plus-panel--dark p {
	color: rgba(255,255,255,.72);
}

.tssg-plus-panel > span,
.tssg-plus-panel__header span {
	display: inline-flex;
	margin-bottom: 10px;
	color: var(--tssg-orange);
	font-size: .72rem;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: .12em;
}

.tssg-plus-panel h2 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: clamp(1.7rem, 3vw, 2.6rem);
	line-height: 1;
	letter-spacing: -.045em;
}

.tssg-plus-space-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
	margin-top: 26px;
}

.tssg-plus-space-card,
.tssg-plus-post-card,
.tssg-plus-mini-list article {
	padding: 22px;
	border-radius: 22px;
	background: #f7f9fd;
	border: 1px solid rgba(42, 63, 107, .08);
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.tssg-plus-space-card:hover,
.tssg-plus-post-card:hover,
.tssg-plus-mini-list article:hover {
	transform: translateY(-4px);
	background: #fff;
	box-shadow: 0 20px 60px rgba(42, 63, 107, .1);
}

.tssg-plus-space-card h3,
.tssg-plus-post-card h3 {
	margin: 0;
	color: var(--tssg-navy);
	font-size: 1.15rem;
	letter-spacing: -.03em;
}

.tssg-plus-space-card p,
.tssg-plus-post-card p,
.tssg-plus-empty {
	color: var(--tssg-muted);
	line-height: 1.65;
}

.tssg-plus-space-card a,
.tssg-plus-post-meta a {
	color: var(--tssg-orange);
	font-weight: 900;
	text-decoration: none;
}

.tssg-plus-post-list {
	display: grid;
	gap: 16px;
	margin-top: 26px;
}

.tssg-plus-post-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid rgba(42, 63, 107, .1);
}

.tssg-plus-post-meta span {
	color: var(--tssg-muted);
	font-size: .86rem;
	font-weight: 800;
}

.tssg-plus-mini-list {
	display: grid;
	gap: 12px;
	margin-top: 20px;
}

.tssg-plus-mini-list strong,
.tssg-plus-mini-list span {
	display: block;
}

.tssg-plus-mini-list strong {
	color: var(--tssg-navy);
	line-height: 1.25;
}

.tssg-plus-mini-list span {
	margin-top: 6px;
	color: var(--tssg-muted);
	font-size: .86rem;
}

.circle-error-card {
	margin-top: 32px;
	padding: 28px;
	border-radius: 24px;
	background: #fff;
	border: 1px solid rgba(255, 97, 0, .24);
	box-shadow: 0 24px 80px rgba(42, 63, 107, .08);
}

.circle-error-card pre {
	overflow: auto;
	padding: 18px;
	border-radius: 18px;
	background: #101827;
	color: #fff;
}

@media (max-width: 1000px) {
	.tssg-plus-dash__grid,
	.tssg-plus-status,
	.tssg-plus-space-grid {
		grid-template-columns: 1fr;
	}

	.tssg-plus-sidebar {
		position: static;
	}
}
.tssg-newsletter-page a.tssg-btn,
.tssg-newsletter-page a.tssg-btn:link,
.tssg-newsletter-page a.tssg-btn:visited,
.tssg-newsletter-page a.tssg-btn:hover,
.tssg-newsletter-page a.tssg-btn:focus,
.tssg-newsletter-page a.tssg-btn:active {
	text-decoration: none !important;
}

.tssg-newsletter-page a.tssg-btn--primary,
.tssg-newsletter-page a.tssg-btn--primary:link,
.tssg-newsletter-page a.tssg-btn--primary:visited,
.tssg-newsletter-page a.tssg-btn--primary:hover,
.tssg-newsletter-page a.tssg-btn--primary:focus,
.tssg-newsletter-page a.tssg-btn--primary:active {
	color: #ffffff !important;
	background: #ff6100;
}

.tssg-newsletter-page a.tssg-btn--secondary,
.tssg-newsletter-page a.tssg-btn--secondary:link,
.tssg-newsletter-page a.tssg-btn--secondary:visited,
.tssg-newsletter-page a.tssg-btn--secondary:hover,
.tssg-newsletter-page a.tssg-btn--secondary:focus,
.tssg-newsletter-page a.tssg-btn--secondary:active {
	color: #ffffff !important;
	background: #14213d;
}
.newsletter-inside{
	background:#101a2f;
	color:#fff;
	padding:90px 0;
}

.newsletter-inside h2{
	color:#fff;
}

.newsletter-inside p{
	color:rgba(255,255,255,.75);
}

.newsletter-inside__grid{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:24px;
	margin-top:50px;
}

.newsletter-topic{
	background:rgba(255,255,255,.06);
	border:1px solid rgba(255,255,255,.08);
	border-radius:26px;
	padding:32px;
	transition:.25s ease;
}

.newsletter-topic:hover{
	transform:translateY(-6px);
	border-color:rgba(255,97,0,.45);
}

.newsletter-topic__icon{
	width:64px;
	height:64px;
	border-radius:18px;
	background:#ff6100;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:30px;
	margin-bottom:22px;
}

.newsletter-topic h3{
	color:#fff;
	margin-bottom:12px;
}

@media(max-width:900px){

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

}

@media(max-width:640px){

	.newsletter-inside__grid{
		grid-template-columns:1fr;
	}

}
.newsletter-inside .tssg-eyebrow{
	color:#ff6100;
}

.newsletter-inside h2,
.newsletter-inside h3,
.newsletter-inside h4{
	color:#fff !important;
}

.newsletter-inside p{
	color:rgba(255,255,255,.78) !important;
}

.newsletter-inside .newsletter-section-head p{
	color:rgba(255,255,255,.78) !important;
}

.newsletter-inside .newsletter-topic{
	background:rgba(255,255,255,.06);
	border:1px solid rgba(255,255,255,.10);
}

.newsletter-inside .newsletter-topic:hover{
	border-color:#ff6100;
}
/* Submit a Ticket Page */

.tssg-ticket-page {
	background: #f7f8fb;
}

.tssg-ticket-hero {
	position: relative;
	padding: 150px 0 90px;
	background:
		radial-gradient(circle at top right, rgba(255, 97, 0, 0.16), transparent 34%),
		linear-gradient(135deg, #162744 0%, #2a3f6b 58%, #1b2d4f 100%);
	color: #fff;
	overflow: hidden;
}

.tssg-ticket-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 6px;
	background: linear-gradient(90deg, #ff6100, rgba(255, 97, 0, 0.2), #ff6100);
}

.tssg-ticket-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
	gap: 48px;
	align-items: center;
}

.tssg-ticket-hero h1 {
	margin: 14px 0 18px;
	font-size: clamp(2.7rem, 6vw, 5.4rem);
	line-height: 0.95;
	letter-spacing: -0.06em;
	color: #fff;
}

.tssg-ticket-hero p {
	max-width: 720px;
	font-size: 1.14rem;
	line-height: 1.75;
	color: rgba(255,255,255,0.84);
}

.tssg-eyebrow,
.tssg-section-label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 0.78rem;
	color: #ff6100;
}

.tssg-eyebrow::before,
.tssg-section-label::before {
	content: "";
	width: 34px;
	height: 3px;
	border-radius: 99px;
	background: #ff6100;
}

.tssg-ticket-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	margin-top: 32px;
}

.tssg-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 22px;
	border-radius: 999px;
	font-weight: 800;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.tssg-btn:hover {
	transform: translateY(-2px);
}

.tssg-btn--primary {
	background: #ff6100;
	color: #fff;
	box-shadow: 0 16px 34px rgba(255, 97, 0, 0.3);
}

.tssg-btn--primary:hover {
	background: #e95700;
	color: #fff;
}

.tssg-btn--secondary {
	background: rgba(255,255,255,0.12);
	color: #fff;
	border: 1px solid rgba(255,255,255,0.28);
}

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

.tssg-ticket-kb-link {
	color: #fff;
	font-weight: 800;
	text-decoration: underline;
	text-decoration-color: rgba(255,255,255,0.35);
	text-underline-offset: 5px;
}

.tssg-ticket-kb-link:hover {
	color: #ffb27e;
}

.tssg-ticket-hero__card {
	padding: 34px;
	border-radius: 28px;
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.18);
	box-shadow: 0 24px 60px rgba(0,0,0,0.18);
	backdrop-filter: blur(14px);
}

.tssg-ticket-hero__card h2 {
	margin: 0 0 18px;
	color: #fff;
	font-size: 1.45rem;
}

.tssg-ticket-hero__card ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 14px;
}

.tssg-ticket-hero__card li {
	position: relative;
	padding-left: 28px;
	color: rgba(255,255,255,0.84);
	line-height: 1.55;
}

.tssg-ticket-hero__card li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: #ff6100;
	font-weight: 900;
}

.tssg-ticket-section {
	padding: 92px 0;
	background: #fff;
}

.tssg-ticket-section--alt {
	background: #f7f8fb;
}

.tssg-ticket-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
	gap: 48px;
	align-items: start;
}

.tssg-ticket-copy {
	position: sticky;
	top: 110px;
}

.tssg-ticket-copy h2 {
	margin: 16px 0 12px;
	color: #2a3f6b;
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 1;
	letter-spacing: -0.045em;
}

.tssg-ticket-copy h3 {
	margin: 0 0 18px;
	color: #ff6100;
	font-size: 1.25rem;
}

.tssg-ticket-copy p {
	color: #526070;
	font-size: 1.05rem;
	line-height: 1.75;
}

.tssg-ticket-form-card {
	background: #fff;
	border-radius: 28px;
	padding: 34px;
	box-shadow: 0 22px 60px rgba(26, 39, 68, 0.12);
	border: 1px solid rgba(42, 63, 107, 0.1);
}

.tssg-ticket-section--alt .tssg-ticket-form-card {
	box-shadow: 0 18px 50px rgba(26, 39, 68, 0.1);
}

.tssg-ticket-form-card h3 {
	margin: 0 0 24px;
	color: #2a3f6b;
	font-size: 1.45rem;
}

/* HubSpot form styling overrides */

.tssg-ticket-form-card form {
	margin: 0;
}

.tssg-ticket-form-card .hs-form-field {
	margin-bottom: 18px;
}

.tssg-ticket-form-card label {
	display: block;
	margin-bottom: 7px;
	color: #2a3f6b;
	font-weight: 800;
	font-size: 0.92rem;
}

.tssg-ticket-form-card input[type="text"],
.tssg-ticket-form-card input[type="email"],
.tssg-ticket-form-card input[type="tel"],
.tssg-ticket-form-card input[type="number"],
.tssg-ticket-form-card input[type="file"],
.tssg-ticket-form-card select,
.tssg-ticket-form-card textarea {
	width: 100% !important;
	min-height: 48px;
	border: 1px solid rgba(42, 63, 107, 0.18);
	border-radius: 14px;
	padding: 12px 14px;
	background: #f9fafc;
	color: #1f2937;
	font-size: 1rem;
	box-shadow: none;
}

.tssg-ticket-form-card textarea {
	min-height: 130px;
	resize: vertical;
}

.tssg-ticket-form-card input:focus,
.tssg-ticket-form-card select:focus,
.tssg-ticket-form-card textarea:focus {
	outline: none;
	border-color: #ff6100;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(255, 97, 0, 0.12);
}

.tssg-ticket-form-card .hs-button,
.tssg-ticket-form-card input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 26px;
	border: 0;
	border-radius: 999px;
	background: #ff6100;
	color: #fff;
	font-weight: 900;
	cursor: pointer;
	box-shadow: 0 14px 30px rgba(255, 97, 0, 0.26);
	transition: transform 0.2s ease, background 0.2s ease;
}

.tssg-ticket-form-card .hs-button:hover,
.tssg-ticket-form-card input[type="submit"]:hover {
	background: #e95700;
	transform: translateY(-2px);
}

.tssg-ticket-form-card .hs-error-msg,
.tssg-ticket-form-card .hs-error-msgs label {
	color: #b42318;
	font-size: 0.86rem;
	font-weight: 700;
}

.tssg-ticket-form-card .submitted-message {
	padding: 22px;
	border-radius: 18px;
	background: rgba(255, 97, 0, 0.08);
	color: #2a3f6b;
	font-weight: 800;
}

@media (max-width: 900px) {
	.tssg-ticket-hero {
		padding: 125px 0 70px;
	}

	.tssg-ticket-hero__grid,
	.tssg-ticket-grid {
		grid-template-columns: 1fr;
	}

	.tssg-ticket-copy {
		position: static;
	}

	.tssg-ticket-form-card {
		padding: 24px;
	}

	.tssg-ticket-hero__actions {
		align-items: stretch;
	}

	.tssg-btn {
		width: 100%;
	}

	.tssg-ticket-kb-link {
		width: 100%;
		text-align: center;
	}
}
/* HubSpot SMS Consent */

.tssg-ticket-form-card .legal-consent-container,
.tssg-ticket-form-card .legal-consent-container *,
.tssg-ticket-form-card .hs-richtext,
.tssg-ticket-form-card .hs-richtext *,
.tssg-ticket-form-card .hs-form-booleancheckbox-display,
.tssg-ticket-form-card .hs-form-booleancheckbox-display *,
.tssg-ticket-form-card .inputs-list label,
.tssg-ticket-form-card .inputs-list span,
.tssg-ticket-form-card .inputs-list p {
	color: #526070 !important;
}

.tssg-ticket-form-card .inputs-list a,
.tssg-ticket-form-card .legal-consent-container a {
	color: #ff6100 !important;
	text-decoration: underline;
}

.tssg-ticket-form-card input[type="checkbox"] {
	margin-right: 10px;
}
/* ==========================================
   Hero CTA Buttons
========================================== */

.tssg-ticket-hero__actions .tssg-btn,
.tssg-ticket-hero__actions .tssg-btn:link,
.tssg-ticket-hero__actions .tssg-btn:visited,
.tssg-ticket-hero__actions .tssg-btn:hover,
.tssg-ticket-hero__actions .tssg-btn:active,
.tssg-ticket-hero__actions .tssg-btn:focus {
	text-decoration: none;
}

.tssg-ticket-hero__actions .tssg-btn--primary,
.tssg-ticket-hero__actions .tssg-btn--primary:visited {
	color: #fff;
	background: #ff6100;
}

.tssg-ticket-hero__actions .tssg-btn--primary:hover {
	color: #fff;
	background: #e95700;
}

.tssg-ticket-hero__actions .tssg-btn--secondary,
.tssg-ticket-hero__actions .tssg-btn--secondary:visited {
	color: #fff;
}

.tssg-ticket-hero__actions .tssg-btn--secondary:hover {
	color: #fff;
}

.tssg-ticket-kb-link,
.tssg-ticket-kb-link:visited {
	color: #fff;
}

.tssg-ticket-kb-link:hover {
	color: #ffb27e;
}
/* ==========================================
   HubSpot Checkbox Styling
========================================== */

.tssg-ticket-form-card .hs-form-checkbox,
.tssg-ticket-form-card .hs-form-booleancheckbox {
	margin: 18px 0;
}

.tssg-ticket-form-card .inputs-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tssg-ticket-form-card .inputs-list li {
	margin: 0;
	padding: 0;
}

.tssg-ticket-form-card .hs-form-booleancheckbox-display {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	line-height: 1.6;
}

.tssg-ticket-form-card .hs-form-booleancheckbox-display input[type="checkbox"] {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	margin: 3px 0 0;
	accent-color: #ff6100;
	cursor: pointer;
}

.tssg-ticket-form-card .hs-form-booleancheckbox-display span {
	display: block;
	color: #526070;
	font-size: .95rem;
	line-height: 1.6;
}

.tssg-ticket-form-card .hs-form-booleancheckbox-display label {
	margin: 0;
	font-weight: 400;
	cursor: pointer;
}

.tssg-ticket-form-card .legal-consent-container {
	margin-top: 30px;
	padding-top: 24px;
	border-top: 1px solid #e5e7eb;
}

.tssg-ticket-form-card .legal-consent-container p,
.tssg-ticket-form-card .legal-consent-container span,
.tssg-ticket-form-card .legal-consent-container label {
	color: #526070;
	line-height: 1.7;
}

.tssg-ticket-form-card .legal-consent-container a {
	color: #ff6100;
	text-decoration: underline;
}
/* ===================================================
   KNOWLEDGE BASE
=================================================== */

.tssg-kb-hero{

    background:linear-gradient(135deg,#162744,#2a3f6b);
    color:#fff;
    text-align:center;

    padding:170px 20px 120px;

}

.tssg-kb-hero h1{

    font-size:clamp(3rem,6vw,5.2rem);

    line-height:1;

    margin:20px 0;

}

.tssg-kb-hero p{

    max-width:760px;

    margin:0 auto;

    font-size:1.15rem;

    color:rgba(255,255,255,.82);

    line-height:1.8;

}

.tssg-kb-buttons{

    display:flex;

    gap:20px;

    justify-content:center;

    flex-wrap:wrap;

    margin-top:45px;

}

.tssg-kb-features{

    padding:100px 0;

    background:#f7f8fb;

}

.tssg-kb-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

    gap:30px;

    margin-top:60px;

}

.tssg-kb-grid article{

    background:#fff;

    border-radius:24px;

    padding:40px 32px;

    text-align:center;

    box-shadow:0 18px 40px rgba(0,0,0,.08);

    transition:.25s;

}

.tssg-kb-grid article:hover{

    transform:translateY(-6px);

}

.tssg-kb-grid .icon{

    font-size:3rem;

    margin-bottom:20px;

}

.tssg-kb-grid h3{

    color:#2a3f6b;

    margin-bottom:15px;

}

.tssg-kb-grid p{

    color:#5d6878;

    line-height:1.7;

}

.tssg-kb-cta{

    padding:110px 0;

    background:#fff;

    text-align:center;

}

.tssg-kb-cta h2{

    color:#2a3f6b;

    font-size:clamp(2.2rem,4vw,3.5rem);

}

.tssg-kb-cta p{

    max-width:650px;

    margin:20px auto 40px;

    color:#667085;

    line-height:1.8;

}

@media(max-width:768px){

    .tssg-kb-hero{

        padding:140px 20px 90px;

    }

}
.home-hero h1,
.page-hero h1,
.products-hero h1,
.about-hero h1,
.contact-hero h1,
.services-hero h1,
.training-hero h1,
.webinar-hero h1,
.events-hero h1,
.podcast-hero h1,
.booklets-hero h1 {
    font-size: clamp(2.75rem, 4vw, 4.8rem) !important;
}
/* ========================================
   Sales Booklet Intake Page
======================================== */

.tssg-booklet-intake {
	background: #fff;
}

.booklet-intake-hero {
	position: relative;
	padding: clamp(90px, 10vw, 150px) 0 clamp(60px, 7vw, 100px);
	background:
		radial-gradient(circle at top right, rgba(255, 97, 0, .16), transparent 34%),
		linear-gradient(135deg, #f7f9fc 0%, #ffffff 55%, #eef2f8 100%);
	overflow: hidden;
}

.booklet-intake-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, .65fr);
	gap: clamp(32px, 5vw, 72px);
	align-items: center;
}

.booklet-intake-hero__content h1 {
	margin: 0;
	color: var(--tssg-navy, #2a3f6b);
	font-size: clamp(2.75rem, 4vw, 4.8rem);
	line-height: .95;
	letter-spacing: -.06em;
	font-weight: 950;
	max-width: 760px;
}

.booklet-intake-hero__content p {
	margin: 24px 0 0;
	max-width: 680px;
	color: #4f5f72;
	font-size: clamp(1.05rem, 1.4vw, 1.25rem);
	line-height: 1.7;
}

.booklet-intake-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin-top: 34px;
	max-width: 760px;
}

.booklet-intake-steps div {
	padding: 18px;
	border: 1px solid rgba(42, 63, 107, .12);
	border-radius: 18px;
	background: rgba(255, 255, 255, .78);
	box-shadow: 0 16px 40px rgba(42, 63, 107, .08);
}

.booklet-intake-steps span {
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	margin-bottom: 12px;
	border-radius: 999px;
	background: var(--tssg-orange, #ff6100);
	color: #fff;
	font-weight: 900;
}

.booklet-intake-steps strong {
	display: block;
	color: var(--tssg-navy, #2a3f6b);
	font-size: .95rem;
	line-height: 1.35;
}

.booklet-intake-hero__card {
	padding: clamp(28px, 4vw, 42px);
	border-radius: 28px;
	background: var(--tssg-navy, #2a3f6b);
	color: #fff;
	box-shadow: 0 28px 70px rgba(42, 63, 107, .24);
}

.booklet-intake-hero__card h2 {
	margin: 0 0 14px;
	color: #fff;
	font-size: clamp(1.7rem, 2.5vw, 2.3rem);
	line-height: 1.05;
	letter-spacing: -.04em;
}

.booklet-intake-hero__card p {
	margin: 0;
	color: rgba(255, 255, 255, .82);
	line-height: 1.7;
}

.booklet-intake-form-section {
	padding: clamp(60px, 8vw, 110px) 0;
	background: #fff;
}

.booklet-intake-form-wrap {
	max-width: 980px;
}

.booklet-intake-form-intro {
	max-width: 720px;
	margin: 0 auto 34px;
	text-align: center;
}

.booklet-intake-form-intro h2 {
	margin: 0;
	color: var(--tssg-navy, #2a3f6b);
	font-size: clamp(2.1rem, 3.2vw, 3.6rem);
	line-height: 1;
	letter-spacing: -.055em;
	font-weight: 950;
}

.booklet-intake-form-intro p {
	margin: 18px auto 0;
	color: #5d6878;
	font-size: 1.05rem;
	line-height: 1.65;
}

.booklet-intake-form-card {
	padding: clamp(24px, 4vw, 46px);
	border-radius: 28px;
	background: #fff;
	border: 1px solid rgba(42, 63, 107, .12);
	box-shadow: 0 24px 70px rgba(42, 63, 107, .12);
}

/* HubSpot form cleanup */
.booklet-intake-form-card .hs-form,
.booklet-intake-form-card form {
	width: 100%;
}

.booklet-intake-form-card .hs-form-field {
	margin-bottom: 20px;
}

.booklet-intake-form-card label {
	display: block;
	margin-bottom: 8px;
	color: var(--tssg-navy, #2a3f6b);
	font-weight: 800;
	line-height: 1.35;
}

.booklet-intake-form-card input[type="text"],
.booklet-intake-form-card input[type="email"],
.booklet-intake-form-card input[type="tel"],
.booklet-intake-form-card input[type="file"],
.booklet-intake-form-card select,
.booklet-intake-form-card textarea {
	width: 100% !important;
	min-height: 50px;
	padding: 13px 15px;
	border: 1px solid rgba(42, 63, 107, .18);
	border-radius: 14px;
	background: #f8fafc;
	color: #1f2937;
	font-size: 1rem;
	box-shadow: none;
}

.booklet-intake-form-card textarea {
	min-height: 130px;
	resize: vertical;
}

.booklet-intake-form-card input:focus,
.booklet-intake-form-card select:focus,
.booklet-intake-form-card textarea:focus {
	outline: none;
	border-color: var(--tssg-orange, #ff6100);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(255, 97, 0, .12);
}

.booklet-intake-form-card .hs-button,
.booklet-intake-form-card input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 15px 26px;
	border: 0;
	border-radius: 999px;
	background: var(--tssg-orange, #ff6100);
	color: #fff;
	font-size: 1rem;
	font-weight: 900;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 16px 34px rgba(255, 97, 0, .28);
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.booklet-intake-form-card .hs-button:hover,
.booklet-intake-form-card input[type="submit"]:hover {
	transform: translateY(-2px);
	background: #e65700;
	box-shadow: 0 20px 42px rgba(255, 97, 0, .34);
}

/* Checkbox/radio alignment */
.booklet-intake-form-card .inputs-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.booklet-intake-form-card .inputs-list > li,
.booklet-intake-form-card .hs-form-checkbox,
.booklet-intake-form-card .hs-form-radio,
.booklet-intake-form-card .hs-form-booleancheckbox {
	margin: 0 0 10px;
}

.booklet-intake-form-card .hs-form-checkbox label,
.booklet-intake-form-card .hs-form-radio label,
.booklet-intake-form-card .hs-form-booleancheckbox label,
.booklet-intake-form-card .hs-form-booleancheckbox-display {
	display: flex !important;
	align-items: flex-start !important;
	gap: 10px;
	margin: 0;
	font-weight: 500;
	color: #4f5f72;
}

.booklet-intake-form-card input[type="checkbox"],
.booklet-intake-form-card input[type="radio"] {
	position: static !important;
	width: 18px !important;
	height: 18px !important;
	min-width: 18px !important;
	margin: 3px 0 0 !important;
	flex: 0 0 18px !important;
	float: none !important;
}

.booklet-intake-form-card .hs-error-msgs {
	margin: 6px 0 0;
	padding: 0;
	list-style: none;
}

.booklet-intake-form-card .hs-error-msg,
.booklet-intake-form-card .hs-error-msgs label {
	color: #b42318;
	font-size: .9rem;
	font-weight: 700;
}

.booklet-intake-form-card .submitted-message {
	padding: 28px;
	border-radius: 20px;
	background: rgba(255, 97, 0, .08);
	color: var(--tssg-navy, #2a3f6b);
	font-size: 1.1rem;
	line-height: 1.6;
	font-weight: 700;
}

@media (max-width: 900px) {
	.booklet-intake-hero__grid {
		grid-template-columns: 1fr;
	}

	.booklet-intake-steps {
		grid-template-columns: 1fr;
	}

	.booklet-intake-hero__card {
		max-width: 560px;
	}
}

@media (max-width: 600px) {
	.booklet-intake-hero {
		padding-top: 70px;
	}

	.booklet-intake-hero__content h1 {
		font-size: clamp(2.35rem, 13vw, 3.3rem);
	}

	.booklet-intake-form-card {
		border-radius: 20px;
		padding: 22px 18px;
	}
}
/* Footer legal links */
.tssg-footer__legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: .75rem;
    font-size: .9rem;
    color: rgba(255,255,255,.65);
}

.tssg-footer__legal a {
    color: rgba(255,255,255,.75);
    text-decoration: none;
    font-weight: 600;
    transition: all .25s ease;
}

.tssg-footer__legal a:hover {
    color: var(--tssg-orange);
}

.tssg-footer__legal .separator {
    color: rgba(255,255,255,.25);
    user-select: none;
}

@media (max-width: 640px) {
    .tssg-footer__legal {
        flex-direction: column;
        gap: .35rem;
    }

    .tssg-footer__legal .separator {
        display: none;
    }
}
