/* ==========================================================================
   ProTraderSignals — home page layout
   --------------------------------------------------------------------------
   The approved ProTrader design, applied to the home page. The page carries
   exactly the same content, links and ordering buttons as before; only the
   arrangement is new.

   Everything is namespaced under .pts-home so the existing theme cannot reach
   into it and it cannot reach into any other page. Loaded after zzz-pts-2026
   (App_Themes files are included alphabetically).
   ========================================================================== */

.pts-home { font-family: 'Ubuntu', 'Segoe UI', Arial, sans-serif; color: var(--pts-ink); }
.pts-home *, .pts-home *::before, .pts-home *::after { box-sizing: border-box; }
.pts-home img { max-width: 100%; }
.pts-home h1, .pts-home h2, .pts-home h3 {
	font-family: inherit; font-weight: 700; margin: 0; padding: 0;
	text-transform: none; letter-spacing: -.01em; line-height: 1.25;
}
.pts-home p { margin: 0; }
.pts-home ul, .pts-home ol { margin: 0; padding: 0; list-style: none; }
.pts-home a { text-decoration: none; }
.pts-home li { background: none; }

.pts-wrap {
	width: 100%;
	max-width: var(--pts-width);
	margin: 0 auto;
	padding: 0 24px;
}
.pts-wrap--narrow { max-width: 900px; }
.pts-u { font-weight: 400; opacity: .78; }


/* ---- Buttons ---------------------------------------------------------- */

