:root{--primary:#2563EB;--primary-hover:#1D4ED8;--primary-light:#EFF6FF;--secondary:#0F172A;--text-main:#1E293B;--text-muted:#64748B;--bg-main:#FFFFFF;--bg-sub:#F8FAFC;--border-color:#E2E8F0;--card-shadow:0 4px 20px rgba(0, 0, 0, 0.05);--hover-shadow:0 12px 30px rgba(37, 99, 235, 0.12);--font-base:'Pretendard',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;--max-width:1200px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{font-family:var(--font-base);font-size:18px;line-height:1.8;color:var(--text-main);background-color:var(--bg-main);word-break:keep-all}a{text-decoration:none;color:inherit}ul{list-style:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.site-header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:0 0;border-bottom:1px solid rgba(255,255,255,.15);padding:1.3rem 2rem;transition:.3s cubic-bezier(.16, 1, .3, 1)}.site-header.scrolled{background:rgba(255,255,255,.95);backdrop-filter:blur(16px);border-bottom:1px solid var(--border-color);padding:.9rem 2rem;box-shadow:0 4px 20px rgba(0,0,0,.06)}.header-container{max-width:var(--max-width);margin:0 auto;display:flex;justify-content:space-between;align-items:center}.brand-logo{display:inline-flex;flex-direction:column;align-items:flex-start;text-decoration:none;line-height:1}.brand-logo .logo-main{font-size:24px;font-weight:900;color:#fff;letter-spacing:-.5px;line-height:1.1;transition:color .3s}.brand-logo .logo-main span{color:#60a5fa;transition:color .3s}.brand-logo .logo-tagline{font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;font-size:8.5px;font-weight:800;letter-spacing:2.4px;color:rgba(255,255,255,.7);margin-top:3px;text-transform:uppercase;transition:color .3s}.site-header.scrolled .brand-logo .logo-main{color:var(--secondary)}.site-header.scrolled .brand-logo .logo-main span{color:var(--primary)}.site-header.scrolled .brand-logo .logo-tagline{color:#64748b}.nav-menu{display:flex;gap:2.2rem;align-items:center}.nav-link{font-size:18px;font-weight:600;color:#f1f5f9;transition:color .2s}.site-header.scrolled .nav-link{color:#475569}.nav-link.active,.nav-link:hover{color:#93c5fd}.site-header.scrolled .nav-link.active,.site-header.scrolled .nav-link:hover{color:var(--primary)}.header-right-group{display:flex;align-items:center}.header-ghost-btn{padding:.5rem;background:0 0;color:#fff;font-size:18px;font-weight:700;border:none;display:inline-flex;align-items:center;justify-content:center;transition:color .2s;white-space:nowrap;letter-spacing:-.3px}.site-header.scrolled .header-ghost-btn{color:#475569}.header-ghost-btn:hover{color:#93c5fd}.site-header.scrolled .header-ghost-btn:hover{color:var(--primary)}.mobile-menu-toggle{display:none;background:0 0;border:none;cursor:pointer;padding:6px;flex-direction:column;justify-content:center;gap:5px;z-index:1001;border-radius:4px}.mobile-menu-toggle .bar{display:block;width:24px;height:2px;background-color:#fff;border-radius:2px;transition:transform .3s cubic-bezier(.16, 1, .3, 1),opacity .2s,background-color .3s}.site-header.scrolled .mobile-menu-toggle .bar{background-color:#0f172a}.mobile-menu-toggle.active .bar-1{transform:translateY(7px) rotate(45deg);background-color:#fff!important}.mobile-menu-toggle.active .bar-2{opacity:0;transform:translateX(10px)}.mobile-menu-toggle.active .bar-3{transform:translateY(-7px) rotate(-45deg);background-color:#fff!important}.nav-link.mobile-only-nav-contact{display:none}body.nav-open{overflow:hidden!important}.hero-section{position:relative;height:100vh;min-height:700px;display:flex;align-items:center;justify-content:center;background:#000;color:#fff;overflow:hidden;padding:0 2rem}.hero-video-bg{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%) scale(1.28);object-fit:cover;z-index:1;opacity:.85;filter:saturate(1.15) contrast(1.05) brightness(1.05)}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(0,0,0,.15) 0,rgba(0,0,0,.55) 100%);z-index:2;transition:background 1.2s}.hero-overlay.dimmed{background:radial-gradient(circle at center,rgba(0,0,0,.45) 0,rgba(0,0,0,.85) 100%)}.hero-container{max-width:var(--max-width);margin:0 auto;position:relative;z-index:3;width:100%;text-align:center;min-height:440px;display:flex;align-items:center;justify-content:center}.hero-flash-container{position:absolute;top:50%;left:0;right:0;width:100%;transform:translateY(-50%);text-align:center;pointer-events:none;display:flex;align-items:center;justify-content:center}.flash-word{position:absolute;top:50%;left:0;right:0;width:100%;margin:0 auto;text-align:center;transform-origin:center center;font-size:clamp(48px, 8vw, 105px);font-weight:900;letter-spacing:-2px;color:#fff;opacity:0;white-space:nowrap;text-shadow:0 4px 30px rgba(0,0,0,.9),0 0 50px rgba(0,0,0,.6)}.flash-word.highlight-blue{color:#60a5fa;text-shadow:0 4px 30px rgba(0,0,0,.9),0 0 40px rgba(96,165,250,.8)}.flash-word.highlight-cyan{color:#38bdf8;text-shadow:0 4px 30px rgba(0,0,0,.9),0 0 40px rgba(56,189,248,.8)}.flash-word.highlight-purple{color:#c084fc;text-shadow:0 4px 30px rgba(0,0,0,.9),0 0 40px rgba(192,132,252,.8)}.hero-main-content{opacity:0;max-width:1060px;margin:0 auto;width:100%}.hero-title{font-size:clamp(40px, 5.5vw, 72px);font-weight:900;line-height:1.28;letter-spacing:-2px;margin-bottom:2.2rem}.hero-line-item{display:block;margin-bottom:.35rem;white-space:nowrap;color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.95),0 2px 6px rgba(0,0,0,.9)}.hero-line-item.highlight{color:#60a5fa!important;display:inline-block;text-shadow:0 0 20px rgba(96,165,250,.9),0 4px 24px rgba(0,0,0,.98),0 2px 6px rgba(0,0,0,.95)}.hero-desc{font-size:clamp(20px, 2.2vw, 25px);color:#fff;margin-bottom:1.5rem;line-height:1.8;text-shadow:0 3px 16px rgba(0,0,0,.95),0 1px 4px rgba(0,0,0,.8)}.stats-editorial-section{padding:6rem 0 4.5rem;background:#fff;border-bottom:1px solid var(--border-color)}.stats-editorial-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;text-align:center}.stat-editorial-col{display:flex;flex-direction:column;align-items:center;padding:.5rem 1rem}.stat-big-number{font-size:clamp(48px, 4.8vw, 68px);font-weight:900;color:#0f172a;line-height:1;margin-bottom:1rem;letter-spacing:-2px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}.stat-editorial-col .counter{color:#0f172a}.stat-editorial-col.highlight .counter{color:var(--primary)}.stat-big-unit{font-size:32px;color:var(--primary);margin-left:3px}.stat-gauge-track{width:60px;height:4px;background:#e2e8f0;border-radius:4px;margin-bottom:1.2rem;overflow:hidden;position:relative}.stat-gauge-bar{width:100%;height:100%;background:#0f172a;border-radius:4px;transform:scaleX(0);transform-origin:center center}.stat-gauge-bar.highlight-blue{background:var(--primary)}.stat-text-title{font-size:19px;font-weight:800;color:var(--secondary);margin-bottom:.3rem;letter-spacing:-.4px}.stat-text-sub{font-size:15px;color:var(--text-muted);font-weight:500}.section{padding:7rem 0}.section-header{text-align:center;margin-bottom:5.5rem}.section-title{font-size:clamp(32px, 3.8vw, 44px);font-weight:900;color:var(--secondary);letter-spacing:-1px;margin-bottom:1rem}.section-desc{font-size:20px;color:var(--text-muted);max-width:1000px;margin:0 auto;white-space:nowrap}@media (max-width:1024px){.section-desc{white-space:normal;word-break:keep-all}}.open-service-section{background:#fff;color:var(--secondary);padding:6.5rem 0;border-bottom:1px solid #e2e8f0}.open-service-section.section-alt-bg{background:#fafcff}.open-service-section .container{max-width:1180px}.service-story-item{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.service-story-item.reverse{grid-template-columns:1fr 1fr;direction:ltr}.service-story-item.reverse .service-story-content{order:2;direction:ltr;text-align:left}.service-story-item.reverse .review-cinematic-stage,.service-story-item.reverse .service-gallery-wrap,.service-story-item.reverse .service-isometric-wrap{order:1;direction:ltr}.service-story-content{display:flex;flex-direction:column;position:relative;padding-top:1.5rem;text-align:left}.service-ghost-num{position:absolute;top:-3.8rem;left:-.6rem;font-size:clamp(85px, 9vw, 136px);font-weight:900;line-height:1;color:rgba(37,99,235,.08);letter-spacing:-4px;user-select:none;pointer-events:none;z-index:0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}.service-story-title{font-size:clamp(30px, 3.4vw, 42px);font-weight:900;color:var(--secondary);line-height:1.3;margin-bottom:2.2rem;letter-spacing:-.8px;position:relative;z-index:1}.service-story-desc{font-size:18px;color:#475569;line-height:1.8;margin-bottom:2rem;position:relative;z-index:1}.service-minimal-rows{display:flex;flex-direction:column;gap:.85rem;margin-bottom:0;position:relative;z-index:1}.service-focus-list{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1.3rem;margin:0;padding:0;width:100%;position:relative;z-index:1}.service-process-flow{display:flex;flex-direction:column;gap:0;position:relative;margin-top:.5rem;z-index:1;width:100%}.process-step-item{display:flex;align-items:flex-start;gap:1.2rem;position:relative;padding-bottom:1.5rem}.process-step-item:last-child{padding-bottom:0}.process-step-item:not(:last-child)::after{content:'';position:absolute;left:14px;top:30px;bottom:0;width:2px;background:linear-gradient(to bottom,rgba(37,99,235,.4),rgba(203,213,225,.6))}.process-step-badge{width:32px;height:32px;border-radius:50%;background:#eff6ff;border:2px solid var(--primary);color:var(--primary);font-size:14px;font-weight:900;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:2;box-shadow:0 2px 8px rgba(37,99,235,.15);margin-top:1px}.process-step-item:last-child .process-step-badge{background:var(--primary);color:#fff}.process-step-text{font-size:clamp(21px, 2.2vw, 26px);font-weight:800;color:#334155;letter-spacing:-.4px;line-height:1.35;padding-top:0;margin:0;text-align:left}.focus-point-item{display:flex;align-items:flex-start;justify-content:flex-start;gap:1rem;background:0 0;border:none;border-radius:0;box-shadow:none;padding:.35rem 0;margin:0;cursor:default;text-align:left;width:100%;font-size:clamp(20px, 2.1vw, 25px);line-height:1.5}.concept-right-showcase{flex:1;max-width:580px;position:relative;height:430px;border-radius:0;overflow:hidden;background:0 0;border:none;box-shadow:none}.blog-focus-item{display:flex!important;align-items:flex-start!important;justify-content:flex-start!important;gap:1rem!important;margin:0!important;padding:.4rem .6rem!important;width:100%!important;text-align:left!important;transform:none!important;font-size:clamp(20px, 2.1vw, 25px);line-height:1.5}.focus-bullet{width:8px;height:8px;border-radius:50%;background:var(--primary);display:inline-block;flex-shrink:0;margin-top:calc(.75em - 4px)}.focus-text{font-size:inherit;font-weight:800;color:#334155;letter-spacing:-.4px;line-height:inherit;margin:0;padding:0;text-align:left;word-break:keep-all}.minimal-row-item{display:flex;align-items:baseline;gap:.8rem;padding:.2rem 0}.row-bold-key{font-size:17px;font-weight:900;color:var(--primary);white-space:nowrap;flex-shrink:0;letter-spacing:-.3px}.row-bold-key::after{content:' ·';color:#94a3b8;font-weight:900;margin-left:2px}.row-desc-text{font-size:17px;font-weight:600;color:#334155;line-height:1.6}.service-gallery-wrap{display:flex;flex-direction:column;gap:1.2rem}.service-isometric-wrap{display:flex;align-items:center;justify-content:center;position:relative}.service-isometric-box{width:100%;border-radius:0;overflow:hidden;box-shadow:0 16px 40px rgba(0,0,0,.07);border:1px solid var(--border-color);background:#fff;transition:transform .4s cubic-bezier(.16, 1, .3, 1),box-shadow .4s}.service-isometric-box:hover{transform:translateY(-8px) scale(1.01);box-shadow:0 24px 50px rgba(37,99,235,.12)}.service-isometric-box img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;display:block}.interactive-3d-stage{position:relative;width:100%;max-width:680px;height:420px;perspective:1400px;display:flex;align-items:center;justify-content:center;background:0 0;border:none;box-shadow:none;overflow:visible;margin-top:-2rem;margin-right:0}.stage-layer-monitor{position:absolute;width:90%;right:0;bottom:4%;z-index:1}.stage-layer-monitor img{width:100%;height:auto;display:block}.stage-layer-card{position:absolute;transform:rotateY(-36deg) rotateX(15deg) rotateZ(-3deg);transform-origin:center center;border:none;border-radius:0;overflow:hidden;background:#fff;box-shadow:0 16px 32px rgba(15,23,42,.18),0 6px 12px rgba(0,0,0,.08)}.stage-layer-card img{width:100%;height:auto;display:block}.stage-card-1{width:26%;left:32%;bottom:14%;z-index:2}.stage-card-2{width:26%;left:17%;bottom:7%;z-index:3}.stage-card-3{width:26%;left:2%;bottom:0;z-index:4}.review-cinematic-stage{position:relative;width:100%;max-width:540px;min-height:400px;display:flex;align-items:center;justify-content:center}.review-spotlight-card{position:absolute;width:100%;max-width:440px;background:#fff;border:1px solid rgba(226,232,240,.9);padding:1.8rem 2rem;box-shadow:0 20px 45px rgba(15,23,42,.12);z-index:10;display:flex;flex-direction:column;gap:1rem;opacity:0;transform:scale(.9)}.spotlight-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:13px;font-weight:800;color:var(--primary);letter-spacing:-.3px}.spotlight-badge .badge-icon{font-size:14px}.spotlight-typing-text{font-size:17px;font-weight:700;color:#1e293b;line-height:1.65;min-height:80px;word-break:keep-all;letter-spacing:-.3px}.typing-cursor{background-color:var(--primary);margin-left:3px;vertical-align:text-bottom}@keyframes blinkCursor{from{opacity:1}to{opacity:0}}.spotlight-stars{color:#f59e0b;font-size:15px;letter-spacing:2px}.review-final-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem;width:100%;opacity:0;transform:scale(.95);pointer-events:none}.review-grid-item{background:#fff;border:1px solid rgba(226,232,240,.85);padding:1.3rem 1.2rem;box-shadow:0 10px 25px rgba(0,0,0,.05);display:flex;flex-direction:column;gap:.6rem;opacity:0;transform:translateY(20px)}.grid-item-header{display:flex;align-items:center;justify-content:space-between}.grid-user-info{display:flex;align-items:center;gap:.4rem;font-size:12px;font-weight:800;color:#64748b}.grid-user-info .cert-tag{color:var(--primary);font-size:11px}.grid-stars{color:#f59e0b;font-size:12px}.grid-item-desc{font-size:13.5px;font-weight:600;color:#334155;line-height:1.6;word-break:keep-all;letter-spacing:-.2px;text-align:left;direction:ltr}@media (max-width:960px){.interactive-3d-stage{height:320px}.review-final-grid{grid-template-columns:1fr}}.gallery-main-img-box{border-radius:18px;overflow:hidden;box-shadow:0 14px 34px rgba(0,0,0,.1);border:1px solid var(--border-color);position:relative;background:#f1f5f9;transition:transform .35s cubic-bezier(.16, 1, .3, 1),box-shadow .35s}.gallery-main-img-box:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.gallery-main-img-box img{width:100%;height:320px;object-fit:cover;display:block;transition:transform .5s}.gallery-main-img-box:hover img{transform:scale(1.04)}.gallery-sub-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.gallery-sub-item{border-radius:14px;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,.08);border:1px solid var(--border-color);position:relative;background:#f1f5f9;transition:transform .35s cubic-bezier(.16, 1, .3, 1),box-shadow .35s}.gallery-sub-item:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.12)}.gallery-sub-item img{width:100%;height:160px;object-fit:cover;display:block;transition:transform .5s}.gallery-sub-item:hover img{transform:scale(1.06)}@media (max-width:960px){.service-story-item,.service-story-item.reverse{grid-template-columns:1fr;gap:2.5rem;direction:ltr}}.ref-growth-list{display:flex;flex-direction:column;gap:6rem;max-width:1140px;margin:0 auto}.ref-growth-card{background:0 0;border-radius:0;border:none;box-shadow:none;padding:0 0 3.5rem;border-bottom:1px solid var(--border-color);display:flex;flex-direction:column;transition:none;position:relative}.ref-growth-card:last-child{border-bottom:none;padding-bottom:0}.ref-growth-card:hover{transform:none;box-shadow:none}.ref-growth-top{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:1.8rem}.ref-store-type-label{font-size:clamp(28px, 3.2vw, 40px);font-weight:900;color:#2563eb;margin-bottom:.6rem;letter-spacing:-1px;display:flex;align-items:baseline;flex-wrap:wrap;gap:.35rem;line-height:1.2}.ref-store-type-label .counter-val{font-variant-numeric:tabular-nums;letter-spacing:-.5px}.ref-store-type-label.highlight-glow.cyan{color:#0284c7}.ref-store-type-label.highlight-glow.indigo{color:#4f46e5}.ref-store-sub-cat{font-size:15px;font-weight:600;color:#64748b;margin-left:.4rem}.ref-growth-title{font-size:clamp(20px, 2vw, 24px);font-weight:800;color:#0f172a;margin-bottom:.6rem;letter-spacing:-.5px;display:flex;align-items:baseline;flex-wrap:wrap}.ref-store-info{width:100%}.ref-growth-desc{font-size:16px;color:#475569;line-height:1.7;margin:0;max-width:100%;width:100%}.ref-growth-kpi{display:flex;flex-direction:column;align-items:flex-end;background:0 0;border:none;padding:0;flex-shrink:0}.kpi-tag{font-size:13px;font-weight:700;color:#64748b;margin-bottom:.3rem}.kpi-val{font-size:clamp(32px, 3.5vw, 42px);font-weight:900;color:#2563eb;line-height:1;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}.kpi-val small{font-size:18px;font-weight:800;margin-left:2px}.kpi-val.accent-cyan{color:#0284c7}.kpi-val.accent-indigo{color:#4f46e5}.ref-chart-section{background:0 0;border:none;border-radius:0;padding:1.5rem 0 0;margin-top:.5rem}.ref-chart-svg-wrap{position:relative;width:100%;height:170px}.growth-svg{width:100%;height:100%;overflow:visible}.ref-type-badge-top{display:inline-block;font-size:12px;font-weight:800;color:#2563eb;background:#eff6ff;border:1px solid #dbeafe;padding:.25rem .6rem;border-radius:6px;margin-bottom:.4rem}.ref-type-badge-top.benchmark{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1}.ref-benchmark-card{border-left:3px solid #2563eb;padding-left:1.2rem}.peak-pill-tooltip{position:absolute;top:-32px;left:50%;transform:translateX(-50%);background:#2563eb;color:#fff;font-size:11px;font-weight:800;padding:.2rem .5rem;border-radius:12px;white-space:nowrap;box-shadow:0 4px 10px rgba(37,99,235,.35)}.peak-pill-tooltip::after{content:'';position:absolute;bottom:-4px;left:50%;transform:translateX(-50%);border-width:4px 4px 0;border-style:solid;border-color:#2563eb transparent;display:block;width:0}.chart-contract-pin.fintech-pin{background:rgba(15,23,42,.92);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.15)}.html-chart-dot.fintech-dot{box-shadow:0 0 0 4px rgba(37,99,235,.2)}.html-chart-dot.fintech-dot-peak{box-shadow:0 0 0 6px rgba(37,99,235,.25);animation:2s infinite pulse-ring}@keyframes pulse-ring{0%{box-shadow:0 0 0 0 rgba(37,99,235,.4)}70%{box-shadow:0 0 0 10px rgba(37,99,235,0)}100%{box-shadow:0 0 0 0 rgba(37,99,235,0)}}.chart-contract-pin{position:absolute;top:4px;bottom:auto;transform:translateX(-50%);display:flex;align-items:center;gap:5px;background:#0f172a;color:#fff;padding:.35rem .8rem;border-radius:20px;font-size:12px;font-weight:800;box-shadow:0 4px 12px rgba(15,23,42,.2);white-space:nowrap;pointer-events:none;z-index:2}.chart-contract-pin .pin-dot{width:6px;height:6px;background:#60a5fa;border-radius:50%;animation:1.5s infinite pulse-dot}@keyframes pulse-dot{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.4)}}.chart-contract-pin.pin-cyan .pin-dot{background:#38bdf8}.chart-contract-pin.pin-indigo .pin-dot{background:#818cf8}.ref-chart-timeline-12{display:grid;grid-template-columns:repeat(12,1fr);gap:0;margin-top:1.2rem;padding-top:1rem;border-top:1px solid #e2e8f0;text-align:center;align-items:flex-start;width:100%}.ref-chart-timeline-mobile{display:none}.month-col{display:flex;flex-direction:column;align-items:center;gap:.35rem;width:100%}.month-col span{font-size:15px;font-weight:800;color:#475569}.month-col .dot-sub{font-size:13px;font-weight:700;color:#64748b}.year-badge-col{padding-right:.4rem;border-right:1.5px solid #e2e8f0}.timeline-year-tag{font-size:13px!important;font-weight:900!important;color:#fff!important;background:#2563eb;padding:.2rem .55rem;border-radius:6px;white-space:nowrap}.timeline-year-tag.cyan{background:#0284c7}.timeline-year-tag.indigo{background:#4f46e5}.month-col.contract-point span{color:#2563eb;font-weight:900}.month-col.contract-point.accent-cyan span{color:#0284c7}.month-col.contract-point.accent-indigo span{color:#4f46e5}.month-col.growth-end span{color:#0f172a;font-weight:900}.month-col .dot-sub.highlight{color:#2563eb;font-weight:900}.month-col .dot-sub.highlight.accent-cyan{color:#0284c7}.month-col .dot-sub.highlight.accent-indigo{color:#4f46e5}.html-chart-dot{position:absolute;width:14px;height:14px;border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:2;box-sizing:border-box}.html-chart-dot.contract-dot{background:#fff;border:3px solid #475569;box-shadow:0 2px 6px rgba(0,0,0,.15)}.html-chart-dot.peak-dot{background:#2563eb;border:3px solid #fff;box-shadow:0 2px 8px rgba(37,99,235,.35);width:16px;height:16px}.html-chart-dot.peak-dot.peak-cyan{background:#0284c7;box-shadow:0 2px 8px rgba(2,132,199,.35)}.html-chart-dot.peak-dot.peak-indigo{background:#4f46e5;box-shadow:0 2px 8px rgba(79,70,229,.35)}.chart-line{stroke-dasharray:1200;stroke-dashoffset:1200}.chart-area{opacity:0}@media (max-width:860px){.ref-growth-card{padding:2rem 1.5rem}.ref-growth-top{flex-direction:column;align-items:flex-start;gap:1.2rem}.ref-growth-kpi{align-items:flex-start;width:100%}.ref-chart-timeline{grid-template-columns:repeat(6,1fr);row-gap:.6rem}.month-col:nth-child(n+7){border-top:1px dashed #f1f5f9;padding-top:.4rem}}.clients-ticker-section{padding:5rem 0;background:#080e1a;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);overflow:hidden}.ticker-header-wrap{text-align:center;margin-bottom:2.8rem}.ticker-title{font-size:clamp(22px, 2.6vw, 30px);font-weight:900;color:#fff;letter-spacing:-.5px}.ticker-title strong{color:#60a5fa}.ticker-track-wrap{display:flex;overflow:hidden;user-select:none;margin-bottom:1.5rem}.ticker-track-wrap:last-child{margin-bottom:0}.ticker-track{display:flex;align-items:center;gap:1.8rem;white-space:nowrap;flex-shrink:0}.track-left{animation:40s linear infinite scrollLeft}.track-right{animation:40s linear infinite scrollRight}@keyframes scrollLeft{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@keyframes scrollRight{0%{transform:translateX(-50%)}100%{transform:translateX(0)}}.ticker-brand-text{font-size:clamp(17px, 1.8vw, 21px);font-weight:800;color:#f1f5f9;letter-spacing:-.3px;transition:color .2s}.ticker-brand-text:hover{color:#60a5fa}.ticker-brand-text.sub{color:#94a3b8}.ticker-brand-text.sub:hover{color:#38bdf8}.ticker-brand-dot{font-size:16px;font-weight:300;color:rgba(255,255,255,.2);user-select:none}.references-section{background:#faf9f6;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.comparison-section{background:#f8fafc;padding:7rem 0}.comparison-split-wrap{display:grid;grid-template-columns:1fr 1fr;max-width:1040px;margin:0 auto;align-items:stretch;position:relative}.mobile-compare-list{display:none}.compare-card{display:flex;flex-direction:column;background:#fff}.compare-card-other{border:1px solid #e2e8f0;border-right:none;border-radius:4px 0 0 4px;background:#fafafa}.compare-card-header.other-header{padding:2.4rem 2rem 2rem;background:#f1f5f9;text-align:center;border-radius:4px 0 0;border-bottom:1px solid #e2e8f0}.compare-card-header.other-header h3{font-size:23px;font-weight:800;color:#64748b;letter-spacing:-.5px;margin:0}.compare-card-semi{border-radius:4px;background:#fff;box-shadow:0 16px 36px rgba(37,99,235,.12),0 2px 8px rgba(0,0,0,.04);border:2px solid #2563eb;position:relative;z-index:2;transform:scale(1.02)}.compare-card-header.semi-header{padding:2.4rem 2rem 2rem;background:#2563eb;text-align:center;border-radius:2px 2px 0 0}.semi-logo-txt{font-size:25px;font-weight:900;color:#fff;letter-spacing:-.5px;margin:0}.semi-logo-txt span{color:#93c5fd;font-weight:800}.compare-card-body{padding:2.2rem 2.5rem;display:flex;flex-direction:column;gap:2.2rem;flex:1;justify-content:space-around}.compare-row-item{display:flex;flex-direction:column;gap:.5rem;text-align:center;padding-bottom:1.8rem;border-bottom:1px solid #f1f5f9}.compare-row-item:last-child{border-bottom:none;padding-bottom:0}.compare-row-title{font-size:19px;font-weight:800;color:#475569;letter-spacing:-.4px;margin:0;line-height:1.4}.compare-row-title.semi-title{color:#1d4ed8;font-size:20px;font-weight:900}.compare-row-desc{font-size:15px;color:#64748b;line-height:1.6;margin:0;word-break:keep-all}.compare-card-semi .compare-row-desc{color:#334155;font-weight:500}@media (max-width:860px){.comparison-split-wrap{grid-template-columns:1fr;gap:2rem}.compare-card-other{border-right:1px solid #e2e8f0;border-radius:4px}.compare-card-header.other-header{border-radius:4px 4px 0 0}.compare-card-semi{transform:none}}.faq-section{background:#fff;padding:6.5rem 0;border-top:1px solid var(--border-color)}.faq-list{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;transition:.25s cubic-bezier(.16, 1, .3, 1);box-shadow:0 1px 3px rgba(15,23,42,.03)}.faq-card:hover{border-color:#93c5fd;box-shadow:0 4px 14px rgba(37,99,235,.06)}.faq-card.active{border-color:#2563eb;box-shadow:0 8px 24px rgba(37,99,235,.1);background:#fff}.faq-header-toggle{padding:1.4rem 1.8rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;cursor:pointer;user-select:none;background:#fff;transition:background .2s}.faq-card.active .faq-header-toggle{background:#f8fafc;border-bottom:1px solid #eff6ff}.faq-q{font-size:17px;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.4px;line-height:1.45;word-break:keep-all}.faq-card.active .faq-q{color:#1d4ed8}.faq-icon-arrow{font-size:18px;font-weight:800;color:#64748b;transition:transform .3s cubic-bezier(.16, 1, .3, 1),color .2s;flex-shrink:0}.faq-card.active .faq-icon-arrow{transform:rotate(180deg);color:#2563eb}.faq-body-collapse{padding:1.4rem 1.8rem 1.6rem;display:none;background:#fff;animation:.3s faqFadeIn}.faq-card.active .faq-body-collapse{display:block}@keyframes faqFadeIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.faq-a{font-size:15px;color:#334155;line-height:1.75;margin:0;word-break:keep-all}.faq-a strong{color:#0f172a;font-weight:800}.footer-nap-info{margin-top:.8rem;font-size:13.5px;color:#94a3b8;display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;line-height:1.6}.footer-nap-info a{color:#93c5fd;text-decoration:none;font-weight:600;transition:color .2s}.footer-nap-info a:hover{color:#fff;text-decoration:underline}.footer-sep{color:#475569;font-size:11px}.contact-section{background:#fff;color:#1e293b;padding:5rem 0 6rem;border-top:1px solid #e2e8f0}.quick-consult-card{max-width:1040px;margin:0 auto;background:0 0;border-radius:0;padding:0;box-shadow:none;border:none}.quick-consult-header{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:1.8rem}.quick-consult-title-group{display:flex;align-items:baseline;gap:1.2rem;flex-wrap:wrap}.quick-consult-title{font-size:26px;font-weight:900;color:#06f;letter-spacing:-.5px;margin:0}.quick-consult-sub{font-size:15px;font-weight:600;color:#475569;margin:0}.quick-consult-time{font-size:15px;font-weight:700;color:#06f;display:flex;align-items:center;gap:.35rem}.quick-phone-link{color:#06f;font-weight:900;text-decoration:none;transition:opacity .2s}.quick-phone-link:hover{text-decoration:underline;opacity:.85}.quick-hours{font-size:13.5px;font-weight:600;color:#64748b}.quick-consult-form{display:flex;flex-direction:column;gap:1.2rem}.quick-form-grid{display:grid;grid-template-columns:1fr 1fr 140px;gap:1rem;align-items:stretch}.quick-col-left{display:flex;flex-direction:column;gap:.75rem;justify-content:space-between}.quick-input{width:100%;height:52px;padding:0 1.1rem;background:#f4f9ff;border:1px solid #e1edfa;border-radius:8px;font-size:15px;font-weight:600;color:#1e293b;outline:0;transition:.2s;box-sizing:border-box}.quick-input::placeholder{color:#94a3b8;font-weight:500}.quick-input:focus{background:#fff;border-color:#06f;box-shadow:0 0 0 3px rgba(0,102,255,.12)}.quick-phone-group{display:flex;align-items:center;gap:.5rem;width:100%}.quick-select{height:52px;padding:0 1.8rem 0 1rem;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='%230066FF'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") right .8rem center no-repeat #f4f9ff;border:1px solid #e1edfa;border-radius:8px;font-size:15px;font-weight:700;color:#1e293b;outline:0;cursor:pointer;appearance:none;flex:1.1;transition:.2s}.quick-select:focus{background-color:#fff;border-color:#06f}.quick-phone-sep{color:#94a3b8;font-weight:700;user-select:none}.quick-phone-input{flex:1.2;text-align:center}.quick-col-center{display:flex;align-items:stretch}.quick-textarea{width:100%;height:100%;min-height:112px;padding:.9rem 1.1rem;background:#f4f9ff;border:1px solid #e1edfa;border-radius:8px;font-size:15px;font-weight:600;color:#1e293b;outline:0;resize:none;transition:.2s;box-sizing:border-box;font-family:inherit}.quick-textarea::placeholder{color:#94a3b8;font-weight:500}.quick-textarea:focus{background:#fff;border-color:#06f;box-shadow:0 0 0 3px rgba(0,102,255,.12)}.quick-col-right{display:flex;align-items:stretch}.quick-submit-btn{width:100%;height:100%;min-height:112px;background:#06f;color:#fff;font-size:18px;font-weight:900;letter-spacing:1px;border:none;border-radius:10px;cursor:pointer;transition:.2s;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(0,102,255,.3)}.quick-submit-btn:hover{background:#0052cc;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,102,255,.4)}.quick-bottom-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;margin-top:.8rem;padding-top:.5rem}.quick-agree-area{display:flex;align-items:center;gap:.6rem}.quick-checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;user-select:none}.quick-checkbox-label input[type=checkbox]{width:17px;height:17px;accent-color:#0066FF;cursor:pointer}.quick-agree-text{font-size:14px;font-weight:700;color:#334155}.quick-detail-btn{background:#334155;color:#fff;border:none;border-radius:20px;padding:.2rem .65rem;font-size:12px;font-weight:800;cursor:pointer;transition:background .2s}.quick-detail-btn:hover{background:#0f172a}.quick-outline-group{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.outline-chip{display:inline-flex;align-items:center;gap:.5rem;height:38px;padding:0 .95rem;background:#fff;border:1px solid #cbd5e1;border-radius:6px;text-decoration:none;font-size:13.5px;font-weight:700;color:#334155;transition:.2s cubic-bezier(.16, 1, .3, 1);box-shadow:0 1px 3px rgba(15,23,42,.04)}.outline-chip .chip-icon{width:15px;height:15px;flex-shrink:0;transition:transform .2s}.chip-kakao{color:#3c1e1e}.chip-kakao .chip-icon{color:#facc15;filter:drop-shadow(0 0 1px #CA8A04)}.chip-kakao:hover{border-color:#f59e0b;background:#fffdf0;color:#1f2937;transform:translateY(-2px);box-shadow:0 4px 12px rgba(245,158,11,.15)}.chip-kakao:hover .chip-icon{transform:scale(1.15)}.chip-phone{color:#1e293b}.chip-phone .chip-icon{color:#06f}.chip-phone:hover{border-color:#06f;background:#f0f7ff;color:#06f;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,102,255,.15)}.chip-phone:hover .chip-icon{transform:scale(1.15)}@media (max-width:860px){.quick-consult-card{padding:0}.quick-form-grid{grid-template-columns:1fr;gap:.8rem}.quick-textarea{min-height:90px}.quick-submit-btn{min-height:52px;height:52px}.quick-bottom-bar{flex-direction:column;align-items:flex-start;gap:1rem}.quick-direct-contacts{gap:1.2rem}}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(15,23,42,.85);backdrop-filter:blur(8px);z-index:2000;display:none;align-items:center;justify-content:center;padding:2rem}.modal-overlay.active{display:flex}.custom-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(15,23,42,.75);backdrop-filter:blur(8px);z-index:10000;display:none;align-items:center;justify-content:center;padding:1.5rem}.custom-modal-overlay.active{display:flex}.custom-modal-box{background:#fff;border-radius:20px;max-width:440px;width:100%;padding:2.5rem 2rem 2rem;text-align:center;box-shadow:0 25px 50px -12px rgba(0,0,0,.35);border:1px solid rgba(226,232,240,.8);animation:.3s cubic-bezier(.16,1,.3,1) modalPop}.custom-modal-icon{font-size:42px;margin-bottom:1rem}.custom-modal-title{font-size:22px;font-weight:800;color:var(--secondary);margin-bottom:.8rem;letter-spacing:-.4px}.custom-modal-desc{font-size:16px;color:#475569;line-height:1.6;margin-bottom:2rem;word-break:keep-all}.custom-modal-btn{width:100%;padding:.9rem 1.5rem;background:var(--primary);color:#fff;font-size:16px;font-weight:800;border:none;border-radius:12px;cursor:pointer;transition:.2s;box-shadow:0 4px 14px rgba(37,99,235,.3)}.custom-modal-btn:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px rgba(37,99,235,.4)}.modal-content-wrap{max-width:900px;width:100%;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 24px 48px rgba(0,0,0,.3);position:relative;animation:.3s cubic-bezier(.16,1,.3,1) modalPop}@keyframes modalPop{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-img{width:100%;max-height:60vh;object-fit:cover;display:block}.modal-desc-box{padding:1.8rem 2.2rem;background:#fff}.modal-title{font-size:22px;font-weight:800;color:var(--secondary);margin-bottom:.5rem}.modal-text{font-size:16px;color:var(--text-muted);line-height:1.6}.modal-close-btn{position:absolute;top:1rem;right:1.2rem;width:40px;height:40px;border-radius:50%;background:rgba(0,0,0,.6);color:#fff;border:none;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s}.modal-close-btn:hover{background:#000}.floating-actions{position:fixed;bottom:2rem;right:1.8rem;z-index:999;display:flex;flex-direction:column;align-items:center;gap:.6rem;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:.65rem .5rem;border-radius:40px;border:1px solid rgba(226,232,240,.9);box-shadow:0 10px 30px rgba(15,23,42,.12),0 2px 6px rgba(0,0,0,.04);opacity:0;pointer-events:none;transform:translateY(20px);transition:opacity .35s cubic-bezier(.16, 1, .3, 1),transform .35s cubic-bezier(.16, 1, .3, 1)}.floating-actions.visible,.subpage .floating-actions{opacity:1;pointer-events:auto;transform:translateY(0)}.fab-item{display:flex;flex-direction:column;align-items:center;justify-content:center;width:54px;height:54px;border-radius:50%;text-decoration:none;background:#fff;border:1px solid #e2e8f0;transition:.22s cubic-bezier(.16, 1, .3, 1);position:relative;box-sizing:border-box}.fab-icon-wrap{display:flex;align-items:center;justify-content:center;width:20px;height:20px;margin-bottom:2px}.fab-svg{width:18px;height:18px;transition:transform .2s}.fab-text{font-size:10px;font-weight:800;line-height:1;letter-spacing:-.3px}.fab-kakao{background:#fff;color:#3c1e1e;border-color:#e2e8f0}.fab-kakao .fab-svg{color:#facc15;filter:drop-shadow(0 0 1px #CA8A04)}.fab-kakao:hover{background:#fffdf0;border-color:#f59e0b;transform:translateY(-2px);box-shadow:0 6px 16px rgba(245,158,11,.2)}.fab-kakao:hover .fab-svg{transform:scale(1.15)}.fab-call{background:#fff;color:#1e293b;border-color:#e2e8f0}.fab-call .fab-svg{color:#06f}.fab-call:hover{background:#f0f7ff;border-color:#06f;color:#06f;transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,102,255,.2)}.fab-call:hover .fab-svg{transform:scale(1.15)}.fab-consult{background:#06f;color:#fff;border-color:#06f;box-shadow:0 4px 14px rgba(0,102,255,.35)}.fab-consult .fab-svg,.fab-consult .fab-text{color:#fff}.fab-consult:hover{background:#0052cc;border-color:#0052cc;transform:translateY(-3px) scale(1.04);box-shadow:0 8px 20px rgba(0,102,255,.45)}.fab-consult:hover .fab-svg{transform:rotate(-10deg) scale(1.15)}.fab-top{width:44px;height:44px;background:#f8fafc;border:1px solid #e2e8f0;color:#64748b;margin-top:.2rem}.fab-top-icon{font-size:15px;font-weight:900;line-height:1;margin-bottom:2px;transition:transform .2s}.fab-top .fab-text{font-size:9px;font-weight:800;color:#64748b}.fab-top:hover{background:#fff;border-color:#0f172a;color:#0f172a;transform:translateY(-2px);box-shadow:0 4px 12px rgba(15,23,42,.1)}.fab-top:hover .fab-top-icon{transform:translateY(-2px);color:#0f172a}.fab-top:hover .fab-text{color:#0f172a}@media (max-width:860px){.floating-actions{bottom:1.2rem;right:1rem;padding:.5rem .4rem;gap:.5rem}.fab-item{width:48px;height:48px}.fab-top{width:40px;height:40px}}.site-footer{background:#0f172a;color:#94a3b8;padding:4rem 2rem 2.5rem}.footer-container{max-width:var(--max-width);margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand h4{font-size:22px;font-weight:900;color:#fff;letter-spacing:-.5px;margin-bottom:.1rem;line-height:1.1}.footer-brand h4 span{color:#60a5fa}.footer-brand .footer-tagline{display:block;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;font-size:8.5px;font-weight:800;letter-spacing:2.4px;color:#94a3b8;margin-bottom:.8rem;text-transform:uppercase}.footer-brand p{font-size:15px}.footer-links a{color:#cbd5e1;font-size:15px;margin-left:1.5rem;transition:color .2s}.footer-links a:hover{color:#fff}.subpage .site-header{position:sticky;top:0;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #e2e8f0;box-shadow:0 4px 20px rgba(0,0,0,.04)}.subpage .brand-logo .logo-main{color:var(--secondary)}.subpage .brand-logo .logo-main span{color:var(--primary)}.subpage .brand-logo .logo-tagline{color:#64748b}.subpage .nav-link{color:#475569}.subpage .nav-link.active,.subpage .nav-link:hover{color:var(--primary)}.subpage .header-ghost-btn{color:#475569}.subpage .header-ghost-btn:hover{color:var(--primary)}.sub-hero-section{background:#f8fafc;padding:5rem 0 3.5rem;border-bottom:1px solid var(--border-color);text-align:center}.sub-hero-section .section-title{font-size:clamp(28px, 3.5vw, 40px);margin-bottom:.8rem}.sub-hero-section .section-desc{font-size:18px;color:var(--text-muted);max-width:800px;margin:0 auto}.topic-tag-bar{display:flex;gap:.6rem;flex-wrap:wrap;justify-content:center;margin-bottom:3.5rem}.topic-tag{padding:.45rem 1.1rem;background:#f1f5f9;color:#475569;font-size:15px;font-weight:700;border-radius:999px;border:1px solid transparent;cursor:pointer;transition:.2s}.topic-tag:hover{background:#e2e8f0;color:#1e293b}.topic-tag.active{background:var(--secondary);color:#fff}.posts-grid{display:flex;flex-direction:column;gap:1.8rem;max-width:980px;margin:0 auto 4rem}.post-card{background:#fff;border:1px solid var(--border-color);border-radius:14px;overflow:hidden;display:flex;flex-direction:row;cursor:pointer;transition:transform .3s,box-shadow .3s,border-color .3s}.post-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(0,0,0,.08);border-color:#cbd5e1}.post-thumb-wrap{position:relative;width:300px;min-width:300px;align-self:stretch;min-height:195px;overflow:hidden;border-right:1px solid #f1f5f9;border-bottom:none;flex-shrink:0;background:#f1f5f9}.post-thumb-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1;transition:transform .4s cubic-bezier(.16, 1, .3, 1)}.post-card:hover .post-thumb-img{transform:scale(1.05)}.post-content{padding:1.5rem 1.8rem 1.2rem;display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}.post-meta-top{display:flex;align-items:center;gap:.45rem;margin-bottom:.45rem}.post-cat-text{font-size:13px;font-weight:800;color:var(--primary);letter-spacing:-.2px}.post-meta-dot{color:#cbd5e1;font-size:14px;font-weight:900}.post-date-text{font-size:13px;font-weight:600;color:#94a3b8}@media (max-width:768px){.post-card{flex-direction:column}.post-thumb-wrap{width:100%;min-width:100%;height:190px;min-height:190px;border-right:none;border-bottom:1px solid #f1f5f9}.post-content{padding:1.4rem}}.post-title{font-size:19px;font-weight:800;line-height:1.45;margin-bottom:.6rem;color:var(--secondary)}.post-title a{transition:color .2s}.post-title a:hover{color:var(--primary)}.post-excerpt{font-size:14.5px;color:#64748b;line-height:1.65;margin-bottom:.8rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-meta-footer{display:flex;justify-content:flex-end;align-items:center;padding-top:.8rem;border-top:1px solid #f1f5f9;font-size:14px;margin-top:auto}.post-author{color:#94a3b8;font-weight:600}.post-read-more{color:var(--primary);font-weight:800;transition:transform .2s}.post-read-more:hover{transform:translateX(3px)}.article-container{max-width:860px;margin:0 auto;padding-top:2rem}.breadcrumb-nav{font-size:14px;color:#94a3b8;margin-bottom:2rem}.breadcrumb-nav a{color:#64748b;transition:color .2s}.breadcrumb-nav a:hover{color:var(--primary)}.article-header{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--border-color)}.article-badge{display:inline-block;font-size:14px;font-weight:800;color:var(--primary);background:var(--primary-light);padding:4px 12px;border-radius:6px;margin-bottom:1rem}.article-title{font-size:clamp(28px, 3.5vw, 42px);font-weight:900;color:var(--secondary);line-height:1.35;margin-bottom:1.2rem;letter-spacing:-.5px}.article-meta{display:flex;gap:1.5rem;font-size:15px;color:#94a3b8;flex-wrap:wrap}.bluf-summary-box{background:#f8fafc;border-left:4px solid var(--primary);padding:1.5rem 1.8rem;border-radius:0 10px 10px 0;margin-bottom:3rem}.bluf-summary-box h3{font-size:17px;font-weight:800;color:var(--primary);margin-bottom:.6rem}.bluf-summary-box p{font-size:16px;color:#334155;line-height:1.7}.article-body{font-size:18px;line-height:1.85;color:#334155;margin-bottom:4rem}.article-body h2{font-size:24px;font-weight:800;color:var(--secondary);margin:2.5rem 0 1rem;letter-spacing:-.3px}.article-body p{margin-bottom:1.5rem}.related-posts-widget{margin:4rem 0;padding-top:2.5rem;border-top:1px solid var(--border-color)}.related-posts-widget h3{font-size:20px;font-weight:800;margin-bottom:1.5rem;color:var(--secondary)}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.article-cta-box{background:#0f172a;color:#fff;padding:3rem 2rem;border-radius:14px;text-align:center;margin-top:3rem}.article-cta-box h3{font-size:22px;font-weight:800;margin-bottom:.8rem}.article-cta-box p{color:#94a3b8;margin-bottom:1.8rem;font-size:16px}.article-cta-box .btn-primary{display:inline-block;padding:.8rem 1.8rem;background:var(--primary);color:#fff;font-weight:800;border-radius:8px;transition:background .2s}.article-cta-box .btn-primary:hover{background:var(--primary-hover)}.footer-bottom{max-width:var(--max-width);margin:2rem auto 0;text-align:center;font-size:14px}.service-story-item.reverse .sns-hub-stage{order:1;direction:ltr}.sns-hub-stage{position:relative;width:100%;height:380px;display:flex;align-items:center;justify-content:center}.sns-hub-svg{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:2}.sns-hub-core{width:156px;height:56px;border-radius:12px;background:#fff;border:2px solid var(--primary,#2563eb);box-shadow:0 10px 25px rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;color:#0f172a;z-index:5;position:relative;text-align:center;font-size:14.5px;font-weight:900;letter-spacing:-.2px;transform-origin:center center}.sns-hub-core span{color:var(--primary,#2563eb);margin-left:2px}.sns-hub-node{position:absolute;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:.65rem 1rem;display:flex;align-items:center;gap:.75rem;box-shadow:0 8px 20px rgba(0,0,0,.06);z-index:4;text-align:left}.sns-hub-node-name{font-size:14.5px;font-weight:800;color:#1e293b;white-space:nowrap}.sns-brand-icon{width:34px;height:34px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sns-brand-icon svg{width:34px;height:34px;display:block;border-radius:8px}.report-viewport{width:100%;max-width:580px;height:auto;border-radius:14px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 16px 40px rgba(15,23,42,.08);overflow:hidden;position:relative}.report-browser-header{background:#f8fafc;padding:.65rem 1.2rem;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between}.browser-url-pill{background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:.2rem .9rem;font-size:11.5px;font-weight:700;color:#64748b}.win-window-controls{display:flex;align-items:center;gap:.85rem}.win-control-btn{font-size:11px;font-weight:700;color:#64748b;cursor:pointer;line-height:1;user-select:none;transition:color .2s}.win-control-btn:hover{color:#0f172a}.win-close:hover{color:#ef4444}.report-scroll-sheet{padding:1.2rem}.report-top-bar{display:flex;justify-content:space-between;align-items:center;padding-bottom:.8rem;border-bottom:1px solid #f1f5f9;margin-bottom:1rem}.report-date-badge{font-size:12px;font-weight:800;color:#334155}.report-top-summary{display:flex;gap:1rem;font-size:12.5px;font-weight:800;color:#1e293b}.sum-val{color:var(--primary,#2563eb);font-weight:900}.report-tabs{display:flex;gap:.4rem;margin-bottom:1.1rem}.report-tab-btn{flex:1;padding:.45rem .2rem;border-radius:8px;font-size:11.5px;font-weight:800;text-align:center;border:1px solid #e2e8f0;background:#fff;color:#64748b;display:flex;align-items:center;justify-content:center;gap:4px;transition:.25s}.report-tab-btn.active{background:#eff6ff;border-color:var(--primary,#2563eb);color:var(--primary,#2563eb);font-weight:900}.report-chart-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1rem;margin-bottom:1rem}.chart-box-title{font-size:13px;font-weight:900;color:#1e293b;margin-bottom:1rem;display:flex;justify-content:space-between}.chart-bars-wrap{display:flex;justify-content:space-between;align-items:flex-end;height:110px;padding:0 .5rem}.c-bar-col{display:flex;flex-direction:column;align-items:center;gap:.35rem;width:14%}.c-bar-val{font-size:10.5px;font-weight:800;color:#64748b}.c-bar-pillar{width:24px;border-radius:6px 6px 0 0;background:#cbd5e1;transition:height .5s cubic-bezier(.16, 1, .3, 1)}.c-bar-col.peak .c-bar-pillar{background:linear-gradient(180deg,#2563eb 0,#1d4ed8 100%);box-shadow:0 4px 12px rgba(37,99,235,.35)}.c-bar-col.peak .c-bar-val{color:#2563eb;font-weight:900}.c-bar-month{font-size:11px;font-weight:700;color:#64748b}.report-kpi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem}.kpi-mini-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:.8rem .65rem;box-shadow:0 4px 10px rgba(0,0,0,.02);text-align:left}.kpi-mini-title{font-size:11px;color:#64748b;font-weight:700;margin-bottom:.25rem}.kpi-mini-num{font-size:16px;font-weight:900;color:#0f172a}.ai-showcase-viewport{width:100%;max-width:580px;height:440px;border-radius:14px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 16px 40px rgba(15,23,42,.08);overflow:hidden;position:relative;display:flex;flex-direction:column}.win-header{background:#f8fafc;padding:.65rem 1.2rem;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.win-controls{display:flex;align-items:center;gap:.85rem;font-size:11px;font-weight:700;color:#64748b;user-select:none}.ai-showcase-body{flex:1;padding:1.2rem;overflow:hidden;position:relative;background:#fafcff;display:flex;flex-direction:column}.ai-prompt-box{background:#fff;border:1.5px solid var(--primary,#2563eb);border-radius:10px;padding:.7rem 1rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 14px rgba(37,99,235,.08);margin-bottom:1rem;flex-shrink:0}.prompt-text{font-size:13.5px;font-weight:800;color:#0f172a;letter-spacing:-.2px;display:flex;align-items:center;gap:4px}.typing-cursor{display:inline-block;width:2px;height:14px;background:var(--primary,#2563eb);animation:.8s infinite typingCursorBlink}@keyframes typingCursorBlink{0%,100%{opacity:1}50%{opacity:0}}.ai-response-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.1rem;box-shadow:0 6px 20px rgba(0,0,0,.03);flex:1;display:flex;flex-direction:column;gap:.8rem;overflow:hidden;opacity:0;transform:translateY(12px)}.ai-badge-row{display:flex;align-items:center;justify-content:space-between}.ai-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:12px;font-weight:900;color:var(--primary,#2563eb);background:#eff6ff;padding:.25rem .6rem;border-radius:6px}.ai-citation-grid{display:flex;gap:.6rem;margin-bottom:.2rem}.citation-thumb-box{flex:1;height:85px;border-radius:8px;overflow:hidden;position:relative;border:1px solid #e2e8f0}.citation-thumb-box img{width:100%;height:100%;object-fit:cover}.citation-thumb-title{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.68);backdrop-filter:blur(4px);color:#fff;font-size:10px;font-weight:700;padding:.3rem .5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ai-briefing-text{font-size:12.5px;font-weight:600;color:#334155;line-height:1.6}.ai-briefing-text strong{color:#0f172a;font-weight:900;background:#eff6ff;padding:0 3px;border-radius:3px}.ai-key-list{display:flex;flex-direction:column;gap:.35rem;font-size:11.5px;font-weight:600;color:#475569}.ai-key-item{display:flex;align-items:flex-start;gap:.4rem}.ai-key-bullet{width:4px;height:4px;border-radius:50%;background:var(--primary,#2563eb);margin-top:6px;flex-shrink:0}.premium-sample-btn{display:inline-flex;align-items:center;gap:.6rem;padding:.85rem 1.6rem;border-radius:10px;background:linear-gradient(135deg,#1e293b 0,#0f172a 100%);color:#fff;font-size:14.5px;font-weight:800;letter-spacing:-.2px;text-decoration:none;border:1px solid rgba(255,255,255,.12);box-shadow:0 8px 20px rgba(15,23,42,.14),inset 0 1px 0 rgba(255,255,255,.15);transition:.28s cubic-bezier(.16, 1, .3, 1);position:relative;overflow:hidden}.premium-sample-btn::before{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transform:skewX(-20deg);transition:.6s}.premium-sample-btn:hover{background:linear-gradient(135deg,#2563eb 0,#1d4ed8 100%);border-color:rgba(255,255,255,.25);box-shadow:0 12px 28px rgba(37,99,235,.32),inset 0 1px 0 rgba(255,255,255,.25);transform:translateY(-2px);color:#fff}.premium-sample-btn:hover::before{left:140%}.btn-arrow-icon{transition:transform .25s}.premium-sample-btn:hover .btn-arrow-icon{transform:translate(2px,-2px)}.mobile-cta-bottom{display:none}.industries-section{background:#f8fafc;padding:7rem 0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.industries-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.8rem;max-width:1140px;margin:3.5rem auto 0}.industry-card{background:#fff;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 16px rgba(15,23,42,.04);transition:transform .3s,box-shadow .3s,border-color .3s}.industry-card:hover{transform:translateY(-6px);box-shadow:0 16px 32px rgba(15,23,42,.08);border-color:#2563eb}.industry-img-wrap{width:100%;aspect-ratio:16/9;overflow:hidden;background:#0f172a;position:relative}.industry-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}.industry-card:hover .industry-img{transform:scale(1.04)}.industry-body{padding:1.6rem 1.6rem 1.8rem;display:flex;flex-direction:column;gap:.4rem}.industry-meta-tag{font-size:12px;font-weight:800;color:#2563eb;letter-spacing:-.2px}.industry-title{font-size:19px;font-weight:900;color:#0f172a;letter-spacing:-.4px;line-height:1.3}.industry-sub-desc{font-size:13.5px;font-weight:600;color:#64748b;line-height:1.5;margin-top:.2rem;word-break:keep-all}@media screen and (max-width:1024px){.container{padding:0 1.5rem}.industries-grid{grid-template-columns:repeat(2,1fr);max-width:760px;margin-left:auto;margin-right:auto}.stats-editorial-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem 1.5rem}.service-story-item,.service-story-item.reverse{gap:2.8rem}.section-desc{white-space:normal;word-break:keep-all}}@media screen and (max-width:768px){body,html{width:100%;max-width:100vw;overflow-x:hidden;position:relative;font-size:16px}.container{padding:0 1.2rem}.section{padding:4.5rem 0}.section-header{margin-bottom:3.5rem}.section-title{font-size:28px;letter-spacing:-.6px}.section-desc{font-size:16px;line-height:1.6}.site-header{padding:.9rem 1.2rem}.site-header.scrolled{padding:.75rem 1.2rem}.brand-logo .logo-main{font-size:20px}.brand-logo .logo-tagline{font-size:7.5px;letter-spacing:1.8px}.header-ghost-btn{display:none}.mobile-menu-toggle{display:flex}.nav-menu{position:fixed;top:0;right:-100%;width:290px;max-width:85vw;height:100dvh;max-height:100dvh;background:rgba(15,23,42,.98);backdrop-filter:blur(20px);padding:5.5rem 1.8rem 2.5rem;display:flex;flex-direction:column;gap:1.4rem;transition:right .35s cubic-bezier(.16, 1, .3, 1);z-index:999;box-shadow:-10px 0 30px rgba(0,0,0,.45);overflow-y:auto;overscroll-contain:contain}.nav-menu.active{right:0}.nav-menu .nav-link,.site-header.scrolled .nav-menu .nav-link{font-size:17px!important;font-weight:700!important;color:#fff!important;padding:.65rem .2rem!important;border-bottom:1px solid rgba(255,255,255,.12)!important;text-align:left!important;display:block!important;text-decoration:none!important;transition:.2s!important}.nav-menu .nav-link.active,.nav-menu .nav-link:hover,.site-header.scrolled .nav-menu .nav-link.active,.site-header.scrolled .nav-menu .nav-link:hover{color:#60a5fa!important}.nav-menu .nav-link.mobile-only-nav-contact,.site-header.scrolled .nav-menu .nav-link.mobile-only-nav-contact{display:flex!important;align-items:center!important;justify-content:center!important;margin-top:1.2rem!important;background:linear-gradient(135deg,#2563eb 0,#1d4ed8 100%)!important;color:#fff!important;text-align:center!important;padding:.95rem 1.2rem!important;border-radius:10px!important;border-bottom:none!important;font-size:15.5px!important;font-weight:800!important;box-shadow:0 6px 20px rgba(37,99,235,.45)!important}.nav-menu .nav-link.mobile-only-nav-contact:hover,.site-header.scrolled .nav-menu .nav-link.mobile-only-nav-contact:hover{background:linear-gradient(135deg,#3b82f6 0,#2563eb 100%)!important;color:#fff!important}.hero-section{height:65vh!important;min-height:440px!important;max-height:540px!important;padding:3.8rem 1.2rem 1rem!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;overflow:hidden!important}.hero-video-bg{width:100%!important;height:100%!important;position:absolute!important;inset:0!important;top:0!important;left:0!important;transform:none!important;object-fit:cover!important;object-position:center 35%!important}.hero-container{width:100%!important;min-height:auto!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;z-index:2!important}.flash-word{font-size:clamp(34px, 9.2vw, 48px);letter-spacing:-1.5px}.hero-main-content{padding:0 .4rem}.hero-title{font-size:clamp(28px, 7.8vw, 38px);line-height:1.32;letter-spacing:-1px;margin-bottom:1.4rem}.hero-line-item{white-space:normal;word-break:keep-all;margin-bottom:.3rem}.stats-editorial-section{padding:4rem 0 3rem}.stats-editorial-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem 1.2rem}.stat-editorial-col{padding:.4rem}.stat-big-number{font-size:44px;margin-bottom:.4rem;letter-spacing:-1.2px}.stat-big-unit{font-size:22px}.stat-gauge-track{width:48px;height:3.5px;margin-bottom:.7rem}.stat-text-title{font-size:15.5px;font-weight:800;margin-bottom:.25rem}.stat-text-sub{font-size:12.5px}.clients-ticker-section{padding:3rem 0 2rem}.ticker-title{font-size:20px!important;line-height:1.4!important;text-align:center!important;letter-spacing:-.5px!important}.ticker-line-1{display:block!important;font-size:18px!important;font-weight:800!important;color:#f1f5f9!important;margin-bottom:.35rem!important}.ticker-line-2{display:block!important;font-size:24px!important;font-weight:900!important;color:#60a5fa!important}.ticker-brand-text{font-size:14.5px;padding:0 .6rem}.ticker-brand-dot{font-size:12px;margin:0 .4rem}.open-service-section{padding:3.8rem 0}.service-story-item,.service-story-item.reverse{grid-template-columns:1fr!important;display:flex!important;flex-direction:column!important;gap:1.8rem!important;direction:ltr!important}.service-story-item .service-story-content,.service-story-item.reverse .service-story-content{order:1!important;padding-top:0!important;width:100%!important;text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;direction:ltr!important}.service-story-item .ai-showcase-viewport,.service-story-item .concept-right-showcase,.service-story-item .report-viewport,.service-story-item .review-cinematic-stage,.service-story-item .service-isometric-wrap,.service-story-item .sns-hub-stage,.service-story-item.reverse .ai-showcase-viewport,.service-story-item.reverse .concept-right-showcase,.service-story-item.reverse .report-viewport,.service-story-item.reverse .review-cinematic-stage,.service-story-item.reverse .service-isometric-wrap,.service-story-item.reverse .sns-hub-stage{order:2!important;flex:none!important;width:100%!important;max-width:100%!important;margin-top:0!important;direction:ltr!important}.service-ghost-num{font-size:56px;top:-1.5rem;left:50%!important;transform:translateX(-50%)!important;opacity:.08}.service-story-title{font-size:24px;margin-bottom:1.2rem;text-align:center!important;word-break:keep-all;width:100%}.service-focus-list{gap:.85rem;width:fit-content!important;max-width:100%!important;margin:0 auto!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;text-align:left!important}.focus-point-item{font-size:15px;text-align:left!important}.focus-point-item .focus-text{font-size:15px;line-height:1.5;word-break:keep-all;text-align:left!important}.service-story-item #focusPoint3,.service-story-item .focus-point-item{position:relative!important;z-index:10!important}.service-story-item .service-isometric-wrap{width:100%!important;margin-top:2.4rem!important;padding-top:.5rem!important;position:relative!important;z-index:1!important;clear:both!important}.interactive-3d-stage{width:100%!important;max-width:100%!important;height:auto!important;aspect-ratio:16/10!important;min-height:220px!important;margin-top:0!important;margin-right:0!important;perspective:1000px!important}.stage-layer-monitor{width:92%;right:0;bottom:4%}.stage-layer-card{border-radius:4px;box-shadow:0 8px 20px rgba(0,0,0,.15)}.stage-card-1{width:29%;left:28%;bottom:12%}.stage-card-2{width:29%;left:14%;bottom:6%}.stage-card-3{width:29%;left:0;bottom:0}.service-process-flow{margin-top:.2rem;margin-bottom:1.2rem;width:fit-content!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;text-align:left!important}.process-step-item{gap:.8rem;padding-bottom:.85rem}.process-step-badge{width:28px;height:28px;font-size:12.5px}.process-step-text{font-size:14px;font-weight:700}.review-cinematic-stage{min-height:auto!important;height:auto!important;width:100%!important;max-width:100%!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;position:relative!important;margin-top:0!important;padding-top:0!important}.review-spotlight-card{position:relative!important;top:0!important;left:0!important;transform:none!important;padding:1.1rem 1rem;max-width:100%;width:100%;border-radius:12px;box-shadow:0 6px 20px rgba(0,0,0,.06);border:1px solid #e2e8f0;margin-bottom:.8rem}.spotlight-typing-text{font-size:14px;min-height:50px;line-height:1.6}.review-final-grid{grid-template-columns:1fr;gap:.6rem;width:100%;margin-top:0!important;position:relative!important;top:0!important;left:0!important}.review-grid-item{padding:.85rem 1rem;border-radius:10px;border:1px solid #e2e8f0;box-shadow:0 4px 12px rgba(0,0,0,.04)}.grid-item-desc{font-size:12.5px;line-height:1.55}.concept-right-showcase{flex:none!important;height:380px!important;max-width:100%!important;width:100%!important;border-radius:12px!important;border:1px solid #e2e8f0!important;box-shadow:0 6px 20px rgba(0,0,0,.06)!important;background:#f8fafc!important;overflow:hidden!important;position:relative!important;display:block!important;margin:1.2rem auto 0!important}.blog-substage{padding:1rem .9rem!important;gap:.6rem!important;width:100%!important;height:100%!important;box-sizing:border-box!important}.blog-rank-card{padding:.65rem .75rem!important;gap:.5rem!important}.sns-hub-stage{height:340px!important;max-width:100%!important;width:100%!important;border-radius:12px!important;border:1px solid #e2e8f0!important;box-shadow:0 6px 20px rgba(0,0,0,.06)!important;background:#fff!important;position:relative!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:1.2rem auto 0!important}.sns-hub-core{width:120px!important;height:46px!important;font-size:12.5px!important;position:relative!important;z-index:5!important}.sns-hub-node{padding:.35rem .55rem!important;gap:.35rem!important;border-radius:8px!important;box-shadow:0 4px 12px rgba(0,0,0,.06)!important}.sns-hub-node-name{font-size:11px!important}.sns-brand-icon,.sns-brand-icon svg{width:22px!important;height:22px!important}#snsN1{top:12px!important;left:12px!important}#snsN2{top:12px!important;right:12px!important}#snsN3{top:105px!important;right:6px!important}#snsN4{bottom:60px!important;right:6px!important}#snsN5{bottom:12px!important;right:12px!important}#snsN6{bottom:12px!important;left:12px!important}#snsN7{bottom:60px!important;left:6px!important}#snsN8{top:105px!important;left:6px!important}.report-viewport{max-width:100%!important;width:100%!important;border-radius:12px!important;border:1px solid #e2e8f0!important;box-shadow:0 6px 20px rgba(0,0,0,.06)!important;overflow:hidden!important;margin-top:.5rem!important}.report-tabs{display:grid;grid-template-columns:repeat(2,1fr);gap:.35rem}.report-tab-btn{font-size:11px;padding:.45rem .2rem;text-align:center}.report-top-summary{font-size:11px;gap:.5rem}.report-kpi-grid{grid-template-columns:repeat(3,1fr);gap:.4rem}.kpi-mini-card{padding:.6rem .4rem}.kpi-mini-num{font-size:13px}.ai-showcase-viewport{max-width:100%!important;width:100%!important;height:auto!important;min-height:420px;border-radius:12px!important;border:1px solid #e2e8f0!important;box-shadow:0 6px 20px rgba(0,0,0,.06)!important;overflow:hidden!important;margin-top:.5rem!important}.ai-showcase-body{padding:1rem .8rem}.ai-prompt-box{padding:.6rem .8rem;margin-bottom:.8rem}.prompt-text{font-size:12px}.ai-response-card{padding:.9rem;gap:.6rem}.ai-briefing-text{font-size:11.5px;line-height:1.55}.desktop-cta{display:none!important}.mobile-cta-bottom{display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important;margin:1.6rem auto 0!important;text-align:center!important;order:3!important}.industries-section{padding:4rem 0}.industries-grid{grid-template-columns:1fr;gap:1.2rem;max-width:100%;margin-top:2rem}.industry-body{padding:1.2rem 1.3rem}.industry-title{font-size:17.5px}.industry-sub-desc{font-size:13px}.ref-growth-list{gap:3rem}.ref-growth-card{padding:0 0 2.5rem}.ref-growth-top{flex-direction:column;align-items:flex-start;gap:.4rem;margin-bottom:1.2rem}.ref-store-type-label{font-size:24px}.ref-store-sub-cat{font-size:13px;margin-left:0}.ref-growth-title{font-size:17px}.ref-chart-svg-wrap{height:170px!important;width:100%!important;overflow:visible!important;position:relative!important}.chart-contract-pin{top:2px!important;bottom:auto!important;font-size:11px!important;padding:.22rem .55rem!important;white-space:nowrap!important}.ref-chart-timeline-12.desktop-timeline{display:none!important}.ref-chart-timeline-mobile{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;padding:.85rem .5rem .2rem!important;border-top:1px solid #f1f5f9!important;margin-top:.8rem!important}.m-milestone-col{display:flex!important;flex-direction:column!important;align-items:center!important;gap:.25rem!important;text-align:center!important}.m-milestone-col:first-child{align-items:flex-start!important;text-align:left!important}.m-milestone-col:last-child{align-items:flex-end!important;text-align:right!important}.m-mile-label{font-size:12.5px!important;font-weight:700!important;color:#64748b!important;line-height:1.3!important}.m-milestone-col.contract-point .m-mile-label{color:#2563eb!important;font-weight:800!important}.m-milestone-col.contract-point.accent-cyan .m-mile-label{color:#0284c7!important}.m-milestone-col.contract-point.accent-indigo .m-mile-label{color:#4f46e5!important}.m-milestone-col.peak-point .m-mile-label{color:#0f172a!important;font-weight:900!important}.m-mile-val{font-size:14.5px!important;font-weight:800!important;color:#334155!important;letter-spacing:-.3px!important}.m-mile-val.highlight{color:#2563eb!important;font-weight:900!important;font-size:15.5px!important}.accent-cyan .m-mile-val.highlight,.m-mile-val.highlight.accent-cyan{color:#0284c7!important}.accent-indigo .m-mile-val.highlight,.m-mile-val.highlight.accent-indigo{color:#4f46e5!important}.desktop-compare{display:none!important}.mobile-compare-list{display:flex!important;flex-direction:column!important;gap:1.2rem!important;width:100%!important;max-width:100%!important;margin-top:1.5rem!important}.m-compare-item{background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 4px 16px rgba(15,23,42,.05);padding:1.2rem 1.1rem;display:flex;flex-direction:column;gap:.75rem}.m-compare-badge-title{font-size:15px;font-weight:900;color:#0f172a;letter-spacing:-.3px;padding-bottom:.5rem;border-bottom:1px solid #f1f5f9;text-align:left}.m-compare-box{border-radius:8px;padding:.85rem .95rem;display:flex;flex-direction:column;gap:.3rem;text-align:left}.m-compare-box.other-box{background:#f8fafc;border:1px solid #e2e8f0}.m-compare-box.semi-box{background:#eff6ff;border:1.5px solid #3b82f6;box-shadow:0 4px 14px rgba(37,99,235,.08)}.m-compare-tag-row{display:flex;align-items:center;margin-bottom:.1rem}.m-compare-tag{font-size:11px;font-weight:800;padding:.15rem .5rem;border-radius:4px}.other-tag{background:#e2e8f0;color:#64748b}.semi-tag{background:#2563eb;color:#fff}.m-compare-headline{font-size:14.5px;font-weight:800;color:#334155;line-height:1.4;word-break:keep-all;margin:0}.m-compare-headline.semi-text{color:#1d4ed8;font-size:15px;font-weight:900}.m-compare-sub{font-size:12.5px;color:#64748b;line-height:1.5;word-break:keep-all;margin:0}.semi-box .m-compare-sub{color:#334155;font-weight:500}.faq-section{padding:4rem 0}.faq-card{padding:1.1rem 1.2rem}.faq-question{font-size:15px;line-height:1.45}.faq-answer-inner{font-size:13.5px;line-height:1.65}.quick-consult-section{padding:4rem 0 4.5rem}.quick-consult-header{flex-direction:column!important;align-items:center!important;text-align:center!important;gap:.75rem!important;margin-bottom:1.6rem!important}.quick-consult-title-group{flex-direction:column!important;align-items:center!important;text-align:center!important;gap:.35rem!important;width:100%!important}.quick-consult-title{font-size:24px!important;text-align:center!important}.quick-consult-sub{font-size:13.5px!important;text-align:center!important;word-break:keep-all!important;line-height:1.5!important}.quick-consult-time{font-size:14px!important;justify-content:center!important;text-align:center!important;width:100%!important}.quick-consult-form-grid{grid-template-columns:1fr;gap:1rem;width:100%}.quick-input-group label{font-size:13px}.quick-col-left input[type=text],.quick-phone-input,.quick-select,.quick-textarea{font-size:14px;padding:.75rem}.quick-textarea{min-height:85px}.quick-submit-btn{width:100%;height:48px;font-size:15px}.quick-actions-bar{flex-direction:column;align-items:stretch;gap:.65rem;width:100%}.outline-chip{width:100%;justify-content:center;padding:.75rem 1rem;font-size:13.5px}.footer-container{padding:2.5rem 1.2rem}.footer-brand .logo-main{font-size:19px}.footer-brand .logo-tagline{font-size:7.5px;letter-spacing:1.8px}.footer-nap-list{font-size:12px;line-height:1.8}.floating-actions{flex-direction:row;right:1rem;bottom:max(1rem,env(safe-area-inset-bottom));padding:.45rem .55rem;border-radius:32px;gap:.4rem;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 8px 24px rgba(15,23,42,.16),0 2px 6px rgba(0,0,0,.06);border:1px solid rgba(226,232,240,.95);transform:translateY(15px)}.floating-actions.visible,.subpage .floating-actions{transform:translateY(0)}.fab-item{width:44px;height:44px;border-radius:50%}.fab-icon-wrap{width:16px;height:16px;margin-bottom:1px}.fab-svg{width:15px;height:15px}.fab-text{font-size:8.5px;font-weight:800}.fab-top{width:38px;height:38px;margin-top:0}.subpage .sub-hero-section{padding:4.6rem 1.2rem 1.4rem!important}.subpage .sub-hero-section .section-title{font-size:22px!important;margin-bottom:0!important;line-height:1.35!important}.subpage main.section{padding-top:1.5rem!important}.topic-tag-bar{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;justify-content:flex-start!important;gap:.55rem!important;padding:.2rem 1.2rem .6rem!important;margin:0 -1.2rem 2rem!important}.topic-tag-bar::-webkit-scrollbar{display:none!important}.topic-tag{flex-shrink:0!important;white-space:nowrap!important;padding:.45rem 1rem!important;font-size:14px!important}.post-card{flex-direction:column!important;height:auto!important}.post-thumb-wrap{width:100%!important;height:180px!important;max-width:100%!important;align-self:auto!important}.post-content{padding:1.2rem 1.1rem 1.4rem!important}.post-card-title{font-size:17px!important}.post-card-summary{font-size:13px!important}.post-detail-wrap{padding:0 1.2rem}.post-detail-header h1{font-size:22px;line-height:1.35}.post-body{font-size:15px;line-height:1.75}}@media screen and (max-width:480px){.stats-editorial-grid{gap:2rem .9rem}.stat-big-number{font-size:38px}.stat-big-unit{font-size:19px}.stat-text-title{font-size:14.5px}.stat-text-sub{font-size:11.5px}.hero-title{font-size:clamp(24px, 7vw, 29px)}.flash-word{font-size:32px}.industry-title{font-size:17px}}@media (hover:none) and (pointer:coarse){.industry-card,.interactive-3d-stage,.ref-growth-card,.review-spotlight-card{will-change:transform,opacity}}