/* =========================================================
 * トレサポ 広告用LP
 * page-lp.php の中だけに作用するよう、.trasuppo-lp を起点にしています。
 * ======================================================= */

:root {
	--lp-ink: #17242b;
	--lp-deep: #123d4a;
	--lp-deep-2: #0b2d37;
	--lp-brand: #e9763d;
	--lp-brand-dark: #c95522;
	--lp-line: #06c755;
	--lp-line-dark: #039b42;
	--lp-cream: #fffaf4;
	--lp-soft: #f2f7f6;
	--lp-white: #ffffff;
	--lp-muted: #607078;
	--lp-border: #dbe5e3;
	--lp-shadow: 0 18px 50px rgba(18, 61, 74, 0.12);
	--lp-radius: 22px;
	--lp-font: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

html {
	scroll-behavior: smooth;
}

body.trasuppo-lp-page {
	margin: 0;
	background: var(--lp-white);
	color: var(--lp-ink);
	font-family: var(--lp-font);
	font-size: 16px;
	line-height: 1.8;
}

body.trasuppo-lp-page * {
	box-sizing: border-box;
}

body.trasuppo-lp-page img {
	display: block;
	max-width: 100%;
}

body.trasuppo-lp-page a {
	color: inherit;
	text-decoration: none;
}

body.trasuppo-lp-page button,
body.trasuppo-lp-page a {
	-webkit-tap-highlight-color: transparent;
}

.trasuppo-lp h1,
.trasuppo-lp h2,
.trasuppo-lp h3,
.trasuppo-lp p,
.trasuppo-lp ul,
.trasuppo-lp ol,
.trasuppo-lp dl {
	margin-top: 0;
}

.trasuppo-lp h1,
.trasuppo-lp h2,
.trasuppo-lp h3 {
	color: inherit;
	font-family: var(--lp-font);
	font-weight: 800;
	letter-spacing: 0.01em;
}

.lp-container {
	width: min(1120px, calc(100% - 48px));
	margin-inline: auto;
}

.lp-container--narrow {
	width: min(860px, calc(100% - 48px));
}

.lp-skip-link {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 9999;
	padding: 10px 16px;
	background: #fff;
	color: #000;
	transform: translateY(-160%);
}

.lp-skip-link:focus {
	transform: translateY(0);
}

.trasuppo-lp :focus-visible {
	outline: 3px solid #ffbf47;
	outline-offset: 4px;
}

/* Header */
.lp-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid rgba(18, 61, 74, 0.09);
	backdrop-filter: blur(12px);
}

body.admin-bar .lp-header {
	top: 32px;
}

.lp-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 74px;
	gap: 20px;
}

.lp-brand {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}

