/*
Theme Name: FUTUNEX SWELL Child
Template: swell
Description: FUTUNEX の導線設計と主要ページを Git 管理するための SWELL 子テーマ
Version: 0.1.0
Requires at least: 5.6
Requires PHP: 7.3
Author: Emiko8628 + Codex
Text Domain: futunex-swell-child
*/

:root {
	--fut-color-cta: #ff6b6b;
	--fut-color-trust: #4ecdc4;
	--fut-color-bg: #ffffff;
	--fut-color-text: #333333;
	--fut-color-soft: #f8fbfb;
	--fut-color-line: #e8efef;
	--fut-color-heading: #243445;
	--fut-shadow-card: 0 12px 30px rgba(36, 52, 69, 0.08);
}

.fut-page {
	color: var(--fut-color-text);
	background: var(--fut-color-bg);
}

.fut-shell {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.fut-section {
	padding: 84px 0;
}

.fut-eyebrow {
	display: inline-block;
	margin-bottom: 12px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(78, 205, 196, 0.14);
	color: #228e87;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.fut-section-title {
	margin: 0 0 14px;
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 600;
	line-height: 1.3;
	color: var(--fut-color-heading);
}

.fut-section-lead {
	margin: 0;
	max-width: 760px;
	font-size: 16px;
	line-height: 1.8;
}

.fut-section-lead br,
.fut-note br {
	display: block;
	content: "";
	margin-top: 0.35em;
}

.fut-hero {
	padding: 36px 0 24px;
}

.fut-hero__card {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	gap: 28px;
	padding: 42px;
	border: 1px solid var(--fut-color-line);
	border-radius: 28px;
	background:
		radial-gradient(circle at left top, rgba(255, 214, 77, 0.34), transparent 34%),
		linear-gradient(135deg, rgba(78, 205, 196, 0.08), rgba(255, 255, 255, 0.96)),
		linear-gradient(135deg, #fff7c7, #ffffff 58%);
	box-shadow: var(--fut-shadow-card);
}

.fut-hero__content {
	display: grid;
	align-content: center;
	gap: 18px;
}

.fut-hero__title {
	margin: 0;
	font-size: clamp(40px, 5vw, 64px);
	font-weight: 700;
	line-height: 1.08;
	color: var(--fut-color-heading);
}

.fut-hero__subtitle {
	margin: 14px 0 0;
	font-size: clamp(20px, 2vw, 30px);
	font-weight: 700;
	line-height: 1.35;
	color: var(--fut-color-heading);
}

.fut-hero__lead {
	margin: 0;
	max-width: 720px;
	font-size: 17px;
	line-height: 1.95;
}

.fut-hero__list,
.fut-card__list,
.fut-step__list {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.9;
}

.fut-hero__list {
	display: grid;
	gap: 10px;
	max-width: 720px;
}

.fut-hero__list li {
	position: relative;
	padding: 12px 16px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.74);
	font-size: clamp(17px, 2vw, 22px);
	font-weight: 800;
	line-height: 1.6;
	color: var(--fut-color-heading);
	box-shadow: 0 8px 20px rgba(36, 52, 69, 0.06);
}

.fut-card__list li,
.fut-step__list li {
	position: relative;
	padding-left: 2.1em;
}

.fut-card__list li::before,
.fut-step__list li::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 1.8em;
	font-weight: 800;
	color: var(--fut-color-heading);
}

.fut-card__list li::before,
.fut-step__list li::before {
	content: "①";
}

.fut-card__list li:nth-child(2)::before,
.fut-step__list li:nth-child(2)::before {
	content: "②";
}

.fut-card__list li:nth-child(3)::before,
.fut-step__list li:nth-child(3)::before {
	content: "③";
}

.fut-card__list li:nth-child(4)::before,
.fut-step__list li:nth-child(4)::before {
	content: "④";
}

.fut-hero__actions,
.fut-card__actions,
.fut-profile__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 12px;
}

.fut-card__actions {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: auto;
	padding-top: 8px;
	text-align: center;
}

.fut-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 700;
	transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.fut-button:hover {
	transform: translateY(-1px);
}

.fut-button--primary {
	background: var(--fut-color-cta);
	color: #fff;
	border: 1px solid var(--fut-color-cta);
}

