.cosyup-tarifs-2-page .page_content > .container {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}

.cosyup-tarifs-2-page .entry-content {
	overflow: visible;
}

.cosyup-tarifs-2-page article.hentry {
	margin-bottom: 0;
}

.ct2-opening-image {
	position: relative;
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
	padding: clamp(24px, 3vw, 40px) 0;
	background: #fff;
}

.ct2-opening-image-media {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 620px;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
}

.ct2-shell {
	--ct2-navy: #242f50;
	--ct2-orange: #d14124;
	--ct2-orange-dark: #b5361f;
	--ct2-blue: #a9c6db;
	--ct2-ink: #18213b;
	--ct2-paper: #f3f5f8;
	--ct2-white: #ffffff;
	--ct2-line: rgba(36, 47, 80, 0.14);
	--ct2-muted: rgba(36, 47, 80, 0.66);
	position: relative;
	left: 50%;
	width: 100vw;
	margin-left: -50vw;
	color: var(--ct2-navy);
	background: var(--ct2-paper);
	font-family: var(--ct2-font-family, Metropolis, "Trebuchet MS", sans-serif);
	font-size: 16px;
	line-height: 1.55;
	overflow: hidden;
}

.ct2-shell *,
.ct2-shell *::before,
.ct2-shell *::after {
	box-sizing: border-box;
}

.ct2-shell h1,
.ct2-shell h2,
.ct2-shell h3,
.ct2-shell p,
.ct2-shell ul {
	margin-top: 0;
}

.ct2-shell h1,
.ct2-shell h2,
.ct2-shell h3 {
	font-family: var(--ct2-font-family, Metropolis, "Trebuchet MS", sans-serif);
	text-transform: none;
}

.ct2-shell a {
	text-decoration: none;
}

.ct2-wrap {
	position: relative;
	z-index: 2;
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.ct2-hero {
	position: relative;
	padding: clamp(92px, 11vw, 156px) 0 0;
	color: var(--ct2-white);
	background:
		linear-gradient(135deg, rgba(169, 198, 219, 0.08), transparent 42%),
		var(--ct2-navy);
	isolation: isolate;
}

.ct2-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.16;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.ct2-orbit {
	position: absolute;
	border: 1px solid rgba(169, 198, 219, 0.22);
	border-radius: 50%;
	pointer-events: none;
}

.ct2-orbit-one {
	top: -26vw;
	right: -14vw;
	width: 62vw;
	aspect-ratio: 1;
}

.ct2-orbit-two {
	top: 4vw;
	right: 1vw;
	width: 28vw;
	aspect-ratio: 1;
}

.ct2-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
	gap: clamp(48px, 8vw, 120px);
	align-items: end;
}

.ct2-kicker {
	margin-bottom: 18px;
	color: var(--ct2-orange);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.ct2-hero h1 {
	max-width: 820px;
	margin-bottom: 56px;
	color: var(--ct2-white) !important;
	font-size: clamp(54px, 7.1vw, 102px);
	font-weight: 600;
	line-height: 0.94;
	letter-spacing: -0.055em;
}

.ct2-hero-aside {
	padding-bottom: 64px;
}

.ct2-hero-aside > p {
	max-width: 420px;
	margin-bottom: 28px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 16px;
	line-height: 1.75;
}

.ct2-hero-actions,
.ct2-private-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 22px;
	align-items: center;
}

.ct2-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 12px 18px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.ct2-button:hover,
.ct2-button:focus-visible {
	transform: translateY(-2px);
}

.ct2-button-orange {
	color: #fff !important;
	background: var(--ct2-orange);
	border-color: var(--ct2-orange);
}

.ct2-button-orange:hover {
	color: #fff !important;
	background: var(--ct2-orange-dark);
	border-color: var(--ct2-orange-dark);
}

.ct2-text-link {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	color: rgba(255, 255, 255, 0.78) !important;
	font-size: 13px;
	font-weight: 600;
}

.ct2-text-link:hover {
	color: #fff !important;
}