.lp-brand__main {
	color: var(--lp-deep);
	font-size: 26px;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.lp-brand__sub {
	margin-top: 4px;
	color: var(--lp-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.lp-header__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	border-radius: 999px;
	background: var(--lp-line);
	box-shadow: 0 7px 18px rgba(6, 199, 85, 0.24);
	color: #fff !important;
	font-size: 14px;
	font-weight: 800;
	transition: transform 0.2s ease, background 0.2s ease;
}

.lp-header__cta:hover {
	background: var(--lp-line-dark);
	transform: translateY(-2px);
}

/* Hero */
.lp-hero {
	position: relative;
	overflow: hidden;
	padding: 76px 0 66px;
	background:
		radial-gradient(circle at 7% 18%, rgba(233, 118, 61, 0.13), transparent 25%),
		linear-gradient(135deg, #fff 0%, var(--lp-cream) 100%);
}

.lp-hero::after {
	position: absolute;
	right: -130px;
	bottom: -250px;
	width: 500px;
	height: 500px;
	border: 80px solid rgba(18, 61, 74, 0.035);
	border-radius: 50%;
	content: "";
}

.lp-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	align-items: center;
	gap: 64px;
}

.lp-eyebrow,
.lp-section-label {
	margin-bottom: 18px;
	color: var(--lp-brand-dark);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.lp-eyebrow {
	display: inline-flex;
	align-items: center;
	padding: 7px 14px;
	border-radius: 999px;
	background: rgba(233, 118, 61, 0.1);
	letter-spacing: 0.06em;
	text-transform: none;
}

.lp-hero h1 {
	margin-bottom: 24px;
	font-size: clamp(38px, 4.4vw, 63px);
	line-height: 1.28;
	letter-spacing: -0.04em;
}

.lp-hero h1 span {
	position: relative;
	color: var(--lp-brand-dark);
}

.lp-hero h1 span::after {
	position: absolute;
	right: 0;
	bottom: -3px;
	left: 0;
	height: 7px;
	border-radius: 20px;
	background: rgba(233, 118, 61, 0.22);
	content: "";
}

.lp-hero__lead {
	max-width: 650px;
	margin-bottom: 25px;
	color: #41535b;
	font-size: 17px;
	font-weight: 500;
}

.lp-check-list {
	padding: 0;
	list-style: none;
}

.lp-check-list--inline {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	margin-bottom: 28px;
}

.lp-check-list li {
	position: relative;
	padding-left: 25px;
	font-size: 14px;
	font-weight: 800;
}

.lp-check-list li::before {
	position: absolute;
	top: 0.48em;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--lp-deep);
	color: #fff;
	content: "✓";
	font-size: 11px;
	line-height: 16px;
	text-align: center;
}

.lp-hero__actions {
	display: flex;
	align-items: center;
	gap: 24px;
}

.lp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 12px 30px;
	border: 0;
	border-radius: 14px;
	font-weight: 900;
	line-height: 1.35;
	text-align: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.lp-button:hover {
	transform: translateY(-3px);
}

.lp-button--line {
	flex-direction: column;
	min-width: 300px;
	background: var(--lp-line);
	box-shadow: 0 12px 28px rgba(6, 199, 85, 0.25);
	color: #fff !important;
	font-size: 18px;
}

.lp-button--line:hover {
	background: var(--lp-line-dark);
	box-shadow: 0 14px 32px rgba(3, 155, 66, 0.28);
}

.lp-button__small {
	display: block;
	margin-bottom: 2px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.lp-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border-bottom: 1px solid currentColor;
	color: var(--lp-deep) !important;
	font-size: 14px;
	font-weight: 800;
}

.lp-microcopy {
	margin: 12px 0 0;
	color: var(--lp-muted);
	font-size: 12px;
}

.lp-hero__visual {
	position: relative;
	min-height: 530px;
	overflow: hidden;
	border-radius: 34px 34px 90px 34px;
	background:
		linear-gradient(145deg, rgba(18, 61, 74, 0.96), rgba(11, 45, 55, 0.92)),
		repeating-linear-gradient(45deg, transparent 0 24px, rgba(255, 255, 255, 0.035) 24px 25px);
	box-shadow: var(--lp-shadow);
}

.lp-hero__visual.has-image {
	background-image:
		linear-gradient(180deg, rgba(11, 45, 55, 0.06) 30%, rgba(11, 45, 55, 0.78) 100%),
		var(--lp-hero-image);
	background-position: center;
	background-size: cover;
}

.lp-hero__visual::before {
	position: absolute;
	top: 60px;
	right: -54px;
	width: 200px;
	height: 200px;
	border: 36px solid rgba(233, 118, 61, 0.7);
	border-radius: 50%;
	content: "";
}

.lp-hero__station-card {
	position: absolute;
	right: 24px;
	bottom: 24px;
	left: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px 22px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
	color: var(--lp-deep);
	backdrop-filter: blur(10px);
}

.lp-hero__station-card strong {
	font-size: 24px;
	font-weight: 900;
}

.lp-hero__station-card span {
	font-size: 12px;
	font-weight: 800;
}

.lp-hero__visual-copy {
	position: absolute;
	top: 55%;
	left: 44px;
	display: flex;
	flex-direction: column;
	color: rgba(255, 255, 255, 0.15);
	font-size: 41px;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.1;
	transform: translateY(-50%);
}

.lp-hero__visual.has-image .lp-hero__visual-copy {
	display: none;
}

/* Quick navigation */
.lp-quick-nav {
	border-top: 1px solid var(--lp-border);
	border-bottom: 1px solid var(--lp-border);
	background: #fff;
}

.lp-quick-nav__inner {
	display: flex;
	justify-content: center;
	gap: 0;
}

.lp-quick-nav a {
	position: relative;
	min-width: 145px;
	padding: 17px 20px;
	color: var(--lp-deep);
	font-size: 13px;
	font-weight: 800;
	text-align: center;
}

.lp-quick-nav a + a::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 18px;
	background: var(--lp-border);
	content: "";
	transform: translateY(-50%);
}

.lp-quick-nav a:hover {
	color: var(--lp-brand-dark);
}

/* Common sections */
.lp-section {
	padding: 108px 0;
	scroll-margin-top: 80px;
}

.lp-section--soft {
	background: var(--lp-soft);
}

.lp-section--dark {
	position: relative;
	overflow: hidden;
	background: var(--lp-deep-2);
	color: #fff;
}

.lp-section--dark::before {
	position: absolute;
	top: -220px;
	left: -180px;
	width: 500px;
	height: 500px;
	border: 90px solid rgba(255, 255, 255, 0.025);
	border-radius: 50%;
	content: "";
}

.lp-section-label {
	text-align: center;
}

.lp-section-label--left {
	text-align: left;
}

.lp-section-label--light {
	color: #f5a57d;
}

.lp-section-title {
	margin-bottom: 18px;
	font-size: clamp(30px, 4vw, 44px);
	line-height: 1.35;
	text-align: center;
}

.lp-section-title--light {
	color: #fff;
}

.lp-section-intro {
	margin-bottom: 46px;
	color: var(--lp-muted);
	text-align: center;
}

.lp-section-intro--light {
	color: rgba(255, 255, 255, 0.72);
}

/* Worries */
.lp-worry-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: 44px;
}

