/* MT Newswires — Shared Stylesheet */

/* Navbar */
.navbar.bg-dark {
	background-color: #2b2b2b !important;
	height: 75px;
	padding: 0;
}
.navbar.bg-dark .container-fluid {
	padding-left: 46px;
	padding-right: 46px;
}

/* Hero */
.hero {
	background-image: url("../../img/hero-bg.webp");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 661px;
	overflow: visible;
}
.hero-mcp {
	background-image: url("../../img/mcp-hero.webp");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 672px;
	overflow: visible;
}
.hero h1 {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 31px;
	line-height: 1.26;
	letter-spacing: -0.62px;
	color: #fff;
	margin-bottom: 32px;
}
/* Hero laptop */
.hero-laptop,
.hero-laptop-mcp {
	position: relative;
	bottom: -17px;
	width: 115%;
	max-width: none;
	display: block;
}

/* Hero eyebrow — MCP page */
.hero-eyebrow {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 23px;
	line-height: 1.26;
	letter-spacing: -0.46px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 16px;
}

/* Hero headline — MCP page */
.hero-headline-mcp {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 38px;
	line-height: 1.26;
	letter-spacing: -0.76px;
	color: #fff;
	margin-bottom: 32px;
}

/* Buttons */

/* Red CTA */
.btn-hero {
	font-family: "Public Sans", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: -0.54px;
	background-color: #c22839;
	border-color: #c22839;
	color: #fff;
	padding: 25px 55px;
	border-radius: 8px;
	display: inline-block;
	text-decoration: none;
}
.btn-hero:hover,
.btn-hero:focus {
	background-color: #aa1d2d;
	color: #fff;
}

/* Dark — subscribe */
.btn-subscribe {
	font-family: "Public Sans", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.1;
	letter-spacing: -0.48px;
	background-color: #383838;
	color: #fff;
	padding: 25px 55px;
	border-radius: 8px;
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
}
.btn-subscribe:hover,
.btn-subscribe:focus {
	background-color: #232323;
	color: #fff;
}

/* Dark — submit */
.btn-submit {
	font-family: "Public Sans", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: -0.54px;
	background-color: #383838;
	color: #fff;
	padding: 25px 55px;
	border-radius: 8px;
	border: none;
	cursor: pointer;
}
.btn-submit:hover,
.btn-submit:focus {
	background-color: #232323;
	color: #fff;
}

/* Red — contact sales */
.btn-contact-sales {
	font-family: "Public Sans", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: -0.54px;
	background-color: #a00021;
	color: #fff;
	padding: 12px 28px;
	border-radius: 8px;
	border: none;
	display: inline-block;
	text-decoration: none;
}
.btn-contact-sales:hover {
	background-color: #80001a;
	color: #fff;
}

/* About section */
.about-section {
	padding-top: 60px;
	padding-bottom: 60px;
}
.about-section h2 {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 1.27;
	letter-spacing: -0.56px;
	color: #313131;
	margin-bottom: 20px;
}
.about-section p {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.62;
	letter-spacing: -0.36px;
	color: #000;
	margin-bottom: 28px;
}

/* Service cards */
.card-section {
	background-color: #f1f1f1;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	padding-top: 60px;
	padding-bottom: 60px;
}
.card-section-title {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 32px;
	line-height: 1.27;
	letter-spacing: -1.28px;
	color: #313131;
	margin-bottom: 48px;
}
.product-card {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 34px rgba(0, 0, 0, 0.10);
	background: #fff;
}
.product-card + .product-card {
	margin-top: 68px;
}
.product-card-top-bar {
	height: 27px;
	background-color: #1d5388;
}
.product-card-body {
	display: flex;
	gap: 64px;
	align-items: flex-start;
	padding: 45px 55px 50px;
}
.product-card-left {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 267px;
}
.product-card-left h3 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 33px;
	line-height: 1.27;
	letter-spacing: -1.98px;
	color: #313131;
	margin-bottom: 0;
}
.product-card-left h3 span {
	display: block;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 25px;
	line-height: 1.27;
	letter-spacing: -0.5px;
	color: #c22839;
	margin-bottom: 20px;
}
.product-card-right {
	flex: 1 0 0;
}
.product-card-right .text-main {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #000;
	margin-bottom: 16px;
}
.product-card-right .text-detail {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.58;
	letter-spacing: -0.28px;
	color: #000;
	margin-bottom: 0;
}

/* Price line — MCP page */
.product-card-price {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.57;
	color: #434343;
	margin-bottom: 20px;
}

/* Plan selector — signup page */
.plan-section {
	padding-top: 60px;
	padding-bottom: 60px;
}
.plan-section h2 {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 41px;
	line-height: 1.55;
	letter-spacing: -1.64px;
	color: #313131;
	margin-bottom: 0;
}
.plan-subtitle {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 25px;
	line-height: 1.55;
	color: #c22839;
	margin-bottom: 40px;
}
.plan-subtitle strong {
	font-weight: 600;
}

