/* Banner Section */
.banner-section {
	position: relative;
	overflow: hidden;
	height: 238px;
	margin-bottom: 100px;
}

.banner-backdrop {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('/images/sub/0a51f6b167072d614c199bd101a7bbb5854e8622.png') no-repeat center center / cover;
}

.banner-backdrop-2 {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('/images/sub/2b8e00a2dc82f07ded48e32b99d2eb80be2d211e.png') no-repeat center center / cover;
}

.banner-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('/images/sub/10912b98a96c886309d2847afa3cb56d13ac1330.png') center center / cover;
	opacity: 0.5;
}

.banner-gradient {
    position: absolute;
    width: 100%;
    height: 165px;
    top: 37px;
    left: 0;
    /* background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, rgba(142, 142, 142, 0.365) 11.582%, rgba(85, 85, 85, 0.5) 49.975%, rgba(147, 147, 147, 0.28) 94.589%, rgba(188, 188, 188, 0) 100%); */
    mix-blend-mode: multiply;
}

.banner-text-container {
	position: absolute;
	z-index: 2;
	top: 73px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}

.banner-title {
	font-size: 40px;
	color: white;
	text-align: center;
	margin: 0 0 30px 0;
	font-weight: bold;
	line-height: 1.3;
	text-shadow: 0px 0px 25px rgba(0,0,0,0.7);
}

.banner-subtitle {
	font-size: 22px;
	color: white;
	margin: 0;
	font-weight: bold;
	line-height: 1.3;
	text-shadow: 0px 0px 25px rgba(0,0,0,0.7);
}

/* Product Category Section */
.product-category-section {
    width: 80%;
    margin: 0 auto 130px;
}

.section-header {
	text-align: center;
	margin-bottom: 60px;
}

.section-title {
	font-size: 40px;
	color: #09276f;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.section-subtitle {
	font-size: 40px;
	color: #09276f;
	font-weight: bold;
	margin: 30px 0 70px;
	line-height: 1.4;
}

.protein-comparison-container {
	position: relative;
	background: #e9e9e9;
	border-radius: 40px;
	padding: 88px 72px 48px;
	margin-bottom: 36px;
}

.protein-comparison-header {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
	background: transparent;
	z-index: 2;
}

.protein-comparison-title {
	display: inline-block;
	width: 530px;
	max-width: calc(100vw - 120px);
	padding: 12px 28px;
	background: #66738c;
	border: 1px solid #6886be;
	border-radius: 999px;
	color: white;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	box-sizing: border-box;
}

.protein-cards-wrapper {
	display: flex;
	gap: 76px;
	justify-content: center;
	flex-wrap: wrap;
}

.protein-card {
	width: 25%;
}

.protein-circle {
	width: 178px;
	height: 178px;
	border-radius: 100px;
	border: 5px solid #09276f;
	margin: 0 auto 36px;
	overflow: hidden;
}

.protein-circle img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.protein-desc {
	text-align: center;
}

.protein-name {
	font-size: 24px;
	color: #2c1e15;
	font-weight: bold;
	margin: 0 0 30px 0;
}

.protein-list {
	list-style: disc;
	padding-left: 45px;
	margin: 0;
	color: #2c1e15;
	font-size: 20px;
	text-align: left;
}

/* Benefits Section */
.benefits-section {
    width: 80%;
    margin: 0 auto 150px;
}

.benefits-image-container {
	position: relative;
	height: 200px;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 70px;
}

.benefits-image-backdrop {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('/images/sub/benefits-image-backdrop.png') no-repeat center center / cover;
}

.benefits-image-backdrop-2 {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('/images/sub/benefits-image-backdrop-2.png') no-repeat center center / cover;
}

.benefits-text-overlay {
	position: absolute;
	z-index: 2;
	bottom: 25px;
	width: 100%;
}

.benefits-text-title {
	font-size: 40px;
	color: white;
	margin: 0 0 10px 0;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	background: rgb(0,0,0,0.1);
}

.benefits-grid-container {
	position: relative;
	background: white;
	border: 3px solid #09276f;
	border-radius: 40px;
	padding: 74px 32px 40px;
	margin-bottom: 55px;
}

.benefits-grid-header {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
	background: transparent;
	z-index: 2;
}

.benefits-grid-title {
	display: inline-block;
	width: 790px;
	max-width: calc(100vw - 120px);
	padding: 16px 48px;
	background: #09276f;
	border: 2px solid #6f84a6;
	border-radius: 999px;
	color: white;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.05;
	text-align: center;
	box-sizing: border-box;
}

.benefits-grid {
	display: flex;
	gap: 28px;
	flex-wrap: wrap;
	justify-content: center;
}