.lp-worry {
	display: flex;
	align-items: center;
	gap: 16px;
	min-height: 92px;
	padding: 20px 24px;
	border: 1px solid #e1eae8;
	border-radius: 16px;
	background: #fff;
}

.lp-worry__icon {
	display: grid;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 50%;
	background: rgba(233, 118, 61, 0.12);
	color: var(--lp-brand-dark);
	font-size: 20px;
	font-weight: 900;
}

.lp-worry p {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 700;
}

.lp-center-lead {
	margin: 44px 0 0;
	color: #405159;
	text-align: center;
}

.lp-center-lead strong {
	color: var(--lp-deep);
	font-size: 19px;
}

/* Features */
.lp-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-top: 50px;
}

.lp-feature-card {
	position: relative;
	min-height: 320px;
	overflow: hidden;
	padding: 42px 32px 34px;
	border: 1px solid var(--lp-border);
	border-radius: var(--lp-radius);
	background: #fff;
	box-shadow: 0 12px 36px rgba(18, 61, 74, 0.07);
}

.lp-feature-card::after {
	position: absolute;
	right: -42px;
	bottom: -60px;
	width: 145px;
	height: 145px;
	border: 28px solid rgba(233, 118, 61, 0.08);
	border-radius: 50%;
	content: "";
}

.lp-feature-card__number {
	display: block;
	margin-bottom: 24px;
	color: var(--lp-brand);
	font-size: 35px;
	font-weight: 900;
	line-height: 1;
}

.lp-feature-card h3 {
	margin-bottom: 16px;
	color: var(--lp-deep);
	font-size: 21px;
	line-height: 1.45;
}

.lp-feature-card p {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	color: var(--lp-muted);
	font-size: 14px;
}

/* Trainer */
.lp-trainer {
	padding-top: 50px;
}

.lp-trainer__grid {
	display: grid;
	grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
	align-items: center;
	gap: 78px;
	padding: 64px;
	border-radius: 30px;
	background: var(--lp-cream);
}

.lp-trainer__profile {
	position: relative;
	display: flex;
	min-height: 340px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 24px;
	margin: 0;
	background: var(--lp-deep);
	color: #fff;
}

.lp-trainer__profile::before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	height: 42%;
	background: linear-gradient(180deg, transparent, rgba(8, 31, 38, 0.88));
	content: "";
}

.lp-trainer__profile img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 40%;
}

.lp-trainer__profile p {
	position: absolute;
	right: 22px;
	bottom: 20px;
	left: 22px;
	z-index: 2;
	margin: 0 !important;
	text-align: center;
}

.lp-trainer__profile strong,
.lp-trainer__profile span {
	display: block;
}

