/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');

/* ========================================
   STRENGTHS SECTION - NEW DESIGN
======================================== */

.strengths-section-new {
	position: relative;
	background-image: url(../img/strengths-bg.webp);
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
	padding: 2rem;
}

.strengths-section-new__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.strengths-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

/* ========================================
   HERO SECTION
======================================== */

.strengths-hero {
	position: relative;
	padding: 2rem 2rem 3rem;
	text-align: center;
	overflow: hidden;
}

.strengths-hero__content {
	position: relative;
	z-index: 10;
	padding-top: 1rem;
	animation: fadeInUp 1s ease-out;
}

.strengths-hero__title {
	font-size: 5rem;
	font-family: "Noto Sans JP", sans-serif;
	font-style: italic;
	letter-spacing: -0.05em;
	color: #FFD600;
	text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.4);
	transform: skewX(-12deg);
	margin-bottom: 0.5rem;
	line-height: 1;
	-webkit-text-stroke-width: 6px;
	-webkit-text-stroke-color: black;
	paint-order: stroke fill;
}

.strengths-hero__subtitle-wrap {
	display: flex;
	justify-content: center;
}

.strengths-hero__subtitle {
	color: white;
	font-weight: 600;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	margin-top: 4rem;
}

.strengths-hero__message {
	margin-top: 2rem;
	text-align: center;
}

.strengths-hero__message-title {
	font-size: 1.2rem;
	font-weight: 400;
	color: white;
	line-height: 1.5;
	margin-bottom: 1rem;
}

.strengths-hero__message-highlight {
	color: #FFD600;
	font-size: 2.0rem;
	font-weight: 700;
	-webkit-text-stroke-width: 6px;
	-webkit-text-stroke-color: black;
	paint-order: stroke fill;
}

.strengths-hero__message-text {
	color: #fff;
	font-weight: 500;
	line-height: 1.8;
	font-size: 0.9rem;
}

.strengths-wrapper-img {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 35%;
	height: auto;
	z-index: 5;
	transform: scaleX(-1);
}

/* ========================================
   MAIN CONTENT
======================================== */

.strengths-content {
	color: white;
	position: relative;
	z-index: 10;
}

/* ========================================
   MORAL MANAGEMENT BOX
======================================== */

.strengths-moral {
	position: relative;
	margin: 6rem;
}

.strengths-moral__glow {
	position: absolute;
	inset: -0.25rem;
	background: linear-gradient(to right, #fbbf24, #f97316);
	border-radius: 0.5rem;
	filter: blur(8px);
	opacity: 0.75;
	transition: opacity 0.3s;
}

.strengths-moral:hover .strengths-moral__glow {
	opacity: 1;
}

.strengths-moral__box {
	position: relative;
	background-color: #1f2937;
	border: 2px solid #FFD600;
	padding: 1.5rem;
	border-radius: 0.5rem;
	text-align: center;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.strengths-moral__badge {
	position: absolute;
	top: -1.25rem;
	left: 50%;
	transform: translateX(-50%);
	background-color: #FFD600;
	color: #1e293b;
	padding: 0.25rem 1.5rem;
	font-weight: 900;
	border-radius: 9999px;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	gap: 0.5rem;
	border: 2px solid #1e293b;
	font-size: 0.875rem;
}

.strengths-moral__title {
	font-size: 1.875rem;
	font-weight: 900;
	color: white;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	letter-spacing: 0.025em;
	line-height: 1.5;
}

.strengths-moral__title-highlight {
	color: #FFD600;
}

.strengths-moral__divider {
	width: 4rem;
	height: 0.25rem;
	background-color: rgba(255, 255, 255, 0.2);
	margin: 0.75rem auto;
}

.strengths-moral__text {
	color: #cbd5e1;
	font-weight: 700;
}

.strengths-moral__br {
	display: none;
}

/* ========================================
   INTRO HEADLINE
======================================== */

.strengths-intro {
	text-align: center;
	margin-bottom: 2.5rem;
}

.strengths-intro__label {
	color: #67e8f9;
	font-weight: 700;
	margin-bottom: 0.5rem;
	letter-spacing: 0.05em;
}

.strengths-intro__title {
	font-size: 1.875rem;
	font-weight: 900;
	line-height: 1.4;
}

.strengths-intro__highlight {
	color: #FFD600;
}

.strengths-intro__underline {
	display: inline-block;
	border-bottom: 4px solid #FFD600;
	padding-bottom: 0.25rem;
}

/* ========================================
   FEATURE BOXES
======================================== */

.strengths-feature {
	background-color: #1f2937;
	border-radius: 0.75rem;
	padding: 1.5rem;
	margin-bottom: 1.5rem;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
	border-left: 8px solid;
	position: relative;
	overflow: hidden;
}

.strengths-feature--blue {
	border-left-color: #00B0FF;
}

.strengths-feature--yellow {
	border-left-color: #FFD600;
}

.strengths-feature--pink {
	border-left-color: #F50057;
}

.strengths-feature__icon-bg {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1rem;
	opacity: 0.1;
}

.strengths-feature__title {
	font-size: 1.25rem;
	font-weight: 900;
	margin-bottom: 0.75rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	position: relative;
	z-index: 10;
}

.strengths-feature--blue .strengths-feature__title {
	color: #00B0FF;
}

.strengths-feature--yellow .strengths-feature__title {
	color: #FFD600;
}

.strengths-feature--pink .strengths-feature__title {
	color: #F50057;
}

.strengths-feature__number {
	background-color: currentColor;
	color: white;
	font-size: 0.75rem;
	padding: 0.125rem 0.5rem;
	border-radius: 0.25rem;
}

.strengths-feature--yellow .strengths-feature__number {
	color: #1e293b;
}

.strengths-feature__text {
	color: #cbd5e1;
	font-weight: 500;
	line-height: 1.6;
	position: relative;
	z-index: 10;
	margin-bottom: 0.75rem;
}

.strengths-feature__text-highlight {
	color: white;
	font-weight: 700;
	border-bottom: 1px solid #67e8f9;
}

.strengths-feature__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	position: relative;
	z-index: 10;
}

.strengths-feature__tag {
	font-size: 0.75rem;
	font-weight: 700;
	background-color: #374151;
	color: #a5f3fc;
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
}

/* Feature 2 Specific Styles */
.strengths-feature__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 0.75rem;
}