.benefit-card {
	background: #e6ebf9;
	border: 1px solid white;
	border-radius: 28px;
	height: 167px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 18px;
}

.benefit-card-1 { width: 310px; }
.benefit-card-2 { width: 320px; }

.benefit-icon-wrapper {
	margin-bottom: 16px;
}

.benefit-icon-1 { height: 60px; }
.benefit-icon-2 { width: 56px; height: 60px; }

.benefit-text {
	font-size: 19px;
	color: #323232;
	font-weight: bold;
	text-align: center;
	margin: 0;
}

.quality-message-section {
    width: 80%;
    margin: 0 auto 70px;
}

.quality-message-banner {
	position: relative;
	height: 200px;
	border-radius: 16px;
	overflow: hidden;
	background-color: #2f211d;
}

.quality-message-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url('/images/sub/quality-message-banner.png');
	background-position: 0px -115px;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1.0);
}

.quality-message-content {
	position: absolute;
	top: 50%;
	right: 68px;
	transform: translateY(-50%);
	width: 56%;
	text-align: left;
	z-index: 1;
}

.quality-message-line {
	margin: 0;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.45;
	color: white;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.45);
}

.quality-message-line + .quality-message-line {
	margin-top: 6px;
	color: #ffeac0;
}

/* Application Section */
.application-section {
    margin-bottom: 100px;
    width: 80%;
    margin: 0 auto 100px;
}

.application-title {
	font-size: 60px;
	color: #09276f;
	font-weight: bold;
	text-align: center;
	margin: 0 0 60px 0;
}

.app-cards-wrapper {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}

.app-card {
	position: relative;
	width: 48%;
	min-width: 280px;
	border-radius: 16px;
	overflow: hidden;
}

.app-card::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 5px;
    width: 150px;
    height: 80px;
    background: url('/images/sub/badge.png') no-repeat center center / contain;
    z-index: 3;
}

.app-card-header {
	background: #09276f;
	padding: 20px;
	color: white;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
}