.fut-button--secondary {
	background: #fff;
	color: var(--fut-color-cta);
	border: 1px solid rgba(255, 107, 107, 0.45);
}

.fut-grid {
	display: grid;
	gap: 24px;
}

.fut-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fut-card {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 20px;
	border: 1px solid var(--fut-color-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--fut-shadow-card);
}

.fut-card__gallery {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-areas:
		"main main"
		"sub-left sub-right";
	width: 100%;
	max-width: 420px;
	margin: -16px auto 0;
}

.fut-card__gallery--services {
	max-width: 100%;
	margin: 0;
}

.fut-card__image {
	margin: 0;
	overflow: hidden;
	border-radius: 12px;
}

.fut-card__image.is-main {
	grid-area: main;
}

.fut-card__image.is-sub {
	grid-column: auto;
}

.fut-card__gallery .fut-card__image:nth-child(2) {
	grid-area: sub-left;
}

.fut-card__gallery .fut-card__image:nth-child(3) {
	grid-area: sub-right;
}

.fut-card__image-link {
	display: block;
	height: 100%;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: zoom-in;
}

.fut-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.fut-card__image.is-sub img {
	aspect-ratio: 1 / 1;
}

.fut-card__badge {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255, 107, 107, 0.12);
	color: #d64f4f;
	font-size: 12px;
	font-weight: 700;
}

.fut-card__lead {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.8;
}

.fut-card__compare {
	display: grid;
	gap: 10px;
	margin: 0;
}

.fut-card__compare-row {
	display: grid;
	gap: 6px;
	padding: 14px 16px;
	border: 1px solid rgba(232, 239, 239, 0.92);
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(248, 251, 251, 0.94), rgba(255, 255, 255, 0.98));
}

.fut-card__compare-row dt {
	margin: 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #5d6a7b;
}

.fut-card__compare-row dd {
	margin: 0;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.7;
	color: var(--fut-color-heading);
}

.fut-card__title,
.fut-step__title {
	margin: 0;
	font-size: 1.35rem;
	line-height: 1.4;
	color: var(--fut-color-heading);
}

.fut-card__title-note {
	margin: -6px 0 0;
	font-size: 0.88rem;
	line-height: 1.7;
	color: #6a7788;
}

.fut-card__meta {
	display: grid;
	gap: 10px;
	margin: 0;
}

.fut-card__meta-row {
	display: grid;
	grid-template-columns: 68px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	padding: 12px 14px;
	border-radius: 14px;
	background: rgba(248, 251, 251, 0.88);
}

.fut-card__meta-row dt {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #5d6a7b;
}

.fut-card__meta-row dd {
	margin: 0;
}

.fut-card__price {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.8;
}

.fut-card__result {
	margin: 0;
	color: var(--fut-color-heading);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.7;
}

.fut-card__actions .fut-button {
	flex: 0 1 280px;
	width: min(100%, 280px);
	margin: 0 auto;
	align-self: center;
}

.fut-services-notes {
	margin-top: 28px;
	padding: 0 6px;
}

.fut-services-notes p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.8;
	color: #5d6a7b;
}

.fut-services-notes p + p {
	margin-top: 4px;
}

.fut-lightbox {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(36, 52, 69, 0.82);
}

.fut-lightbox[hidden] {
	display: none;
}

.fut-lightbox__inner {
	width: min(80vw, 720px);
	max-width: 100%;
	max-height: 78vh;
}

