* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body { margin: 0; font-family: "Noto Sans TC", sans-serif; font-size: 16px; color: #183140; background: #f6fbff; line-height: 1.75; }

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

.page-wrap { overflow: hidden; }

.section-label { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: rgba(0, 157, 196, .11); color: #007a9c; font-weight: 800; font-size: 14px; letter-spacing: .08em; }
.section-label::before { content: ""; width: 8px; height: 8px; border-radius: 99px; background: #19c3df; box-shadow: 0 0 0 6px rgba(25, 195, 223, .16); }
.section-title { margin: 16px 0 14px; font-size: clamp(30px, 4vw, 48px); line-height: 1.22; letter-spacing: -.04em; color: #102f45; }
.section-text { margin: 0; color: #526978; font-size: 17px; }

.reveal-block { opacity: 0; transform: translateY(34px); transition: opacity .75s ease, transform .75s ease; }
.reveal-block.is-active { opacity: 1; transform: translateY(0); }

header { position: fixed; top: 0; left: 0; width: 100%; z-index: 50; background: rgba(255, 255, 255, .88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(24, 49, 64, .08); transition: box-shadow .3s ease, background .3s ease; }
header.is-active { background: rgba(255, 255, 255, .97); box-shadow: 0 14px 40px rgba(24, 49, 64, .1); }
header .header-content { width: min(1180px, calc(100% - 40px)); margin: 0 auto; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
header .site-logo { display: flex; align-items: center; gap: 12px; }
header .logo-mark { width: 44px; height: 44px; border-radius: 16px; background: linear-gradient(135deg, #00b8d9, #53e7c7); display: grid; place-items: center; color: #fff; font-weight: 900; box-shadow: 0 12px 26px rgba(0, 184, 217, .28); }
header h1 { margin: 0; font-size: 21px; line-height: 1.15; color: #143247; letter-spacing: -.03em; }
header .site-subtitle { display: block; margin-top: 2px; font-size: 12px; color: #6b7d87; font-weight: 500; letter-spacing: .12em; }
header nav { display: flex; align-items: center; gap: 22px; color: #405867; font-size: 15px; font-weight: 700; }
header nav a { position: relative; padding: 8px 0; transition: color .3s ease; }
header nav a::after { content: ""; position: absolute; left: 0; bottom: 2px; width: 0; height: 2px; background: #00a9c8; transition: width .3s ease; }
header nav a:hover { color: #0099b8; }
header nav a:hover::after { width: 100%; }
header .header-action { display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; border-radius: 999px; color: #fff; font-weight: 900; background: linear-gradient(135deg, #00a9c8, #00d0b0); box-shadow: 0 12px 28px rgba(0, 169, 200, .28); transition: transform .3s ease, box-shadow .3s ease; }
header .header-action:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(0, 169, 200, .38); }

#hero-section { position: relative; min-height: 100vh; padding: 150px 0 80px; background: radial-gradient(circle at 10% 15%, rgba(83, 231, 199, .28), transparent 32%), radial-gradient(circle at 88% 12%, rgba(0, 169, 200, .22), transparent 30%), linear-gradient(145deg, #f7fdff, #eefaff 58%, #e9fff9); }
#hero-section::before { content: ""; position: absolute; right: -90px; top: 160px; width: 320px; height: 320px; border-radius: 999px; background: rgba(25, 195, 223, .12); filter: blur(4px); }
#hero-section .hero-content { position: relative; width: min(1180px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 54px; }
#hero-section .hero-label { display: inline-flex; align-items: center; gap: 10px; padding: 9px 16px; border-radius: 999px; background: #fff; color: #0089aa; font-size: 15px; font-weight: 900; box-shadow: 0 14px 42px rgba(0, 111, 140, .1); }
#hero-section .hero-label::before { content: ""; width: 10px; height: 10px; border-radius: 99px; background: #00c7b5; box-shadow: 0 0 0 8px rgba(0, 199, 181, .13); }
#hero-section .hero-title { margin: 22px 0 18px; color: #0c2f46; font-size: clamp(42px, 6.4vw, 76px); line-height: 1.06; letter-spacing: -.06em; font-weight: 900; }
#hero-section .hero-title span { color: #00a5c3; position: relative; white-space: nowrap; }
#hero-section .hero-title span::after { content: ""; position: absolute; left: 0; right: 0; bottom: 7px; height: 12px; background: rgba(83, 231, 199, .38); z-index: -1; border-radius: 99px; }
#hero-section .hero-text { margin: 0; max-width: 620px; color: #4f6b7a; font-size: 19px; }
#hero-section .hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 32px; }
#hero-section .hero-link { display: inline-flex; align-items: center; justify-content: center; padding: 15px 24px; border-radius: 999px; font-weight: 900; background: #102f45; color: #fff; transition: transform .3s ease, box-shadow .3s ease, background .3s ease; }
#hero-section .hero-link:hover { transform: translateY(-3px); background: #00a9c8; box-shadow: 0 18px 34px rgba(0, 169, 200, .25); }
#hero-section .hero-link-secondary { display: inline-flex; align-items: center; justify-content: center; padding: 14px 22px; border-radius: 999px; font-weight: 900; background: rgba(255, 255, 255, .7); color: #0c718f; border: 1px solid rgba(0, 137, 170, .18); transition: transform .3s ease, background .3s ease; }
#hero-section .hero-link-secondary:hover { transform: translateY(-3px); background: #fff; }
#hero-section .hero-note { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 40px; }
#hero-section .hero-note-item { padding: 18px; border-radius: 22px; background: rgba(255, 255, 255, .72); border: 1px solid rgba(0, 121, 153, .1); box-shadow: 0 18px 42px rgba(0, 111, 140, .08); }
#hero-section .hero-note-number { display: block; color: #00a9c8; font-size: 26px; font-weight: 900; letter-spacing: -.04em; }
#hero-section .hero-note-text { display: block; margin-top: 3px; color: #526978; font-size: 14px; font-weight: 700; }
#hero-section .hero-media { position: relative; }
#hero-section .hero-image { position: relative; overflow: hidden; border-radius: 42px; box-shadow: 0 28px 68px rgba(24, 49, 64, .18); transform: rotate(1.5deg); transition: transform .5s ease; }
#hero-section .hero-image:hover { transform: rotate(0deg) translateY(-6px); }
#hero-section .hero-image img { width: 100%; height: 620px; object-fit: cover; }
#hero-section .hero-price { position: absolute; left: -26px; bottom: 44px; width: 190px; padding: 22px; border-radius: 30px; background: #fff; box-shadow: 0 24px 54px rgba(24, 49, 64, .2); }
#hero-section .hero-price-title { margin: 0; color: #6b7d87; font-size: 14px; font-weight: 800; }
#hero-section .hero-price-number { display: block; margin-top: 2px; color: #00a9c8; font-size: 42px; font-weight: 900; line-height: 1; letter-spacing: -.06em; }
#hero-section .hero-price-small { display: block; margin-top: 6px; color: #405867; font-size: 13px; font-weight: 700; }
#hero-section .hero-bubble { position: absolute; right: -22px; top: 46px; padding: 15px 18px; border-radius: 20px; background: rgba(16, 47, 69, .92); color: #fff; font-size: 14px; font-weight: 800; box-shadow: 0 18px 38px rgba(16, 47, 69, .22); animation: hero-float 3.8s ease-in-out infinite; }

#trust-section { padding: 86px 0; background: #fff; }
#trust-section .trust-content { width: min(1180px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: center; }
#trust-section .trust-copy { padding: 36px; border-radius: 36px; background: linear-gradient(145deg, #f3fbff, #f6fffc); border: 1px solid rgba(0, 121, 153, .1); }
#trust-section .trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
#trust-section .trust-item { position: relative; min-height: 188px; padding: 26px; border-radius: 30px; background: #fff; border: 1px solid rgba(24, 49, 64, .08); box-shadow: 0 18px 46px rgba(24, 49, 64, .08); overflow: hidden; transition: transform .35s ease, box-shadow .35s ease; }
#trust-section .trust-item:hover { transform: translateY(-8px); box-shadow: 0 24px 54px rgba(24, 49, 64, .14); }
#trust-section .trust-item::after { content: ""; position: absolute; right: -40px; bottom: -40px; width: 120px; height: 120px; border-radius: 999px; background: rgba(0, 169, 200, .08); }
#trust-section .trust-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 19px; background: linear-gradient(135deg, #e8fbff, #e9fff9); font-size: 27px; }
#trust-section .trust-title { margin: 18px 0 8px; color: #102f45; font-size: 21px; line-height: 1.3; }
#trust-section .trust-text { margin: 0; color: #647681; font-size: 15px; }

#service-section { padding: 104px 0; background: linear-gradient(180deg, #eefaff, #f8fdff); }
#service-section .service-content { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
#service-section .service-head { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: end; margin-bottom: 34px; }
#service-section .service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
#service-section .service-item { position: relative; overflow: hidden; min-height: 380px; border-radius: 34px; background: #102f45; box-shadow: 0 24px 54px rgba(24, 49, 64, .12); }
#service-section .service-item img { width: 100%; height: 100%; min-height: 380px; object-fit: cover; opacity: .76; transform: scale(1.04); transition: transform .55s ease, opacity .55s ease; }
#service-section .service-item:hover img { transform: scale(1.12); opacity: .58; }
#service-section .service-content-card { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 22px; border-radius: 26px; color: #fff; background: rgba(16, 47, 69, .76); backdrop-filter: blur(14px); border: 1px solid rgba(255, 255, 255, .14); transform: translateY(12px); transition: transform .35s ease; }
#service-section .service-item:hover .service-content-card { transform: translateY(0); }
#service-section .service-tag { display: inline-flex; margin-bottom: 10px; padding: 5px 10px; border-radius: 999px; color: #102f45; background: #53e7c7; font-size: 12px; font-weight: 900; }
#service-section .service-title { margin: 0 0 8px; font-size: 22px; line-height: 1.3; }
#service-section .service-text { margin: 0; color: rgba(255, 255, 255, .82); font-size: 14px; }

#process-section { padding: 106px 0; background: #fff; }
#process-section .process-content { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
#process-section .process-head { max-width: 780px; margin-bottom: 44px; }
#process-section .process-list { position: relative; display: grid; gap: 18px; }
#process-section .process-list::before { content: ""; position: absolute; left: 31px; top: 24px; bottom: 24px; width: 2px; background: linear-gradient(180deg, #00a9c8, rgba(0, 169, 200, .06)); }
#process-section .process-item { position: relative; display: grid; grid-template-columns: 64px 1fr 190px; align-items: center; gap: 22px; padding: 22px; border-radius: 28px; background: #f8fcff; border: 1px solid rgba(24, 49, 64, .08); transition: transform .35s ease, background .35s ease, box-shadow .35s ease; }
#process-section .process-item:hover { transform: translateX(8px); background: #fff; box-shadow: 0 20px 44px rgba(24, 49, 64, .1); }
#process-section .process-number { position: relative; z-index: 2; width: 64px; height: 64px; display: grid; place-items: center; border-radius: 21px; color: #fff; background: linear-gradient(135deg, #00a9c8, #00d0b0); font-weight: 900; box-shadow: 0 16px 28px rgba(0, 169, 200, .24); }
#process-section .process-title { margin: 0 0 5px; color: #102f45; font-size: 22px; }
#process-section .process-text { margin: 0; color: #647681; }
#process-section .process-meta { justify-self: end; padding: 10px 14px; border-radius: 999px; color: #007a9c; background: rgba(0, 169, 200, .1); font-size: 14px; font-weight: 900; }

#quality-section { padding: 110px 0; background: #102f45; color: #fff; }
#quality-section .quality-content { width: min(1180px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
#quality-section .section-label { background: rgba(83, 231, 199, .14); color: #8fffea; }
#quality-section .section-title { color: #fff; }
#quality-section .section-text { color: rgba(255, 255, 255, .72); }
#quality-section .quality-media { position: relative; border-radius: 40px; overflow: hidden; box-shadow: 0 28px 80px rgba(0, 0, 0, .26); }
#quality-section .quality-media img { width: 100%; height: 560px; object-fit: cover; transition: transform .7s ease; }
#quality-section .quality-media:hover img { transform: scale(1.08); }
#quality-section .quality-badge { position: absolute; left: 24px; bottom: 24px; right: 24px; padding: 22px; border-radius: 28px; background: rgba(255, 255, 255, .92); color: #102f45; backdrop-filter: blur(18px); }
#quality-section .quality-badge-title { margin: 0; font-size: 23px; font-weight: 900; }
#quality-section .quality-badge-text { margin: 6px 0 0; color: #526978; }
#quality-section .quality-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 34px; }
#quality-section .quality-item { padding: 24px; border-radius: 28px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .12); transition: transform .35s ease, background .35s ease; }
#quality-section .quality-item:hover { transform: translateY(-6px); background: rgba(255, 255, 255, .13); }
#quality-section .quality-title { margin: 0 0 8px; color: #8fffea; font-size: 19px; }
#quality-section .quality-text { margin: 0; color: rgba(255, 255, 255, .72); font-size: 15px; }

#case-section { padding: 108px 0; background: #f6fbff; }
#case-section .case-content { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
#case-section .case-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 36px; }
#case-section .case-head-left { max-width: 720px; }
#case-section .case-link { flex: 0 0 auto; display: inline-flex; align-items: center; padding: 13px 20px; border-radius: 999px; background: #102f45; color: #fff; font-weight: 900; transition: transform .3s ease, background .3s ease; }
#case-section .case-link:hover { transform: translateY(-3px); background: #00a9c8; }
#case-section .case-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 18px; }
#case-section .case-item { position: relative; overflow: hidden; min-height: 300px; border-radius: 34px; background: #102f45; box-shadow: 0 20px 50px rgba(24, 49, 64, .12); }
#case-section .case-item:first-child { grid-row: span 2; min-height: 620px; }
#case-section .case-item img { width: 100%; height: 100%; object-fit: cover; opacity: .82; transition: transform .6s ease, opacity .6s ease; }
#case-section .case-item:hover img { transform: scale(1.1); opacity: .62; }
#case-section .case-card { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 20px; border-radius: 25px; background: rgba(255, 255, 255, .92); backdrop-filter: blur(12px); }
#case-section .case-title { margin: 0 0 5px; color: #102f45; font-size: 20px; }
#case-section .case-text { margin: 0; color: #647681; font-size: 14px; }

#price-section { padding: 112px 0; background: linear-gradient(135deg, #eafffb, #effbff); }
#price-section .price-content { width: min(1180px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: center; }
#price-section .price-panel { position: relative; padding: 38px; border-radius: 40px; background: #fff; box-shadow: 0 28px 68px rgba(24, 49, 64, .12); overflow: hidden; }
#price-section .price-panel::after { content: ""; position: absolute; right: -80px; top: -80px; width: 230px; height: 230px; border-radius: 999px; background: rgba(83, 231, 199, .2); }
#price-section .price-title { position: relative; margin: 0; color: #102f45; font-size: 26px; font-weight: 900; }
#price-section .price-number { position: relative; display: flex; align-items: end; gap: 8px; margin: 18px 0 14px; color: #00a9c8; font-weight: 900; letter-spacing: -.07em; }
#price-section .price-currency { font-size: 28px; line-height: 1.25; }
#price-section .price-value { font-size: clamp(72px, 10vw, 112px); line-height: .9; }
#price-section .price-unit { padding-bottom: 12px; color: #526978; font-size: 18px; letter-spacing: 0; }
#price-section .price-text { position: relative; margin: 0; color: #526978; }
#price-section .price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
#price-section .price-item { padding: 26px; border-radius: 30px; background: rgba(255, 255, 255, .75); border: 1px solid rgba(0, 121, 153, .1); transition: transform .35s ease, background .35s ease; }
#price-section .price-item:hover { transform: translateY(-6px); background: #fff; }
#price-section .price-item-title { margin: 0 0 8px; color: #102f45; font-size: 20px; }
#price-section .price-item-text { margin: 0; color: #647681; font-size: 15px; }

#faq-section { padding: 104px 0; background: #fff; }
#faq-section .faq-content { width: min(980px, calc(100% - 40px)); margin: 0 auto; }
#faq-section .faq-head { text-align: center; margin-bottom: 38px; }
#faq-section .faq-list { display: grid; gap: 14px; }
#faq-section .faq-item { padding: 24px 28px; border-radius: 28px; background: #f8fcff; border: 1px solid rgba(24, 49, 64, .08); transition: background .3s ease, box-shadow .3s ease, transform .3s ease; }
#faq-section .faq-item:hover { background: #fff; box-shadow: 0 16px 36px rgba(24, 49, 64, .09); transform: translateY(-3px); }
#faq-section .faq-title { margin: 0 0 8px; color: #102f45; font-size: 20px; }
#faq-section .faq-text { margin: 0; color: #647681; }

#action-section { padding: 96px 0; background: #102f45; }
#action-section .action-content { width: min(1180px, calc(100% - 40px)); margin: 0 auto; position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; padding: 48px; border-radius: 42px; background: linear-gradient(135deg, #00a9c8, #00d0b0); color: #fff; box-shadow: 0 28px 80px rgba(0, 0, 0, .2); }
#action-section .action-content::after { content: ""; position: absolute; right: -100px; bottom: -120px; width: 300px; height: 300px; border-radius: 999px; background: rgba(255, 255, 255, .16); }
#action-section .action-title { position: relative; margin: 0 0 8px; font-size: clamp(30px, 4vw, 48px); line-height: 1.2; letter-spacing: -.04em; }
#action-section .action-text { position: relative; margin: 0; max-width: 680px; color: rgba(255, 255, 255, .86); font-size: 17px; }
#action-section .action-link { position: relative; display: inline-flex; align-items: center; justify-content: center; padding: 16px 24px; border-radius: 999px; color: #102f45; background: #fff; font-weight: 900; box-shadow: 0 16px 36px rgba(16, 47, 69, .18); transition: transform .3s ease, box-shadow .3s ease; }
#action-section .action-link:hover { transform: translateY(-3px); box-shadow: 0 22px 44px rgba(16, 47, 69, .25); }

footer { background: #071d2b; color: rgba(255, 255, 255, .72); }
footer .footer-content { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 48px 0; display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 36px; }
footer .footer-logo { display: flex; align-items: center; gap: 12px; color: #fff; font-weight: 900; font-size: 22px; letter-spacing: -.03em; }
footer .footer-logo-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 15px; background: linear-gradient(135deg, #00a9c8, #53e7c7); color: #fff; }
footer .footer-text { margin: 16px 0 0; max-width: 440px; color: rgba(255, 255, 255, .62); }
footer .footer-title { margin: 0 0 14px; color: #fff; font-size: 17px; }
footer .footer-list { display: grid; gap: 9px; }
footer .footer-list a { transition: color .3s ease; }
footer .footer-list a:hover { color: #53e7c7; }
footer .footer-bottom { border-top: 1px solid rgba(255, 255, 255, .08); }
footer .footer-bottom-content { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 18px 0; display: flex; justify-content: space-between; gap: 20px; font-size: 13px; color: rgba(255, 255, 255, .48); }

@keyframes hero-float {
	0% { transform: translateY(0); }
	50% { transform: translateY(-12px); }
	100% { transform: translateY(0); }
}

@media (max-width: 1280px) {
	header .header-content { width: min(1080px, calc(100% - 36px)); }
	#hero-section .hero-content { width: min(1080px, calc(100% - 36px)); gap: 40px; }
	#service-section .service-content { width: min(1080px, calc(100% - 36px)); }
	#case-section .case-content { width: min(1080px, calc(100% - 36px)); }
}

@media (max-width: 960px) {
	header nav { display: none; }
	#hero-section { padding: 132px 0 70px; }
	#hero-section .hero-content { grid-template-columns: 1fr; }
	#hero-section .hero-image img { height: 520px; }
	#trust-section .trust-content { grid-template-columns: 1fr; }
	#service-section .service-head { grid-template-columns: 1fr; }
	#service-section .service-grid { grid-template-columns: repeat(2, 1fr); }
	#quality-section .quality-content { grid-template-columns: 1fr; }
	#case-section .case-grid { grid-template-columns: 1fr 1fr; }
	#case-section .case-item:first-child { grid-column: span 2; min-height: 480px; }
	#price-section .price-content { grid-template-columns: 1fr; }
	#action-section .action-content { grid-template-columns: 1fr; }
	footer .footer-content { grid-template-columns: 1fr 1fr; }
	footer .footer-brand { grid-column: span 2; }
}

@media (max-width: 768px) {
	header .header-content { min-height: 68px; }
	header h1 { font-size: 18px; }
	header .header-action { display: none; }
	#hero-section { padding: 112px 0 58px; }
	#hero-section .hero-title { font-size: 44px; }
	#hero-section .hero-note { grid-template-columns: 1fr; }
	#hero-section .hero-price { left: 18px; bottom: 18px; }
	#hero-section .hero-bubble { right: 18px; top: 18px; }
	#trust-section .trust-grid { grid-template-columns: 1fr; }
	#process-section .process-item { grid-template-columns: 56px 1fr; }
	#process-section .process-number { width: 56px; height: 56px; }
	#process-section .process-meta { grid-column: 2; justify-self: start; }
	#quality-section .quality-grid { grid-template-columns: 1fr; }
	#case-section .case-head { display: block; }
	#case-section .case-link { margin-top: 22px; }
	#case-section .case-grid { grid-template-columns: 1fr; }
	#case-section .case-item:first-child { grid-column: auto; min-height: 360px; }
	#price-section .price-grid { grid-template-columns: 1fr; }
	footer .footer-content { grid-template-columns: 1fr; }
	footer .footer-brand { grid-column: auto; }
	footer .footer-bottom-content { flex-direction: column; }
}

@media (max-width: 500px) {
	.section-title { font-size: 30px; }
	#hero-section .hero-content { width: min(100% - 28px, 1180px); }
	#hero-section .hero-title { font-size: 38px; }
	#hero-section .hero-text { font-size: 16px; }
	#hero-section .hero-actions { align-items: stretch; flex-direction: column; }
	#hero-section .hero-link { width: 100%; }
	#hero-section .hero-link-secondary { width: 100%; }
	#hero-section .hero-image { border-radius: 30px; }
	#hero-section .hero-image img { height: 440px; }
	#hero-section .hero-price { width: 156px; padding: 18px; }
	#hero-section .hero-price-number { font-size: 34px; }
	#hero-section .hero-bubble { max-width: 160px; }
	#trust-section .trust-content { width: min(100% - 28px, 1180px); }
	#trust-section .trust-copy { padding: 26px; border-radius: 28px; }
	#service-section .service-content { width: min(100% - 28px, 1180px); }
	#service-section .service-grid { grid-template-columns: 1fr; }
	#process-section .process-content { width: min(100% - 28px, 1180px); }
	#process-section .process-list::before { display: none; }
	#process-section .process-item { grid-template-columns: 1fr; }
	#process-section .process-meta { grid-column: auto; }
	#quality-section .quality-content { width: min(100% - 28px, 1180px); }
	#quality-section .quality-media img { height: 420px; }
	#case-section .case-content { width: min(100% - 28px, 1180px); }
	#price-section .price-content { width: min(100% - 28px, 1180px); }
	#price-section .price-panel { padding: 28px; }
	#faq-section .faq-content { width: min(100% - 28px, 980px); }
	#action-section .action-content { width: min(100% - 28px, 1180px); padding: 32px 24px; border-radius: 32px; }
}