/* page-publisher.css (자동 생성) — publisher 전용/충돌 규칙 */
:root {
      --blue: #4A6CF7; --purple: #7B5EA7;
      --gradient: linear-gradient(135deg, #3a1c8a 0%, #4A6CF7 50%, #7B5EA7 100%);
      --text-dark: #1a1a2e; --text-gray: #374151; --text-light: #4b5563;
      --border: #e5e7eb; --white: #ffffff; --bg-light: #f8f9fc;
    }
body { font-family: 'Paperozi', sans-serif; color: var(--text-dark); line-height: 1.6; }
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(255,255,255,0.95); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); height: 68px; display: flex; align-items: center; }
.nav-links a { text-decoration: none; font-size: 14px; font-weight: 500; color: var(--text-gray); padding: 8px 6px; border-radius: 6px; display: block; transition: color 0.2s, background 0.2s; }
.nav-cta { background: var(--blue) !important; color: white !important; padding: 9px 22px !important; border-radius: 999px !important; font-weight: 600 !important; margin-left: 10px !important; }
.nav-cta:hover { opacity: 0.9; }
.nav-dropdown a { display: inline-flex; align-items: center; padding: 9px 6px; font-size: 13px; color: var(--text-gray); border-radius: 6px; white-space: nowrap; }
.section-header { text-align: center; margin-bottom: 40px; }
.section-tag { display: inline-block; font-size: 14px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--blue); margin-bottom: 12px; }
.section-title { font-size: 38px; font-weight: 800; color: var(--text-dark); margin-bottom: 14px; letter-spacing: -0.5px; }
.section-desc { font-size: 21px; color: var(--text-gray); line-height: 1.8; max-width: none; margin: 0 auto; }
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity 0.6s ease, transform 0.6s ease; }
#hero { padding-top: 68px; background: white; display: flex; flex-direction: column; align-items: center; position: relative; overflow: hidden; }
.hero-inner { position: relative; z-index: 2; width: 100%; max-width: 1440px; margin: 0 auto; display: flex; align-items: center; padding: 0 80px; gap: 40px; }
.hero-label { font-family: 'Paperozi', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 2px; color: var(--blue); display: block; }
.hero-text h1 { background: linear-gradient(180deg, #4A90D9 0%, #1a2a6c 50%, #0a0a0a 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-size: 52px; font-weight: 900; line-height: 1.2; letter-spacing: -1px; white-space: nowrap; }
.btn-outline { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--blue); font-size: 19px; font-weight: 600; padding: 12px 17px; border: 1.5px solid var(--blue); border-radius: 999px; min-width: 140px; justify-content: center; text-decoration: none; transition: background 0.2s, color 0.2s; }
.hero-products-inner { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.product-card { display: block; }
.product-card { border: 1px solid var(--border); border-radius: 16px; transition: border-color 0.2s, box-shadow 0.2s; cursor: pointer; position: relative; overflow: hidden; }
.product-card-front {
      position: absolute; inset: 0; z-index: 1;
      background: #1a2a6c; border-radius: 16px;
      padding: 50px 40px;
      display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
      transition: opacity 0.25s ease; overflow: hidden;
    }
.product-card-front-title { font-size: 25px; font-weight: 800; color: white; line-height: 1.2; }
.product-card-front-type { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.7); letter-spacing: 1.5px; text-transform: uppercase; margin-top: 6px; }
.product-card-front-icon { font-size: 70px; align-self: flex-end; line-height: 1; margin-top: -20px; }
.product-card-header { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 16px; }
.product-features { display: flex; flex-direction: column; gap: 12px; }
@media (min-width: 961px) {
      .product-card-icon { display: none; }
    }
@media (max-width: 960px) {
      .product-card-front { display: none; }
      .product-card-back { position: static; }
      .product-card-icon { display: none; }
      .product-card-name { font-size: 23px; }
      .product-card-header { border-bottom: 1px solid var(--border); padding-bottom: 16px; margin-bottom: 20px; }
    }
.device-toggle { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 20px; }
.toggle-label { font-size: 15px; font-weight: 700; color: var(--text-gray); cursor: pointer; transition: color 0.25s; user-select: none; }
.toggle-label.active { color: var(--blue); }
.toggle-track { width: 56px; height: 28px; border-radius: 999px; background: var(--blue); position: relative; cursor: pointer; transition: background 0.25s; border: 1.5px solid var(--blue); }
.toggle-track.mo-active { background: var(--blue); border-color: var(--blue); }
.toggle-knob { position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%; background: white; box-shadow: 0 1px 4px rgba(0,0,0,0.2); transition: transform 0.25s; }
.toggle-track.mo-active .toggle-knob { transform: translateX(28px); }
.banner-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px; margin-bottom: 24px; background: var(--bg-light); border-radius: 999px; padding: 6px; width: fit-content; margin-left: auto; margin-right: auto; border: 1px solid var(--border); }
.banner-tab-btn { display: flex; flex-direction: row; align-items: center; justify-content: center; width: auto; padding: 9px 20px; border-radius: 999px; border: none; background: transparent; cursor: pointer; font-family: inherit; transition: background 0.2s, box-shadow 0.2s; }
.banner-tab-btn.active { background: white; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.mo-br { display: none; }
.banner-detail-name { font-size: 30px; font-weight: 800; color: var(--text-dark); white-space: nowrap; text-align: center; width: 100%; }
.banner-mockup-img { max-width: 540px; max-height: 450px; object-fit: contain; height: auto; display: block; }
.video-mockup-img { max-width: 540px; max-height: 450px; object-fit: contain; height: auto; display: block; }
.banner-carousel-controls { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 14px; }
.banner-carousel-arrow { background: none; border: 1px solid var(--border); border-radius: 50%; width: 36px; height: 36px; font-size: 22px; line-height: 1; cursor: pointer; color: var(--text-dark); display: flex; align-items: center; justify-content: center; transition: border-color 0.2s, color 0.2s; }
.banner-carousel-arrow:hover { border-color: var(--blue); color: var(--blue); }
.banner-carousel-dots { display: flex; gap: 8px; align-items: center; }
.banner-carousel-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--border); cursor: pointer; transition: background 0.2s, transform 0.2s; }
.banner-carousel-dot.active { background: var(--blue); transform: scale(1.3); }
.video-detail { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; padding: 20px 40px; background: white; border: 1px solid var(--border); border-radius: 16px; max-width: 950px; margin-left: auto; margin-right: auto; width: 100%; }
.video-mockup-bg { display: flex; align-items: center; justify-content: center; min-height: auto; overflow: hidden; }
.video-detail-info { flex: 0 0 auto; width: 100%; display: flex; flex-direction: column; gap: 10px; text-align: center; align-items: center; justify-content: center; }
.video-detail-type { font-size: 18px; color: var(--text-gray); line-height: 1.6; text-align: center; }
.video-detail-name { font-size: 30px; font-weight: 800; color: var(--text-dark); white-space: nowrap; text-align: center; width: 100%; }
.video-detail-desc { font-size: 16px; color: var(--text-gray); line-height: 1.6; word-break: keep-all; text-align: center; }
.preview-device { display: inline-flex; align-items: center; gap: 6px; font-size: 16px; font-weight: 600; color: var(--text-dark); background: var(--bg-light); border-radius: 8px; padding: 8px 12px; }
#process { background: white; }
.process-flow { display: flex; align-items: stretch; }
.process-card { flex: 1; border: 1px solid var(--border); border-radius: 14px; padding: 28px 9px; background: white; text-align: center; display: flex; flex-direction: column; align-items: center; transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s; margin: 0 8px; text-decoration: none; color: inherit; }
.process-card:first-child { margin-left: 0; }
.process-card:last-child { margin-right: 0; }
.process-card:hover { transform: translateY(-6px); border-color: var(--blue); box-shadow: 0 4px 16px rgba(74,108,247,0.12); }
.process-card:hover .process-name { color: var(--blue); }
.process-step-badge { font-family: 'Paperozi', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 2px; color: var(--blue); background: rgba(74,108,247,0.08); border-radius: 6px; padding: 4px 5px; margin-bottom: 16px; display: inline-block; }
.process-icon { font-size: 30px; margin-bottom: 12px; }
.process-name { font-size: 20px; font-weight: 800; color: var(--text-dark); margin-bottom: 10px; transition: color 0.2s; }
.process-desc { font-size: 14px; color: var(--text-gray); line-height: 1.65; }
.process-arrow { display: flex; align-items: center; justify-content: center; color: var(--text-light); font-size: 24px; flex-shrink: 0; padding: 0 1px; }
.process-cta { display: flex; justify-content: center; margin-top: 48px; }
.footer-col-links a { font-size: 18px; color: rgba(255,255,255,0.45); text-decoration: none; transition: color 0.2s; }
.footer-social a { width: 32px; height: 32px; border: 1px solid rgba(255,255,255,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.4); font-size: 14px; text-decoration: none; transition: border-color 0.2s, color 0.2s; }
@media (max-width: 1024px) {
      .hero-products-inner { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    }
@media (max-width: 960px) {
      #hero { padding-bottom: 0; }
      .hero-image-area { height: auto; overflow: visible; flex-direction: column; align-items: stretch; background: white; }
      .hero-image-area::before { height: calc(100vw * 5 / 16); bottom: auto; }
      .hero-bg { position: relative; width: 100%; aspect-ratio: 16/5; object-fit: cover; z-index: auto; }
      .hero-inner { position: relative; z-index: auto; padding: 28px 18px 36px; flex-direction: column; align-items: center; text-align: center; max-width: none; margin: 0; }
      .hero-mockup { display: none; }
      .hero-text { align-items: center; text-align: center; }
      .hero-text h1 { background: linear-gradient(180deg, #4A90D9 0%, #1a2a6c 50%, #0a0a0a 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-size: 34px; white-space: normal; }
      .hero-ctas { justify-content: center; flex-wrap: nowrap; }
      .section-header .section-title { font-size: 53px; }
      .section-title { font-size: 36px; }
      .section-desc { font-size: 19px; white-space: normal; }
      .section-desc br { display: inline; }
      .device-toggle { margin-bottom: 32px; gap: 12px; }
      .toggle-label { font-size: 14px; }
      .toggle-track { width: 48px; height: 24px; }
      .toggle-knob { width: 18px; height: 18px; }
      .toggle-track.mo-active .toggle-knob { transform: translateX(24px); }
      .banner-detail { display: flex; flex-direction: column; flex-wrap: nowrap; padding: 12px 12px; gap: 12px; }
      .banner-detail-info { order: 1; flex: none; width: 100%; text-align: center; align-items: center; justify-content: flex-start; }
      .banner-mockup-wrap { order: 2; width: 100%; display: flex; flex-direction: column; }
      .banner-mockup-bg { display: block !important; min-height: 0 !important; width: 90%; aspect-ratio: 6/5; position: relative; overflow: hidden; margin: 0 auto; }
      .banner-mockup-img { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; max-width: none !important; max-height: none !important; object-fit: contain; display: block; }
      .banner-tabs { flex-wrap: wrap; gap: 4px; padding: 4px; }
      .banner-tab-btn { padding: 7px 14px; }
      .banner-tab-name { font-size: 12px; white-space: normal; text-align: center; }
      .mo-br { display: inline; }
      .banner-detail-name { font-size: 25px; text-align: center; }
      .video-tab-btn .banner-tab-name { white-space: nowrap; }
      .video-detail { display: flex; flex-direction: column; flex-wrap: nowrap; padding: 12px 20px; gap: 12px; }
      .video-detail-info { order: 1; flex: none; width: 100%; text-align: center; align-items: center; justify-content: center; }
      .video-mockup-bg { width: 100%; display: flex; justify-content: center; }
      .video-mockup-img { max-width: 100%; max-height: 220px; }
      .video-detail-name { font-size: 25px; text-align: center; white-space: normal; }
      .process-flow { flex-direction: column; gap: 0; }
      .process-card { margin: 8px 0; }
      .process-card:first-child { margin-top: 0; }
      .process-card:last-child { margin-bottom: 0; }
      .process-arrow { transform: rotate(90deg); padding: 4px 0; }
      .footer-top { grid-template-columns: 1fr 1fr; }
    }
@media (max-width: 600px) {
      .hero-products-inner { grid-template-columns: 1fr; }
      .footer-top { grid-template-columns: 1fr; }
    }
.nav-hamburger { display: none; flex-direction: column; justify-content: center; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; }
.mobile-menu-item.active { color: var(--blue); }
@media (max-width: 768px) { .nav-links { display: none !important; } .nav-hamburger { display: flex; } }
@media (max-width: 768px) {
      section { padding-left: 18px !important; padding-right: 18px !important; }
      .nav-inner { padding-left: 18px !important; padding-right: 18px !important; }
      #hero { padding-bottom: 0; }
      footer { padding-left: 18px !important; padding-right: 18px !important; }
      .hero-products { padding-left: 18px !important; padding-right: 18px !important; }
      .mobile-menu { padding-left: 24px !important; padding-right: 24px !important; }
    }