/* Plan cards */
.plan-card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 27px 40px;
	background-color: #f9f9f9;
	border: 1px solid #a3afb7;
	border-radius: 10px;
	cursor: pointer;
	height: 100%;
}
/* Monthly */
.plan-card.monthly .plan-title {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 27px;
	line-height: 1.16;
	letter-spacing: -1.62px;
	color: #313131;
	margin-bottom: 0;
}
.plan-card.monthly .plan-region {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 19px;
	line-height: 1.16;
	color: #c22839;
	margin-bottom: 0;
}
.plan-card.monthly .plan-original {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.62;
	letter-spacing: -0.34px;
	color: #000;
	margin-bottom: 0;
	text-decoration: line-through;
	text-decoration-color: #c22839;
}
.plan-card.monthly .plan-sale {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 21px;
	line-height: 1.62;
	letter-spacing: -0.42px;
	color: #c22839;
	margin-bottom: 0;
}
.plan-card.monthly .plan-sale span {
	font-size: 17px;
}
/* Annual */
.plan-card.annual .plan-title {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.16;
	letter-spacing: -1.8px;
	color: #313131;
	margin-bottom: 0;
}
.plan-card.annual .plan-region {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.16;
	color: #c22839;
	margin-bottom: 0;
}
.plan-card.annual .plan-original {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.62;
	letter-spacing: -0.4px;
	color: #000;
	margin-bottom: 0;
	text-decoration: line-through;
	text-decoration-color: #c22839;
}
.plan-card.annual .plan-sale {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 21px;
	line-height: 1.62;
	letter-spacing: -0.38px;
	color: #c22839;
	margin-bottom: 0;
}
.plan-card.annual .plan-sale span {
	font-size: 17px;
}
/* Radio */
.plan-card .form-check-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	top: 50%;
	right: 28px;
	transform: translateY(-50%);
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 2px solid #a3afb7;
	background-color: #fff;
	background-image: none !important;
	margin: 0;
	cursor: pointer;
}
.plan-card .form-check-input:checked {
	background-color: #fff;
	border-color: #a3afb7;
	box-shadow: inset 0 0 0 14px #000;
}
#planError {
	display: none;
	color: #dc3545;
	font-size: 0.8rem;
	margin-top: 6px;
}

/* Quote bar — MCP page */
.quote-bar {
	background-color: #f1f1f1;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}
.quote-bar-heading {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 32px;
	line-height: 1.27;
	letter-spacing: -0.64px;
	color: #313131;
	margin-bottom: 32px;
}
.quote-bar-quote {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 25px;
	line-height: 1.62;
	letter-spacing: -0.46px;
	color: #000;
	margin-bottom: 12px;
}
.quote-bar-attribution {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.62;
	letter-spacing: -0.46px;
	color: #000;
	margin-bottom: 0;
}

/* Form intro — MCP page */
.form-intro {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 1.62;
	letter-spacing: -0.42px;
	color: #000;
	margin-bottom: 40px;
}

/* Form inputs */
.form-control,
.form-select {
	background-color: #f9f9f9;
	border: 1px solid #a3afb7;
	border-radius: 10px;
	padding: 20px 26px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: -0.36px;
	color: #5c5c5c;
}
.form-control::placeholder {
	color: #9ea6ae;
	opacity: 1;
}
.form-select {
	color: #9ea6ae;
}
.form-select.has-value {
	color: #5c5c5c;
}
.form-control:focus,
.form-select:focus {
	border-color: #1d5388;
	box-shadow: 0 0 0 2px rgba(29, 83, 136, 0.15);
	outline: none;
}
.invalid-feedback {
	font-size: 0.75rem;
}
.form-disclaimer {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.62;
	letter-spacing: -0.3px;
	color: #2e2e2e;
	text-align: center;
}

/* Footer */
.footer-upper {
	background-color: #f1f1f1;
	padding-top: 50px;
	padding-bottom: 50px;
}
.footer-body-text {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.62;
	letter-spacing: -0.32px;
	color: #000;
}
.footer-heading {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.62;
	color: #000;
	margin-bottom: 4px;
}
.footer-address {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.62;
	color: #000;
}
.footer-address span {
	color: #a00021;
	font-weight: 700;
}
.footer-link {
	font-family: "Poppins", sans-serif;
	font-size: 17px;
	line-height: 1.62;
	color: #a00021;
	text-decoration: underline;
}
.footer-link:hover {
	color: #80001a;
}
.footer-copy {
	background-color: #202020;
	padding-top: 16px;
	padding-bottom: 16px;
}
.footer-copy p,
.footer-copy a {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 11px;
	line-height: 1.62;
	letter-spacing: -0.22px;
	color: #fff;
	margin-bottom: 2px;
}
.footer-copy a {
	text-decoration: underline;
}
.footer-copy a:hover {
	color: #ddd;
}
.social-icons {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
}
.social-icons a {
	display: inline-flex;
	line-height: 0;
}
.social-icons img {
	height: 26px;
	width: auto;
	transition: opacity 0.2s ease;
}
.social-icons a:hover img {
	opacity: 0.7;
}

/* Responsive */
@media (max-width: 991.98px) {
	.product-card-body {
		flex-direction: column;
		gap: 24px;
		padding: 30px 30px 40px;
	}
	.plan-section h2 {
		font-size: 28px;
	}
	.plan-subtitle {
		font-size: 18px;
	}
	.card-section-title {
		font-size: 24px;
	}
	.quote-bar-heading {
		font-size: 24px;
	}
	.quote-bar-quote {
		font-size: 18px;
	}
}
@media (max-width: 767.98px) {
	.product-card-left {
		min-width: unset;
		width: 100%;
	}
}
@media (max-width: 575.98px) {
	.row {
		margin-left: auto;
		margin-right: auto;
	}
}

/* Print */
@media print {
	body { font-size: 12pt; color: #000; background: #fff; }
	nav, footer, .no-print { display: none !important; }
}