.ct2-proof-strip {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.ct2-proof-strip span {
	position: relative;
	padding: 22px 18px 24px 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.03em;
}

.ct2-proof-strip span:not(:first-child) {
	padding-left: 24px;
	border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.ct2-section {
  padding: clamp(84px, 10vw, 136px) 0;
}

#ct2-formules {
  padding-top: clamp(48px, 5vw, 68px);
  padding-bottom: clamp(56px, 6vw, 80px);
}

.ct2-section-light {
	background:
		radial-gradient(circle at 82% 18%, rgba(169, 198, 219, 0.18), transparent 28%),
		var(--ct2-paper);
}

.ct2-section-head {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.6fr);
	gap: clamp(40px, 8vw, 110px);
	align-items: end;
	margin-bottom: 46px;
}

.ct2-section-head h2,
.ct2-private-section h2 {
	margin-bottom: 0;
	color: var(--ct2-navy);
	font-size: clamp(40px, 5vw, 70px);
	font-weight: 600;
	line-height: 1.03;
	letter-spacing: -0.045em;
}

.ct2-section-head > p {
	margin-bottom: 0;
	color: var(--ct2-muted);
	font-size: 14px;
	line-height: 1.75;
}

.ct2-plan-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	align-items: stretch;
}

.ct2-plan {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 29px 24px 24px;
	border: 1px solid var(--ct2-line);
	border-radius: 8px;
	background: var(--ct2-white);
	box-shadow: 0 8px 32px rgba(36, 47, 80, 0.04);
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.ct2-plan:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 45px rgba(36, 47, 80, 0.1);
}

.ct2-plan.is-featured {
	color: #fff;
	border-color: var(--ct2-navy);
	background: var(--ct2-navy);
	box-shadow: 0 20px 46px rgba(36, 47, 80, 0.18);
}

