.container { max-width: 1600px; padding: 0 56px; }
.head-container { max-width: 1600px; margin: 0 auto; padding: 0 56px; }
.main-hero { position: relative; min-height: 100vh; overflow: hidden; background: #050816; color: #fff; margin-top: -80px; }
.main-hero .hero-bg { position: absolute; inset: 0; background: url('/img/main_bg.jpg') no-repeat center center / cover; transform: scale(1.03); }
.main-hero .hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,6,23,0.92) 0%, rgba(6,10,28,0.72) 32%, rgba(10,8,30,0.30) 58%, rgba(10,7,26,0.78) 100%), linear-gradient(180deg, rgba(2,6,23,0.28) 0%, rgba(2,6,23,0.10) 35%, rgba(2,6,23,0.75) 100%); }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(90px); pointer-events: none; z-index: 2; }
.hero-glow-1 { right: 18%; top: 24%; width: 300px; height: 300px; background: rgba(144, 92, 255, 0.14); }
.hero-glow-2 { left: 48%; top: 32%; width: 220px; height: 220px; background: rgba(88, 190, 255, 0.08); }
.main-hero .hero-inner { position: relative; z-index: 2; max-width: 1600px; min-height: 100vh; margin: 0 auto; padding: 120px 56px 70px; }
.main-hero .hero-copy { position: relative; z-index: 4; max-width: 660px; padding-top: 90px; }
.main-hero .hero-kicker { margin: 0 0 20px; color: #86b6ff; font-size: 18px; font-weight: 200; letter-spacing: -0.02em; }
.main-hero .hero-title { margin: 0; font-size: clamp(64px, 8vw, 122px); line-height: 0.98; letter-spacing: -0.06em; font-weight: 200; color: #fff; }
.main-hero .hero-title b { background: linear-gradient(90deg, #77c9ff 0%, #d798ff 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.main-hero .hero-desc { margin: 30px 0 0; color: rgba(255,255,255,0.88); font-size: 28px; line-height: 1.55; font-weight: 500; letter-spacing: -0.03em; }
.main-hero .hero-actions { display: flex; align-items: center; gap: 16px; margin-top: 36px; }
.main-hero .hero-btn { display: inline-flex; align-items: center; justify-content: center; min-width: 190px; height: 62px; padding: 0 30px; border-radius: 999px; font-size: 18px; font-weight: 800; text-decoration: none; transition: 0.25s ease; }
.main-hero .hero-btn-primary { background: linear-gradient(90deg, #67c7ff 0%, #dd8fcb 100%); color: #08111f; box-shadow: 0 12px 30px rgba(119, 130, 255, 0.2); }
.main-hero .hero-btn-primary:hover { transform: translateY(-2px); }
.main-hero .hero-btn-secondary { border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.06); color: #fff; backdrop-filter: blur(10px); }
.main-hero .hero-btn-secondary:hover { background: rgba(255,255,255,0.12); }
.btn-contact { display: inline-flex; align-items: center; justify-content: center; min-width: 150px; height: 45px; padding: 0px; border-radius: 999px; font-size: 17px; font-weight: 800; text-decoration: none; transition: 0.25s ease; background: linear-gradient(90deg, #67c7ff 0%, #dd8fcb 100%); box-shadow: 0 12px 30px rgba(119, 130, 255, 0.2); margin-top: -8px; }
.btn-contact:hover { transform: translateY(-2px); }
.btn-contact a { color: #08111f !important; }
.main-hero .hero-tags { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0 0; padding: 0; list-style: none; }
.main-hero .hero-tags li { padding: 12px 18px; border: 1px solid rgba(255,255,255,0.12); border-radius: 999px; background: rgba(9, 12, 26, 0.34); color: rgba(255,255,255,0.92); font-size: 16px; font-weight: 600; backdrop-filter: blur(12px); }
.main-hero .hero-visual img { display: block; width: 100%; height: auto; filter: drop-shadow(0 18px 60px rgba(4, 6, 18, 0.5)); }
.main-hero .hero-card { position: absolute; z-index: 4; border-radius: 34px; background: rgba(255,255,255,0.94); color: #101010; box-shadow: 0 24px 60px rgba(4, 6, 18, 0.28); }
.main-hero .hero-card-right { right: 1%; top: 19%; width: 330px; padding: 34px 30px; text-align: right; }
.main-hero .hero-card-label { display: inline-block; margin-bottom: 22px; color: #6b7280; font-size: 14px; font-weight: 800; letter-spacing: 0.08em; }
.main-hero .hero-card-title { display: block; font-size: 36px; line-height: 1.2; letter-spacing: -0.05em; font-weight: 900; }
.main-hero .hero-card-text { margin: 20px 0 0; color: #4b5563; font-size: 17px; line-height: 1.7; font-weight: 500; }
.main-hero .metric-box { min-width: 220px; padding: 26px 24px; border-radius: 28px; background: rgba(255,255,255,0.94); color: #111827; box-shadow: 0 20px 50px rgba(4, 6, 18, 0.24); }
.main-hero .metric-box strong { display: block; font-size: 28px; line-height: 1.1; font-weight: 900; letter-spacing: -0.04em; }
.main-hero .metric-box span { display: block; margin-top: 12px; color: #4b5563; font-size: 16px; line-height: 1.5; font-weight: 600; }
/* 1600 이하 */
@media (max-width:1600px) {
    .main-hero .hero-copy { max-width: 590px; }
    .main-hero .hero-desc { font-size: 24px; }
    .main-hero .hero-visual { width: min(41vw, 660px); right: 4%; }
    .main-hero .hero-card-right { width: 290px; padding: 28px 24px; }
    .main-hero .hero-card-title { font-size: 30px; }
    .main-hero .metric-box { min-width: 190px; }
}
/* 1280 이하 */
@media (max-width:1280px) {
    .main-hero .hero-header { padding: 24px 28px 0; }
    .main-hero .hero-inner { padding: 100px 28px 36px; }
    .main-hero .hero-nav { gap: 26px; padding: 12px 22px; }
    .main-hero .hero-nav a { font-size: 16px; }
    .main-hero .hero-copy { max-width: 520px; padding-top: 70px; }
    .main-hero .hero-desc { font-size: 22px; }
    .main-hero .hero-btn { height: 56px; min-width: 170px; font-size: 16px; }
    .main-hero .hero-visual { width: 46vw; right: -1%; bottom: -1%; }
    .main-hero .hero-card-right { top: 20%; right: 2%; width: 250px; }
    .main-hero .hero-card-title { font-size: 26px; }
    .main-hero .hero-card-text { font-size: 15px; }
    .main-hero .hero-metrics { left: 28px; right: 28px; bottom: 28px; gap: 12px; }
    .main-hero .metric-box { flex: 1; min-width: 0; padding: 22px 18px; }
    .main-hero .metric-box strong { font-size: 22px; }
    .main-hero .metric-box span { font-size: 14px; }
}
/* 1024 이하 */
@media (max-width:1024px) {
    .main-hero .hero-card-right { text-align: left; }
    .main-hero { min-height: auto; }
    .head-container { padding: 0 28px; }
    .container { padding: 0 28px; }
    .main-hero .hero-header { flex-wrap: wrap; justify-content: space-between; gap: 18px; }
    .main-hero .hero-nav { order: 3; width: 100%; justify-content: center; flex-wrap: wrap; }
    .main-hero .hero-inner { min-height: auto; padding: 90px 28px 40px; }
    .main-hero .hero-copy { max-width: 100%; padding-top: 48px; }
    .main-hero .hero-desc { font-size: 20px; }
    .main-hero .hero-visual { position: relative; right: auto; bottom: auto; width: min(76vw, 560px); margin: 40px auto 0; }
    .main-hero .hero-card-right { position: relative; right: auto; top: auto; width: 100%; max-width: 420px; margin: 24px auto 0; }
    .main-hero .hero-metrics { position: relative; left: auto; right: auto; bottom: auto; margin-top: 28px; flex-wrap: wrap; }
    .main-hero .metric-box { min-width: calc(50% - 6px); }
}
/* 768 이하 */
@media (max-width:768px) {
    .head-container { padding: 0 15px; }
    .container { padding: 0 15px; }
    .main-hero .hero-header { padding: 20px 18px 0; }
    .main-hero .hero-inner { padding: 80px 18px 26px; }
    .main-hero .hero-logo a { font-size: 34px; }
    .main-hero .hero-nav { gap: 14px; padding: 10px 14px; border-radius: 20px; }
    .main-hero .hero-nav a { font-size: 14px; }
    .main-hero .hero-header-btn { height: 46px; padding: 0 18px; font-size: 14px; }
    .main-hero .hero-kicker { font-size: 15px; margin-bottom: 14px; }
    .main-hero .hero-title { font-size: clamp(46px, 14vw, 72px); }
    .main-hero .hero-desc { margin-top: 20px; font-size: 17px; line-height: 1.6; }
    .main-hero .hero-actions { flex-direction: column; align-items: stretch; }
    .main-hero .hero-btn { width: 100%; min-width: 0; height: 52px; font-size: 15px; }
    .main-hero .hero-tags { gap: 10px; }
    .main-hero .hero-tags li { width: 100%; text-align: center; font-size: 14px; padding: 11px 14px; }
    .main-hero .hero-visual { width: 88vw; margin-top: 28px; }
    .main-hero .hero-card-right { padding: 24px 20px; border-radius: 24px; }
    .main-hero .hero-card-title { font-size: 24px; }
    .main-hero .hero-card-text { font-size: 15px; }
    .main-hero .hero-metrics { gap: 12px; }
    .main-hero .metric-box { width: 100%; min-width: 100%; border-radius: 22px; }
    .main-hero .metric-box strong { font-size: 20px; }
}
.main-hero .hero-actions { display: flex; align-items: center; gap: 16px; margin-top: 36px; margin-bottom: 0; }
.main-hero .hero-tags { display: none; }
.main-hero .hero-visual { position: absolute; right: 7%; bottom: -4%; width: min(43vw, 760px); z-index: 6; }
.main-hero .hero-visual img { display: block; width: 100%; height: auto; filter: drop-shadow(0 18px 60px rgba(4, 6, 18, 0.5)); }
.main-hero .hero-card { position: absolute; z-index: 4; border-radius: 34px; background: rgba(255,255,255,0.94); color: #101010; box-shadow: 0 24px 60px rgba(4, 6, 18, 0.28); }
.main-hero .hero-metrics { position: absolute; left: 56px; bottom: 250px; z-index: 5; display: flex; gap: 18px; }
@media (max-width:1280px) {
    .main-hero .hero-metrics { left: 28px; right: 28px; bottom: 44px; gap: 12px; }
}
@media (max-width:1024px) {
    .main-hero .hero-visual { position: relative; right: auto; bottom: auto; width: min(76vw, 560px); margin: 40px auto 0; z-index: 6; }
    .main-hero .hero-card-right { position: relative; right: auto; top: auto; width: 100%; max-width: 600px; margin: 24px auto 0; z-index: 4; }
    .main-hero .hero-metrics { position: relative; left: auto; right: auto; bottom: auto; margin-top: 28px; flex-wrap: wrap; }
}
.main-hero .hero-visual { position: absolute; right: 15%; bottom: 2%; width: min(39vw, 690px); z-index: 9; animation: astronautFloatPc 6s ease-in-out infinite; transform-origin: center center; will-change: transform; }
@keyframes astronautFloatPc {
    0% { transform: translate3d(0, 0, 0) rotate(0deg); }
    18% { transform: translate3d(-64px, -68px, 0) rotate(-0.8deg); }
    38% { transform: translate3d(-154px, -162px, 0) rotate(-1.8deg); }
    58% { transform: translate3d(-40px, -46px, 0) rotate(-0.9deg); }
    78% { transform: translate3d(12px, 14px, 0) rotate(0.9deg); }
    100% { transform: translate3d(0, 0, 0) rotate(0deg); }
}
@media (max-width:1024px) {
    .main-hero .hero-visual { animation: astronautFloatMobile 7.5s ease-in-out infinite; right: 5%; bottom: 2%; }
    @keyframes astronautFloatMobile {
        0% { transform: translate3d(0, 0, 0) rotate(0deg); }
        20% { transform: translate3d(-10px, -12px, 0) rotate(-0.6deg); }
        40% { transform: translate3d(-18px, -24px, 0) rotate(-1deg); }
        60% { transform: translate3d(-8px, -14px, 0) rotate(-0.4deg); }
        80% { transform: translate3d(4px, 6px, 0) rotate(0.5deg); }
        100% { transform: translate3d(0, 0, 0) rotate(0deg); }
    }
}
.main-keyword-marquee { position: relative; overflow: hidden; padding: 38px 0 34px; background: linear-gradient(180deg, #070b1a 0%, #0b1022 100%); border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); }
.main-keyword-marquee::before, .main-keyword-marquee::after { content: ""; position: absolute; top: 0; width: 140px; height: 100%; z-index: 2; pointer-events: none; }
.main-keyword-marquee::before { left: 0; background: linear-gradient(90deg, #0a0f21 0%, rgba(10,15,33,0) 100%); }
.main-keyword-marquee::after { right: 0; background: linear-gradient(270deg, #0a0f21 0%, rgba(10,15,33,0) 100%); }
.main-keyword-marquee .marquee-track { display: flex; width: max-content; align-items: center; gap: 0; white-space: nowrap; will-change: transform; }
.main-keyword-marquee .marquee-track-1 { animation: marqueeLeft 34s linear infinite; margin-bottom: 14px; }
.main-keyword-marquee .marquee-track-2 { animation: marqueeRight 30s linear infinite; }
.main-keyword-marquee .marquee-group { display: flex; align-items: center; gap: 18px; padding-right: 18px; }
.main-keyword-marquee .marquee-group span { position: relative; display: inline-flex; align-items: center; justify-content: center; height: 52px; padding: 0 22px; border: 1px solid rgba(255,255,255,0.1); border-radius: 999px; background: rgba(255,255,255,0.04); backdrop-filter: blur(10px); color: rgba(255,255,255,0.88); font-size: 17px; font-weight: 600; letter-spacing: -0.02em; box-shadow: inset 0 1px 0 rgba(255,255,255,0.04); }
.main-keyword-marquee .marquee-track-1 .marquee-group span:nth-child(3n) { color: #9ad7ff; border-color: rgba(103,199,255,0.2); }
.main-keyword-marquee .marquee-track-2 .marquee-group span:nth-child(4n) { color: #d9a8ff; border-color: rgba(203,126,255,0.18); }
@keyframes marqueeLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
@keyframes marqueeRight {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}
/* hover 시 잠깐 멈춤 */
.main-keyword-marquee:hover .marquee-track { animation-play-state: paused; }
@media (max-width:1024px) {
    .main-keyword-marquee { padding: 30px 0 28px; }
    .main-keyword-marquee .marquee-track-1 { margin-bottom: 12px; animation-duration: 28s; }
    .main-keyword-marquee .marquee-track-2 { animation-duration: 24s; }
    .main-keyword-marquee .marquee-group { gap: 14px; padding-right: 14px; }
    .main-keyword-marquee .marquee-group span { height: 46px; padding: 0 18px; font-size: 15px; }
    .main-keyword-marquee::before, .main-keyword-marquee::after { width: 90px; }
}
@media (max-width:768px) {
    .main-keyword-marquee { padding: 24px 0 22px; }
    .main-keyword-marquee .marquee-track-1 { margin-bottom: 10px; animation-duration: 24s; }
    .main-keyword-marquee .marquee-track-2 { animation-duration: 20s; }
    .main-keyword-marquee .marquee-group { gap: 10px; padding-right: 10px; }
    .main-keyword-marquee .marquee-group span { height: 40px; padding: 0 14px; font-size: 13px; }
    .main-keyword-marquee::before, .main-keyword-marquee::after { width: 48px; }
}
.main-brand-message { position: relative; padding: 140px 20px 140px; background: radial-gradient(circle at 50% 30%, rgba(118, 90, 255, 0.14) 0%, rgba(118, 90, 255, 0) 42%), linear-gradient(180deg, #090d1d 0%, #0b1022 100%); overflow: hidden; }
.main-brand-message::before { content: ""; position: absolute; top: 50%; left: 50%; width: 720px; height: 720px; transform: translate(-50%, -50%); border-radius: 999px; background: rgba(131, 92, 255, 0.06); filter: blur(120px); pointer-events: none; }
.main-brand-message .brand-message-inner { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; text-align: center; }
.main-brand-message .brand-message-label { margin: 0 0 22px; color: #86b6ff; font-size: 15px; font-weight: 200; letter-spacing: 0.14em; }
.main-brand-message .brand-message-title { margin: 0; color: #fff; font-size: clamp(40px, 5vw, 78px); line-height: 1.18; letter-spacing: -0.055em; font-weight: 300; }
.main-brand-message .brand-message-title span { background: linear-gradient(90deg, #77c9ff 0%, #d798ff 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.main-brand-message .brand-message-desc { margin: 28px auto 0; max-width: 860px; color: rgba(255,255,255,0.74); font-size: 21px; line-height: 1.8; font-weight: 500; letter-spacing: -0.02em; }
@media (max-width:1024px) {
    .main-brand-message { padding: 110px 20px; }
    .main-brand-message .brand-message-desc { font-size: 18px; max-width: 720px; }
}
@media (max-width:768px) {
    .main-brand-message { padding: 86px 18px 90px; }
    .main-brand-message .brand-message-label { margin-bottom: 16px; font-size: 13px; }
    .main-brand-message .brand-message-title { font-size: clamp(30px, 9vw, 48px); line-height: 1.24; }
    .main-brand-message .brand-message-desc { margin-top: 20px; font-size: 16px; line-height: 1.7; }
}
.main-need-cards { position: relative; padding: 120px 20px 130px; background: #f7f8fc; overflow: hidden; }
.main-need-cards::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 20%, rgba(113, 130, 255, 0.08) 0%, rgba(113, 130, 255, 0) 34%), radial-gradient(circle at 80% 80%, rgba(213, 145, 255, 0.08) 0%, rgba(213, 145, 255, 0) 34%); pointer-events: none; }
.main-need-cards .need-cards-inner { position: relative; z-index: 2; max-width: 1320px; margin: 0 auto; }
.main-need-cards .need-cards-head { text-align: center; margin-bottom: 56px; }
.main-need-cards .need-cards-label { margin: 0 0 18px; color: #6c8dff; font-size: 14px; font-weight: 600; letter-spacing: 0.14em; }
.main-need-cards .need-cards-title { margin: 0; color: #101828; font-size: clamp(34px, 4vw, 62px); line-height: 1.18; letter-spacing: -0.05em; font-weight: 300; }
.main-need-cards .need-cards-title span { background: linear-gradient(90deg, #77c9ff 0%, #d798ff 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-weight: 900; }
.main-need-cards .need-cards-desc { margin: 22px auto 0; max-width: 780px; color: #667085; font-size: 20px; line-height: 1.8; font-weight: 500; letter-spacing: -0.02em; }
.main-need-cards .need-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.main-need-cards .need-card { position: relative; min-height: 340px; padding: 34px 30px 30px; border-radius: 28px; background: rgba(255,255,255,0.92); border: 1px solid rgba(17,24,39,0.06); box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06); backdrop-filter: blur(10px); transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease; }
.main-need-cards .need-card:hover { transform: translateY(-8px); box-shadow: 0 26px 58px rgba(15, 23, 42, 0.11); border-color: rgba(113,130,255,0.18); }
.main-need-cards .need-card::after { content: ""; position: absolute; left: 30px; right: 30px; bottom: 0; height: 3px; border-radius: 999px; background: linear-gradient(90deg, #7bc9ff 0%, #d89aff 100%); opacity: 0.82; }
.main-need-cards .need-card-number { display: inline-block; margin-bottom: 26px; color: #c0c7d5; font-size: 44px; line-height: 1; font-weight: 900; letter-spacing: -0.04em; }
.main-need-cards .need-card-title { margin: 0; color: #111827; font-size: 30px; line-height: 1.28; letter-spacing: -0.045em; font-weight: 900; }
.main-need-cards .need-card-text { margin: 22px 0 0; color: #667085; font-size: 18px; line-height: 1.8; font-weight: 500; letter-spacing: -0.02em; }
@media (max-width:1280px) {
    .main-need-cards { padding: 100px 20px 110px; }
    .main-need-cards .need-cards-head { margin-bottom: 44px; }
    .main-need-cards .need-cards-desc { font-size: 18px; }
    .main-need-cards .need-card { min-height: 300px; padding: 30px 24px 26px; border-radius: 24px; }
    .main-need-cards .need-card::after { left: 24px; right: 24px; }
    .main-need-cards .need-card-number { font-size: 36px; margin-bottom: 22px; }
    .main-need-cards .need-card-title { font-size: 24px; }
    .main-need-cards .need-card-text { font-size: 16px; }
}
@media (max-width:1024px) {
    .main-need-cards .need-card-grid { grid-template-columns: 1fr; gap: 18px; }
    .main-need-cards .need-card { min-height: auto; }
}
@media (max-width:768px) {
    .main-need-cards { padding: 82px 18px 88px; }
    .main-need-cards .need-cards-label { font-size: 12px; margin-bottom: 14px; }
    .main-need-cards .need-cards-title { font-size: clamp(28px, 8vw, 42px); line-height: 1.24; }
    .main-need-cards .need-cards-desc { margin-top: 18px; font-size: 16px; line-height: 1.7; }
    .main-need-cards .need-card { padding: 24px 20px 22px; border-radius: 22px; }
    .main-need-cards .need-card::after { left: 20px; right: 20px; }
    .main-need-cards .need-card-number { font-size: 30px; margin-bottom: 18px; }
    .main-need-cards .need-card-title { font-size: 22px; line-height: 1.35; }
    .main-need-cards .need-card-text { margin-top: 16px; font-size: 15px; line-height: 1.7; }
}
.main-review-slider { position: relative; padding: 120px 20px 130px; background: linear-gradient(180deg, #0a0f21 0%, #0d1329 100%); overflow: hidden; }
.main-review-slider::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 20%, rgba(114, 170, 255, 0.10) 0%, rgba(114, 170, 255, 0) 32%), radial-gradient(circle at 80% 70%, rgba(212, 150, 255, 0.10) 0%, rgba(212, 150, 255, 0) 32%); pointer-events: none; }
.main-review-slider .review-slider-inner { position: relative; z-index: 2; max-width: 1320px; margin: 0 auto; }
.main-review-slider .review-slider-head { text-align: center; margin-bottom: 48px; }
.main-review-slider .review-slider-label { margin: 0 0 18px; color: #8db9ff; font-size: 14px; font-weight: 200; letter-spacing: 0.14em; }
.main-review-slider .review-slider-title { margin: 0; color: #fff; font-size: clamp(34px, 4vw, 60px); line-height: 1.18; letter-spacing: -0.05em; font-weight: 300; }
.main-review-slider .review-slider-desc { margin: 20px auto 0; max-width: 760px; color: rgba(255,255,255,0.68); font-size: 20px; line-height: 1.8; font-weight: 500; }
.main-review-slider .review-slider-wrap { position: relative; display: flex; align-items: center; gap: 20px; }
.main-review-slider .review-slider-viewport { flex: 1; overflow: hidden; }
.main-review-slider .review-slider-track { display: flex; gap: 24px; transition: transform 0.6s ease; will-change: transform; }
.main-review-slider .review-card { flex: 0 0 calc((100% - 24px) / 2); min-height: 360px; padding: 28px 28px 30px; border-radius: 32px; background: linear-gradient(180deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.05) 100%); border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 18px 50px rgba(3, 6, 18, 0.18); backdrop-filter: blur(12px); }
.main-review-slider .review-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,0.10); align-items: center; }
.main-review-slider .review-client { display: flex; align-items: center; gap: 14px; min-width: 0; flex: 1; }
.main-review-slider .review-avatar { flex: 0 0 64px; width: 64px; height: 64px; border-radius: 999px; overflow: hidden; background: linear-gradient(135deg, #77c9ff 0%, #d89aff 100%); box-shadow: 0 10px 25px rgba(119, 201, 255, 0.18); }
.main-review-slider .review-avatar img { display: block; width: 100%; height: 100%; object-fit: cover; }
.main-review-slider .review-client-info strong, .main-review-slider .review-project strong { display: block; color: #fff; font-size: 16px; line-height: 1.45; font-weight: 800; letter-spacing: -0.02em; }
.main-review-slider .review-client-info span, .main-review-slider .review-project span { display: block; margin-top: 6px; color: rgba(255,255,255,0.58); font-size: 14px; line-height: 1.5; font-weight: 500; }
.main-review-slider .review-project span { background: linear-gradient(90deg, #77c9ff 0%, #d798ff 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-weight: 900; }
.main-review-slider .review-project { flex: 0 0 auto; text-align: right; max-width: 220px; }
.main-review-slider .review-card-bottom { padding-top: 28px; }
.main-review-slider .review-quote { margin: 0; color: #fff; font-size: 34px; line-height: 1.48; letter-spacing: -0.045em; font-weight: 300; }
.main-review-slider .review-nav { flex: 0 0 auto; width: 58px; height: 58px; border: 1px solid rgba(255,255,255,0.12); border-radius: 999px; background: rgba(255,255,255,0.06); color: #fff; font-size: 22px; cursor: pointer; backdrop-filter: blur(10px); transition: 0.25s ease; }
.main-review-slider .review-nav:hover { background: rgba(255,255,255,0.12); transform: translateY(-2px); }
.main-review-slider .review-dots { display: flex; justify-content: center; gap: 10px; margin-top: 28px; }
.main-review-slider .review-dots button { width: 12px; height: 12px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,0.20); cursor: pointer; transition: 0.25s ease; }
.main-review-slider .review-dots button.is-active { width: 34px; background: linear-gradient(90deg, #77c9ff 0%, #d89aff 100%); }
@media (max-width:1280px) {
    .main-review-slider { padding: 100px 20px 110px; }
    .main-review-slider .review-card { min-height: 320px; padding: 24px 24px 26px; border-radius: 26px; }
    .main-review-slider .review-slider-track { gap: 18px; }
    .main-review-slider .review-card { flex: 0 0 calc((100% - 18px) / 2); }
    .main-review-slider .review-avatar { width: 56px; height: 56px; flex-basis: 56px; font-size: 22px; }
    .main-review-slider .review-client-info strong, .main-review-slider .review-project strong { font-size: 15px; }
    .main-review-slider .review-client-info span, .main-review-slider .review-project span { font-size: 13px; }
    .main-review-slider .review-quote { font-size: 28px; }
}
@media (max-width:768px) {
    .main-review-slider { padding: 84px 18px 90px; }
    .main-review-slider .review-slider-head { margin-bottom: 32px; }
    .main-review-slider .review-slider-label { margin-bottom: 14px; font-size: 12px; }
    .main-review-slider .review-slider-title { font-size: clamp(28px, 8vw, 42px); line-height: 1.24; }
    .main-review-slider .review-slider-desc { margin-top: 16px; font-size: 16px; line-height: 1.7; }
    .main-review-slider .review-slider-wrap { gap: 12px; }
    .main-review-slider .review-slider-track { gap: 0; }
    .main-review-slider .review-card { flex: 0 0 100%; min-height: 280px; padding: 22px 18px 22px; border-radius: 22px; }
    .main-review-slider .review-card-top { flex-direction: column; align-items: flex-start; gap: 16px; padding-bottom: 18px; }
    .main-review-slider .review-project { text-align: left; max-width: none; }
    .main-review-slider .review-avatar { width: 52px; height: 52px; flex-basis: 52px; font-size: 20px; }
    .main-review-slider .review-client-info strong, .main-review-slider .review-project strong { font-size: 15px; }
    .main-review-slider .review-client-info span, .main-review-slider .review-project span { font-size: 13px; }
    .main-review-slider .review-card-bottom { padding-top: 20px; }
    .main-review-slider .review-quote { font-size: 22px; line-height: 1.55; }
    .main-review-slider .review-nav { width: 46px; height: 46px; font-size: 18px; }
}
.main-cta-section { position: relative; padding: 120px 20px 140px; background: radial-gradient(circle at 50% 20%, rgba(116, 142, 255, 0.12) 0%, rgba(116, 142, 255, 0) 36%), radial-gradient(circle at 80% 80%, rgba(220, 146, 255, 0.12) 0%, rgba(220, 146, 255, 0) 34%), linear-gradient(180deg, #090d1d 0%, #070b18 100%); overflow: hidden; }
.main-cta-section::before { content: ""; position: absolute; top: 50%; left: 50%; width: 900px; height: 900px; transform: translate(-50%, -50%); border-radius: 999px; background: rgba(125, 108, 255, 0.06); filter: blur(140px); pointer-events: none; }
.main-cta-section .main-cta-inner { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 70px 40px; border-radius: 42px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 24px 70px rgba(4, 6, 18, 0.28); backdrop-filter: blur(16px); text-align: center; }
.main-cta-section .main-cta-label { margin: 0 0 18px; color: #8db9ff; font-size: 14px; font-weight: 200; letter-spacing: 0.14em; }
.main-cta-section .main-cta-title { margin: 0; color: #fff; font-size: clamp(34px, 4.5vw, 64px); line-height: 1.18; letter-spacing: -0.055em; font-weight: 300; }
.main-cta-section .main-cta-desc { margin: 24px auto 0; max-width: 780px; color: rgba(255,255,255,0.72); font-size: 20px; line-height: 1.8; font-weight: 500; letter-spacing: -0.02em; }
.main-cta-section .main-cta-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px; margin-top: 42px; }
.main-cta-section .main-cta-btn { display: inline-flex; align-items: center; justify-content: center; min-width: 200px; height: 60px; padding: 0 28px; border-radius: 999px; font-size: 17px; font-weight: 800; text-decoration: none; letter-spacing: -0.02em; transition: 0.25s ease; }
.main-cta-section .main-cta-btn:hover { transform: translateY(-2px); }
.main-cta-section .main-cta-btn-primary { background: linear-gradient(90deg, #67c7ff 0%, #dd8fcb 100%); color: #08111f; box-shadow: 0 14px 32px rgba(115, 126, 255, 0.24); }
.main-cta-section .main-cta-btn-primary2 { background: #f8fafc; color: #111827; border: 1px solid rgba(255,255,255,0.18); }
.main-cta-section .main-cta-btn-primary2:hover { background: #ffffff; }
.main-cta-section .main-cta-btn-secondary { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); color: #fff; backdrop-filter: blur(10px); }
.main-cta-section .main-cta-btn-secondary:hover { background: rgba(255,255,255,0.12); }
@media (max-width:1024px) {
    .main-cta-section { padding: 96px 20px 110px; }
    .main-cta-section .main-cta-inner { padding: 56px 28px; border-radius: 30px; }
    .main-cta-section .main-cta-desc { font-size: 18px; line-height: 1.75; }
    .main-cta-section .main-cta-btn { min-width: 180px; height: 56px; font-size: 16px; }
}
@media (max-width:768px) {
    .main-cta-section { padding: 78px 18px 90px; }
    .main-cta-section .main-cta-inner { padding: 40px 18px; border-radius: 24px; }
    .main-cta-section .main-cta-label { margin-bottom: 14px; font-size: 12px; }
    .main-cta-section .main-cta-title { font-size: clamp(28px, 8vw, 42px); line-height: 1.24; }
    .main-cta-section .main-cta-desc { margin-top: 18px; font-size: 16px; line-height: 1.7; }
    .main-cta-section .main-cta-actions { gap: 12px; margin-top: 30px; }
    .main-cta-section .main-cta-btn { width: 100%; min-width: 100%; height: 52px; font-size: 15px; }
}
.main-flow-bridge { position: relative; padding: 105px 20px 110px; background: #f7f8fc; overflow: hidden; }
.main-flow-bridge::before { content: ""; position: absolute; top: -120px; left: 50%; width: 680px; height: 680px; transform: translateX(-50%); border-radius: 999px; background: rgba(122, 116, 255, 0.08); filter: blur(110px); pointer-events: none; }
.main-flow-bridge::after { content: ""; position: absolute; right: 8%; bottom: -120px; width: 340px; height: 340px; border-radius: 999px; background: rgba(121, 205, 255, 0.10); filter: blur(90px); pointer-events: none; }
.main-flow-bridge .flow-bridge-inner { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; text-align: center; }
.main-flow-bridge .flow-bridge-label { margin: 0 0 18px; color: #6c8dff; font-size: 14px; font-weight: 600; letter-spacing: 0.14em; }
.main-flow-bridge .flow-bridge-title { margin: 0; color: #111827; font-size: clamp(34px, 4.4vw, 62px); line-height: 1.2; letter-spacing: -0.055em; font-weight: 300; }
.main-flow-bridge .flow-bridge-title span { background: linear-gradient(90deg, #5f8fff 0%, #b56cff 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.main-flow-bridge .flow-bridge-desc { margin: 24px auto 0; max-width: 760px; color: #667085; font-size: 20px; line-height: 1.8; font-weight: 500; letter-spacing: -0.02em; }
.main-flow-bridge .flow-bridge-keywords { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.main-flow-bridge .flow-bridge-keywords span { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 18px; border-radius: 999px; background: #ffffff; border: 1px solid rgba(17,24,39,0.08); color: #344054; font-size: 15px; font-weight: 700; letter-spacing: -0.02em; box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05); }
@media (max-width:1024px) {
    .main-flow-bridge { padding: 88px 20px 92px; }
    .main-flow-bridge .flow-bridge-desc { font-size: 18px; line-height: 1.75; }
    .main-flow-bridge .flow-bridge-keywords { margin-top: 28px; }
    .main-flow-bridge .flow-bridge-keywords span { min-height: 44px; padding: 0 16px; font-size: 14px; }
}
@media (max-width:768px) {
    .main-flow-bridge { padding: 72px 18px 76px; }
    .main-flow-bridge .flow-bridge-label { margin-bottom: 14px; font-size: 12px; }
    .main-flow-bridge .flow-bridge-title { font-size: clamp(28px, 8vw, 42px); line-height: 1.26; }
    .main-flow-bridge .flow-bridge-desc { margin-top: 18px; font-size: 16px; line-height: 1.7; }
    .main-flow-bridge .flow-bridge-keywords { gap: 10px; margin-top: 24px; }
    .main-flow-bridge .flow-bridge-keywords span { width: 100%; min-height: 42px; font-size: 14px; }
}
.contact-page { padding: 110px 20px 130px; background: #f7f8fc; }
.contact-page-inner { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 34px; align-items: start; }
.contact-intro { padding: 10px 10px 10px 0; }
.contact-label { margin: 0 0 18px; color: #6c8dff; font-size: 14px; font-weight: 600; letter-spacing: 0.14em; }
.contact-title { margin: 0; color: #111827; font-size: clamp(34px, 4vw, 60px); line-height: 1.18; letter-spacing: -0.05em; font-weight: 300; }
.contact-desc { margin: 22px 0 0; color: #667085; font-size: 19px; line-height: 1.8; font-weight: 500; }
.contact-info-box { margin-top: 34px; display: grid; gap: 16px; }
.contact-info-item { padding: 22px 24px; border-radius: 22px; background: #fff; border: 1px solid rgba(17,24,39,0.06); box-shadow: 0 14px 34px rgba(15,23,42,0.05); }
.contact-info-item strong { display: block; margin-bottom: 8px; color: #111827; font-size: 17px; font-weight: 800; }
.contact-info-item a { color: #4f46e5; font-size: 16px; font-weight: 600; word-break: break-all; }
.contact-tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0 0; padding: 0; list-style: none; }
.contact-tags li { display: inline-flex; align-items: center; min-height: 42px; padding: 0 16px; border-radius: 999px; background: #fff; border: 1px solid rgba(17,24,39,0.06); color: #344054; font-size: 14px; font-weight: 700; }
.contact-form-wrap { padding: 34px 32px; border-radius: 30px; background: #fff; border: 1px solid rgba(17,24,39,0.06); box-shadow: 0 18px 50px rgba(15,23,42,0.07); }
.contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 18px; }
.form-field { display: flex; flex-direction: column; }
.form-field-full { grid-column: 1 / -1; }
.form-field label { margin-bottom: 10px; color: #111827; font-size: 15px; font-weight: 800; letter-spacing: -0.02em; }
.form-field label span { color: #ef4444; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid #d9dfeb; border-radius: 16px; background: #fff; color: #111827; font-size: 16px; font-family: inherit; transition: border-color .2s ease, box-shadow .2s ease; }
.form-field input, .form-field select { height: 56px; padding: 0 18px; }
.form-field textarea { min-height: 180px; padding: 16px 18px; resize: vertical; line-height: 1.7; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: #8db9ff; box-shadow: 0 0 0 4px rgba(119, 201, 255, 0.14); }
.contact-agree { margin-top: 24px; padding-top: 20px; border-top: 1px solid #eaedf4; }
.contact-agree label { display: inline-flex; align-items: center; gap: 10px; color: #475467; font-size: 15px; font-weight: 600; }
.contact-agree input[type="checkbox"] { width: 18px; height: 18px; accent-color: #4f46e5; }
.contact-submit { margin-top: 28px; }
.contact-submit button { width: 100%; height: 60px; border: 0; border-radius: 999px; background: linear-gradient(90deg, #67c7ff 0%, #dd8fcb 100%); color: #08111f; font-size: 17px; font-weight: 900; letter-spacing: -0.02em; cursor: pointer; box-shadow: 0 14px 32px rgba(115,126,255,0.18); transition: transform .25s ease; }
.contact-submit button:hover { transform: translateY(-2px); }
@media (max-width:1280px) {
    .contact-page { padding: 90px 56px 110px; }
}
@media (max-width:1024px) {
    .contact-page { padding: 90px 28px 110px; }
    .contact-page-inner { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width:768px) {
    .contact-page { padding: 74px 18px 88px; }
    .contact-form-wrap { padding: 24px 18px; border-radius: 24px; }
    .contact-form-grid { grid-template-columns: 1fr; gap: 18px; }
    .contact-title { font-size: clamp(30px, 8vw, 42px); line-height: 1.24; }
    .contact-desc { font-size: 16px; line-height: 1.7; }
    .form-field input, .form-field select { height: 52px; padding: 0 16px; font-size: 15px; }
    .form-field textarea { min-height: 160px; font-size: 15px; }
    .contact-submit button { height: 54px; font-size: 15px; }
}
/* 개인정보 동의 영역 */
.contact-agree { margin-top: 24px; padding-top: 20px; border-top: 1px solid #eaedf4; display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.contact-agree-label { display: inline-flex; align-items: center; gap: 10px; color: #475467; font-size: 15px; font-weight: 600; cursor: pointer; }
.contact-agree-label input[type="checkbox"] { width: 18px; height: 18px; accent-color: #4f46e5; flex: 0 0 auto; }
.contact-agree-label em { color: #ef4444; font-style: normal; }
.privacy-open-btn { height: 40px; padding: 0 18px; border: 1px solid #d9dfeb; border-radius: 999px; background: #fff; color: #344054; font-size: 14px; font-weight: 800; cursor: pointer; transition: 0.25s ease; }
.privacy-open-btn:hover { border-color: #bfc8d8; background: #f8fafc; }
/* 모달 */
.privacy-modal { position: fixed; inset: 0; z-index: 9999; display: none; }
.privacy-modal.is-open { display: block; }
.privacy-modal-overlay { position: absolute; inset: 0; background: rgba(5, 10, 24, 0.66); backdrop-filter: blur(6px); }
.privacy-modal-dialog { position: absolute; top: 50%; left: 50%; width: min(92vw, 760px); max-height: 86vh; transform: translate(-50%, -50%); border-radius: 28px; background: #fff; box-shadow: 0 30px 80px rgba(15, 23, 42, 0.24); overflow: hidden; }
.privacy-modal-close { position: absolute; top: 18px; right: 18px; width: 42px; height: 42px; border: 0; border-radius: 999px; background: #f3f5fa; color: #111827; font-size: 26px; line-height: 1; cursor: pointer; transition: 0.25s ease; }
.privacy-modal-close:hover { background: #e9edf5; }
.privacy-modal-head { padding: 34px 34px 20px; border-bottom: 1px solid #eef2f7; }
.privacy-modal-label { margin: 0 0 10px; color: #6c8dff; font-size: 13px; font-weight: 800; letter-spacing: 0.14em; }
.privacy-modal-title { margin: 0; color: #111827; font-size: 30px; line-height: 1.2; letter-spacing: -0.04em; font-weight: 900; }
.privacy-modal-body { padding: 0; max-height: calc(86vh - 180px); overflow-y: auto; }
.privacy-policy-box { padding: 28px 34px 32px; }
.privacy-policy-box h4 { margin: 0 0 10px; color: #111827; font-size: 18px; font-weight: 900; letter-spacing: -0.02em; }
.privacy-policy-box h4:not(:first-child) { margin-top: 24px; }
.privacy-policy-box p, .privacy-policy-box li { color: #475467; font-size: 16px; line-height: 1.8; font-weight: 500; letter-spacing: -0.01em; }
.privacy-policy-box ul { margin: 10px 0 0; padding-left: 18px; }
.privacy-modal-foot { padding: 20px 34px 30px; border-top: 1px solid #eef2f7; text-align: center; }
.privacy-confirm-btn { min-width: 180px; height: 52px; padding: 0 24px; border: 0; border-radius: 999px; background: linear-gradient(90deg, #67c7ff 0%, #dd8fcb 100%); color: #08111f; font-size: 15px; font-weight: 900; cursor: pointer; box-shadow: 0 14px 32px rgba(115,126,255,0.18); transition: transform .25s ease; }
.privacy-confirm-btn:hover { transform: translateY(-2px); }
@media (max-width:768px) {
    .contact-agree { align-items: flex-start; }
    .privacy-open-btn { height: 36px; padding: 0 14px; font-size: 13px; }
    .privacy-modal-dialog { width: min(94vw, 760px); border-radius: 22px; }
    .privacy-modal-head { padding: 24px 20px 16px; }
    .privacy-modal-title { font-size: 24px; }
    .privacy-policy-box { padding: 22px 20px 24px; }
    .privacy-policy-box h4 { font-size: 16px; }
    .privacy-policy-box p, .privacy-policy-box li { font-size: 14px; line-height: 1.7; }
    .privacy-modal-foot { padding: 16px 20px 22px; }
    .privacy-confirm-btn { width: 100%; min-width: 0; height: 48px; font-size: 14px; }
}
.sub-basic-body { padding: 0; }
.sub-hero { position: relative; min-height: 360px; overflow: visible; background: #060b18; margin-top: -80px; }
.sub-hero .sub-hero-bg { position: absolute; inset: 0; background: url('/img/header_title_bg.jpg') no-repeat center center / cover; }
.sub-hero .sub-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,7,20,0.62) 0%, rgba(5,9,24,0.50) 45%, rgba(6,10,22,0.70) 100%), linear-gradient(90deg, rgba(2,6,23,0.35) 0%, rgba(2,6,23,0.12) 50%, rgba(2,6,23,0.35) 100%); }
.sub-hero .sub-hero-inner { position: relative; z-index: 3; max-width: 1380px; margin: 0 auto; padding: 130px 20px 100px; }
.sub-hero .sub-hero-label { margin: 0 0 16px; color: #8db9ff; font-size: 14px; font-weight: 200; letter-spacing: 0.16em; }
.sub-hero .sub-hero-title { margin: 0; color: #fff; font-size: clamp(42px, 5vw, 76px); line-height: 1.12; letter-spacing: -0.055em; font-weight: 300; }
.sub-hero .sub-hero-desc { margin: 14px 0 0; max-width: 760px; color: rgba(255,255,255,0.76); font-size: 20px; line-height: 1.65; font-weight: 500; letter-spacing: -0.02em; }
.sub-hero .sub-hero-breadcrumb { display: inline-flex; align-items: center; justify-content: center; gap: 12px; margin-top: 18px; padding: 0 18px; height: 38px; border-radius: 999px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); backdrop-filter: blur(10px); }
.sub-hero .sub-hero-breadcrumb a, .sub-hero .sub-hero-breadcrumb strong { font-size: 14px; line-height: 1; letter-spacing: -0.01em; }
.sub-hero .sub-hero-breadcrumb a { color: rgba(255,255,255,0.72); text-decoration: none; }
.sub-hero .sub-hero-breadcrumb strong { color: #fff; font-weight: 800; }
.sub-hero .sub-hero-breadcrumb span { width: 5px; height: 5px; border-radius: 999px; background: rgba(255,255,255,0.32); }
.sub-hero .sub-hero-astro { position: absolute; right: 10%; bottom: -13px; transform: translateX(-50%); z-index: 4; width: min(50vw, 660px); pointer-events: none; animation: subHeroAstroDriftX 4.5s ease-in-out infinite; will-change: transform; }
@keyframes subHeroAstroDriftX {
    0% { transform: translateX(0); }
    30% { transform: translateX(10px); }
    60% { transform: translateX(16px); }
    100% { transform: translateX(0); }
}
.sub-hero .sub-hero-astro img { display: block; width: 100%; height: auto; filter: drop-shadow(0 20px 50px rgba(3, 6, 18, 0.28)); }
@media (max-width:1750px) {
    .sub-hero .sub-hero-astro { right: 5%; }
}
@media (max-width:1600px) {
    .sub-hero .sub-hero-astro { right: 5%; }
}
@media (max-width:1280px) {
    .sub-hero { min-height: 330px; }
    .sub-hero .sub-hero-inner { padding: 120px 56px 100px; }
    .sub-hero .sub-hero-desc { font-size: 18px; max-width: 700px; }
    .sub-hero .sub-hero-astro { width: min(38vw, 440px); bottom: -8px; right: 5%; }
}
@media (max-width:1024px) {
    .sub-hero { min-height: 300px; }
    .sub-hero .sub-hero-inner { padding: 110px 28px 70px; }
    .sub-hero .sub-hero-desc { font-size: 17px; line-height: 1.75; }
    .sub-hero .sub-hero-astro { width: min(56vw, 360px); bottom: -7px; right: 5%; }
}
@media (max-width:768px) {
    .sub-hero { min-height: 250px; }
    .sub-hero .sub-hero-inner { padding: 100px 18px 60px; }
    .sub-hero .sub-hero-label { margin-bottom: 12px; font-size: 12px; }
    .sub-hero .sub-hero-title { font-size: clamp(32px, 9vw, 46px); line-height: 1.18; }
    .sub-hero .sub-hero-desc { margin-top: 16px; font-size: 15px; line-height: 1.7; }
    .sub-hero .sub-hero-breadcrumb { margin-top: 20px; height: 38px; padding: 0 14px; gap: 10px; }
    .sub-hero .sub-hero-breadcrumb a, .sub-hero .sub-hero-breadcrumb strong { font-size: 13px; }
    .sub-hero .sub-hero-astro { width: min(56vw, 260px); bottom: -7px; right: 7%; }
}
.contact-list-page { padding: 80px 20px 120px; background: #f7f8fc; }
.contact-list-inner { max-width: 1320px; margin: 0 auto; }
.contact-list-top { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 24px; margin-bottom: 28px; }
.contact-list-summary { padding: 32px; border-radius: 28px; background: linear-gradient(135deg, #0d1329 0%, #171f3f 100%); color: #fff; box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12); }
.contact-list-label { margin: 0 0 14px; color: #8db9ff; font-size: 13px; font-weight: 200; letter-spacing: 0.14em; }
.contact-list-summary h2 { margin: 0; font-size: 34px; line-height: 1.3; letter-spacing: -0.04em; font-weight: 300; }
.contact-list-summary h2 strong { background: linear-gradient(90deg, #77c9ff 0%, #d89aff 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.contact-list-summary span { display: block; margin-top: 14px; color: rgba(255,255,255,0.72); font-size: 16px; line-height: 1.7; }
.contact-list-filter { display: grid; grid-template-columns: 180px 1fr auto; gap: 14px; align-items: end; padding: 28px; border-radius: 28px; background: #fff; border: 1px solid rgba(17,24,39,0.06); box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07); }
.clf-group { display: flex; flex-direction: column; }
.clf-group label { margin-bottom: 10px; color: #111827; font-size: 14px; font-weight: 800; }
.clf-group input, .clf-group select { height: 52px; padding: 0 16px; border: 1px solid #d9dfeb; border-radius: 16px; background: #fff; color: #111827; font-size: 15px; font-family: inherit; }
.clf-group input:focus, .clf-group select:focus { outline: none; border-color: #8db9ff; box-shadow: 0 0 0 4px rgba(119, 201, 255, 0.14); }
.clf-actions { display: flex; gap: 10px; }
.clf-btn { display: inline-flex; align-items: center; justify-content: center; height: 52px; padding: 0 18px; border-radius: 16px; text-decoration: none; font-size: 14px; font-weight: 800; white-space: nowrap; }
.clf-btn-primary { border: 0; background: linear-gradient(90deg, #67c7ff 0%, #dd8fcb 100%); color: #08111f; }
.clf-btn-reset { background: #f3f5fa; color: #344054; border: 1px solid #e4e8f0; }
.contact-list-board { border-radius: 30px; background: #fff; border: 1px solid rgba(17,24,39,0.06); box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07); overflow: hidden; }
.contact-list-head { display: grid; grid-template-columns: 1.2fr 220px 140px 160px; gap: 16px; padding: 20px 28px; background: #f8f9fc; border-bottom: 1px solid #edf1f7; color: #667085; font-size: 14px; font-weight: 800; }
.contact-item { border-bottom: 1px solid #edf1f7; }
.contact-item:last-child { border-bottom: 0; }
.contact-item-summary { width: 100%; display: grid; grid-template-columns: 1.2fr 220px 140px 160px; gap: 16px; padding: 22px 28px; border: 0; background: #fff; text-align: left; cursor: pointer; transition: background .2s ease; }
.contact-item-summary:hover { background: #fbfcff; }
.contact-company { display: block; color: #111827; font-size: 18px; font-weight: 900; line-height: 1.3; }
.contact-person { display: flex; flex-wrap: wrap; gap: 8px 12px; margin-top: 8px; }
.contact-person span, .contact-person em, .contact-service, .contact-date { color: #667085; font-size: 14px; line-height: 1.6; font-style: normal; }
.contact-service { color: #344054; font-weight: 700; }
.status-badge { display: inline-flex; align-items: center; justify-content: center; min-width: 92px; height: 38px; padding: 0 14px; border-radius: 999px; font-size: 13px; font-weight: 800; }
.status-badge.is-new { background: rgba(103, 199, 255, 0.12); color: #1976d2; }
.status-badge.is-checking { background: rgba(255, 193, 7, 0.14); color: #a66b00; }
.status-badge.is-done { background: rgba(63, 201, 134, 0.14); color: #107c41; }
.status-badge.is-hold { background: rgba(160, 174, 192, 0.18); color: #475467; }
.contact-item-detail { display: none; padding: 0 28px 28px; background: #fcfdff; }
.contact-item.is-open .contact-item-detail { display: block; }
.cid-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding-top: 6px; }
.cid-box { padding: 20px 20px 18px; border-radius: 20px; background: #fff; border: 1px solid #edf1f7; }
.cid-box-full { grid-column: 1 / -1; }
.cid-box strong { display: block; margin-bottom: 10px; color: #111827; font-size: 14px; font-weight: 900; }
.cid-box p, .cid-box a, .cid-message { color: #475467; font-size: 15px; line-height: 1.8; word-break: break-all; }
.contact-empty { padding: 90px 20px; text-align: center; }
.contact-empty strong { display: block; color: #111827; font-size: 28px; font-weight: 900; }
.contact-empty p { margin-top: 12px; color: #667085; font-size: 16px; }
.contact-list-pagination { display: flex; justify-content: center; gap: 8px; padding: 28px; border-top: 1px solid #edf1f7; }
.contact-list-pagination a { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 999px; background: #f5f7fb; color: #344054; font-size: 14px; font-weight: 800; text-decoration: none; }
.contact-list-pagination a.active { background: linear-gradient(90deg, #67c7ff 0%, #dd8fcb 100%); color: #08111f; }
@media (max-width:1024px) {
    .contact-list-top { grid-template-columns: 1fr; }
    .contact-list-filter { grid-template-columns: 1fr; }
    .clf-actions { justify-content: flex-start; }
    .contact-list-head, .contact-item-summary { grid-template-columns: 1fr; }
    .contact-list-head { display: none; }
    .contact-item-summary { gap: 12px; }
    .cid-grid { grid-template-columns: 1fr; }
}
@media (max-width:768px) {
    .contact-list-page { padding: 64px 18px 88px; }
    .contact-list-summary, .contact-list-filter { padding: 22px 18px; border-radius: 22px; }
    .contact-list-summary h2 { font-size: 26px; }
    .contact-list-board { border-radius: 22px; }
    .contact-item-summary, .contact-item-detail { padding-left: 18px; padding-right: 18px; }
    .contact-company { font-size: 16px; }
    .cid-box { padding: 16px; border-radius: 16px; }
}
.contact-admin-form { margin-top: 20px; padding: 24px; border-radius: 24px; background: linear-gradient(135deg, #0d1329 0%, #171f3f 100%); box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08); }
.contact-admin-grid { display: grid; grid-template-columns: 240px 1fr; gap: 16px; align-items: start; }
.caf-field { display: flex; flex-direction: column; }
.caf-field-full { grid-column: 1 / -1; }
.caf-field label { margin-bottom: 10px; color: rgba(255,255,255,0.88); font-size: 14px; font-weight: 800; }
.caf-field select, .caf-field textarea { width: 100%; border: 1px solid rgba(255,255,255,0.12); border-radius: 16px; background: rgba(255,255,255,0.06); color: #fff; font-size: 15px; font-family: inherit; }
.caf-field select { height: 52px; padding: 0 16px; }
.caf-field textarea { min-height: 140px; padding: 16px; resize: vertical; line-height: 1.7; }
.caf-field select:focus, .caf-field textarea:focus { outline: none; border-color: rgba(119, 201, 255, 0.4); box-shadow: 0 0 0 4px rgba(119, 201, 255, 0.12); background: #202741; }
.caf-actions { display: flex; justify-content: flex-end; margin-top: 18px; }
.caf-save-btn { min-width: 160px; height: 50px; padding: 0 22px; border: 0; border-radius: 999px; background: linear-gradient(90deg, #67c7ff 0%, #dd8fcb 100%); color: #08111f; font-size: 15px; font-weight: 900; cursor: pointer; box-shadow: 0 14px 32px rgba(115,126,255,0.18); transition: transform .25s ease; }
.caf-save-btn:hover { transform: translateY(-2px); }
@media (max-width:1024px) {
    .contact-admin-grid { grid-template-columns: 1fr; }
    .contact-admin-form { padding: 18px; border-radius: 18px; }
}
.estimate-page { padding: 84px 20px 120px; background: #f7f8fc; }
.estimate-page-inner { max-width: 1320px; margin: 0 auto; }
.estimate-label { margin: 0 0 14px; color: #6c8dff; font-size: 13px; font-weight: 600; letter-spacing: 0.14em; }
.estimate-intro-card { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 24px; margin-bottom: 28px; }
.estimate-intro-copy, .estimate-intro-note { padding: 34px 32px; border-radius: 28px; background: #fff; border: 1px solid rgba(17,24,39,0.06); box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07); }
.estimate-intro-copy h2, .estimate-section-head h2, .estimate-cta-copy h2 { margin: 0; color: #111827; font-size: clamp(30px, 4vw, 54px); line-height: 1.18; letter-spacing: -0.05em; font-weight: 300; }
.estimate-intro-copy p:last-child, .estimate-section-head p, .estimate-cta-copy p:last-child { margin: 18px 0 0; color: #667085; font-size: 18px; line-height: 1.8; font-weight: 500; }
.estimate-intro-note strong { display: block; margin-bottom: 14px; color: #111827; font-size: 20px; font-weight: 900; }
.estimate-intro-note ul { margin: 0; }
.estimate-intro-note li { color: #667085; font-size: 16px; line-height: 1.6; }
.estimate-plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-bottom: 34px; }
.estimate-plan-card { position: relative; padding: 34px 30px 30px; border-radius: 30px; background: #fff; border: 1px solid rgba(17,24,39,0.06); box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07); transition: transform .25s ease, box-shadow .25s ease; }
.estimate-plan-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11); }
.estimate-plan-card.featured { background: linear-gradient(135deg, #0d1329 0%, #171f3f 100%); border-color: rgba(255,255,255,0.08); }
.estimate-plan-card.featured h3, .estimate-plan-card.featured .plan-price, .estimate-plan-card.featured .plan-desc, .estimate-plan-card.featured .plan-list li { color: #fff; }
.plan-badge { display: inline-flex; align-items: center; justify-content: center; height: 34px; padding: 0 14px; border-radius: 999px; background: #eef2ff; color: #4f46e5; font-size: 12px; font-weight: 800; }
.estimate-plan-card.featured .plan-badge { background: rgba(255,255,255,0.12); color: #9ad7ff; }
.estimate-plan-card h3 { margin: 18px 0 0; color: #111827; font-size: 30px; line-height: 1.25; font-weight: 900; letter-spacing: -0.04em; }
.plan-price { margin: 16px 0 0; color: #111827; font-size: 28px; font-weight: 900; letter-spacing: -0.03em; }
.plan-desc { margin: 16px 0 0; color: #667085; font-size: 16px; line-height: 1.75; }
.plan-list { margin: 22px 0 0; padding: 0; list-style: none; }
.plan-list li { position: relative; padding-left: 18px; margin-bottom: 10px; color: #475467; font-size: 15px; line-height: 1.7; }
.plan-list li::before { content: ""; position: absolute; left: 0; top: 10px; width: 6px; height: 6px; border-radius: 999px; background: linear-gradient(90deg, #67c7ff 0%, #dd8fcb 100%); }
.estimate-option-section { padding: 44px 36px; margin-bottom: 34px; border-radius: 30px; background: #fff; border: 1px solid rgba(17,24,39,0.06); box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07); }
.estimate-section-head { margin-bottom: 28px; }
.estimate-option-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.estimate-option-card { border-radius: 22px; background: #f8f9fc; border: 1px solid #ebeff5; }
.estimate-option-card strong { display: block; color: #111827; font-size: 18px; font-weight: 900; line-height: 1.4; }
.estimate-option-card span { display: block; margin-top: 8px; color: #667085; font-size: 15px; line-height: 1.6; }
.estimate-cta-box { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 42px 36px; border-radius: 32px; background: linear-gradient(135deg, #0d1329 0%, #171f3f 100%); box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12); }
.estimate-cta-copy h2, .estimate-cta-copy p { color: #fff; }
.estimate-cta-copy p:last-child { color: rgba(255,255,255,0.72); }
.estimate-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.estimate-btn { display: inline-flex; align-items: center; justify-content: center; min-width: 180px; height: 56px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-size: 15px; font-weight: 900; transition: transform .25s ease; }
.estimate-btn:hover { transform: translateY(-2px); }
.estimate-btn-primary { background: linear-gradient(90deg, #67c7ff 0%, #dd8fcb 100%); color: #08111f; }
.estimate-btn-secondary { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); color: #fff; }
@media (max-width:1024px) {
    .estimate-intro-card, .estimate-plan-grid, .estimate-option-grid, .estimate-cta-box { grid-template-columns: 1fr; }
    .estimate-cta-actions { justify-content: flex-start; }
}
@media (max-width:768px) {
    .estimate-page { padding: 64px 18px 88px; }
    .estimate-intro-copy, .estimate-intro-note, .estimate-option-section, .estimate-cta-box, .estimate-plan-card { padding: 24px 20px; border-radius: 22px; }
    .estimate-intro-copy h2, .estimate-section-head h2, .estimate-cta-copy h2 { font-size: clamp(28px, 8vw, 40px); line-height: 1.24; }
    .estimate-intro-copy p:last-child, .estimate-section-head p, .estimate-cta-copy p:last-child { font-size: 16px; line-height: 1.7; }
    .estimate-plan-card h3 { font-size: 24px; }
    .plan-price { font-size: 24px; }
    .estimate-btn { width: 100%; min-width: 100%; height: 52px; }
}
.estimate-calculator-section { margin-top: 34px; padding: 44px 36px; border-radius: 30px; background: #fff; border: 1px solid rgba(17,24,39,0.06); box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07); margin-bottom: 28px; }
.estimate-calc-head { margin-bottom: 30px; }
.estimate-calc-head h2 { margin: 0; color: #111827; font-size: clamp(30px, 4vw, 54px); line-height: 1.18; letter-spacing: -0.05em; font-weight: 300; }
.estimate-calc-head p:last-child { margin: 18px 0 0; color: #667085; font-size: 18px; line-height: 1.8; font-weight: 500; }
.estimate-calc-layout { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 24px; align-items: start; }
.estimate-calc-left { display: grid; gap: 24px; }
.estimate-calc-box { padding: 28px; border-radius: 26px; background: #f8f9fc; border: 1px solid #ebeff5; }
.estimate-calc-box h3 { margin: 0 0 18px; color: #111827; font-size: 24px; font-weight: 900; letter-spacing: -0.03em; }
.estimate-base-list { display: grid; gap: 14px; }
.estimate-option-card, .estimate-addon-card { display: block; cursor: pointer; }
.estimate-option-card input, .estimate-addon-card input { position: absolute; opacity: 0; pointer-events: none; }
.estimate-option-card .eoc-content, .estimate-addon-card .eac-content { padding: 18px 20px; border-radius: 22px; background: #fff; border: 1px solid #e6ebf2; transition: 0.25s ease; }
.estimate-option-card input:checked + .eoc-content, .estimate-addon-card input:checked + .eac-content { border-color: rgba(103, 199, 255, 0.45); box-shadow: 0 0 0 4px rgba(103, 199, 255, 0.12); background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%); }
.eoc-content strong, .eac-content strong { display: block; color: #111827; font-size: 15px; font-weight: 900; line-height: 1.4; }
.eoc-content span, .eac-content span { display: block; margin-top: 5px; color: #667085; font-size: 15px; line-height: 1.6; }
.eoc-content em { display: inline-block; margin-top: 12px; color: #4f46e5; font-style: normal; font-size: 15px; font-weight: 800; }
.estimate-addon-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.estimate-calc-summary { position: sticky; top: 110px; padding: 30px 28px; border-radius: 28px; background: linear-gradient(135deg, #0d1329 0%, #171f3f 100%); box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12); }
.estimate-summary-label { margin: 0 0 12px; color: #8db9ff; font-size: 13px; font-weight: 200; letter-spacing: 0.14em; }
.estimate-calc-summary h3 { margin: 0; color: #fff; font-size: 34px; font-weight: 300; letter-spacing: -0.04em; }
.estimate-summary-price { margin-top: 22px; padding: 24px 22px; border-radius: 22px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); }
.estimate-summary-price strong { display: block; color: #fff; font-size: 22px; line-height: 1.8; font-weight: 900; letter-spacing: -0.04em; display: flex; align-items: flex-end; gap: 10px; }
.estimate-summary-price span { display: block; margin-top: 8px; color: rgba(255,255,255,0.62); font-size: 30px; line-height: 1.3; }
.estimate-summary-selected { margin-top: 20px; padding: 22px; border-radius: 22px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); }
.estimate-summary-selected strong { display: block; margin-bottom: 12px; color: #fff; font-size: 16px; font-weight: 900; }
.estimate-summary-selected ul { margin: 0; padding: 0; list-style: none; }
.estimate-summary-selected li { position: relative; padding-left: 14px; margin-bottom: 8px; color: rgba(255,255,255,0.72); font-size: 14px; line-height: 1.7; }
.estimate-summary-selected li::before { content: ""; position: absolute; left: 0; top: 10px; width: 5px; height: 5px; border-radius: 999px; background: linear-gradient(90deg, #67c7ff 0%, #dd8fcb 100%); }
.estimate-summary-note { margin-top: 20px; padding: 18px 20px; border-radius: 18px; background: rgba(255,255,255,0.05); }
.estimate-summary-note p { margin: 0; color: rgba(255,255,255,0.62); font-size: 14px; line-height: 1.7; }
.estimate-summary-actions { display: grid; gap: 12px; margin-top: 24px; }
.estimate-summary-price .price-note { font-size: 20px; }
@media (max-width:1024px) {
    .estimate-calc-layout { grid-template-columns: 1fr; }
    .estimate-calc-summary { position: relative; top: auto; }
    .estimate-addon-grid { grid-template-columns: 1fr; }
}
@media (max-width:768px) {
    .estimate-calculator-section { padding: 24px 20px; border-radius: 22px; }
    .estimate-calc-head h2 { font-size: clamp(28px, 8vw, 40px); line-height: 1.24; }
    .estimate-calc-head p:last-child { font-size: 16px; line-height: 1.7; }
    .estimate-calc-box, .estimate-calc-summary { padding: 22px 18px; border-radius: 22px; }
    .estimate-calc-summary h3 { font-size: 28px; }
    .estimate-summary-price strong { font-size: 24px; }
}
.studio-page { padding: 84px 20px 120px; background: #f7f8fc; }
.studio-page-inner { max-width: 1320px; margin: 0 auto; }
.studio-label { margin: 0 0 14px; color: #6c8dff; font-size: 13px; font-weight: 600; letter-spacing: 0.14em; }
.studio-section-head { margin-bottom: 28px; }
.studio-section-head h2, .studio-intro-copy h2, .studio-cta-copy h2 { margin: 0; color: #111827; font-size: clamp(30px, 4vw, 54px); line-height: 1.18; letter-spacing: -0.05em; font-weight: 300; }
.studio-section-head p:last-child, .studio-intro-copy p:last-child, .studio-cta-copy p:last-child { margin: 18px 0 0; color: #667085; font-size: 18px; line-height: 1.8; font-weight: 500; }
.studio-intro { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 24px; margin-bottom: 34px; }
.studio-intro-copy, .studio-intro-card, .studio-story, .studio-workflow, .studio-strength { border-radius: 30px; background: #fff; border: 1px solid rgba(17,24,39,0.06); box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07); }
.studio-intro-copy, .studio-intro-card { padding: 34px 32px; }
.studio-intro-card { background: linear-gradient(135deg, #0d1329 0%, #171f3f 100%); }
.studio-intro-card strong { display: block; margin-bottom: 14px; color: #8db9ff; font-size: 18px; font-weight: 200; letter-spacing: -0.02em; }
.studio-intro-card p { margin: 0; color: rgba(255,255,255,0.82); font-size: 20px; line-height: 1.8; font-weight: 500; }
.studio-story, .studio-workflow, .studio-strength { padding: 44px 36px; margin-bottom: 34px; }
.studio-story-grid, .studio-workflow-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.studio-story-card, .studio-workflow-card { padding: 26px 22px; border-radius: 22px; background: #f8f9fc; border: 1px solid #ebeff5; }
.studio-story-card strong, .studio-workflow-card strong { display: block; color: #111827; font-size: 20px; line-height: 1.45; font-weight: 900; letter-spacing: -0.03em; }
.studio-story-card p, .studio-workflow-card p { margin: 12px 0 0; color: #667085; font-size: 15px; line-height: 1.8; }
.studio-workflow-card span { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin-bottom: 16px; border-radius: 999px; background: linear-gradient(90deg, #67c7ff 0%, #dd8fcb 100%); color: #08111f; font-size: 15px; font-weight: 900; }
.studio-strength-list { display: grid; gap: 14px; }
.studio-strength-item { padding: 22px 24px; border-radius: 20px; background: #f8f9fc; border: 1px solid #ebeff5; }
.studio-strength-item strong { display: block; color: #111827; font-size: 18px; line-height: 1.6; font-weight: 800; letter-spacing: -0.02em; }
.studio-cta { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 42px 36px; border-radius: 32px; background: linear-gradient(135deg, #0d1329 0%, #171f3f 100%); box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12); }
.studio-cta-copy h2, .studio-cta-copy p { color: #fff; }
.studio-cta-copy p:last-child { color: rgba(255,255,255,0.72); }
.studio-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
@media (max-width:1024px) {
    .studio-intro, .studio-story-grid, .studio-workflow-grid, .studio-cta { grid-template-columns: 1fr; }
    .studio-cta-actions { justify-content: flex-start; }
}
@media (max-width:768px) {
    .studio-page { padding: 64px 18px 88px; }
    .studio-intro-copy, .studio-intro-card, .studio-story, .studio-workflow, .studio-strength, .studio-cta { padding: 24px 20px; border-radius: 22px; }
    .studio-section-head h2, .studio-intro-copy h2, .studio-cta-copy h2 { font-size: clamp(28px, 8vw, 40px); line-height: 1.24; }
    .studio-section-head p:last-child, .studio-intro-copy p:last-child, .studio-cta-copy p:last-child, .studio-intro-card p { font-size: 16px; line-height: 1.7; }
    .studio-story-card strong, .studio-workflow-card strong, .studio-strength-item strong { font-size: 17px; }
}
.service-page { padding: 84px 20px 120px; background: #f7f8fc; }
.service-page-inner { max-width: 1320px; margin: 0 auto; }
.service-label { margin: 0 0 14px; color: #6c8dff; font-size: 13px; font-weight: 600; letter-spacing: 0.14em; }
.service-section-head { margin-bottom: 28px; }
.service-section-head h2, .service-intro-copy h2, .service-cta-copy h2 { margin: 0; color: #111827; font-size: clamp(30px, 4vw, 54px); line-height: 1.18; letter-spacing: -0.05em; font-weight: 300; }
.service-section-head p:last-child, .service-intro-copy p:last-child, .service-cta-copy p:last-child { margin: 18px 0 0; color: #667085; font-size: 18px; line-height: 1.8; font-weight: 500; }
.service-intro { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 24px; margin-bottom: 34px; }
.service-intro-copy, .service-intro-card, .service-category-section, .service-highlight-section, .service-benefit-section { border-radius: 30px; background: #fff; border: 1px solid rgba(17,24,39,0.06); box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07); }
.service-intro-copy, .service-intro-card { padding: 34px 32px; }
.service-intro-card { background: linear-gradient(135deg, #0d1329 0%, #171f3f 100%); }
.service-intro-card strong { display: block; margin-bottom: 14px; color: #8db9ff; font-size: 18px; font-weight: 200; }
.service-intro-card p { margin: 0; color: rgba(255,255,255,0.82); font-size: 20px; line-height: 1.8; font-weight: 500; }
.service-category-section, .service-highlight-section, .service-benefit-section { padding: 44px 36px; margin-bottom: 34px; }
.service-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.service-card { padding: 26px 22px; border-radius: 22px; background: #f8f9fc; border: 1px solid #ebeff5; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06); }
.service-card h3 { margin: 0; color: #111827; font-size: 22px; line-height: 1.4; font-weight: 900; letter-spacing: -0.03em; }
.service-card p { margin: 12px 0 0; color: #667085; font-size: 15px; line-height: 1.75; }
.service-card ul { margin: 18px 0 0; padding: 0; list-style: none; }
.service-card li { position: relative; padding-left: 16px; margin-bottom: 8px; color: #475467; font-size: 14px; line-height: 1.7; }
.service-card li::before { content: ""; position: absolute; left: 0; top: 10px; width: 5px; height: 5px; border-radius: 999px; background: linear-gradient(90deg, #67c7ff 0%, #dd8fcb 100%); }
.service-highlight-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.service-highlight-card { padding: 30px 26px; border-radius: 24px; background: #f8f9fc; border: 1px solid #ebeff5; }
.service-highlight-card.dark { background: linear-gradient(135deg, #0d1329 0%, #171f3f 100%); border-color: rgba(255,255,255,0.08); }
.service-highlight-card strong { display: block; margin-bottom: 14px; color: #111827; font-size: 24px; line-height: 1.4; font-weight: 900; }
.service-highlight-card.dark strong { color: #fff; }
.service-highlight-card p { margin: 0; color: #667085; font-size: 16px; line-height: 1.85; }
.service-highlight-card.dark p { color: rgba(255,255,255,0.74); }
.service-benefit-box { padding: 28px; border-radius: 24px; background: #f8f9fc; border: 1px solid #ebeff5; }
.service-benefit-list { display: grid; gap: 16px; }
.service-benefit-item { padding: 20px 20px; border-radius: 18px; background: #fff; border: 1px solid #ebeff5; }
.service-benefit-item strong { display: block; color: #111827; font-size: 18px; font-weight: 900; line-height: 1.5; }
.service-benefit-item span { display: block; margin-top: 8px; color: #667085; font-size: 15px; line-height: 1.75; }
.service-cta { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 42px 36px; border-radius: 32px; background: linear-gradient(135deg, #0d1329 0%, #171f3f 100%); box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12); }
.service-cta-copy h2, .service-cta-copy p { color: #fff; }
.service-cta-copy p:last-child { color: rgba(255,255,255,0.72); }
.service-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
@media (max-width:1024px) {
    .service-intro, .service-category-grid, .service-highlight-grid, .service-cta { grid-template-columns: 1fr; }
    .service-cta-actions { justify-content: flex-start; }
}
@media (max-width:768px) {
    .service-page { padding: 64px 18px 88px; }
    .service-intro-copy, .service-intro-card, .service-category-section, .service-highlight-section, .service-benefit-section, .service-cta { padding: 24px 20px; border-radius: 22px; }
    .service-section-head h2, .service-intro-copy h2, .service-cta-copy h2 { font-size: clamp(28px, 8vw, 40px); line-height: 1.24; }
    .service-section-head p:last-child, .service-intro-copy p:last-child, .service-cta-copy p:last-child, .service-intro-card p, .service-highlight-card p, .service-benefit-item span { font-size: 16px; line-height: 1.7; }
    .service-card h3, .service-highlight-card strong, .service-benefit-item strong { font-size: 18px; }
}
.portfolio-page { padding: 84px 20px 120px; background: #f7f8fc; }
.portfolio-page-inner { max-width: 1320px; margin: 0 auto; }
.portfolio-label, .portfolio-case-label { margin: 0 0 14px; color: #6c8dff; font-size: 13px; font-weight: 800; letter-spacing: 0.14em; }
.portfolio-intro { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 24px; margin-bottom: 34px; }
.portfolio-intro-copy, .portfolio-intro-card, .portfolio-mini-section { border-radius: 30px; background: #fff; border: 1px solid rgba(17,24,39,0.06); box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07); }
.portfolio-intro-copy, .portfolio-intro-card { padding: 34px 32px; }
.portfolio-intro-copy h2, .portfolio-section-head h2, .portfolio-cta-copy h2 { margin: 0; color: #111827; font-size: clamp(30px, 4vw, 54px); line-height: 1.18; letter-spacing: -0.05em; font-weight: 300; }
.portfolio-intro-copy p:last-child, .portfolio-section-head p:last-child, .portfolio-cta-copy p:last-child { margin: 18px 0 0; color: #667085; font-size: 18px; line-height: 1.8; font-weight: 500; }
.portfolio-intro-card { background: linear-gradient(135deg, #0d1329 0%, #171f3f 100%); }
.portfolio-intro-card strong { display: block; margin-bottom: 14px; color: #8db9ff; font-size: 18px; font-weight: 200; }
.portfolio-intro-card p { margin: 0; color: rgba(255,255,255,0.82); font-size: 20px; line-height: 1.8; font-weight: 500; }
.portfolio-featured { display: grid; gap: 28px; margin-bottom: 34px; }
.portfolio-case { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 24px; align-items: stretch; padding: 36px; border-radius: 32px; background: #fff; border: 1px solid rgba(17,24,39,0.06); box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07); }
.portfolio-case.reverse { grid-template-columns: 0.95fr 1.05fr; }
.portfolio-case.reverse .portfolio-case-copy { order: 2; }
.portfolio-case.reverse .portfolio-case-visual { order: 1; }
.portfolio-case-copy h3 { margin: 0; color: #111827; font-size: 36px; line-height: 1.2; font-weight: 900; letter-spacing: -0.04em; }
.portfolio-case-type { margin: 12px 0 0; color: #4f46e5; font-size: 17px; font-weight: 800; line-height: 1.6; }
.portfolio-case-desc { margin: 18px 0 0; color: #667085; font-size: 17px; line-height: 1.85; }
.portfolio-tag-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.portfolio-tag-list li { display: inline-flex; align-items: center; min-height: 40px; padding: 0 14px; border-radius: 999px; background: #f4f7ff; border: 1px solid #e0e9ff; color: #344054; font-size: 14px; font-weight: 700; }
.portfolio-point-box { margin-top: 22px; padding: 22px 20px; border-radius: 22px; background: #f8f9fc; border: 1px solid #ebeff5; }
.portfolio-point-box strong { display: block; margin-bottom: 10px; color: #111827; font-size: 17px; font-weight: 900; }
.portfolio-point-box p { margin: 0; color: #667085; font-size: 15px; line-height: 1.8; }
.portfolio-link-row { margin-top: 24px; }
.portfolio-link-btn { display: inline-flex; align-items: center; justify-content: center; min-width: 150px; height: 50px; padding: 0 20px; border-radius: 999px; background: linear-gradient(90deg, #67c7ff 0%, #dd8fcb 100%); color: #08111f; text-decoration: none; font-size: 14px; font-weight: 900; }
.portfolio-case-visual { display: flex; }
.portfolio-visual-placeholder { width: 100%; min-height: 100%; padding: 30px; border-radius: 28px; background: linear-gradient(135deg, #0d1329 0%, #171f3f 100%); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; box-shadow: inset 0 1px 0 rgba(255,255,255,0.04); }
.portfolio-visual-placeholder strong { display: block; color: #fff; font-size: 30px; font-weight: 900; letter-spacing: -0.03em; }
.portfolio-visual-placeholder span { display: block; margin-top: 10px; color: rgba(255,255,255,0.68); font-size: 15px; line-height: 1.7; }
.portfolio-mini-section { padding: 44px 36px; margin-bottom: 34px; }
.portfolio-section-head { margin-bottom: 28px; }
.portfolio-mini-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.portfolio-mini-card { padding: 26px 22px; border-radius: 22px; background: #f8f9fc; border: 1px solid #ebeff5; }
.portfolio-mini-card strong { display: block; color: #111827; font-size: 22px; line-height: 1.4; font-weight: 900; }
.portfolio-mini-card span { display: block; margin-top: 8px; color: #4f46e5; font-size: 15px; font-weight: 800; line-height: 1.6; }
.portfolio-mini-card p { margin: 14px 0 0; color: #667085; font-size: 15px; line-height: 1.8; }
.portfolio-mini-card a { display: inline-block; margin-top: 18px; color: #111827; font-size: 14px; font-weight: 900; text-decoration: none; }
.portfolio-cta { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 42px 36px; border-radius: 32px; background: linear-gradient(135deg, #0d1329 0%, #171f3f 100%); box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12); }
.portfolio-cta-copy h2, .portfolio-cta-copy p { color: #fff; }
.portfolio-cta-copy p:last-child { color: rgba(255,255,255,0.72); }
.portfolio-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
@media (max-width:1024px) {
    .portfolio-intro, .portfolio-case, .portfolio-case.reverse, .portfolio-mini-grid, .portfolio-cta { grid-template-columns: 1fr; }
    .portfolio-case.reverse .portfolio-case-copy, .portfolio-case.reverse .portfolio-case-visual { order: initial; }
    .portfolio-cta-actions { justify-content: flex-start; }
}
@media (max-width:768px) {
    .portfolio-page { padding: 64px 18px 88px; }
    .portfolio-intro-copy, .portfolio-intro-card, .portfolio-case, .portfolio-mini-section, .portfolio-cta { padding: 24px 20px; border-radius: 22px; }
    .portfolio-intro-copy h2, .portfolio-section-head h2, .portfolio-cta-copy h2 { font-size: clamp(28px, 8vw, 40px); line-height: 1.24; }
    .portfolio-intro-copy p:last-child, .portfolio-section-head p:last-child, .portfolio-cta-copy p:last-child, .portfolio-intro-card p, .portfolio-case-desc, .portfolio-point-box p, .portfolio-mini-card p { font-size: 16px; line-height: 1.7; }
    .portfolio-case-copy h3, .portfolio-mini-card strong, .portfolio-visual-placeholder strong { font-size: 24px; }
    .portfolio-visual-placeholder { min-height: 220px; }
}
.portfolio-real-image { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 28px; box-shadow: 0 18px 50px rgba(15, 23, 42, 0.10); }
.marketing-page { padding: 84px 20px 120px; background: #f7f8fc; }
.marketing-page-inner { max-width: 1320px; margin: 0 auto; }
.marketing-label { margin: 0 0 14px; color: #6c8dff; font-size: 13px; font-weight: 600; letter-spacing: 0.14em; }
.marketing-section-head { margin-bottom: 28px; }
.marketing-section-head h2, .marketing-intro-copy h2, .marketing-china-copy h2, .marketing-cta-copy h2 { margin: 0; color: #111827; font-size: clamp(30px, 4vw, 54px); line-height: 1.18; letter-spacing: -0.05em; font-weight: 300; }
.marketing-section-head p:last-child, .marketing-intro-copy p:last-child, .marketing-china-copy p:last-child, .marketing-cta-copy p:last-child { margin: 18px 0 0; color: #667085; font-size: 18px; line-height: 1.8; font-weight: 500; }
.marketing-intro { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 24px; margin-bottom: 34px; }
.marketing-intro-copy, .marketing-intro-card, .marketing-category-section, .marketing-need-section, .marketing-difference-section, .marketing-china-section { border-radius: 30px; background: #fff; border: 1px solid rgba(17,24,39,0.06); box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07); }
.marketing-intro-copy, .marketing-intro-card { padding: 34px 32px; }
.marketing-intro-card { background: linear-gradient(135deg, #0d1329 0%, #171f3f 100%); }
.marketing-intro-card strong { display: block; margin-bottom: 14px; color: #8db9ff; font-size: 18px; font-weight: 200; }
.marketing-intro-card p { margin: 0; color: rgba(255,255,255,0.82); font-size: 20px; line-height: 1.8; font-weight: 500; }
.marketing-category-section, .marketing-need-section, .marketing-difference-section, .marketing-china-section { padding: 44px 36px; margin-bottom: 34px; }
.marketing-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.marketing-card { padding: 26px 22px; border-radius: 22px; background: #f8f9fc; border: 1px solid #ebeff5; transition: transform .25s ease, box-shadow .25s ease; }
.marketing-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06); }
.marketing-card h3 { margin: 0; color: #111827; font-size: 22px; line-height: 1.4; font-weight: 900; letter-spacing: -0.03em; }
.marketing-card p { margin: 12px 0 0; color: #667085; font-size: 15px; line-height: 1.75; }
.marketing-card ul { margin: 18px 0 0; padding: 0; list-style: none; }
.marketing-card li { position: relative; padding-left: 16px; margin-bottom: 8px; color: #475467; font-size: 14px; line-height: 1.7; }
.marketing-card li::before { content: ""; position: absolute; left: 0; top: 10px; width: 5px; height: 5px; border-radius: 999px; background: linear-gradient(90deg, #67c7ff 0%, #dd8fcb 100%); }
.marketing-need-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.marketing-need-card { padding: 24px 22px; border-radius: 22px; background: #f8f9fc; border: 1px solid #ebeff5; }
.marketing-need-card span { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; margin-bottom: 16px; border-radius: 999px; background: linear-gradient(90deg, #67c7ff 0%, #dd8fcb 100%); color: #08111f; font-size: 15px; font-weight: 900; }
.marketing-need-card strong { display: block; color: #111827; font-size: 18px; line-height: 1.5; font-weight: 900; letter-spacing: -0.02em; }
.marketing-need-card p { margin: 12px 0 0; color: #667085; font-size: 15px; line-height: 1.75; }
.marketing-difference-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.marketing-difference-card { padding: 28px 24px; border-radius: 24px; background: #f8f9fc; border: 1px solid #ebeff5; }
.marketing-difference-card.dark { background: linear-gradient(135deg, #0d1329 0%, #171f3f 100%); border-color: rgba(255,255,255,0.08); }
.marketing-difference-card strong { display: block; color: #111827; font-size: 22px; line-height: 1.45; font-weight: 900; letter-spacing: -0.03em; }
.marketing-difference-card.dark strong { color: #fff; }
.marketing-difference-card p { margin: 14px 0 0; color: #667085; font-size: 15px; line-height: 1.8; }
.marketing-difference-card.dark p { color: rgba(255,255,255,0.74); }
.marketing-china-section { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.marketing-china-tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.marketing-china-tags span { display: inline-flex; align-items: center; min-height: 42px; padding: 0 16px; border-radius: 999px; background: #f4f7ff; border: 1px solid #e0e9ff; color: #344054; font-size: 14px; font-weight: 700; }
.marketing-cta { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 42px 36px; border-radius: 32px; background: linear-gradient(135deg, #0d1329 0%, #171f3f 100%); box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12); }
.marketing-cta-copy h2, .marketing-cta-copy p { color: #fff; }
.marketing-cta-copy p:last-child { color: rgba(255,255,255,0.72); }
.marketing-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
@media (max-width:1024px) {
    .marketing-intro, .marketing-category-grid, .marketing-need-grid, .marketing-difference-grid, .marketing-china-section, .marketing-cta { grid-template-columns: 1fr; }
    .marketing-china-tags, .marketing-cta-actions { justify-content: flex-start; }
}
@media (max-width:768px) {
    .marketing-page { padding: 64px 18px 88px; }
    .marketing-intro-copy, .marketing-intro-card, .marketing-category-section, .marketing-need-section, .marketing-difference-section, .marketing-china-section, .marketing-cta { padding: 24px 20px; border-radius: 22px; }
    .marketing-section-head h2, .marketing-intro-copy h2, .marketing-china-copy h2, .marketing-cta-copy h2 { font-size: clamp(28px, 8vw, 40px); line-height: 1.24; }
    .marketing-section-head p:last-child, .marketing-intro-copy p:last-child, .marketing-china-copy p:last-child, .marketing-cta-copy p:last-child, .marketing-intro-card p, .marketing-card p, .marketing-need-card p, .marketing-difference-card p { font-size: 16px; line-height: 1.7; }
    .marketing-card h3, .marketing-need-card strong, .marketing-difference-card strong { font-size: 18px; }
}
.flow-img { display: block; width: 100%; margin-top: 22px; border-radius: 22px; object-fit: cover; object-position: center; box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14); }
.studio-intro-card .flow-img { height: 150px; }
.service-intro-card .flow-img { height: 200px; }
.portfolio-intro-card .flow-img { height: 250px; }
.marketing-intro-card .flow-img { height: 250px; }
.estimate-intro-note ul, .estimate-note-list { margin: 16px 0 0; padding: 0; list-style: none; }
.estimate-intro-note li, .estimate-note-list li { position: relative; padding-left: 18px; margin-bottom: 12px; color: #475467; font-size: 17px; line-height: 1.8; font-weight: 500; letter-spacing: -0.01em; word-break: keep-all; }
.estimate-intro-note li::before, .estimate-note-list li::before { content: ""; position: absolute; left: 0; top: 12px; width: 6px; height: 6px; border-radius: 999px; background: linear-gradient(90deg, #67c7ff 0%, #dd8fcb 100%); }