.lp-trainer__profile strong {
	font-size: 21px;
}

.lp-trainer__profile span {
	font-size: 12px;
	opacity: 0.72;
}

.lp-trainer__content h2 {
	margin-bottom: 24px;
	color: var(--lp-deep);
	font-size: clamp(29px, 3vw, 41px);
	line-height: 1.45;
}

.lp-trainer__content > p:not(.lp-section-label) {
	color: var(--lp-muted);
}

.lp-credential-list {
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.lp-credential-list li {
	position: relative;
	padding: 9px 0 9px 26px;
	border-top: 1px solid #e7ddd2;
	font-size: 14px;
	font-weight: 700;
}

.lp-credential-list li::before {
	position: absolute;
	left: 3px;
	color: var(--lp-brand-dark);
	content: "●";
	font-size: 8px;
}

/* Price */
.lp-price-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 20px;
}

.lp-price-card {
	position: relative;
	padding: 38px 28px 32px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.065);
	text-align: center;
}

.lp-price-card--recommended {
	border: 2px solid #f39a6f;
	background: #fff;
	color: var(--lp-ink);
	transform: translateY(-10px);
}

.lp-price-card__badge {
	position: absolute;
	top: -15px;
	left: 50%;
	min-width: 118px;
	padding: 5px 16px;
	border-radius: 999px;
	background: var(--lp-brand);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	transform: translateX(-50%);
}

.lp-price-card h3 {
	margin-bottom: 14px;
	font-size: 20px;
}

.lp-price-card__price {
	margin-bottom: 4px;
	font-size: 37px;
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1.3;
}

.lp-price-card__price span {
	margin-right: 2px;
	font-size: 17px;
}

.lp-price-card__unit {
	margin-bottom: 22px;
	color: #f5b596;
	font-size: 13px;
	font-weight: 800;
}

.lp-price-card--recommended .lp-price-card__unit {
	color: var(--lp-brand-dark);
}

.lp-price-card > p:last-child {
	margin-bottom: 0;
	font-size: 14px;
	opacity: 0.78;
}

.lp-includes {
	position: relative;
	z-index: 1;
	margin-top: 36px;
	padding: 29px 34px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.09);
}

.lp-includes h3 {
	margin-bottom: 18px;
	font-size: 17px;
	text-align: center;
}

.lp-includes ul {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}

.lp-includes li {
	position: relative;
	padding-left: 21px;
	font-size: 13px;
	font-weight: 700;
}

.lp-includes li::before {
	position: absolute;
	left: 0;
	color: #f5a57d;
	content: "✓";
	font-weight: 900;
}

.lp-price-note {
	position: relative;
	z-index: 1;
	margin: 20px 0 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 12px;
	text-align: center;
}

/* Trial */
.lp-trial__heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 52px;
}

.lp-trial__heading h2 {
	margin-bottom: 0;
	font-size: clamp(32px, 4vw, 48px);
	line-height: 1.4;
}

.lp-trial__price {
	display: grid;
	min-width: 190px;
	grid-template-columns: auto auto;
	align-items: end;
	color: var(--lp-brand-dark);
	text-align: right;
}

.lp-trial__price span {
	grid-column: 1 / -1;
	font-size: 12px;
	font-weight: 800;
}

.lp-trial__price strong {
	font-size: 62px;
	line-height: 1;
}

.lp-trial__price small {
	margin: 0 0 7px 9px;
	font-size: 14px;
	font-weight: 800;
}

.lp-flow-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lp-flow-list li {
	position: relative;
	display: flex;
	min-height: 310px;
	flex-direction: column;
	overflow: hidden;
	padding: 0;
	border: 1px solid var(--lp-border);
	border-radius: 18px;
}

.lp-flow-list__body {
	display: flex;
	flex: 1 1 auto;
	gap: 17px;
	padding: 25px 24px 21px;
}

.lp-flow-list__body > span {
	color: var(--lp-brand);
	font-size: 22px;
	font-weight: 900;
	line-height: 1.3;
}

.lp-flow-list h3 {
	margin-bottom: 8px;
	color: var(--lp-deep);
	font-size: 17px;
}

.lp-flow-list p {
	margin-bottom: 0;
	color: var(--lp-muted);
	font-size: 13px;
}

