:root {
	--ml-ink: #101828;
	--ml-muted: #596579;
	--ml-line: #d9e0ea;
	--ml-surface: #ffffff;
	--ml-soft: #f4f7fb;
	--ml-blue: #0b63f6;
	--ml-cyan: #12b6cb;
	--ml-green: #19a974;
	--ml-red: #e24b4b;
	--ml-shadow: 0 18px 50px rgba(16, 24, 40, 0.12);
}

body {
	background: var(--ml-surface);
	color: var(--ml-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
	color: var(--ml-blue);
	text-decoration: none;
}

a:hover {
	color: #064fc5;
}

.site-header {
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid var(--ml-line);
	position: sticky;
	top: 0;
	z-index: 20;
	backdrop-filter: blur(14px);
}

.navbar {
	min-height: 72px;
}

.navbar-brand,
.footer-brand {
	color: var(--ml-ink);
	font-size: 1.35rem;
	font-weight: 800;
	letter-spacing: 0;
}

.navbar-brand:hover,
.footer-brand:hover {
	color: var(--ml-blue);
}

.navbar-nav .nav-link {
	border-radius: 999px;
	color: var(--ml-muted);
	font-weight: 650;
	padding: 0.55rem 0.85rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .current-menu-item > .nav-link {
	background: var(--ml-soft);
	color: var(--ml-ink);
}

.hero-section {
	background:
		radial-gradient(circle at 12% 24%, rgba(18, 182, 203, 0.16), transparent 30%),
		linear-gradient(135deg, #f8fbff 0%, #eef4ff 47%, #ffffff 100%);
	overflow: hidden;
	padding: 88px 0 76px;
	position: relative;
}

.hero-section::after {
	background: linear-gradient(90deg, var(--ml-blue), var(--ml-cyan), var(--ml-green), var(--ml-red));
	bottom: 0;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	width: 100%;
}

.hero-kicker {
	color: var(--ml-blue);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.hero-section h1 {
	color: var(--ml-ink);
	font-size: clamp(2.35rem, 5vw, 4.9rem);
	font-weight: 850;
	line-height: 1.02;
	margin-bottom: 1.35rem;
	max-width: 900px;
}

.page-hero h1 {
	color: var(--ml-ink);
	font-size: clamp(2.25rem, 4.4vw, 4.2rem);
	font-weight: 720;
	line-height: 1.08;
	margin-bottom: 1.35rem;
	max-width: 900px;
}

.hero-copy,
.page-hero p,
.single-hero p {
	color: var(--ml-muted);
	font-size: 1.15rem;
	line-height: 1.7;
	max-width: 720px;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 2rem;
}

.btn {
	border-radius: 999px;
	font-weight: 750;
	padding-left: 1.3rem;
	padding-right: 1.3rem;
}

.btn-primary {
	background: var(--ml-blue);
	border-color: var(--ml-blue);
	box-shadow: 0 12px 30px rgba(11, 99, 246, 0.22);
}

.btn-outline-dark {
	background: rgba(255, 255, 255, 0.72);
	border-color: var(--ml-line);
	color: var(--ml-ink);
}

.hero-device {
	margin: 0 auto;
	max-width: 460px;
	min-height: 360px;
	position: relative;
}

.hero-device__screen {
	background: #121826;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 24px;
	box-shadow: var(--ml-shadow);
	min-height: 285px;
	overflow: hidden;
	padding: 22px;
	transform: rotate(-3deg);
}

.hero-device__screen::before {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
		linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
	background-size: 34px 34px;
	content: "";
	inset: 0;
	position: absolute;
}

.hero-device__bar {
	background: linear-gradient(90deg, #ff6b6b 0 12px, #ffd166 12px 24px, #06d6a0 24px 36px, transparent 36px);
	height: 14px;
	margin-bottom: 42px;
	position: relative;
	z-index: 1;
}

.hero-device__content {
	display: grid;
	gap: 14px;
	position: relative;
	z-index: 1;
}

.hero-chip {
	background: rgba(255, 255, 255, 0.11);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 14px;
	color: #fff;
	display: block;
	font-weight: 750;
	padding: 16px 18px;
}

.hero-chip:nth-child(1) {
	border-left: 5px solid var(--ml-blue);
}

.hero-chip:nth-child(2) {
	border-left: 5px solid var(--ml-cyan);
}

.hero-chip:nth-child(3) {
	border-left: 5px solid var(--ml-green);
}

.hero-chip:nth-child(4) {
	border-left: 5px solid var(--ml-red);
}

.hero-phone {
	background: #ffffff;
	border: 10px solid #101828;
	border-radius: 34px;
	bottom: -8px;
	box-shadow: 0 18px 38px rgba(16, 24, 40, 0.2);
	min-height: 190px;
	padding: 26px 16px 18px;
	position: absolute;
	right: -6px;
	width: 130px;
}

.hero-phone div {
	background: linear-gradient(135deg, var(--ml-blue), var(--ml-cyan));
	border-radius: 20px;
	height: 72px;
	margin-bottom: 16px;
}

.hero-phone span {
	background: #dce5f2;
	border-radius: 999px;
	display: block;
	height: 10px;
	margin-top: 10px;
}

.latest-section,
.archive-section,
.agency-section,
.services-section,
.service-page-section,
.contact-section,
.platform-section,
.process-section,
.pricing-section,
.faq-section,
.write-section,
.keyword-section,
.guidelines-section,
.service-cta {
	padding: 76px 0;
}

.agency-section {
	background: #ffffff;
	padding-top: 76px;
}

.services-section,
.contact-section,
.platform-section,
.pricing-section,
.write-section,
.guidelines-section {
	background: #ffffff;
}

.service-page-section,
.faq-section,
.keyword-section {
	background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
}

.process-section {
	background: #101828;
	color: #ffffff;
}

.process-section .section-heading h2 {
	color: #ffffff;
}

.section-heading {
	margin-bottom: 2.4rem;
	max-width: 720px;
}

.section-heading p {
	color: var(--ml-blue);
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.section-heading h2 {
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: 850;
	line-height: 1.08;
}

.agency-panel {
	background:
		linear-gradient(135deg, rgba(11, 99, 246, 0.1), rgba(18, 182, 203, 0.08)),
		#f8fbff;
	border: 1px solid var(--ml-line);
	border-radius: 8px;
	box-shadow: 0 8px 28px rgba(16, 24, 40, 0.06);
	overflow: hidden;
	padding: 2.4rem;
	position: relative;
}

.agency-panel::after {
	background: linear-gradient(180deg, var(--ml-blue), var(--ml-cyan), var(--ml-green));
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 6px;
}

.agency-panel h2 {
	font-size: clamp(2rem, 4vw, 3.4rem);
	font-weight: 850;
	line-height: 1.08;
	margin-bottom: 1rem;
	max-width: 860px;
}

.agency-panel p:not(.hero-kicker) {
	color: var(--ml-muted);
	font-size: 1.08rem;
	line-height: 1.75;
	max-width: 760px;
}

.agency-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 1.6rem;
}

.agency-stack {
	display: grid;
	gap: 0.85rem;
}

.agency-stack span {
	background: #ffffff;
	border: 1px solid var(--ml-line);
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(16, 24, 40, 0.06);
	color: var(--ml-ink);
	font-weight: 820;
	padding: 1rem 1.1rem;
}

.post-card {
	background: #fff;
	border: 1px solid var(--ml-line);
	border-radius: 8px;
	box-shadow: 0 8px 28px rgba(16, 24, 40, 0.06);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.post-card:hover {
	box-shadow: var(--ml-shadow);
	transform: translateY(-4px);
}

.post-card__media {
	aspect-ratio: 16 / 10;
	background: var(--ml-soft);
	display: block;
	overflow: hidden;
}

.post-card__image {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.post-card__placeholder {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(11, 99, 246, 0.18), rgba(18, 182, 203, 0.16)),
		#f7f9fc;
	display: flex;
	height: 100%;
	justify-content: center;
}

.post-card__placeholder span {
	color: var(--ml-ink);
	font-size: 1.4rem;
	font-weight: 850;
}

.post-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.35rem;
}

.post-card__meta {
	align-items: center;
	color: var(--ml-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.86rem;
	gap: 0.65rem;
	margin-bottom: 0.9rem;
}

.post-card__category {
	background: #e9f2ff;
	border-radius: 999px;
	color: var(--ml-blue);
	font-weight: 800;
	padding: 0.25rem 0.65rem;
}

.post-card__title {
	font-size: 1.3rem;
	font-weight: 820;
	line-height: 1.25;
	margin-bottom: 0.85rem;
}

.post-card__title a {
	color: var(--ml-ink);
}

.post-card__title a:hover {
	color: var(--ml-blue);
}

.post-card__excerpt {
	color: var(--ml-muted);
	line-height: 1.65;
	margin-bottom: 1.2rem;
}

.post-card__link {
	align-items: center;
	color: var(--ml-ink);
	display: inline-flex;
	font-weight: 800;
	gap: 0.45rem;
	margin-top: auto;
}

.post-card__link span {
	align-items: center;
	background: var(--ml-ink);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	height: 22px;
	justify-content: center;
	line-height: 1;
	width: 22px;
}

.service-card {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.76)),
		#f7f9fc;
	border: 1px solid var(--ml-line);
	border-radius: 8px;
	box-shadow: 0 8px 28px rgba(16, 24, 40, 0.06);
	color: var(--ml-ink);
	display: flex;
	flex-direction: column;
	min-height: 310px;
	overflow: hidden;
	padding: 2rem;
	position: relative;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card::after {
	background: linear-gradient(90deg, var(--ml-blue), var(--ml-cyan));
	bottom: 0;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	width: 100%;
}

.service-card--mobile::after {
	background: linear-gradient(90deg, var(--ml-green), var(--ml-cyan));
}

.service-card:hover {
	box-shadow: var(--ml-shadow);
	color: var(--ml-ink);
	transform: translateY(-4px);
}

.service-card__icon {
	align-items: center;
	background: #101828;
	border-radius: 22px;
	color: #ffffff;
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 850;
	height: 62px;
	justify-content: center;
	margin-bottom: 2rem;
	width: 62px;
}

.service-card h3 {
	font-size: 1.7rem;
	font-weight: 850;
	margin-bottom: 0.85rem;
}

.service-card p {
	color: var(--ml-muted);
	font-size: 1.04rem;
	line-height: 1.7;
	margin-bottom: 1.5rem;
	max-width: 620px;
}

.service-card strong {
	color: var(--ml-blue);
	margin-top: auto;
}

.service-detail__panel,
.capability-card,
.contact-card,
.contact-intro,
.write-panel,
.keyword-card,
.guideline-item {
	background: #ffffff;
	border: 1px solid var(--ml-line);
	border-radius: 8px;
	box-shadow: 0 8px 28px rgba(16, 24, 40, 0.06);
}

.service-detail__panel {
	height: 100%;
	padding: 2.2rem;
}

.write-panel {
	padding: 2.2rem;
}

.service-detail__panel h2,
.contact-intro h2,
.write-panel h2 {
	font-size: clamp(2rem, 4vw, 3.1rem);
	font-weight: 850;
	line-height: 1.08;
	margin-bottom: 1rem;
}

.service-detail__panel p,
.contact-intro p,
.capability-card p,
.write-panel p,
.keyword-card p,
.guideline-item p {
	color: var(--ml-muted);
	line-height: 1.7;
}

.service-detail__panel .btn {
	margin-top: 1rem;
}

.capability-card {
	padding: 1.5rem;
}

.capability-card span {
	color: var(--ml-blue);
	display: block;
	font-size: 0.82rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	margin-bottom: 1.1rem;
}

.capability-card h3 {
	font-size: 1.25rem;
	font-weight: 820;
	margin-bottom: 0.75rem;
}

.keyword-card {
	padding: 1.5rem;
}

.keyword-card span {
	color: var(--ml-blue);
	display: block;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.keyword-card h3,
.guideline-item h3 {
	font-size: 1.24rem;
	font-weight: 820;
	margin-bottom: 0.75rem;
}

.keyword-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.keyword-cloud span {
	background: #ffffff;
	border: 1px solid var(--ml-line);
	border-radius: 999px;
	box-shadow: 0 6px 18px rgba(16, 24, 40, 0.04);
	color: var(--ml-ink);
	font-weight: 750;
	padding: 0.65rem 0.95rem;
}

.guideline-list {
	display: grid;
	gap: 1rem;
}

.guideline-item {
	padding: 1.35rem;
}

.platform-card,
.pricing-card {
	background: #ffffff;
	border: 1px solid var(--ml-line);
	border-radius: 8px;
	box-shadow: 0 8px 28px rgba(16, 24, 40, 0.06);
	padding: 1.6rem;
}

.platform-card {
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.platform-card:hover {
	box-shadow: var(--ml-shadow);
	transform: translateY(-4px);
}

.platform-card span {
	align-items: center;
	background: #e9f2ff;
	border-radius: 999px;
	color: var(--ml-blue);
	display: inline-flex;
	font-size: 0.8rem;
	font-weight: 850;
	margin-bottom: 1.25rem;
	padding: 0.38rem 0.72rem;
}

.platform-card h3 {
	font-size: 1.28rem;
	font-weight: 830;
	margin-bottom: 0.8rem;
}

.platform-card p,
.pricing-card li,
.pricing-note {
	color: var(--ml-muted);
	line-height: 1.7;
}

.process-list {
	display: grid;
	gap: 1rem;
}

.process-item {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	display: grid;
	gap: 1.2rem;
	grid-template-columns: 58px 1fr;
	padding: 1.35rem;
}

.process-item span {
	align-items: center;
	background: #ffffff;
	border-radius: 18px;
	color: var(--ml-blue);
	display: inline-flex;
	font-weight: 850;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.process-item h3 {
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: 820;
	margin-bottom: 0.35rem;
}

.process-item p {
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.7;
	margin-bottom: 0;
}

.pricing-card {
	display: flex;
	flex-direction: column;
	min-height: 390px;
	position: relative;
}

.pricing-card--featured {
	border-color: rgba(11, 99, 246, 0.28);
	box-shadow: var(--ml-shadow);
}

.pricing-card > p {
	color: var(--ml-blue);
	font-weight: 850;
	letter-spacing: 0.08em;
	margin-bottom: 0.7rem;
	text-transform: uppercase;
}

.pricing-card h3 {
	font-size: 2.25rem;
	font-weight: 850;
	margin-bottom: 1.25rem;
}

.pricing-card ul {
	display: grid;
	gap: 0.85rem;
	list-style: none;
	margin: 0 0 1.8rem;
	padding: 0;
}

.pricing-card li {
	padding-left: 1.55rem;
	position: relative;
}

.pricing-card li::before {
	background: var(--ml-green);
	border-radius: 50%;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: 0.62rem;
	width: 8px;
}

.pricing-card .btn {
	margin-top: auto;
}

.pricing-note {
	margin: 1.2rem 0 0;
	text-align: center;
}

.maclaunch-faq .accordion-item {
	background: #ffffff;
	border: 1px solid var(--ml-line);
	border-radius: 8px;
	box-shadow: 0 8px 28px rgba(16, 24, 40, 0.05);
	margin-bottom: 1rem;
	overflow: hidden;
}

.maclaunch-faq .accordion-button {
	color: var(--ml-ink);
	font-size: 1.06rem;
	font-weight: 800;
	padding: 1.25rem 1.4rem;
}

.maclaunch-faq .accordion-button:not(.collapsed) {
	background: #e9f2ff;
	box-shadow: none;
	color: var(--ml-blue);
}

.maclaunch-faq .accordion-button:focus {
	box-shadow: 0 0 0 0.22rem rgba(11, 99, 246, 0.12);
}

.maclaunch-faq .accordion-body {
	color: var(--ml-muted);
	line-height: 1.75;
	padding: 1.25rem 1.4rem;
}

.service-cta {
	background: #ffffff;
}

.service-cta__inner {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(11, 99, 246, 0.12), rgba(18, 182, 203, 0.1)),
		#f8fbff;
	border: 1px solid var(--ml-line);
	border-radius: 8px;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	padding: 2.4rem;
}

.service-cta__inner h2 {
	font-size: clamp(1.8rem, 4vw, 3rem);
	font-weight: 850;
	line-height: 1.08;
	margin: 0;
	max-width: 780px;
}

.page-hero,
.single-hero {
	background:
		linear-gradient(135deg, rgba(11, 99, 246, 0.1), rgba(25, 169, 116, 0.08)),
		#f8fbff;
	padding: 76px 0;
}

.pagination-wrap {
	display: flex;
	justify-content: center;
	margin-top: 3rem;
}

.pagination-wrap .page-numbers {
	align-items: center;
	border: 1px solid var(--ml-line);
	border-radius: 999px;
	color: var(--ml-ink);
	display: inline-flex;
	font-weight: 750;
	height: 44px;
	justify-content: center;
	margin: 0 0.25rem 0.5rem;
	min-width: 44px;
	padding: 0 0.9rem;
}

.pagination-wrap .current,
.pagination-wrap .page-numbers:hover {
	background: var(--ml-blue);
	border-color: var(--ml-blue);
	color: #fff;
}

.single-hero__inner {
	margin: 0 auto;
	max-width: 900px;
	text-align: center;
}

.single-hero h1 {
	font-size: clamp(2.2rem, 5vw, 4rem);
	font-weight: 720;
	line-height: 1.06;
	margin: 0 auto 1rem;
}

.single-hero p {
	margin-left: auto;
	margin-right: auto;
}

.single-featured-image {
	border-radius: 8px;
	box-shadow: var(--ml-shadow);
	display: block;
	height: auto;
	margin: -34px auto 48px;
	max-height: 560px;
	object-fit: cover;
	width: min(100%, 1040px);
}

.single-content {
	color: #273246;
	font-size: 1.08rem;
	line-height: 1.85;
	margin: 0 auto;
	max-width: 780px;
	padding-bottom: 76px;
}

.default-page__content {
	color: #273246;
	font-size: 1.08rem;
	line-height: 1.85;
	margin: 0 auto;
	max-width: 900px;
	padding: 64px 0 76px;
}

.default-page__featured-image {
	border-radius: 8px;
	box-shadow: var(--ml-shadow);
	display: block;
	height: auto;
	margin-bottom: 2.4rem;
	max-height: 560px;
	object-fit: cover;
	width: 100%;
}

.single-content h2,
.single-content h3,
.default-page__content h2,
.default-page__content h3 {
	color: var(--ml-ink);
	font-weight: 820;
	margin-top: 2rem;
}

.single-content img,
.default-page__content img {
	border-radius: 8px;
	height: auto;
	max-width: 100%;
}

.contact-card {
	padding: 2rem;
}

.maclaunch-contact-form {
	margin: 0;
}

.contact-intro {
	padding: 2rem;
	position: sticky;
	top: 96px;
}

.contact-direct {
	border-top: 1px solid var(--ml-line);
	margin-top: 1.6rem;
	padding-top: 1.4rem;
}

.contact-direct span {
	color: var(--ml-blue);
	display: block;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	margin-bottom: 0.35rem;
	text-transform: uppercase;
}

.contact-direct a {
	color: var(--ml-ink);
	font-size: 1.1rem;
	font-weight: 800;
}

.maclaunch-contact-form .form-label {
	color: var(--ml-ink);
	font-weight: 750;
}

.maclaunch-contact-form .form-control,
.maclaunch-contact-form .form-select {
	border-color: var(--ml-line);
	border-radius: 8px;
	color: var(--ml-ink);
}

.maclaunch-contact-form .form-control:focus,
.maclaunch-contact-form .form-select:focus {
	border-color: var(--ml-blue);
	box-shadow: 0 0 0 0.22rem rgba(11, 99, 246, 0.12);
}

.contact-card__trap {
	display: none !important;
}

.empty-state {
	background: var(--ml-soft);
	border: 1px solid var(--ml-line);
	border-radius: 8px;
	padding: 2.4rem;
	text-align: center;
}

.site-footer {
	background: #101828;
	color: rgba(255, 255, 255, 0.72);
	padding: 42px 0;
}

.site-footer .footer-brand,
.site-footer a {
	color: #fff;
}

@media (max-width: 991.98px) {
	.hero-section {
		padding-top: 64px;
	}

	.hero-device {
		max-width: 390px;
		min-height: 310px;
	}
}

@media (max-width: 575.98px) {
	.navbar {
		min-height: 64px;
	}

	.hero-section h1,
	.page-hero h1 {
		font-size: 2.45rem;
	}

	.hero-actions .btn {
		width: 100%;
	}

	.hero-phone {
		right: 0;
		width: 112px;
	}

	.latest-section,
	.archive-section,
	.agency-section,
	.services-section,
	.service-page-section,
	.contact-section,
	.platform-section,
	.process-section,
	.pricing-section,
	.faq-section,
	.write-section,
	.keyword-section,
	.guidelines-section,
	.service-cta {
		padding: 56px 0;
	}

	.contact-intro {
		position: static;
	}

	.service-cta__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.agency-panel {
		padding: 1.5rem;
	}
}

@media (max-width: 575.98px) {
	.process-item {
		grid-template-columns: 1fr;
	}

	.service-cta__inner {
		padding: 1.5rem;
	}
}