.app-card-image {
	height: 200px;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.app-card-footer {
	background: #e6ebf9;
	padding: 10px;
	text-align: center;
	color: #09276f;
	font-size: 24px;
	font-weight: 600;
}

/* Certification Section */
.certification-section {
    width: 80%;
    margin: 100px auto 150px;
}

.cert-container {
	position: relative;
	background: white;
	border: 3px solid #09276f;
	border-radius: 40px;
	padding: 74px 60px 60px;
	margin-bottom: 45px;
}

.cert-header {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
	background: transparent;
	z-index: 2;
}

.cert-title-badge {
	display: inline-block;
	width: 790px;
	max-width: calc(100vw - 120px);
	padding: 16px 48px;
	background: #09276f;
	border: 2px solid #6f84a6;
	border-radius: 999px;
	color: white;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.05;
	text-align: center;
	box-sizing: border-box;
}

.cert-items-wrapper {
	background: #e6ebf9;
	border-radius: 24px;
	padding: 40px 48px;
	display: flex;
	gap: 16px;
	justify-content: space-around;
	align-items: center;
	flex-wrap: nowrap;
}

.cert-item {
	text-align: center;
}

.cert-icon-wrapper {
	width: 100px;
	height: 100px;
	margin: 0 auto 20px;
	border: 3px solid #ced6df;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: white;
}

.cert-icon-large { width: 70px; height: 70px; }
.cert-icon-small { width: 60px; height: 60px; }

.cert-name {
	font-size: 18px;
	color: #2c1e15;
	font-weight: 600;
	margin: 0;
}

.benefit-card img,
.cert-icon-wrapper img {
	object-fit: contain;
}

/* CTA Section */
.cta-section {
    text-align: center;
    width: 80%;
    margin: 80px auto;
}

.cta-title {
	font-size: 35px;
	color: #09276f;
	font-weight: bold;
	margin: 0 0 46px 0;
}

.cta-panel {
	background: #e6ebf9;
	border-radius: 36px;
	padding: 54px 40px 48px;
}

.cta-note {
	margin: 0;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.45;
	color: #111;
}

.cta-subtitle {
	margin: 22px 0 34px;
	font-size: 21px;
	line-height: 1.2;
	font-weight: 800;
	color: #09276f;
}

.cta-process {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	flex-wrap: wrap;
}

.cta-step {
	background: #09276f;
	border-radius: 999px;
	padding: 16px 34px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	color: white;
}

.cta-arrow {
	width: 34px;
	height: 34px;
	background: url('/images/sub/mingcute_arrow-up-fill.svg') no-repeat center center / contain;
	transform: rotate(0deg);
	flex: 0 0 auto;
}

.pc_only { display: block; }
.mobile_only { display: none; }

@media screen and (max-width: 768px) {
	.pc_only { display: none; }
	.mobile_only { display: block; }

	.banner-text-container {
		top: 25px;
	}

	.protein-card {
		width: 100%;
	}

	.quality-message-banner::before {
		background-position: -30px 20px;
		transform: scale(1.3);
	}

	.cert-items-wrapper {
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

	.certification-section {
		margin-top: 72px;
		margin-bottom: 72px;
	}

	.cert-container {
		border-width: 2px;
		border-radius: 24px;
		padding: 56px 14px 16px;
		margin-bottom: 0;
	}

	.cert-header {
		width: calc(100% - 40px);
	}

	.cert-title-badge {
		width: 100%;
		max-width: 100%;
		padding: 12px 20px;
		font-size: 21px;
		line-height: 1.15;
		border-width: 2px;
	}

	.cert-items-wrapper {
		padding: 18px 16px 14px;
		border-radius: 18px;
		gap: 14px 8px;
		justify-content: center;
	}

	.cert-item {
		width: calc((100% - 16px) / 3);
	}

	.cert-item:nth-child(-n+2) {
		width: calc((100% - 80px) / 2);
		max-width: 112px;
	}

	.cert-icon-wrapper {
		width: 54px;
		height: 54px;
		margin: 0 auto 10px;
		border-width: 2px;
	}

	.cert-icon-large {
		width: 34px;
		height: 34px;
	}

	.cert-icon-small {
		width: 30px;
		height: 30px;
	}

	.cert-name {
		font-size: 7px;
		line-height: 1.25;
		white-space: nowrap;
	}

	.cert-icon-wrapper img {
		max-width: 34px;
		max-height: 34px;
	}

	.banner-section {
		height: 130px;
	}

	.banner-title {
		font-size: 24px;
	}

	.banner-subtitle {
		font-size: 21px;
	}

	.section-title {
		font-size: 21px;
		line-height: 1.4;
	}

	.section-subtitle {
		font-size: 21px;
	}

	.protein-comparison-container {
		padding: 72px 24px 32px;
		border-radius: 28px;
	}

	.protein-comparison-title {
		width: calc(100vw - 145px);
		max-width: 100%;
		padding: 12px 20px;
		font-size: 21px;
	}

	.protein-name {
		font-size: 17px;
	}

	.protein-list {
		font-size: 14px;
	}

	.protein-cards-wrapper {
		gap: 40px;
	}

	.benefits-text-overlay {
		bottom: 30%;
	}

	.benefits-grid-container {
		padding: 60px 20px 32px;
		border-radius: 28px;
	}

	.benefits-grid-header {
		width: calc(100% - 80px);
		padding: 0px;
	}

	.benefits-grid-title {
		width: 100%;
		max-width: 100%;
		padding: 14px 24px;
		font-size: 21px;
	}

	.benefits-text-title {
		font-size: 21px;
	}

	.benefit-text {
		font-size: 9px;
	}

	.benefits-grid {
		gap: 16px;
	}

	.benefit-card-1,
	.benefit-card-2 {
		width: calc(50% - 8px);
	}

	.app-card::before {
		width: 80px;
		height: 50px;
	}

	.quality-message-line {
		font-size: 21px;
		line-height: 1.4;
	}

	.quality-message-section {
		margin-bottom: 72px;
	}

	.quality-message-banner {
		height: 220px;
	}

	.quality-message-content {
		right: 24px;
		width: calc(100% - 160px);
	}

	.quality-message-line {
		font-size: 21px;
		line-height: 1.4;
	}

	.application-title {
        font-size: 17px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

	.app-card-header {
        font-size: 20px;
        padding: 15px;
    }

    .app-card-image {
        height: 150px;
    }

	.app-card-footer {
		font-size: 14px;
	}

	.cta-section {
		margin-top: 56px;
	}

	.cta-title {
        font-size: 21px;
        margin: 0 0 32px 0;
        line-height: 1.4;
    }

	.cta-panel {
		padding: 34px 20px 30px;
		border-radius: 24px;
	}

	.cta-note {
		font-size: 14px;
	}

	.cta-subtitle {
		font-size: 21px;
		margin: 16px 0 22px;
	}

	.cta-process {
        gap: 10px;
        flex-direction: column;
    }

	.cta-step {
		font-size: 12px;
		padding: 14px 22px;
	}

	.cta-arrow {
		width: 22px;
		height: 22px;
		background: url('/images/sub/mingcute_arrow-up-fill.svg') no-repeat center center / contain;
		transform: rotate(90deg);
	}
}