.fut-lightbox__inner img {
	display: block;
	max-width: 100%;
	max-height: 78vh;
	border-radius: 12px;
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

.fut-lightbox__close {
	position: absolute;
	top: 16px;
	right: 20px;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--fut-color-heading);
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

body.is-fut-lightbox-open {
	overflow: hidden;
}

.fut-highlight {
	padding: 32px;
	border-radius: 20px;
	background: #2f4457;
	color: #fff;
}

.fut-highlight .fut-section-title,
.fut-highlight .fut-section-lead {
	color: #fff;
}

.fut-steps {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fut-step {
	padding: 22px;
	border: 1px solid var(--fut-color-line);
	border-radius: 18px;
	background: var(--fut-color-soft);
}

.fut-step__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-bottom: 12px;
	border-radius: 50%;
	background: #fff;
	color: var(--fut-color-cta);
	font-weight: 700;
}

.fut-flow {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.fut-flow__item {
	padding: 10px 14px;
	border-radius: 999px;
	background: #fff;
	color: var(--fut-color-heading);
	font-size: 0.92rem;
	font-weight: 600;
}

.fut-process-flow {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.fut-process-flow__item {
	padding: 20px;
	border: 1px solid var(--fut-color-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--fut-shadow-card);
}

.fut-process-flow__item p {
	margin: 10px 0 0;
	line-height: 1.8;
}

.fut-process-flow__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 12px;
	border-radius: 50%;
	background: rgba(255, 107, 107, 0.12);
	color: var(--fut-color-cta);
	font-weight: 700;
}

.fut-profile {
	display: grid;
	gap: 24px;
	grid-template-columns: 280px minmax(0, 1fr);
	align-items: center;
	padding: 32px;
	border: 1px solid var(--fut-color-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: var(--fut-shadow-card);
}

.fut-profile__image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
	object-fit: cover;
}

.fut-note {
	margin: 0;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.8;
	color: #5d6a7b;
}

.fut-faq {
	display: grid;
	gap: 14px;
	margin-top: 28px;
}

.fut-faq__item {
	border: 1px solid var(--fut-color-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--fut-shadow-card);
	overflow: hidden;
}

.fut-faq__item summary {
	position: relative;
	padding: 22px 56px 22px 24px;
	cursor: pointer;
	list-style: none;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.7;
	color: var(--fut-color-heading);
}

.fut-faq__item summary::-webkit-details-marker {
	display: none;
}

.fut-faq__item summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 22px;
	transform: translateY(-50%);
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	color: var(--fut-color-cta);
}

.fut-faq__item[open] summary::after {
	content: "-";
}

.fut-faq__item p {
	margin: 0;
	padding: 0 24px 24px;
	line-height: 1.9;
	color: var(--fut-color-text);
}

.fut-section--last {
	padding-bottom: 96px;
}

.fut-highlight--footer {
	background:
		linear-gradient(135deg, rgba(255, 214, 77, 0.18), transparent 38%),
		#2f4457;
}

.fut-highlight--page {
	background:
		radial-gradient(circle at left top, rgba(255, 214, 77, 0.16), transparent 38%),
		#ffffff;
	color: var(--fut-color-text);
}

.fut-highlight--page .fut-section-title,
.fut-highlight--page .fut-section-lead {
	color: var(--fut-color-heading);
}

.fut-case {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 24px;
	border: 1px solid var(--fut-color-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: var(--fut-shadow-card);
}

.fut-case__badge {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(78, 205, 196, 0.14);
	color: #228e87;
	font-size: 12px;
	font-weight: 700;
}

.fut-case__story {
	display: grid;
	gap: 12px;
	margin: 0;
}

.fut-case__story-item {
	padding: 14px 16px;
	border-radius: 16px;
	background: rgba(248, 251, 251, 0.88);
}

.fut-case__story-item:nth-child(2) {
	background: rgba(255, 244, 235, 0.96);
	border: 1px solid rgba(255, 182, 138, 0.45);
}

.fut-case__story-item dt {
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 700;
	color: var(--fut-color-heading);
}

.fut-case__story-item dd {
	margin: 0;
	line-height: 1.9;
}

.fut-case__actions {
	margin-top: auto;
	padding-top: 4px;
	display: flex;
	justify-content: center;
}

.fut-case__header {
	display: grid;
	grid-template-columns: 132px minmax(0, 1fr);
	gap: 22px;
	align-items: start;
}

.fut-case__avatar-wrap {
	display: grid;
	gap: 8px;
	justify-items: start;
	align-content: start;
}

.fut-case__avatar img {
	display: block;
	width: 132px;
	height: 132px;
	border-radius: 24px;
	object-fit: cover;
	box-shadow: var(--fut-shadow-card);
}

.fut-case__label {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	color: #6d7b88;
	line-height: 1.5;
	max-width: 9em;
}

.fut-case__intro .fut-card__title {
	margin: 0;
	font-size: clamp(34px, 3vw, 52px);
	line-height: 1.25;
}

.fut-case__action-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 8px;
}

.fut-case__action-list li {
	position: relative;
	padding-left: 1.5em;
	line-height: 1.8;
}

.fut-case__action-list li::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 800;
	color: #d97a4a;
}