.ct2-badge {
	position: absolute;
	top: -12px;
	left: 22px;
	padding: 7px 10px;
	border-radius: 3px;
	color: #fff;
	background: var(--ct2-orange);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ct2-plan-tag {
	margin-bottom: 13px;
	color: rgba(36, 47, 80, 0.56);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.ct2-plan.is-featured .ct2-plan-tag {
	color: rgba(255, 255, 255, 0.54);
}

.ct2-plan h3 {
	margin-bottom: 7px;
	color: var(--ct2-navy);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.ct2-plan.is-featured h3 {
	color: #fff;
}

.ct2-plan-description {
	/* Reserve four text lines so every price starts on the same baseline. */
	min-height: 6.2em;
	margin-bottom: 20px;
	color: var(--ct2-muted);
	font-size: 13px;
	line-height: 1.55;
}

.ct2-plan.is-featured .ct2-plan-description {
	color: rgba(255, 255, 255, 0.64);
}

.ct2-price {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	align-items: baseline;
	margin-bottom: 22px;
	font-variant-numeric: tabular-nums;
}

.ct2-price > span {
	color: var(--ct2-muted);
	font-size: 12px;
	font-weight: 700;
}

.ct2-price > strong {
	color: inherit;
	font-size: clamp(38px, 3.4vw, 50px);
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.045em;
	transition: color 180ms ease, transform 180ms ease;
}

.ct2-plan:not(.is-featured) .ct2-price > strong {
	color: var(--ct2-orange);
}

.ct2-plan.is-featured .ct2-price > strong,
.ct2-recommendation .ct2-price > strong {
	color: #ff7659;
}

.ct2-price > small {
	color: var(--ct2-muted);
	font-size: 11px;
}

.ct2-plan.is-featured .ct2-price > span,
.ct2-plan.is-featured .ct2-price > small {
	color: rgba(255, 255, 255, 0.56);
}

.ct2-plan-option-note {
	margin: -14px 0 18px;
	color: var(--ct2-orange);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ct2-plan-option-note[hidden] {
	display: none;
}

.ct2-plan.is-featured .ct2-plan-option-note {
	color: #ff9b85;
}

.ct2-plan ul {
	flex: 1;
	margin: 0 0 24px;
	padding: 18px 0 0;
	list-style: none;
	border-top: 1px solid var(--ct2-line);
}

.ct2-plan.is-featured ul {
	border-color: rgba(255, 255, 255, 0.16);
}

.ct2-plan li {
	display: grid;
	grid-template-columns: 15px 1fr;
	gap: 8px;
	margin-bottom: 10px;
	color: rgba(36, 47, 80, 0.76);
	font-size: 12px;
	line-height: 1.45;
}

.ct2-plan li span {
	color: var(--ct2-orange);
	font-weight: 700;
}

.ct2-plan li.is-unavailable {
	color: var(--ct2-orange);
	font-weight: 700;
}

.ct2-plan li.is-unavailable span {
	font-size: 16px;
	line-height: 1;
}

.ct2-plan.is-featured li {
	color: rgba(255, 255, 255, 0.8);
}

.ct2-plan.is-featured li span {
	color: var(--ct2-blue);
}

.ct2-plan.is-featured li.is-unavailable,
.ct2-plan.is-featured li.is-unavailable span {
	color: #ff7659;
}

.ct2-button-outline {
	color: var(--ct2-navy) !important;
	border-color: rgba(36, 47, 80, 0.28);
	background: transparent;
}

.ct2-button-outline:hover {
	border-color: var(--ct2-navy);
	background: rgba(36, 47, 80, 0.05);
}

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

.ct2-service-card {
	padding: 26px 24px;
	border: 1px solid var(--ct2-line);
	border-radius: 8px;
	background: #fff;
}

.ct2-service-card h3 {
	margin-bottom: 22px;
	color: var(--ct2-navy);
	font-size: 20px;
	font-weight: 700;
}

.ct2-rate-row {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 10px 0;
	border-top: 1px solid rgba(36, 47, 80, 0.09);
	color: var(--ct2-muted);
	font-size: 12px;
}

.ct2-rate-row strong {
	color: var(--ct2-orange);
	font-weight: 700;
	white-space: nowrap;
}

.ct2-service-included {
	background: var(--ct2-blue);
}

.ct2-service-included > p:last-child {
	margin-bottom: 0;
	color: rgba(36, 47, 80, 0.78);
	font-size: 13px;
	line-height: 1.75;
}

.ct2-calculator-section {
	color: #fff;
	background:
		linear-gradient(120deg, rgba(169, 198, 219, 0.07), transparent 45%),
		var(--ct2-navy);
}

.ct2-section-head-on-dark h2 {
	color: #fff !important;
}

.ct2-section-head-on-dark > p {
	color: rgba(255, 255, 255, 0.62);
}

.ct2-calculator {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 14px;
	align-items: start;
}

.ct2-calculator-main {
	padding: clamp(24px, 4vw, 40px);
	border-radius: 8px;
	color: var(--ct2-navy);
	background: #fff;
}

.ct2-days-head {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	align-items: end;
}

.ct2-days-head > p {
	display: flex;
	gap: 10px;
	align-items: baseline;
	margin-bottom: 0;
}

.ct2-days-head strong {
	font-size: clamp(48px, 6vw, 70px);
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.05em;
}

.ct2-days-head span {
	color: var(--ct2-muted);
	font-size: 14px;
}

.ct2-presets {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: flex-end;
}

.ct2-presets button {
	padding: 8px 12px;
	border: 1px solid var(--ct2-line);
	border-radius: 100px;
	color: var(--ct2-muted);
	background: transparent;
	font-family: inherit;
	font-size: 11px;
	font-weight: 600;
	cursor: pointer;
}

.ct2-presets button:hover,
.ct2-presets button:focus-visible {
	color: var(--ct2-navy);
	border-color: var(--ct2-navy);
}

.ct2-range-label {
	display: block;
	margin-top: 28px;
}

.ct2-range-label input {
	width: 100%;
	height: 8px;
	accent-color: var(--ct2-orange);
	cursor: pointer;
}

.ct2-range-scale {
	display: flex;
	justify-content: space-between;
	margin-top: 6px;
	color: rgba(36, 47, 80, 0.52);
	font-size: 10px;
	font-weight: 600;
}

.ct2-options {
	margin-top: 26px;
	overflow: hidden;
	border: 1px solid var(--ct2-line);
	border-radius: 6px;
	background: #fff;
}

.ct2-options-top {
	margin: -8px 0 24px;
	box-shadow: 0 10px 34px rgba(36, 47, 80, 0.05);
}

.ct2-options-top .ct2-option-pills {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ct2-options > p:first-child {
	margin: 0;
	padding: 12px 16px;
	color: var(--ct2-muted);
	background: var(--ct2-paper);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ct2-options > .ct2-options-intro {
	margin: 0;
	padding: 14px 16px 0;
	color: var(--ct2-muted);
	font-size: 12px;
	line-height: 1.55;
}

.ct2-option-pills {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	padding: 14px 16px 16px;
}

.ct2-option-pill {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 7px 10px;
	align-items: center;
	padding: 13px;
	border: 1px solid rgba(36, 47, 80, 0.16);
	border-radius: 999px;
	background: rgba(246, 248, 251, 0.72);
	cursor: pointer;
	transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ct2-option-pill:hover {
	border-color: rgba(209, 65, 36, 0.46);
	transform: translateY(-1px);
}

.ct2-option-pill:focus-within {
	outline: 2px solid rgba(209, 65, 36, 0.36);
	outline-offset: 2px;
}

.ct2-option-pill:has(input:checked) {
	border-color: var(--ct2-orange);
	background: rgba(209, 65, 36, 0.08);
	box-shadow: 0 8px 22px rgba(36, 47, 80, 0.09);
}

.ct2-option-pill[hidden] {
	display: none;
}

.ct2-option-pill-wide {
	grid-column: 1 / -1;
}

.ct2-option-pill input {
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: var(--ct2-orange);
}

.ct2-option-pill span {
	color: var(--ct2-muted);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
}

.ct2-option-pill small {
	display: block;
	margin-top: 2px;
	color: rgba(36, 47, 80, 0.46);
	font-size: 10px;
	font-weight: 600;
}

.ct2-option-pill strong {
	grid-column: 2;
	color: var(--ct2-orange);
	font-size: 11px;
}

.ct2-results {
	margin-top: 24px;
}

.ct2-result-row {
	display: grid;
	width: 100%;
	grid-template-columns: minmax(180px, 0.8fr) minmax(160px, 1fr) 116px;
	gap: 18px;
	align-items: center;
	padding: 15px 13px;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	border-top: 1px solid rgba(36, 47, 80, 0.09);
	border-radius: 5px;
	color: inherit;
	background: transparent;
	font-family: inherit;
	text-align: left;
	cursor: pointer;
}

.ct2-result-row:hover,
.ct2-result-row.is-selected {
	background: rgba(223, 78, 34, 0.07);
}

.ct2-result-name {
	display: block;
	color: var(--ct2-navy);
	font-size: 13px;
	font-weight: 700;
}

.ct2-result-name small {
	display: block;
	margin-top: 3px;
	color: var(--ct2-muted);
	font-size: 10px;
	font-weight: 500;
}

.ct2-cheapest {
	display: inline-block;
	margin-left: 6px;
	padding: 4px 6px;
	border-radius: 3px;
	color: #fff;
	background: var(--ct2-orange);
	font-size: 8px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ct2-result-bar {
	height: 8px;
	overflow: hidden;
	border-radius: 10px;
	background: rgba(36, 47, 80, 0.08);
}

.ct2-result-bar span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: rgba(36, 47, 80, 0.23);
}

.ct2-result-row.is-cheapest .ct2-result-bar span {
	background: var(--ct2-orange);
}

.ct2-result-price {
	text-align: right;
	font-variant-numeric: tabular-nums;
}

.ct2-result-price strong {
	display: block;
	color: var(--ct2-orange);
	font-size: 20px;
	line-height: 1.1;
}

.ct2-result-price small {
	color: var(--ct2-muted);
	font-size: 9px;
}

.ct2-calculator-note {
	margin: 20px 0 0;
	color: rgba(36, 47, 80, 0.55);
	font-size: 11px;
	line-height: 1.65;
}

.ct2-recommendation {
	position: sticky;
	top: 24px;
	padding: 31px 27px 27px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: rgba(16, 24, 49, 0.52);
	box-shadow: 0 26px 70px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(10px);
}

.ct2-recommendation .ct2-plan-tag {
	color: rgba(255, 255, 255, 0.5);
}

.ct2-recommendation h3 {
	margin-bottom: 9px;
	color: #fff !important;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.15;
}

.ct2-recommendation > p:not(.ct2-plan-tag):not(.ct2-price) {
	color: rgba(255, 255, 255, 0.64);
	font-size: 12px;
	line-height: 1.6;
}

.ct2-recommendation .ct2-price {
	margin: 26px 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.ct2-recommendation .ct2-price > span,
.ct2-recommendation .ct2-price > small {
	color: rgba(255, 255, 255, 0.5);
}

.ct2-reco-stat {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	padding: 8px 0;
	color: rgba(255, 255, 255, 0.64);
	font-size: 11px;
}

.ct2-reco-stat strong {
	color: var(--ct2-blue);
	white-space: nowrap;
}

.ct2-recommendation .ct2-button {
	display: flex;
	width: 100%;
	margin-top: 16px;
}

.ct2-button-ghost {
	color: #fff !important;
	border-color: rgba(255, 255, 255, 0.28);
	background: transparent;
}

.ct2-button-ghost:hover {
	border-color: #fff;
}

.ct2-comparison-section {
	background: #fff;
}

.ct2-table-scroll {
	overflow-x: auto;
	border: 1px solid var(--ct2-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 20px 50px rgba(36, 47, 80, 0.06);
	-webkit-overflow-scrolling: touch;
}

.ct2-table {
	width: 100%;
	min-width: 1040px;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	color: var(--ct2-navy);
	font-size: 11px;
}

.ct2-table th,
.ct2-table td {
	padding: 16px 14px;
	border: 0;
	border-right: 1px solid rgba(36, 47, 80, 0.08);
	border-bottom: 1px solid rgba(36, 47, 80, 0.08);
	text-align: left;
	vertical-align: middle;
}

.ct2-table thead th {
	padding-top: 22px;
	padding-bottom: 22px;
	background: var(--ct2-paper);
}

.ct2-table thead th:first-child,
.ct2-table tbody th {
	position: sticky;
	left: 0;
	z-index: 2;
	width: 170px;
	background: #fff;
	box-shadow: 6px 0 12px rgba(36, 47, 80, 0.03);
}

.ct2-table thead th:first-child {
	z-index: 3;
	background: var(--ct2-paper);
}

.ct2-table thead th.is-featured {
	color: #fff;
	background: var(--ct2-navy);
}

.ct2-table thead th > span {
	display: block;
	margin-bottom: 9px;
	color: var(--ct2-orange);
	font-size: 8px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ct2-table thead th > strong {
	display: block;
	font-size: 13px;
	line-height: 1.25;
}

.ct2-table thead th > small {
	display: block;
	margin-top: 7px;
	color: var(--ct2-orange);
	font-size: 9px;
}

.ct2-table thead th.is-featured > small {
	color: rgba(255, 255, 255, 0.58);
}

.ct2-table tbody th {
	font-weight: 700;
}

.ct2-table-actions td {
	padding: 12px;
}

.ct2-button-small {
	width: 100%;
	min-height: 38px;
	padding: 9px 11px;
	color: var(--ct2-navy) !important;
	border-color: var(--ct2-line);
}

.ct2-private-section {
	padding: clamp(54px, 6vw, 80px) 0;
	color: #fff;
	background:
		radial-gradient(circle at 75% 20%, rgba(169, 198, 219, 0.16), transparent 34%),
		#1a2442;
}

.ct2-private-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.65fr);
	gap: clamp(54px, 9vw, 126px);
	align-items: center;
}

.ct2-private-section h2 {
	color: #fff !important;
}

.ct2-private-section h2 + p {
	max-width: 620px;
	margin: 28px 0;
	color: rgba(255, 255, 255, 0.64);
	font-size: 14px;
	line-height: 1.75;
}

.ct2-text-link-light {
	color: rgba(255, 255, 255, 0.72) !important;
}

.ct2-private-price {
	position: relative;
	padding: 38px 34px 34px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.06);
}

.ct2-private-price > span {
	position: absolute;
	top: -13px;
	left: 28px;
	padding: 7px 11px;
	border-radius: 3px;
	color: #fff;
	background: var(--ct2-orange);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ct2-private-price h3 {
	margin-bottom: 5px;
	color: #fff !important;
	font-size: 25px;
	font-weight: 700;
}

.ct2-private-price > p {
	color: rgba(255, 255, 255, 0.58);
	font-size: 12px;
}

.ct2-private-price > div {
	display: flex;
	gap: 6px;
	align-items: baseline;
	margin: 26px 0 22px;
	padding: 22px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.ct2-private-price > div small {
	color: rgba(255, 255, 255, 0.52);
	font-size: 12px;
	font-weight: 700;
}

.ct2-private-price > div strong {
	font-size: 50px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.05em;
}

.ct2-private-price > div span {
	color: rgba(255, 255, 255, 0.52);
	font-size: 11px;
}

.ct2-virtual-tour {
	padding: clamp(72px, 8vw, 112px) 0;
	background: #fff;
}

.ct2-shell .ct2-virtual-tour h2 {
	margin: 0 0 clamp(30px, 4vw, 48px);
	color: #e1b815 !important;
	font-size: clamp(30px, 3.4vw, 48px);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.025em;
	text-align: center;
}

.ct2-virtual-tour-link {
	display: block;
	overflow: hidden;
	background: var(--ct2-paper);
	box-shadow: 0 14px 44px rgba(36, 47, 80, 0.08);
}

.ct2-virtual-tour-link:focus-visible {
	outline: 3px solid var(--ct2-orange);
	outline-offset: 5px;
}

.ct2-virtual-tour-image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 500;
	object-fit: cover;
	transition: transform 420ms ease, filter 420ms ease;
}

.ct2-virtual-tour-link:hover .ct2-virtual-tour-image {
	filter: saturate(1.05) contrast(1.03);
	transform: scale(1.012);
}

.ct2-reveal {
	animation: ct2-rise 700ms ease both;
}

.ct2-reveal:nth-child(2) {
	animation-delay: 120ms;
}

@keyframes ct2-rise {
	from { opacity: 0; transform: translateY(18px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
	.ct2-reveal,
	.ct2-plan,
	.ct2-button,
	.ct2-option-pill,
	.ct2-price > strong,
	.ct2-virtual-tour-image {
		animation: none;
		transition: none;
	}
}

@media (max-width: 1050px) {
	.ct2-plan-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ct2-calculator {
		grid-template-columns: 1fr;
	}

	.ct2-recommendation {
		position: static;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px 24px;
	}

	.ct2-recommendation > * {
		grid-column: 1 / -1;
	}

	.ct2-recommendation .ct2-reco-stat {
		grid-column: auto;
	}

	.ct2-recommendation .ct2-button {
		grid-column: auto;
	}
}

@media (max-width: 800px) {
	.ct2-wrap {
		width: min(100% - 32px, 680px);
	}

	.ct2-hero-grid,
	.ct2-section-head,
	.ct2-private-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.ct2-hero h1 {
		margin-bottom: 0;
	}

	.ct2-hero-aside {
		padding-bottom: 42px;
	}

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

	.ct2-proof-strip span:nth-child(3) {
		border-left: 0;
	}

	.ct2-services-grid {
		grid-template-columns: 1fr;
	}

	.ct2-private-grid {
		align-items: stretch;
	}

	.ct2-options-top .ct2-option-pills {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ct2-options-top .ct2-option-pill:last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 580px) {
	.ct2-virtual-tour-image {
		aspect-ratio: 16 / 8;
	}

	.ct2-shell {
		font-size: 15px;
	}

	.ct2-hero {
		padding-top: 78px;
	}

	.ct2-hero h1 {
		font-size: clamp(48px, 15vw, 66px);
	}

	.ct2-plan-grid {
		grid-template-columns: 1fr;
	}

	.ct2-plan-description {
		min-height: 0;
	}

	.ct2-days-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.ct2-presets {
		justify-content: flex-start;
	}

	.ct2-option-pills {
		grid-template-columns: 1fr;
	}

	.ct2-options-top .ct2-option-pills {
		grid-template-columns: 1fr;
	}

	.ct2-options-top .ct2-option-pill:last-child {
		grid-column: auto;
	}

	.ct2-option-pill-wide {
		grid-column: auto;
	}

	.ct2-result-row {
		grid-template-columns: 1fr 84px;
		gap: 10px;
	}

	.ct2-result-bar {
		display: none;
	}

	.ct2-recommendation {
		display: block;
	}

	.ct2-recommendation .ct2-button {
		display: flex;
	}

	.ct2-proof-strip span {
		padding: 17px 10px 17px 0;
	}

	.ct2-proof-strip span:not(:first-child) {
		padding-left: 14px;
	}
}