.lp-flow-list__media {
	position: relative;
	flex: 0 0 auto;
	width: 100%;
	margin: 0;
	overflow: hidden;
	background: #e7efed;
	aspect-ratio: 4 / 3;
}

.lp-flow-list__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lp-cta-box {
	margin-top: 44px;
	padding: 36px;
	border-radius: 24px;
	background: var(--lp-soft);
	text-align: center;
}

.lp-cta-box > p {
	margin-bottom: 16px;
	color: var(--lp-deep);
	font-size: 14px;
	font-weight: 800;
}

.lp-cta-box .lp-text-link {
	margin-left: 22px;
}

/* FAQ */
.lp-faq-list {
	margin-top: 42px;
	border-top: 1px solid #cad9d6;
}

.lp-faq-list details {
	border-bottom: 1px solid #cad9d6;
	background: transparent;
}

.lp-faq-list summary {
	position: relative;
	padding: 24px 56px 24px 42px;
	color: var(--lp-deep);
	cursor: pointer;
	font-size: 16px;
	font-weight: 800;
	list-style: none;
}

.lp-faq-list summary::-webkit-details-marker {
	display: none;
}

.lp-faq-list summary::before {
	position: absolute;
	top: 21px;
	left: 3px;
	color: var(--lp-brand-dark);
	content: "Q";
	font-size: 20px;
	font-weight: 900;
}

.lp-faq-list summary::after {
	position: absolute;
	top: 50%;
	right: 8px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--lp-deep);
	color: #fff;
	content: "+";
	font-size: 17px;
	font-weight: 500;
	line-height: 23px;
	text-align: center;
	transform: translateY(-50%);
}

.lp-faq-list details[open] summary::after {
	content: "−";
}

.lp-faq-list details > div {
	padding: 0 45px 24px;
}

.lp-faq-list details p {
	margin-bottom: 0;
	color: var(--lp-muted);
	font-size: 14px;
}

/* Access */
.lp-access__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
	align-items: center;
	gap: 80px;
}

.lp-access h2 {
	margin-bottom: 20px;
	color: var(--lp-deep);
	font-size: clamp(35px, 4vw, 51px);
	line-height: 1.35;
}

.lp-access__lead {
	max-width: 500px;
	color: var(--lp-muted);
}

.lp-access__data {
	margin: 30px 0;
}

.lp-access__data > div {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	padding: 15px 0;
	border-top: 1px solid var(--lp-border);
}

.lp-access__data > div:last-child {
	border-bottom: 1px solid var(--lp-border);
}

.lp-access__data dt {
	color: var(--lp-deep);
	font-size: 13px;
	font-weight: 900;
}

.lp-access__data dd {
	margin: 0;
	font-size: 14px;
}

.lp-access__data small {
	color: var(--lp-muted);
}

.lp-button--outline {
	border: 2px solid var(--lp-deep);
	background: #fff;
	color: var(--lp-deep) !important;
}

.lp-button--outline:hover {
	background: var(--lp-deep);
	color: #fff !important;
}

.lp-access__map {
	position: relative;
	display: flex;
	min-height: 430px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 28px;
	background:
		linear-gradient(90deg, transparent 48%, rgba(18, 61, 74, 0.08) 49%, rgba(18, 61, 74, 0.08) 51%, transparent 52%),
		linear-gradient(0deg, transparent 48%, rgba(18, 61, 74, 0.08) 49%, rgba(18, 61, 74, 0.08) 51%, transparent 52%),
		#edf3f2;
	background-size: 92px 92px;
}

.lp-access__map::before {
	position: absolute;
	top: -40px;
	right: 35px;
	width: 145px;
	height: 145px;
	border-radius: 50%;
	background: rgba(233, 118, 61, 0.13);
	content: "";
}

.lp-access__map strong {
	z-index: 1;
	min-width: 150px;
	padding: 10px 18px;
	border-radius: 9px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(18, 61, 74, 0.11);
	color: var(--lp-deep);
	text-align: center;
}

.lp-access__route {
	z-index: 1;
	width: 3px;
	height: 65px;
	border-left: 3px dashed var(--lp-brand);
}

.lp-access__pin {
	z-index: 1;
	margin-bottom: 8px;
	color: var(--lp-brand);
	font-size: 27px;
}