.fut-service-detail {
	display: grid;
	grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
	gap: 28px;
	align-items: start;
}

.fut-service-detail__media img {
	display: block;
	width: 100%;
	border-radius: 20px;
	box-shadow: var(--fut-shadow-card);
}

.fut-service-detail__body {
	display: grid;
	gap: 18px;
}

.fut-service-detail__media .fut-card__gallery {
	max-width: 100%;
	margin: 0;
}

.fut-service-detail__section {
	padding: 24px;
	border: 1px solid var(--fut-color-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: var(--fut-shadow-card);
}

.fut-service-detail__section--focus {
	padding: 28px;
	border-color: rgba(78, 205, 196, 0.28);
	background: linear-gradient(180deg, rgba(78, 205, 196, 0.08), rgba(255, 255, 255, 0.98));
}

.fut-service-detail__section--focus .fut-section-title {
	margin-bottom: 18px;
	font-size: clamp(34px, 4vw, 52px);
	line-height: 1.15;
}

.fut-service-detail__list {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fut-service-detail__list li,
.fut-service-detail__list li::marker {
	padding-left: 0;
	line-height: 1.9;
	list-style: none;
}

.fut-service-detail__list li::before {
	content: none;
}

.fut-service-detail__section--focus .fut-service-detail__list li {
	padding: 14px 16px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 10px 24px rgba(36, 52, 69, 0.06);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.75;
}

.fut-service-detail__steps {
	margin: 0;
	padding: 0;
	list-style: none;
}

.fut-service-detail__step-item {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
}

.fut-service-detail__step-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	background: rgba(255, 107, 107, 0.12);
	color: var(--fut-color-cta);
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
}

.fut-service-detail__step-text {
	line-height: 1.9;
}

.fut-service-detail__step-arrow {
	display: block;
	margin: 8px 0;
	padding-left: 13px;
	list-style: none;
	font-size: 24px;
	line-height: 1;
	color: rgba(45, 63, 82, 0.5);
}

.fut-service-detail__price {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.9;
	color: var(--fut-color-heading);
}

.fut-services-notes--detail {
	margin-top: 14px;
	padding: 0;
}

.fut-page-shell {
	padding: 28px;
	border: 1px solid var(--fut-color-line);
	border-radius: 24px;
	background: #fff;
	box-shadow: var(--fut-shadow-card);
}

.fut-page-shell__content > :first-child {
	margin-top: 0;
}

.fut-page-shell__content > :last-child {
	margin-bottom: 0;
}

.fut-page-shell__content h2,
.fut-page-shell__content h3 {
	color: var(--fut-color-heading);
}

.fut-page-shell__content p,
.fut-page-shell__content li {
	line-height: 1.9;
}

.fut-blog-list {
	display: grid;
	gap: 24px;
}

.fut-section--compact {
	padding-top: 0;
	padding-bottom: 28px;
}

.fut-blog-categories {
	display: grid;
	gap: 14px;
}

.fut-blog-categories__label {
	font-size: 14px;
	font-weight: 700;
	color: var(--fut-color-heading);
}

.fut-blog-categories__list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.fut-blog-categories__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 16px;
	border: 1px solid var(--fut-color-line);
	border-radius: 999px;
	background: #fff;
	color: var(--fut-color-heading);
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.fut-blog-categories__link:hover {
	transform: translateY(-1px);
	border-color: rgba(255, 107, 107, 0.45);
	color: var(--fut-color-cta);
}

.fut-blog-categories__link.is-all {
	background: var(--fut-color-soft);
}

.fut-blog-categories__link.is-current {
	background: var(--fut-color-cta);
	border-color: var(--fut-color-cta);
	color: #fff;
}

.fut-blog-card {
	display: grid;
	grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
	gap: 24px;
	padding: 24px;
	border: 1px solid var(--fut-color-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: var(--fut-shadow-card);
}

.fut-blog-card--compact {
	grid-template-columns: 1fr;
}

.fut-blog-card__thumb {
	display: block;
	overflow: hidden;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(78, 205, 196, 0.12), rgba(255, 214, 77, 0.16));
	text-decoration: none;
}

.fut-blog-card__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 4 / 3;
}