.pts-home .pts-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 15px 26px;
	border-radius: 4px;
	font-size: 12.8px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	line-height: 1.2;
	border: 1px solid transparent;
	cursor: pointer;
	transition: background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.pts-home .pts-btn--primary { background: var(--pts-blue); color: #ffffff; }
.pts-home .pts-btn--primary:hover {
	background: var(--pts-blue-mid); color: #ffffff;
	transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0, 33, 51, .26);
}
.pts-home .pts-btn--sky { background: var(--pts-sky); color: var(--pts-navy); }
.pts-home .pts-btn--sky:hover { background: var(--pts-sky-light); color: var(--pts-navy); transform: translateY(-2px); }
.pts-home .pts-btn--ghost { background: rgba(255, 255, 255, .06); color: #ffffff; border-color: rgba(255, 255, 255, .34); }
.pts-home .pts-btn--ghost:hover { background: rgba(255, 255, 255, .14); color: #ffffff; }
.pts-home .pts-btn--outline { background: transparent; color: var(--pts-navy); border-color: var(--pts-line); }
.pts-home .pts-btn--outline:hover { background: var(--pts-bg-alt); color: var(--pts-navy); }
.pts-home .pts-band--dark .pts-btn--outline,
.pts-home .pts-cta .pts-btn--outline { color: #ffffff; border-color: rgba(255, 255, 255, .38); }
.pts-home .pts-band--dark .pts-btn--outline:hover,
.pts-home .pts-cta .pts-btn--outline:hover { background: rgba(255, 255, 255, .12); color: #ffffff; }
.pts-home .pts-btn--block { width: 100%; }
.pts-arrow { transition: transform .25s ease; }
.pts-home .pts-btn:hover .pts-arrow { transform: translateX(4px); }

.pts-btnrow { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.pts-btnrow--center { justify-content: center; }


/* ---- Pills and eyebrows ----------------------------------------------- */

.pts-pill {
	display: inline-flex; align-items: center; gap: 9px;
	padding: 8px 16px; border-radius: 100px;
	font-size: 11.2px; font-weight: 700;
	letter-spacing: .14em; text-transform: uppercase;
}
.pts-pill--red { background: #c92a2a; color: #ffffff; }
.pts-pill__dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; flex: 0 0 7px; }

.pts-eyebrow {
	display: inline-flex; align-items: center; gap: 10px;
	font-size: 11.5px; font-weight: 700;
	letter-spacing: .22em; text-transform: uppercase;
	color: var(--pts-blue); margin-bottom: 14px;
}
.pts-eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--pts-sky); display: block; }
.pts-eyebrow--light { color: var(--pts-sky-light); }


/* ---- Hero -------------------------------------------------------------- */

.pts-hero {
	position: relative;
	background: var(--pts-navy-deep) center center / cover no-repeat;
	padding: 92px 0 104px;
}
.pts-hero::before {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(115deg, rgba(0, 26, 39, .96) 0%, rgba(0, 58, 88, .88) 100%);
}
.pts-hero__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
	gap: 52px;
	align-items: start;
}
.pts-hero__title { font-size: 54px; line-height: 1.15; color: #ffffff; margin: 20px 0; }
.pts-hero__title-alt { color: var(--pts-sky-light); }
.pts-hero__lead {
	font-size: 18.4px; line-height: 1.75;
	color: rgba(228, 241, 247, .88); max-width: 620px;
}

/* Block-level, not inline-flex: as an inline box its height spilled out of
   the line box and overlapped the list below it. */
.pts-hook {
	display: flex; width: fit-content;
	align-items: baseline; gap: 14px;
	margin-top: 26px; padding: 15px 24px; border-radius: 6px;
	background: rgba(0, 26, 39, .46);
	border: 1px solid rgba(89, 164, 199, .40);
}
.pts-hook__num { font-size: 38.4px; font-weight: 700; color: var(--pts-sky-light); line-height: 1; }
.pts-hook__label {
	font-size: 11.5px; font-weight: 600; letter-spacing: .14em;
	text-transform: uppercase; color: rgba(198, 224, 238, .82);
}

.pts-iconlist { margin-top: 26px; }
.pts-iconlist li {
	position: relative; padding-left: 28px; margin-bottom: 12px;
	font-size: 16px; line-height: 1.7; color: rgba(228, 241, 247, .86);
}
.pts-iconlist li strong { color: #ffffff; }
.pts-iconlist li::before {
	content: ""; position: absolute; left: 4px; top: 6px;
	width: 6px; height: 11px;
	border: solid var(--pts-sky-light); border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.pts-proof {
	display: grid; grid-template-columns: repeat(4, 1fr);
	margin-top: 34px; border-radius: 8px;
	background: rgba(0, 26, 39, .44);
	border: 1px solid rgba(255, 255, 255, .18);
}
.pts-proof__cell {
	padding: 20px 16px; text-align: center;
	border-right: 1px solid rgba(255, 255, 255, .12);
}
.pts-proof__cell:last-child { border-right: 0; }
.pts-proof__num { display: block; font-size: 21.6px; font-weight: 700; color: #ffffff; line-height: 1.2; }
.pts-proof__label {
	display: block; margin-top: 6px;
	font-size: 11px; font-weight: 700; letter-spacing: .1em;
	text-transform: uppercase; color: rgba(205, 229, 241, .72);
}


/* ---- The white card beside the hero copy ------------------------------- */

.pts-card {
	background: #ffffff; border-radius: 8px; overflow: hidden;
	box-shadow: 0 32px 80px rgba(0, 26, 39, .34);
}
.pts-card__head { background: linear-gradient(135deg, #00567f, #002133); padding: 22px 24px; }
.pts-card__head h2 { font-size: 17.6px; color: #ffffff; }
.pts-card__head p { margin-top: 8px; font-size: 13.6px; line-height: 1.6; color: rgba(205, 229, 241, .82); }
.pts-card__body { padding: 18px 20px 22px; }
.pts-card__foot { margin-top: 14px; font-size: 11.8px; line-height: 1.6; color: #7b8a95; text-align: center; }

.pts-quick {
	display: flex; align-items: center; gap: 14px;
	padding: 13px 14px; margin-bottom: 9px;
	border: 1px solid var(--pts-line); border-radius: 4px;
	background: #fbfcfd;
	color: var(--pts-navy);
	font-size: 14.1px; font-weight: 700;
	transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.pts-quick:hover {
	border-color: var(--pts-sky); background: var(--pts-bg-alt);
	color: var(--pts-blue); transform: translateX(3px);
}
.pts-quick__icon { color: var(--pts-sky); font-size: 16.8px; width: 22px; text-align: center; flex: 0 0 22px; }
.pts-quick__text { flex: 1 1 auto; }
.pts-quick__go { color: var(--pts-sky); font-weight: 700; }
.pts-card__body .pts-btn { margin-top: 14px; }


/* ---- Key points strip -------------------------------------------------- */

.pts-strip { background: var(--pts-navy); }
.pts-strip__grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.pts-strip__cell {
	padding: 30px 18px; text-align: center;
	border-right: 1px solid rgba(255, 255, 255, .10);
}
.pts-strip__cell:last-child { border-right: 0; }
.pts-strip__num { display: block; font-size: 22.4px; font-weight: 700; color: #ffffff; line-height: 1.25; }
.pts-strip__label {
	display: block; margin-top: 8px;
	font-size: 11.5px; font-weight: 700; letter-spacing: .12em;
	text-transform: uppercase; color: rgba(205, 229, 241, .72);
}


/* ---- Bands and headings ------------------------------------------------ */

.pts-band { padding: 92px 0; position: relative; }
.pts-band--tight { padding: 64px 0; }
.pts-band--white { background: #ffffff; }
.pts-band--light { background: var(--pts-bg-alt); }
.pts-band--dark { background: var(--pts-navy) center center / cover no-repeat; }
.pts-band--dark::before {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(160deg, rgba(0, 26, 39, .94), rgba(0, 78, 115, .88));
}
.pts-band--dark > .pts-wrap { position: relative; }

.pts-head { margin-bottom: 52px; }
.pts-head--center { text-align: center; }
.pts-head--center .pts-eyebrow::before { display: none; }
.pts-head h2 { font-size: 32px; line-height: 1.3; color: var(--pts-navy); }
.pts-head--onDark h2 { color: #ffffff; }
.pts-hl { color: var(--pts-sky-light); }
.pts-h2 { font-size: 28px; line-height: 1.3; color: var(--pts-navy); margin-bottom: 14px; }
.pts-lead { margin-top: 16px; font-size: 18.4px; line-height: 1.75; color: #5b6b76; max-width: 820px; }
.pts-head--center .pts-lead { margin-left: auto; margin-right: auto; }
.pts-head--onDark .pts-lead { color: rgba(228, 241, 247, .84); }
.pts-sub { font-size: 14.4px; color: #7b8a95; margin-bottom: 16px; }


/* ---- Picture / content rows -------------------------------------------- */

.pts-media {
	display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 48px; align-items: center;
}
.pts-media--reverse .pts-media__img { order: 2; }
.pts-media__img { position: relative; }
.pts-media__img img {
	width: 100%; aspect-ratio: 16 / 11; object-fit: cover;
	border-radius: 8px; display: block;
	box-shadow: 0 22px 48px rgba(0, 33, 51, .18);
}
.pts-badge {
	position: absolute; left: -14px; bottom: 24px;
	background: var(--pts-navy); color: #ffffff;
	padding: 14px 20px; border-radius: 6px;
	font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
	box-shadow: 0 16px 34px rgba(0, 33, 51, .3);
}
.pts-badge strong { display: block; font-size: 24px; letter-spacing: -.01em; color: var(--pts-sky-light); }

.pts-ticks li {
	position: relative; padding-left: 28px; margin-bottom: 14px;
	font-size: 16px; line-height: 1.7;
}
.pts-ticks li::before {
	content: ""; position: absolute; left: 3px; top: 5px;
	width: 6px; height: 11px;
	border: solid var(--pts-sky); border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.pts-steps { counter-reset: ptsstep; }
.pts-steps li {
	counter-increment: ptsstep; position: relative;
	padding-left: 40px; margin-bottom: 14px;
	font-size: 16px; line-height: 1.7;
}
.pts-steps li::before {
	content: counter(ptsstep, decimal-leading-zero);
	position: absolute; left: 0; top: 1px;
	font-size: 11.5px; font-weight: 700; letter-spacing: .06em;
	color: var(--pts-blue); background: var(--pts-bg-alt);
	border-radius: 4px; padding: 4px 7px; line-height: 1;
}


/* ---- Dark numbered cards ----------------------------------------------- */

.pts-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.pts-dcard {
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 8px; padding: 22px 20px;
	transition: background .3s ease, border-color .3s ease, transform .3s ease;
}
.pts-dcard:hover { background: rgba(255, 255, 255, .13); border-color: var(--pts-sky); transform: translateY(-5px); }
.pts-dcard__n {
	display: block; font-size: 12.2px; font-weight: 700;
	letter-spacing: .16em; color: var(--pts-sky-light); margin-bottom: 10px;
}
.pts-dcard p { font-size: 13.8px; line-height: 1.6; color: rgba(228, 241, 247, .88); }

.pts-note {
	margin-top: 26px; padding: 18px 22px;
	background: rgba(0, 26, 39, .42); border-left: 3px solid var(--pts-sky);
	border-radius: 0 6px 6px 0;
	font-size: 13.8px; line-height: 1.7; color: rgba(228, 241, 247, .8);
}


/* ---- Performance panel -------------------------------------------------- */

.pts-panel { background: #ffffff; border-radius: 8px; overflow: hidden; box-shadow: 0 14px 38px rgba(0, 33, 51, .10); }
.pts-panel__head {
	display: flex; flex-wrap: wrap; gap: 12px;
	align-items: center; justify-content: space-between;
	background: var(--pts-navy); padding: 20px 26px;
}
.pts-panel__head h2 { font-size: 17.6px; color: #ffffff; }
.pts-panel__badge {
	display: inline-flex; align-items: center; gap: 9px;
	font-size: 11.2px; font-weight: 700; letter-spacing: .14em;
	text-transform: uppercase; color: var(--pts-sky-light);
}
.pts-panel__body { padding: 0 20px; }
.pts-panel__foot {
	display: flex; flex-wrap: wrap; gap: 16px;
	align-items: center; justify-content: space-between;
	background: var(--pts-bg); border-top: 1px solid var(--pts-line);
	padding: 18px 26px;
}
.pts-panel__foot p { font-size: 13.6px; color: #6b7c88; }
.pts-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }

/* The performance table comes from the existing user control, which brings
   its own full-width section and heading. Inside the panel those are not
   needed — the panel supplies the band and the title. */
.pts-panel #case,
.pts-panel #case.section.wb {
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
}
.pts-panel #case .container {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.pts-panel #case .section-title { margin: 0 !important; }
.pts-panel #case .table-row { display: none !important; }
.pts-panel #case > .container > .section-title > table {
	border: 0 !important;
	border-radius: 0 !important;
}

/* The performance grid keeps the wording and colouring of the client's own
   sheet: grey header band, zebra rows, figures centred. */
.pts-panel .RadGrid,
.pts-panel .RadGrid_Default { border: 0 !important; background: transparent !important; }
.pts-panel .rgMasterTable { width: 100%; border-collapse: collapse; }
.pts-panel .rgMasterTable > thead th,
.pts-panel .RadGrid_Default .rgHeader {
	background: #d9d9d9 !important; background-image: none !important;
	color: #1a1a1a !important; font-weight: 700; font-size: 13.1px;
	text-align: center; padding: 10px 12px !important; border: 0 !important;
}
.pts-panel .rgMasterTable > tbody td,
.pts-panel .RadGrid_Default .rgRow > td,
.pts-panel .RadGrid_Default .rgAltRow > td {
	padding: 9px 12px !important; border: 0 !important;
	border-bottom: 1px solid #eaeaea !important;
	font-size: 14.1px; text-align: center; font-variant-numeric: tabular-nums;
}
.pts-panel .RadGrid_Default .rgRow > td { background: #ffffff !important; }
.pts-panel .RadGrid_Default .rgAltRow > td { background: #f2f2f2 !important; }

/* On a phone the seven columns cannot fit, and a table that is merely clipped
   hides the money columns entirely — the complaint raised about the earlier
   build. Each row becomes a labelled card instead, so every figure is visible
   without any sideways scrolling. Labels come from the column position, which
   is fixed by the stored procedure behind the grid. */
@media (max-width: 767px) {
	.pts-panel .rgMasterTable,
	.pts-panel .rgMasterTable > tbody,
	.pts-panel .rgMasterTable > tbody > tr,
	.pts-panel .rgMasterTable > tbody > tr > td {
		display: block !important;
		width: auto !important;
	}
	.pts-panel .rgMasterTable > thead,
	.pts-panel .rgMasterTable > colgroup { display: none !important; }
	/* height:auto matters — the grid's own row height (40px) would otherwise
	   stay put and clip every cell after the first. */
	.pts-panel .rgMasterTable > tbody > tr {
		margin: 0 0 14px !important;
		border: 1px solid var(--pts-line) !important;
		border-radius: 6px;
		height: auto !important;
		min-height: 0 !important;
		overflow: visible !important;
		background: #ffffff !important;
	}
	/* Block with a floated label, not flex: a cell holding "85.71" and "%" as
	   two text nodes would be split into two flex items and pushed apart. */
	.pts-panel .rgMasterTable > tbody > tr > td {
		display: block !important;
		overflow: hidden;
		text-align: right !important;
		padding: 11px 14px !important;
		border: 0 !important;
		border-bottom: 1px solid #f2f4f6 !important;
		background: transparent !important;
		font-weight: 700;
		line-height: 1.5;
	}
	.pts-panel .rgMasterTable > tbody > tr > td:last-child { border-bottom: 0 !important; }
	.pts-panel .rgMasterTable > tbody > tr > td::before {
		float: left;
		max-width: 58%;
		margin-right: 12px;
		text-align: left;
		font-size: 11px;
		font-weight: 700;
		letter-spacing: .1em;
		line-height: 1.5;
		text-transform: uppercase;
		color: #6b7c88;
	}
	.pts-panel .rgMasterTable > tbody > tr > td:nth-child(1)::before { content: "Month"; }
	.pts-panel .rgMasterTable > tbody > tr > td:nth-child(2)::before { content: "Year"; }
	.pts-panel .rgMasterTable > tbody > tr > td:nth-child(3)::before { content: "Total Trades"; }
	.pts-panel .rgMasterTable > tbody > tr > td:nth-child(4)::before { content: "Profit Points"; }
	.pts-panel .rgMasterTable > tbody > tr > td:nth-child(5)::before { content: "Loss Points"; }
	.pts-panel .rgMasterTable > tbody > tr > td:nth-child(6)::before { content: "Percentage"; }
	.pts-panel .rgMasterTable > tbody > tr > td:nth-child(7)::before { content: "Net Profit (2 Contract)"; }
	.pts-panel__body { padding: 16px 16px 2px; }
	/* The grid sits inside a wrapper <table>. Once the grid itself is a
	   block, that wrapper's cell shrinks to the widest card and leaves a
	   gap down the right. Every link in the chain becomes a full-width block. */
	.pts-panel #case > .container > .section-title > table,
	.pts-panel #case > .container > .section-title > table > tbody,
	.pts-panel #case > .container > .section-title > table > tbody > tr,
	.pts-panel #case > .container > .section-title > table > tbody > tr > td,
	.pts-panel .RadGrid,
	.pts-panel .rgMasterTable {
		display: block !important;
		width: 100% !important;
		min-width: 0 !important;
		padding: 0 !important;
		height: auto !important;
		max-height: none !important;
		overflow: visible !important;
	}
}


/* ---- Plans -------------------------------------------------------------- */

.pts-plans { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; }
.pts-plan {
	display: flex; flex-direction: column;
	background: #ffffff; border-radius: 8px; overflow: hidden;
	box-shadow: 0 18px 42px rgba(0, 20, 32, .24);
	transition: transform .3s cubic-bezier(.2,.7,.3,1), box-shadow .3s ease;
}
.pts-plan:hover { transform: translateY(-6px); box-shadow: 0 28px 56px rgba(0, 20, 32, .34); }
.pts-plan__head { background: var(--pts-navy); padding: 20px 18px; }
.pts-plan__head h3 { font-size: 15.2px; color: #ffffff; line-height: 1.35; }
.pts-plan__sub {
	background: var(--pts-bg-alt); border-bottom: 1px solid var(--pts-line);
	padding: 14px 18px; font-size: 12.5px; line-height: 1.6; color: #5b6b76;
}
.pts-plan__body { padding: 18px; flex: 1 1 auto; }
.pts-plan__body p { font-size: 13.1px; line-height: 1.6; margin-bottom: 12px; }
.pts-plan__body .requiredPrice {
	padding: 10px 12px; border: 1px solid var(--pts-line);
	border-radius: 4px; cursor: pointer;
	transition: border-color .2s ease, background .2s ease;
}
.pts-plan__body .requiredPrice:hover { background: var(--pts-bg-alt); }
/* The existing script adds this class to the chosen price. */
.pts-plan__body .pricing-table-clicked {
	border-color: var(--pts-blue); background: var(--pts-bg-alt);
	box-shadow: inset 0 0 0 1px var(--pts-blue);
}
.pts-plan__body .requiredPrice a { color: var(--pts-navy); display: block; }
.pts-plan__body .requiredPrice strong { font-size: 16px; }
.pts-plan__body .requiredPrice span { color: #7b8a95; margin-left: 6px; font-size: 12.2px; }
.pts-plan__extra { display: block; margin-top: 6px; font-size: 11.5px; color: var(--pts-blue); }
.pts-plan__price { color: #c92a2a; font-weight: 700; }
.pts-plan__price span { color: #7b8a95; font-weight: 400; }
.pts-plan__addon {
	display: block; margin-top: 14px; padding-top: 14px;
	border-top: 1px solid var(--pts-line);
	font-size: 12.2px; line-height: 1.6; color: #5b6b76; font-weight: 400;
}
.pts-plan__addon strong { color: #c92a2a; }
.pts-plan__foot { padding: 0 18px 18px; }


/* ---- Callout bar -------------------------------------------------------- */

.pts-callout {
	display: flex; flex-wrap: wrap; gap: 24px;
	align-items: center; justify-content: space-between;
	background: linear-gradient(135deg, #002133, #00567f);
	border-radius: 8px; padding: 34px 38px;
}
.pts-callout__body { flex: 1 1 420px; }
.pts-callout h2 { font-size: 22.4px; color: #ffffff; }
.pts-callout p { margin-top: 10px; font-size: 14.4px; line-height: 1.7; color: rgba(228, 241, 247, .82); }


/* ---- Policy ------------------------------------------------------------- */

.pts-policy { font-size: 14.7px; line-height: 1.8; color: #5b6b76; margin-bottom: 14px; text-align: center; }


/* ---- Closing call to action --------------------------------------------- */

.pts-cta {
	position: relative;
	background: var(--pts-navy) center center / cover no-repeat;
	padding: 100px 0;
}
.pts-cta::before { content: ""; position: absolute; inset: 0; background: rgba(0, 26, 39, .90); }
.pts-cta__inner { position: relative; text-align: center; }
.pts-cta h2 { font-size: 33.6px; color: #ffffff; margin-top: 18px; }
.pts-cta .pts-lead { color: rgba(228, 241, 247, .84); margin-left: auto; margin-right: auto; }


/* ---- Responsive ---------------------------------------------------------- */

@media (max-width: 1100px) {
	.pts-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.pts-plans { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.pts-strip__grid { grid-template-columns: repeat(3, 1fr); }
	.pts-strip__cell:nth-child(3) { border-right: 0; }
	.pts-strip__cell { border-bottom: 1px solid rgba(255, 255, 255, .10); }
}
@media (max-width: 991px) {
	.pts-hero__grid { grid-template-columns: 1fr; gap: 38px; }
	.pts-hero__title { font-size: 36.8px; }
	.pts-media,
	.pts-media--reverse { grid-template-columns: 1fr; gap: 28px; }
	.pts-media--reverse .pts-media__img { order: 0; }
	.pts-band { padding: 60px 0; }
	.pts-head h2 { font-size: 27.2px; }
}
@media (max-width: 767px) {
	.pts-hero { padding: 54px 0 62px; }
	.pts-hero__title { font-size: 31.2px; }
	.pts-hero__lead { font-size: 16px; }
	.pts-proof { grid-template-columns: repeat(2, 1fr); }
	.pts-proof__cell:nth-child(2) { border-right: 0; }
	.pts-proof__cell:nth-child(1),
	.pts-proof__cell:nth-child(2) { border-bottom: 1px solid rgba(255, 255, 255, .12); }
	.pts-strip__grid { grid-template-columns: repeat(2, 1fr); }
	.pts-strip__cell { border-right: 0; }
	.pts-cards { grid-template-columns: 1fr; }
	.pts-plans { grid-template-columns: 1fr; }
	.pts-callout { padding: 26px 22px; }
	.pts-cta h2 { font-size: 25.6px; }
	.pts-badge { left: 10px; bottom: 10px; }
	.pts-home .pts-btn { width: 100%; }
	.pts-btnrow { gap: 10px; }
}


/* ---- Live trades panel -------------------------------------------------
   The three trade sets the client emailed, kept as separate tables under one
   heading each, inside a single scrolling box so the page stays short. Each
   table's grey header pins while that table is in view. Profit/loss cells
   carry pl-up / pl-down, set when the page is built — no script needed. */

.pts-panel + .pts-panel { margin-top: 28px; }

.pts-trades-scroll {
	max-height: 620px;
	overflow: auto;
	padding: 18px 20px 6px;
	-webkit-overflow-scrolling: touch;
}

.pts-set-head {
	margin: 0 0 12px;
	padding: 10px 14px;
	background: #e8edf1;
	border-left: 4px solid var(--pts-blue);
	border-radius: 3px;
	font-size: 14.7px;
	font-weight: 700;
	color: var(--pts-navy);
}
.pts-trades + .pts-set-head { margin-top: 22px; }

.pts-trades {
	width: 100%;
	min-width: 980px;
	border-collapse: collapse;
	font-size: 13.6px;
}
.pts-trades thead th {
	position: sticky;
	top: 0;
	z-index: 2;
	background: #d9d9d9;
	color: #1a1a1a;
	font-weight: 700;
	text-align: left;
	padding: 8px 10px;
	white-space: nowrap;
}
.pts-trades tbody td {
	padding: 7px 10px;
	border-bottom: 1px solid #eaeaea;
	text-align: left;
	color: #1a1a1a;
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}
.pts-trades tbody tr:nth-child(odd)  td { background: #ffffff; }
.pts-trades tbody tr:nth-child(even) td { background: #f2f2f2; }
.pts-trades td.pl-up   { color: #009933; font-weight: 700; }
.pts-trades td.pl-down { color: #e60000; font-weight: 700; }

/* On a phone twelve columns cannot fit, and a clipped table would hide the
   profit/loss figures. Each trade becomes a labelled card instead. */
@media (max-width: 767px) {
	.pts-trades-scroll { padding: 14px 14px 2px; }
	.pts-trades { min-width: 0; }
	.pts-trades,
	.pts-trades > tbody,
	.pts-trades > tbody > tr,
	.pts-trades > tbody > tr > td { display: block; width: auto; }
	.pts-trades > thead { display: none; }
	/* height:auto matters — the theme fixes a row height on every table row,
	   which as a block would clip everything after the first cell and let the
	   cards pile onto one another. */
	.pts-trades > tbody > tr {
		margin: 0 0 12px;
		border: 1px solid var(--pts-line);
		border-radius: 6px;
		background: #ffffff;
		height: auto !important;
		min-height: 0 !important;
		overflow: visible !important;
	}
	.pts-trades > tbody > tr > td { height: auto !important; }
	.pts-trades > tbody > tr > td {
		overflow: hidden;
		text-align: right;
		padding: 9px 12px;
		border: 0;
		border-bottom: 1px solid #f2f4f6;
		background: transparent !important;
		font-weight: 700;
		white-space: normal;
		line-height: 1.5;
	}
	.pts-trades > tbody > tr > td:last-child { border-bottom: 0; }
	.pts-trades > tbody > tr > td::before {
		float: left;
		max-width: 58%;
		margin-right: 12px;
		text-align: left;
		font-size: 11px;
		font-weight: 700;
		letter-spacing: .1em;
		line-height: 1.5;
		text-transform: uppercase;
		color: #6b7c88;
	}
	.pts-trades > tbody > tr > td:nth-child(1)::before  { content: "Date"; }
	.pts-trades > tbody > tr > td:nth-child(2)::before  { content: "Trade Strategy"; }
	.pts-trades > tbody > tr > td:nth-child(3)::before  { content: "Long/Short"; }
	.pts-trades > tbody > tr > td:nth-child(4)::before  { content: "Enter Price"; }
	.pts-trades > tbody > tr > td:nth-child(5)::before  { content: "1st Exit Price"; }
	.pts-trades > tbody > tr > td:nth-child(6)::before  { content: "2nd Exit Price"; }
	.pts-trades > tbody > tr > td:nth-child(7)::before  { content: "Stop Loss"; }
	.pts-trades > tbody > tr > td:nth-child(8)::before  { content: "1st Exit - Profit / Loss"; }
	.pts-trades > tbody > tr > td:nth-child(9)::before  { content: "2nd Exit - Profit / Loss"; }
	.pts-trades > tbody > tr > td:nth-child(10)::before { content: "Time In"; }
	.pts-trades > tbody > tr > td:nth-child(11)::before { content: "Time Out"; }
	.pts-trades > tbody > tr > td:nth-child(12)::before { content: "Time In Trade"; }
}


/* ==========================================================================
   PRIVATE CLIENT ACCOUNTS — the sections carried over from the approved page
   ========================================================================== */

/* ---- Four-cell key points strip ---------------------------------------- */
.pts-strip--4 .pts-strip__grid { grid-template-columns: repeat(4, 1fr); }
.pts-strip sup { font-size: 9px; vertical-align: super; opacity: .7; margin-left: 1px; }

/* Big figures on the archive stat cards (the numbered variant stays small). */
.pts-dcard--stat .pts-dcard__n { font-size: 30px; letter-spacing: -.01em; color: #ffffff; margin-bottom: 8px; }
.pts-dcard--stat p sup { font-size: 9px; vertical-align: super; opacity: .7; }

/* ---- Old way / new way comparison -------------------------------------- */
.pts-compare {
	display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	gap: 26px; align-items: stretch;
}
.pts-compare__vs {
	align-self: center; width: 46px; height: 46px; border-radius: 50%;
	background: var(--pts-navy); color: #ffffff;
	display: flex; align-items: center; justify-content: center;
	font-size: 12px; font-weight: 700; letter-spacing: .1em;
}
.pts-ccard {
	border-radius: 8px; padding: 34px 32px;
	background: #ffffff; border: 1px solid var(--pts-line);
}
.pts-ccard--new {
	background: linear-gradient(160deg, #002133, #00567f);
	border-color: transparent; color: #ffffff;
	box-shadow: 0 22px 48px rgba(0, 33, 51, .22);
}
.pts-ccard__tag {
	display: inline-block; margin-bottom: 14px; padding: 6px 12px; border-radius: 100px;
	font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
	background: var(--pts-bg-alt); color: #6b7c88;
}
.pts-ccard--new .pts-ccard__tag { background: rgba(255, 255, 255, .14); color: var(--pts-sky-light); }
.pts-ccard h3 { font-size: 22px; margin-bottom: 18px; color: var(--pts-navy); }
.pts-ccard--new h3 { color: #ffffff; }
.pts-ccard li {
	position: relative; padding-left: 28px; margin-bottom: 12px;
	font-size: 15.5px; line-height: 1.6; color: #5b6b76;
}
.pts-ccard--new li { color: rgba(228, 241, 247, .9); }
.pts-ccard--old li::before {
	content: ""; position: absolute; left: 4px; top: 10px;
	width: 10px; height: 2px; background: #b9c4cc;
}
.pts-ccard--new li::before {
	content: ""; position: absolute; left: 3px; top: 5px;
	width: 6px; height: 11px;
	border: solid var(--pts-sky-light); border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

/* ---- Archive link cards (dark band) ------------------------------------- */
.pts-dcard h3 { font-size: 18px; color: #ffffff; margin-bottom: 8px; }
.pts-dcard .pts-btn { margin-top: 16px; }
.pts-dcards--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 900px; margin: 0 auto; }
.pts-band--dark .pts-h3 { font-size: 22px; color: #ffffff; text-align: center; margin: 46px 0 22px; }
.pts-footnote { margin-top: 18px; text-align: center; font-size: 13px; color: rgba(228, 241, 247, .62); }

/* ---- Quote block (About Gary) ------------------------------------------ */
.pts-quote {
	margin-top: 26px; padding: 22px 26px; border-radius: 8px;
	background: var(--pts-bg-alt); border-left: 4px solid var(--pts-sky);
}
.pts-quote p { font-size: 17px; line-height: 1.7; font-style: italic; color: var(--pts-navy); }
.pts-quote cite {
	display: block; margin-top: 12px; font-style: normal;
	font-size: 11.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--pts-blue);
}
.pts-ticks--lead li strong { color: var(--pts-navy); }

/* ---- Callout note inside a light section (night session) --------------- */
.pts-note--light {
	background: linear-gradient(135deg, #002133, #00567f); border-left: 0;
	border-radius: 8px; padding: 26px 28px; margin-top: 30px;
}
.pts-note--light h4 { font-size: 17px; color: #ffffff; margin: 0 0 10px; }
.pts-note--light p { font-size: 15px; line-height: 1.7; color: rgba(228, 241, 247, .86); }

/* ---- Four numbered steps ---------------------------------------------- */
.pts-steps4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.pts-step {
	position: relative; padding: 30px 26px 28px;
	background: #ffffff; border: 1px solid var(--pts-line); border-radius: 8px;
}
.pts-step__n {
	width: 46px; height: 46px; border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	background: var(--pts-navy); color: #ffffff;
	font-size: 15px; font-weight: 700; margin-bottom: 18px;
}
.pts-step h4 { font-size: 17px; color: var(--pts-navy); margin: 0 0 10px; }
.pts-step p { font-size: 15px; line-height: 1.65; color: #5b6b76; }

/* ---- Two plan cards --------------------------------------------------- */
.pts-plans2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; max-width: 980px; margin: 0 auto; }
.pts-plan2 {
	padding: 34px 32px; border-radius: 8px;
	background: #ffffff; border: 1px solid var(--pts-line);
	box-shadow: 0 14px 38px rgba(0, 33, 51, .08);
}
.pts-plan2__tag {
	display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px;
	font-size: 11.5px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--pts-blue);
}
.pts-plan2__tag::before { content: ""; width: 26px; height: 2px; background: var(--pts-sky); }
.pts-plan2 h3 { font-size: 22px; color: var(--pts-navy); margin-bottom: 12px; }
.pts-plan2 p { font-size: 15.5px; line-height: 1.7; color: #5b6b76; }

/* ---- Guarantee bar --------------------------------------------------- */
.pts-guarantee { margin: 30px auto 0; max-width: 980px; }
.pts-guarantee__icon {
	flex: 0 0 56px; width: 56px; height: 56px; border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	background: rgba(255, 255, 255, .12); color: var(--pts-sky-light); font-size: 22px;
}
.pts-guarantee h2 { font-size: 22px; }

/* ---- Three icon cards ------------------------------------------------ */
.pts-icards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.pts-icard {
	padding: 32px 28px; border-radius: 8px;
	background: #ffffff; border: 1px solid var(--pts-line);
	transition: transform .3s cubic-bezier(.2,.7,.3,1), box-shadow .3s ease;
}
.pts-icard:hover { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(0, 33, 51, .12); }
.pts-icard__icon {
	width: 50px; height: 50px; border-radius: 8px;
	display: flex; align-items: center; justify-content: center;
	background: var(--pts-bg-alt); color: var(--pts-blue); font-size: 20px; margin-bottom: 18px;
}
.pts-icard h3 { font-size: 18px; color: var(--pts-navy); margin-bottom: 10px; }
.pts-icard p { font-size: 15px; line-height: 1.7; color: #5b6b76; }

/* ---- Apply section --------------------------------------------------- */
.pts-apply { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 52px; align-items: start; }
.pts-apply__copy .pts-ticks { margin-top: 22px; }
.pts-apply__note {
	margin-top: 26px; padding: 18px 22px; border-radius: 6px;
	background: var(--pts-bg-alt); border-left: 3px solid var(--pts-sky);
	font-size: 14.5px; line-height: 1.7; color: #5b6b76;
}
.pts-apply__note + .pts-apply__note { margin-top: 12px; }
.pts-apply .pts-card__head h3 { font-size: 20px; color: #ffffff; }
.pts-apply .pts-card__foot { text-align: left; }

/* ---- The form itself ------------------------------------------------- */
.pts-form { display: block; }
.pts-form__row { margin-bottom: 16px; }
.pts-form label {
	display: block; margin-bottom: 7px;
	font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--pts-navy);
}
.pts-form__req { color: #c92a2a; }
.pts-form__input {
	display: block; width: 100%; box-sizing: border-box;
	padding: 13px 14px; border-radius: 4px;
	border: 1px solid var(--pts-line); background: #fbfcfd;
	font-family: inherit; font-size: 16px; color: var(--pts-navy);
	transition: border-color .2s ease, box-shadow .2s ease;
}
.pts-form__input:focus { outline: none; border-color: var(--pts-sky); box-shadow: 0 0 0 3px rgba(89, 164, 199, .22); }
.pts-form__textarea { min-height: 120px; resize: vertical; }
.pts-form__input--code { max-width: 220px; letter-spacing: .2em; text-transform: uppercase; }
.pts-form__captchaimg { display: block; border-radius: 4px; border: 1px solid var(--pts-line); margin-bottom: 10px; }
.pts-form__check {
	padding: 15px 17px; border-radius: 4px;
	background: linear-gradient(135deg, #f4f9fc, #eef6fa); border: 1.5px solid #d8e7ef;
}
.pts-form__check label {
	display: inline; margin: 0 0 0 10px; text-transform: none; letter-spacing: 0;
	font-size: 15px; font-weight: 600; color: var(--pts-navy); cursor: pointer;
}
.pts-form__check input[type=checkbox] {
	appearance: none; -webkit-appearance: none;
	width: 21px; height: 21px; vertical-align: -5px; margin: 0;
	border: 2px solid #2f7fa8; border-radius: 3px; background: #ffffff; cursor: pointer; position: relative;
}
.pts-form__check input[type=checkbox]:checked { background: var(--pts-blue); border-color: var(--pts-blue); }
.pts-form__check input[type=checkbox]:checked::after {
	content: ""; position: absolute; left: 6px; top: 2px; width: 5px; height: 10px;
	border: solid #ffffff; border-width: 0 2.5px 2.5px 0; transform: rotate(45deg);
}
.pts-form__err { display: block; margin-top: 6px; font-size: 13px; color: #c92a2a; }
.pts-form__err--block { margin: 0 0 14px; padding: 10px 14px; border-radius: 4px; background: #fdeaea; }
.pts-form__note { margin-top: 12px; font-size: 12.5px; color: #7b8a95; text-align: center; }
.pts-form__hp { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; }
.pts-form__done { padding: 26px 24px; border-radius: 6px; background: #e6f5ef; border: 1px solid #b7e1cf; color: #0b6a51; }
.pts-form__done strong { display: block; font-size: 17px; margin-bottom: 8px; }
.pts-form__done p { font-size: 15px; line-height: 1.65; color: #1f4a3a; }

/* ---- Risk disclosure (dark, before the footer) ------------------------ */
.pts-disclosure { background: var(--pts-navy-deep); padding: 56px 0; color: rgba(205, 229, 241, .72); }
.pts-disclosure h2 {
	font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
	color: var(--pts-sky-light); margin-bottom: 18px;
}
.pts-disclosure p { font-size: 13.5px; line-height: 1.75; margin-bottom: 12px; max-width: 1100px; }
.pts-disclosure p strong { color: #ffffff; }

/* ---- Responsive ------------------------------------------------------- */
@media (max-width: 1100px) {
	.pts-steps4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.pts-strip--4 .pts-strip__grid { grid-template-columns: repeat(2, 1fr); }
	.pts-strip--4 .pts-strip__cell { border-bottom: 1px solid rgba(255, 255, 255, .10); }
}
@media (max-width: 991px) {
	.pts-compare { grid-template-columns: 1fr; }
	.pts-compare__vs { justify-self: center; }
	.pts-apply { grid-template-columns: 1fr; gap: 34px; }
	.pts-icards { grid-template-columns: 1fr; }
	.pts-plans2 { grid-template-columns: 1fr; }
	.pts-dcards--2 { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
	.pts-steps4 { grid-template-columns: 1fr; }
	.pts-strip--4 .pts-strip__grid { grid-template-columns: repeat(2, 1fr); }
	.pts-ccard, .pts-plan2, .pts-step, .pts-icard { padding: 24px 20px; }
	.pts-form__input--code { max-width: 100%; }
}