.lp-access__map small {
	z-index: 1;
	margin-top: 12px;
	color: var(--lp-muted);
	font-weight: 800;
}

/* Final CTA and footer */
.lp-final-cta {
	position: relative;
	overflow: hidden;
	padding: 100px 0;
	background: var(--lp-deep);
	color: #fff;
	text-align: center;
}

.lp-final-cta::before,
.lp-final-cta::after {
	position: absolute;
	border: 60px solid rgba(255, 255, 255, 0.035);
	border-radius: 50%;
	content: "";
}

.lp-final-cta::before {
	top: -190px;
	left: -130px;
	width: 380px;
	height: 380px;
}

.lp-final-cta::after {
	right: -140px;
	bottom: -210px;
	width: 440px;
	height: 440px;
}

.lp-final-cta .lp-container {
	position: relative;
	z-index: 1;
}

.lp-final-cta h2 {
	margin-bottom: 18px;
	font-size: clamp(35px, 4.4vw, 52px);
	line-height: 1.4;
}

.lp-final-cta > .lp-container > p:not(.lp-section-label) {
	max-width: 630px;
	margin: 0 auto 32px;
	color: rgba(255, 255, 255, 0.76);
}

.lp-button--wide {
	min-width: 390px;
}

.lp-final-cta__phone {
	display: block;
	margin-top: 18px;
	font-weight: 800;
}

.lp-footer {
	padding: 38px 0 22px;
	background: #081f26;
	color: rgba(255, 255, 255, 0.65);
}

.lp-footer__inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 30px;
}

.lp-footer strong {
	color: #fff;
	font-size: 14px;
}

.lp-footer p {
	margin: 5px 0 0;
	font-size: 11px;
}

.lp-footer__links {
	display: flex;
	gap: 22px;
	font-size: 12px;
	font-weight: 700;
}

.lp-footer__links a:hover {
	color: #fff;
}

.lp-footer__copyright {
	margin: 30px 0 0 !important;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding-top: 17px;
	text-align: center;
}

.lp-mobile-cta {
	display: none;
}