.fut-blog-card__thumb-placeholder {
	display: grid;
	place-items: center;
	min-height: 240px;
	color: var(--fut-color-heading);
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.fut-blog-card__body {
	display: grid;
	align-content: start;
	gap: 14px;
}

.fut-blog-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	color: #6d7b88;
	font-size: 13px;
	font-weight: 600;
}

.fut-blog-card__meta span,
.fut-blog-card__meta time {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 999px;
	background: var(--fut-color-soft);
}

.fut-blog-card__title {
	margin: 0;
	font-size: clamp(22px, 2.4vw, 30px);
	line-height: 1.4;
}

.fut-blog-card__title a {
	color: var(--fut-color-heading);
	text-decoration: none;
}

.fut-blog-card__excerpt {
	margin: 0;
	font-size: 15px;
	line-height: 1.9;
}

.fut-blog-card__actions {
	display: flex;
	justify-content: flex-start;
	margin-top: 8px;
}

.fut-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fut-pagination .page-numbers li {
	margin: 0;
}

.fut-pagination .page-numbers a,
.fut-pagination .page-numbers span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	padding: 0 14px;
	border: 1px solid var(--fut-color-line);
	border-radius: 999px;
	background: #fff;
	color: var(--fut-color-heading);
	text-decoration: none;
	font-weight: 700;
}

.fut-pagination .page-numbers .current {
	background: var(--fut-color-cta);
	border-color: var(--fut-color-cta);
	color: #fff;
}

.fut-category-overview {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.fut-category-overview__card {
	padding: 24px;
	border: 1px solid var(--fut-color-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: var(--fut-shadow-card);
}

.fut-featured-links {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fut-featured-links li {
	margin: 0;
}

.fut-featured-links a {
	color: var(--fut-color-heading);
	text-decoration: none;
	font-weight: 700;
	line-height: 1.7;
}

.fut-single__inner {
	max-width: 1080px;
}

.fut-single__content-wrap {
	margin-top: 20px;
	padding: 28px;
	border: 1px solid var(--fut-color-line);
	border-radius: 24px;
	background: #fff;
	box-shadow: var(--fut-shadow-card);
}

.fut-article-content {
	color: var(--fut-color-text);
	font-size: 16px;
	line-height: 2;
}

.fut-article-content > *:first-child {
	margin-top: 0;
}

.fut-article-summary {
	margin-bottom: 28px;
	padding: 22px 24px;
	border: 1px solid var(--fut-color-line);
	border-radius: 20px;
	background: rgba(78, 205, 196, 0.06);
}

.fut-article-summary__title {
	margin: 0 0 12px;
	font-size: 15px;
	font-weight: 700;
	color: var(--fut-color-heading);
}

.fut-article-summary__lead {
	margin: 0 0 12px;
	line-height: 1.9;
}

.fut-article-toc {
	margin-bottom: 28px;
	padding: 22px 24px;
	border: 1px solid var(--fut-color-line);
	border-radius: 20px;
	background: linear-gradient(135deg, rgba(78, 205, 196, 0.08), rgba(255, 247, 199, 0.5));
}

.fut-article-toc__title {
	margin: 0 0 14px;
	font-size: 15px;
	font-weight: 700;
	color: var(--fut-color-heading);
}

.fut-article-toc__list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fut-article-toc__item {
	margin: 0;
}

.fut-article-toc__item a {
	color: var(--fut-color-heading);
	text-decoration: none;
	font-weight: 700;
	line-height: 1.7;
}

.fut-article-toc__item.is-child {
	padding-left: 18px;
	font-weight: 600;
}

.fut-article-content h2,
.fut-article-content h3,
.fut-article-content h4 {
	color: var(--fut-color-heading);
	line-height: 1.45;
}

.fut-article-content h2 {
	margin-top: 2.8em;
	padding-bottom: 0.45em;
	border-bottom: 2px solid rgba(78, 205, 196, 0.28);
	font-size: clamp(24px, 3vw, 32px);
}

.fut-article-content h3 {
	margin-top: 2.2em;
	font-size: clamp(20px, 2.4vw, 25px);
}

.fut-article-content p,
.fut-article-content ul,
.fut-article-content ol,
.fut-article-content blockquote {
	margin-top: 1.1em;
	margin-bottom: 0;
}

.fut-article-content ul,
.fut-article-content ol {
	padding-left: 1.4em;
}

.fut-article-content blockquote {
	padding: 18px 20px;
	border-left: 4px solid var(--fut-color-trust);
	border-radius: 0 14px 14px 0;
	background: var(--fut-color-soft);
}

.fut-article-content table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 1.4em;
}

.fut-article-content th,
.fut-article-content td {
	padding: 12px 14px;
	border: 1px solid var(--fut-color-line);
}

.fut-article-content th {
	background: rgba(78, 205, 196, 0.08);
	color: var(--fut-color-heading);
}

.fut-article-cta {
	margin-top: 28px;
	padding: 28px;
	border-radius: 24px;
	background: linear-gradient(135deg, rgba(78, 205, 196, 0.08), rgba(255, 247, 199, 0.82));
	box-shadow: var(--fut-shadow-card);
}

.fut-faq-page {
	display: grid;
	gap: 28px;
}

.fut-related-services {
	display: grid;
	gap: 12px;
	margin: 20px 0 0;
}

.fut-related-services__title {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.82);
}

.fut-related-services__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.fut-related-services__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 14px;
	border: 1px solid rgba(255, 107, 107, 0.32);
	border-radius: 999px;
	background: #fff;
	color: var(--fut-color-heading);
	text-decoration: none;
	font-weight: 700;
}