.strengths-feature__grid {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	position: relative;
	z-index: 10;
}

.strengths-feature__grid-left {
	flex: 1;
}

.strengths-feature__subbox {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	background-color: rgba(15, 23, 42, 0.5);
	padding: 0.75rem;
	border-radius: 0.5rem;
	border: 1px solid #374151;
	margin-top: 1rem;
}

.strengths-feature__subbox-label {
	font-size: 0.75rem;
	color: #94a3b8;
}

.strengths-feature__subbox-title {
	font-weight: 700;
	color: white;
}

.strengths-feature__badge {
	flex-shrink: 0;
	background-color: white;
	color: #1e293b;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
	border: 4px solid #FFD600;
	transform: rotate(12deg);
	margin: 0 auto;
}

.strengths-feature__badge-text1 {
	font-size: 0.75rem;
}

.strengths-feature__badge-text2 {
	font-size: 1.25rem;
	line-height: 1;
}

.strengths-feature__badge-text3 {
	font-size: 1.25rem;
	line-height: 1;
	color: #01579B;
}

.strengths-feature__badge-percent {
	font-size: 0.875rem;
	background-color: #01579B;
	color: white;
	padding: 0 0.5rem;
	margin-top: 0.25rem;
	border-radius: 9999px;
}

/* ========================================
   RECRUITMENT SECTION - Comic Pop Style
======================================== */

.strengths-recruit {
	position: relative;
	border-radius: 2.5rem;
	background-color: white;
	border: 4px solid black;
	box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 1);
	color: black;
	padding: 2rem 2rem 2rem 2rem;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
	margin-bottom: 3rem;
}

.strengths-recruit:hover {
	transform: translate(-4px, -4px);
	box-shadow: 12px 12px 0px 0px rgba(0, 0, 0, 1);
}

.strengths-recruit__pattern {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 2.5rem;
	background-image: linear-gradient(45deg, #f3f4f6 25%, transparent 25%, transparent 75%, #f3f4f6 75%, #f3f4f6), linear-gradient(45deg, #f3f4f6 25%, transparent 25%, transparent 75%, #f3f4f6 75%, #f3f4f6);
	background-size: 20px 20px;
	background-position: 0 0, 10px 10px;
	opacity: 0.5;
}

.strengths-recruit__content {
	position: relative;
	z-index: 10;
}

.strengths-recruit__stars {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.strengths-recruit__stars svg {
	fill: black;
	width: 32px;
	height: 32px;
}

.strengths-recruit__title {
	font-size: 1.75rem;
	font-weight: 900;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	flex-wrap: wrap;
	color: black;
	letter-spacing: 0.025em;
}

.strengths-recruit__text {
	font-size: 0.875rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
	max-width: 28rem;
	margin-left: auto;
	margin-right: auto;
	color: #0f172a;
	line-height: 1.6;
}

.strengths-recruit__button {
	background-color: black;
	color: white;
	font-weight: 900;
	padding: 1rem 2.5rem;
	border-radius: 9999px;
	border: 2px solid black;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	text-decoration: none;
	transition: all 0.3s;
}

.strengths-recruit__button:hover {
	background-color: #FACC15;
	color: black;
}

/* ========================================
   FOOTER
======================================== */

.strengths-footer {
	margin-top: 3rem;
	text-align: center;
	padding-top: 2rem;
}

.strengths-footer__title {
	font-size: 1.25rem;
	font-weight: 700;
	color: white;
	margin-bottom: 1rem;
}

.strengths-footer__highlight {
	color: #FFD600;
	font-size: 1.5rem;
	font-weight: 900;
}

.strengths-footer__company {
	color: #64748b;
	font-size: 0.75rem;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.1em;
}

/* ========================================
   ANIMATIONS
======================================== */

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ========================================
   RESPONSIVE - TABLET AND UP
======================================== */

@media (min-width: 768px) {
	.strengths-hero__title {
		font-size: 6rem;
	}

	.strengths-moral__br {
		display: inline;
	}

	.strengths-intro__title {
		font-size: 2.25rem;
	}

	.strengths-feature__grid {
		flex-direction: row;
		align-items: center;
	}

	.strengths-feature__badge {
		margin: 0;
	}

	.strengths-moral__title {
		font-size: 2.25rem;
	}
}

.reason-card--offset {
	margin-top: 6rem;
}

/* ========================================
   RESPONSIVE - MOBILE
======================================== */

@media (max-width: 991.98px) {
	.strengths-section-new {
		padding: 0 20px;
	}

	.strengths-hero {
		position: relative;
		padding: 2rem 0;
		text-align: center;
		overflow: hidden;
	}

	.strengths-hero__message-text {
		color: #fff;
		font-weight: 500;
		line-height: 1.8;
		font-size: 1.2rem;
	}

	.reason-card--offset {
		margin-top: 0;
	}

	.reason-slider__set {
		justify-content: center;
		width: 100%;
		padding: 0;
	}
}