/* Tablet */
@media (max-width: 960px) {
	.lp-hero__grid {
		grid-template-columns: 1fr 0.8fr;
		gap: 36px;
	}

	.lp-hero__visual {
		min-height: 460px;
	}

	.lp-feature-grid {
		gap: 14px;
	}

	.lp-feature-card {
		padding-inline: 24px;
	}

	.lp-trainer__grid {
		gap: 42px;
		padding: 42px;
	}

	.lp-includes ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lp-access__grid {
		gap: 45px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	body.trasuppo-lp-page {
		padding-bottom: 74px;
		font-size: 15px;
	}

	body.admin-bar .lp-header {
		top: 46px;
	}

	.lp-container,
	.lp-container--narrow {
		width: min(100% - 34px, 620px);
	}

	.lp-header__inner {
		min-height: 62px;
	}

	.lp-brand__main {
		font-size: 20px;
	}

	.lp-brand__sub {
		font-size: 9px;
	}

	.lp-header__cta {
		min-height: 38px;
		padding: 0 13px;
		font-size: 11px;
	}

	.lp-hero {
		padding: 46px 0 38px;
	}

	.lp-hero__grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.lp-eyebrow {
		margin-bottom: 15px;
		font-size: 11px;
	}

	.lp-hero h1 {
		margin-bottom: 20px;
		font-size: clamp(33px, 10vw, 46px);
		line-height: 1.3;
	}

	.lp-hero__lead {
		font-size: 15px;
	}

	.lp-check-list--inline {
		gap: 8px 15px;
	}

	.lp-check-list li {
		font-size: 12px;
	}

	.lp-hero__actions {
		align-items: stretch;
		flex-direction: column;
		gap: 15px;
	}

	.lp-button--line {
		width: 100%;
		min-width: 0;
	}

	.lp-hero__actions .lp-text-link {
		align-self: center;
	}

	.lp-microcopy {
		text-align: center;
	}

	.lp-hero__visual {
		min-height: 330px;
		border-radius: 25px 25px 58px 25px;
	}

	.lp-hero__visual-copy {
		left: 28px;
		font-size: 30px;
	}

	.lp-hero__station-card {
		right: 16px;
		bottom: 16px;
		left: 16px;
		padding: 15px 16px;
	}

	.lp-hero__station-card strong {
		font-size: 19px;
	}

	.lp-quick-nav {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.lp-quick-nav__inner {
		width: max-content;
		min-width: 100%;
		justify-content: flex-start;
	}

	.lp-quick-nav a {
		min-width: auto;
		padding: 13px 16px;
		font-size: 11px;
		white-space: nowrap;
	}

	.lp-section {
		padding: 76px 0;
		scroll-margin-top: 68px;
	}

	.lp-section-label {
		margin-bottom: 13px;
		font-size: 11px;
	}

	.lp-section-title {
		font-size: 29px;
	}

	.lp-section-intro {
		margin-bottom: 36px;
	}

	.lp-worry-list {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 32px;
	}

	.lp-worry {
		min-height: 78px;
		padding: 15px 17px;
	}

	.lp-worry p {
		font-size: 13px;
	}

	.lp-center-lead {
		margin-top: 32px;
		text-align: left;
	}

	.lp-center-lead strong {
		font-size: 16px;
	}

	.lp-feature-grid,
	.lp-price-grid,
	.lp-flow-list {
		grid-template-columns: 1fr;
	}

	.lp-feature-grid {
		gap: 14px;
		margin-top: 34px;
	}

	.lp-feature-card {
		min-height: auto;
		padding: 28px 24px;
	}

	.lp-feature-card__number {
		margin-bottom: 15px;
		font-size: 28px;
	}

	.lp-trainer {
		padding-top: 14px;
	}

	.lp-trainer__grid {
		width: 100%;
		grid-template-columns: 1fr;
		gap: 34px;
		padding: 42px 22px;
		border-radius: 0;
	}

	.lp-trainer__profile {
		min-height: 275px;
	}

	.lp-trainer__content h2 {
		font-size: 28px;
	}

	.lp-price-grid {
		gap: 18px;
	}

	.lp-price-card--recommended {
		order: -1;
		transform: none;
	}

	.lp-includes {
		padding: 24px 20px;
	}

	.lp-includes ul {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.lp-price-note {
		text-align: left;
	}

	.lp-trial__heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 22px;
		margin-bottom: 36px;
	}

	.lp-trial__heading h2 {
		font-size: 30px;
	}

	.lp-trial__price {
		align-self: flex-end;
	}

	.lp-flow-list {
		gap: 11px;
	}

	.lp-flow-list li {
		min-height: auto;
		padding: 0;
	}

	.lp-flow-list__body {
		padding: 21px 18px;
	}

	.lp-cta-box {
		padding: 27px 18px;
	}

	.lp-cta-box .lp-text-link {
		margin: 17px 0 0;
	}

	.lp-faq-list summary {
		padding: 20px 45px 20px 34px;
		font-size: 14px;
	}

	.lp-faq-list summary::before {
		top: 17px;
		font-size: 18px;
	}

	.lp-faq-list details > div {
		padding: 0 12px 20px 34px;
	}

	.lp-access__grid {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.lp-access h2 {
		font-size: 34px;
	}

	.lp-access__map {
		min-height: 330px;
	}

	.lp-final-cta {
		padding: 76px 0;
	}

	.lp-final-cta h2 {
		font-size: 34px;
	}

	.lp-button--wide {
		width: 100%;
		min-width: 0;
	}

	.lp-footer__inner {
		flex-direction: column;
		gap: 22px;
	}

	.lp-footer__links {
		flex-wrap: wrap;
	}

	.lp-mobile-cta {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 150;
		display: block;
		padding: 9px 12px max(9px, env(safe-area-inset-bottom));
		border-top: 1px solid rgba(255, 255, 255, 0.18);
		background: rgba(8, 31, 38, 0.96);
		backdrop-filter: blur(10px);
	}

	.lp-mobile-cta a {
		display: flex;
		min-height: 50px;
		align-items: center;
		justify-content: center;
		border-radius: 11px;
		background: var(--lp-line);
		box-shadow: 0 6px 18px rgba(6, 199, 85, 0.24);
		color: #fff !important;
		font-size: 15px;
		font-weight: 900;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.lp-button,
	.lp-header__cta {
		transition: none;
	}
}