.fut-highlight--footer .fut-eyebrow,
.fut-article-cta .fut-eyebrow {
	background: rgba(78, 205, 196, 0.28);
	color: #c8fffb;
	border: 1px solid rgba(141, 228, 221, 0.3);
}

.fut-related-posts {
	margin-top: 28px;
}

.fut-hero__media {
	position: relative;
	min-height: 430px;
}

.fut-hero__snapshot {
	position: absolute;
	width: clamp(180px, 32vw, 250px);
	margin: 0;
	padding: 12px 12px 16px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 20px 40px rgba(36, 52, 69, 0.16);
	transform-origin: center;
}

.fut-hero__snapshot img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	border-radius: 16px;
	object-fit: cover;
}

.fut-hero__snapshot figcaption {
	margin-top: 12px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	color: var(--fut-color-heading);
}

.fut-hero__snapshot--1 {
	top: 8%;
	left: 2%;
	transform: rotate(-10deg);
}

.fut-hero__snapshot--2 {
	top: 0;
	right: 2%;
	transform: rotate(8deg);
}

.fut-hero__snapshot--3 {
	right: 18%;
	bottom: 4%;
	transform: rotate(-4deg);
}

.fut-hero__spark {
	position: absolute;
	border-radius: 999px;
	filter: blur(4px);
	opacity: 0.9;
}

.fut-hero__spark--one {
	top: 10%;
	left: 8%;
	width: 140px;
	height: 140px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.98) 0, rgba(255, 229, 137, 0.72) 42%, transparent 72%);
}

.fut-hero__spark--two {
	right: 4%;
	bottom: 18%;
	width: 120px;
	height: 120px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.92) 0, rgba(255, 214, 77, 0.56) 40%, transparent 74%);
}

@media (max-width: 960px) {
	.fut-grid--three,
	.fut-steps,
	.fut-profile,
	.fut-process-flow,
	.fut-service-detail {
		grid-template-columns: 1fr;
	}

	.fut-blog-card {
		grid-template-columns: 1fr;
	}

	.fut-category-overview {
		grid-template-columns: 1fr;
	}

	.fut-single__content-wrap,
	.fut-article-cta {
		padding: 20px;
	}

	.fut-hero__card,
	.fut-card,
	.fut-highlight,
	.fut-step,
	.fut-profile {
		padding: 20px;
	}

	.fut-card__gallery {
		max-width: 100%;
	}

	.fut-case__header {
		grid-template-columns: 1fr;
	}

	.fut-hero__card {
		grid-template-columns: 1fr;
	}

	.fut-hero__media {
		min-height: 560px;
	}

	.fut-hero__snapshot {
		width: min(72vw, 260px);
	}

	.fut-hero__snapshot--1 {
		left: 0;
	}

	.fut-hero__snapshot--2 {
		right: 0;
	}

	.fut-hero__snapshot--3 {
		right: 14%;
		bottom: 0;
	}
}
