:root{--point-color: #00B5B5;--text-color: #333;--text-light: #666;--bg-light: #f9f9f9;--white: #ffffff;--container-width: 1200px;--transition: all .3s ease}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Pretendard,sans-serif;color:var(--text-color);line-height:1.6;overflow-x:hidden;word-break:keep-all}.container{max-width:var(--container-width);margin:0 auto;padding:0 20px}header{padding:20px 0;position:fixed;width:100%;top:0;background:transparent;border-bottom:1px solid transparent;z-index:1000;transition:var(--transition)}header.scrolled{background:#0f172af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #1e293b;padding:15px 0;box-shadow:0 4px 10px #0003}header .logo img{height:30px;display:block;transition:var(--transition);filter:brightness(0) invert(1)}.premium-dark-hero{position:relative;width:100%;height:auto;padding:120px 0 80px;background-color:#0b1120;background-image:radial-gradient(circle at 50% 30%,#1e293b,#0b1120 80%);display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-container{display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;gap:30px;z-index:2;width:100%}.vertical-synergy{display:flex;flex-direction:column;align-items:center;gap:20px;margin-bottom:10px}.logo-box{width:80px;height:80px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #0006;padding:16px;transition:var(--transition)}.logo-box img{width:100%;height:100%;object-fit:contain}.syn-plus{font-size:1.8rem;font-weight:800;color:#64748b}.point-color{color:var(--point-color)}.top-group{position:relative;display:flex;flex-direction:column;align-items:center;background:transparent;padding:0;border-radius:0;border:none;-webkit-backdrop-filter:none;backdrop-filter:none;gap:0}.syn-label{margin-top:15px;font-size:1.1rem;font-weight:700;white-space:nowrap}.vertical-arrow{display:flex;flex-direction:column;align-items:center;width:2px;height:60px;position:relative}.animated-line-vertical{width:2px;height:100%;background:linear-gradient(180deg,transparent,var(--point-color));position:relative;overflow:hidden}.animated-line-vertical:after{content:"";position:absolute;top:-100%;left:0;width:100%;height:100%;background:#fff;animation:flowLineDown 1.5s infinite linear}.arrow-head-down{width:0;height:0;border-top:8px solid var(--point-color);border-left:6px solid transparent;border-right:6px solid transparent;margin-top:-2px}@keyframes flowLineDown{to{top:100%}}.bottom-group{display:flex;align-items:center;gap:20px;background:#ffffff08;padding:20px 35px;border-radius:60px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative}.pulse-wave-group:before{content:"";position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px;border-radius:60px;border:2px solid var(--point-color);animation:pulseWaveGroup 2.5s infinite;pointer-events:none;opacity:0;z-index:-1}@keyframes pulseWaveGroup{0%{transform:scale(1);opacity:0}10%{opacity:.8}80%{transform:scale(1.1);opacity:0}to{transform:scale(1.1);opacity:0}}.fade-in-down{animation:fadeInDown 1s cubic-bezier(.22,1,.36,1) forwards;opacity:0}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.typing-container{min-height:100px;display:flex;align-items:center;justify-content:center;margin:10px 0 20px}.hero-title{font-size:3.2rem;font-weight:800;line-height:1.3;letter-spacing:-1px;color:#fff}.gradient-text{background:linear-gradient(to right,#00b5b5,#3b82f6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.cursor{display:inline-block;width:4px;background-color:var(--point-color);margin-left:5px;animation:blink 1s step-end infinite}@keyframes blink{50%{opacity:0}}.scroll-indicator{margin-top:20px;display:flex;flex-direction:column;align-items:center;gap:12px}.mouse{width:26px;height:42px;border:2px solid #64748b;border-radius:15px;position:relative}.wheel{width:4px;height:8px;background:var(--point-color);border-radius:2px;position:absolute;top:6px;left:50%;transform:translate(-50%);animation:scrollWheel 1.5s infinite}@keyframes scrollWheel{0%{top:6px;opacity:1}to{top:20px;opacity:0}}.scroll-indicator p{font-size:.8rem;font-weight:600;color:#64748b;letter-spacing:2px;text-transform:uppercase}#painpoint{padding:120px 0;background-color:var(--white)}#painpoint .section-header{text-align:center;margin-bottom:80px}#painpoint .sub-title{display:block;font-size:1.2rem;color:var(--text-light);margin-bottom:10px;font-weight:500}#painpoint .section-title{font-size:3rem;font-weight:800;margin-bottom:0;color:var(--text-color)}.pp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.pp-item{background:var(--bg-light);padding:50px 30px;border-radius:20px;text-align:center;transition:var(--transition);border:1px solid #eee}.pp-item:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000000d;background:var(--white);border-color:var(--point-color)}.pp-graphic{width:120px;height:120px;margin:0 auto 30px;display:flex;align-items:center;justify-content:center}.pp-graphic svg{width:100%;height:100%}.pp-item h3{font-size:1.5rem;font-weight:700;margin-bottom:20px;color:var(--text-color);word-break:keep-all}.pp-item p{font-size:1.05rem;color:var(--text-light);line-height:1.7}.pp-item strong{color:#ef4444;font-weight:600}.funnel-graphic .particle{opacity:0}.pp-item:hover .funnel-graphic .particle{animation:funnelParticle 1.5s infinite linear}.funnel-graphic .p1{animation-delay:0s}.funnel-graphic .p2{animation-delay:.2s}.funnel-graphic .p3{animation-delay:.4s}.funnel-graphic .flow1{animation-delay:.8s}.funnel-graphic .flow2{animation-delay:1s}.funnel-graphic .flow3{animation-delay:1.2s}@keyframes funnelParticle{0%{transform:translateY(-50px);opacity:0}20%{opacity:1}50%{transform:translateY(0);opacity:1}80%{opacity:0}to{transform:translateY(50px);opacity:0}}.pot-graphic .water-in{stroke-dasharray:100;stroke-dashoffset:100}.pot-graphic .drop{opacity:0}.pp-item:hover .pot-graphic .water-in{animation:waterFlow 2s infinite linear}.pp-item:hover .pot-graphic .drop{animation:waterDrop 2s infinite ease-in}.pot-graphic .d1{animation-delay:.5s!important}.pot-graphic .d2{animation-delay:1s!important}.pot-graphic .d3{animation-delay:1.5s!important}@keyframes waterFlow{0%{stroke-dashoffset:100}to{stroke-dashoffset:-100}}@keyframes waterDrop{0%{transform:translateY(0);opacity:0}10%{opacity:1}}.mountain-graphic .cpc-line{stroke-dasharray:200;stroke-dashoffset:200}.pp-item:hover .mountain-graphic .cpc-line{animation:cpcLine 1.5s forwards ease-out}@keyframes cpcLine{to{stroke-dashoffset:0}}#targeting-comparison{padding:120px 0;background-color:var(--bg-light)}#targeting-comparison .section-header{text-align:center;margin-bottom:50px}#targeting-comparison .section-title{font-size:2.8rem;font-weight:800;line-height:1.4;margin-bottom:20px}.scenario-wrapper{display:flex;justify-content:center;margin-bottom:60px}.scenario-badge{display:flex;align-items:center;gap:15px;background-color:#000;color:#fff;padding:15px 40px;border-radius:50px;font-size:1.25rem;box-shadow:0 10px 25px #00000026;position:relative}.scenario-badge:before{content:"";position:absolute;top:50%;left:-20px;transform:translateY(-50%);width:60px;height:60px;background:#e2e8f0;border-radius:50%;z-index:-1}.scenario-icon{font-size:1.8rem}.highlight-orange{color:#ff5a00;font-weight:800}.comparison-wrapper{display:flex;align-items:center;justify-content:space-between;gap:20px}.comp-box{flex:1;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 15px 35px #0000000d;border:1px solid #f0f0f0}.comp-header{padding:20px;text-align:center;color:#fff}.comp-header h3{font-size:1.3rem;font-weight:700;margin:0}.bg-dark{background-color:#475569}.bg-point{background-color:#ff5a00}.comp-body{padding:30px;background:#fafafa;min-height:420px;position:relative;display:flex;flex-direction:column}.comp-logos{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:25px}.logo-circle{width:50px;height:50px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #00000014;padding:8px}.logo-circle img{width:100%;height:100%;object-fit:contain}.bg-black{background-color:#000}.invert-img{filter:brightness(0) invert(1)}.comp-logos .syn-plus{font-size:1.5rem;font-weight:800;color:#94a3b8}.mock-ui{display:flex;flex-direction:column;gap:15px;position:relative;flex:1}.mock-ui.flex-row{flex-direction:row;align-items:stretch}.mock-panel{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;flex:1;box-shadow:0 4px 6px #00000005}.panel-head{background:#3b82f6;color:#fff;padding:12px 15px;font-size:.95rem;font-weight:600}.panel-list{padding:15px;display:flex;flex-direction:column;gap:12px}.ui-row{display:flex;align-items:center;gap:10px;font-size:.9rem;color:#64748b;white-space:nowrap}.ui-text{overflow:hidden;text-overflow:ellipsis}.empty-box{display:inline-block;width:18px;height:18px;border:1px solid #cbd5e1;border-radius:4px;flex-shrink:0}.check-box{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:#3b82f6;color:#fff;border-radius:4px;font-size:.7rem;flex-shrink:0;transform:scale(0)}.blur-list .ui-row{opacity:.6}.warning-box{margin-top:auto;background:#eff6ff;border:1px solid #bfdbfe;padding:15px;border-radius:8px;position:relative}.warning-box:before{content:"";position:absolute;top:-20px;left:30px;width:1px;height:20px;background:#94a3b8}.warning-box p{color:#1e3a8a;font-size:1rem;margin-bottom:5px}.warning-box span{color:#475569;font-size:.85rem}.to-be.visible .target-1 .check-box{animation:popCheck .4s cubic-bezier(.175,.885,.32,1.275) forwards .9s}.to-be.visible .target-2 .check-box{animation:popCheck .4s cubic-bezier(.175,.885,.32,1.275) forwards 1.1s}.to-be.visible .target-3 .check-box{animation:popCheck .4s cubic-bezier(.175,.885,.32,1.275) forwards 1.3s}.to-be.visible .target-1,.to-be.visible .target-2,.to-be.visible .target-3{color:#1e293b;font-weight:700;transition:all .3s ease .9s}@keyframes popCheck{0%{transform:scale(0)}to{transform:scale(1)}}.target-result-banner{margin-top:25px;background:linear-gradient(135deg,#ff7b00,#e64a00);color:#fff;padding:18px 20px;border-radius:16px;display:flex;align-items:center;justify-content:center;gap:12px;box-shadow:0 8px 20px #ff5a004d;cursor:pointer;position:relative;overflow:hidden;opacity:0;transform:translateY(20px);transition:transform .3s ease,box-shadow .3s ease}.target-result-banner:hover{transform:translateY(-5px) scale(1.02)!important;box-shadow:0 15px 35px #ff5a0080!important}.banner-icon{font-size:1.6rem}.banner-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.3;z-index:2}.banner-text strong{font-size:1.2rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.banner-text span{font-size:.9rem;opacity:.95}.to-be.visible .target-result-banner{animation:bannerPopUp .5s cubic-bezier(.175,.885,.32,1.275) forwards 1.6s}@keyframes bannerPopUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.target-result-banner:after{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(to right,#fff0,#fff6,#fff0);transform:skew(-25deg);animation:shineSweep 3s infinite 2s;pointer-events:none}@keyframes shineSweep{0%{left:-100%}20%{left:200%}to{left:200%}}.to-be.visible .target-result-banner:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:16px;box-shadow:0 0 #ff5a00b3;animation:buttonGlowPulse 2s infinite 2s;pointer-events:none}@keyframes buttonGlowPulse{0%{box-shadow:0 0 #ff5a0099}70%{box-shadow:0 0 0 15px #ff5a0000}to{box-shadow:0 0 #ff5a0000}}.comp-arrow{width:60px;height:60px;background:#ff5a00;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 20px #ff5a0033;flex-shrink:0}.comp-arrow svg{width:30px;height:30px}#performance-impact{padding:120px 0;background-color:#080f1e;border-top:1px solid #1e293b}#performance-impact .text-white{color:#fff}#performance-impact .text-center{text-align:center;margin-bottom:60px}#performance-impact .section-title{font-size:2.8rem;font-weight:800;line-height:1.4;margin-top:15px;margin-bottom:0}#performance-impact .sub-title{font-size:1.2rem;font-weight:600;display:inline-block;margin-bottom:10px}.gradient-text-orange{background:linear-gradient(to right,#ff5a00,#ffb347);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.highlight-yellow{background:#facc1533;color:#facc15;padding:0 5px;border-radius:4px}.opt-dashboard{display:flex;gap:30px;margin-bottom:60px;align-items:stretch}.chart-area{flex:2;background:#111827;border:1px solid #1e293b;border-radius:20px;padding:30px;box-shadow:0 20px 40px #0000004d}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.chart-legend{display:flex;gap:20px;font-size:.9rem;font-weight:600}.legend-cpc{color:#2dd4bf;display:flex;align-items:center;gap:8px}.legend-cpc .box{width:14px;height:14px;background:#2dd4bf;border-radius:3px}.legend-ctr{color:#ff5a00;display:flex;align-items:center;gap:8px}.legend-ctr .line{width:16px;height:3px;background:#ff5a00;display:block;position:relative}.legend-ctr .line:after{content:"";position:absolute;width:8px;height:8px;background:#ff5a00;border-radius:50%;top:-2.5px;left:4px}.chart-period{font-size:.85rem;color:#94a3b8}.svg-chart-container{width:100%;height:250px;position:relative}.performance-chart{width:100%;height:100%;overflow:visible}.cpc-bars .bar{transform-origin:bottom;transform:scaleY(0)}.opt-dashboard.visible .cpc-bars .bar{animation:growBar 1s cubic-bezier(.175,.885,.32,1.275) forwards}.opt-dashboard.visible .b1{animation-delay:.1s}.opt-dashboard.visible .b2{animation-delay:.15s}.opt-dashboard.visible .b3{animation-delay:.2s}.opt-dashboard.visible .b4{animation-delay:.25s}.opt-dashboard.visible .b5{animation-delay:.3s}.opt-dashboard.visible .b6{animation-delay:.35s}.opt-dashboard.visible .b7{animation-delay:.4s}.opt-dashboard.visible .b8{animation-delay:.45s}.opt-dashboard.visible .b9{animation-delay:.5s}.opt-dashboard.visible .b10{animation-delay:.55s}.opt-dashboard.visible .b11{animation-delay:.6s}.opt-dashboard.visible .b12{animation-delay:.65s}.opt-dashboard.visible .b13{animation-delay:.7s}@keyframes growBar{to{transform:scaleY(1)}}.ctr-line{stroke-dasharray:1500;stroke-dashoffset:1500}.opt-dashboard.visible .ctr-line{animation:drawLine 2s ease-in-out forwards .5s}@keyframes drawLine{to{stroke-dashoffset:0}}.ctr-points circle{opacity:0;transform:scale(0);transform-origin:center}.opt-dashboard.visible .ctr-points circle{animation:popPoint .5s forwards}.opt-dashboard.visible .ctr-points circle:nth-child(1){animation-delay:.6s}.opt-dashboard.visible .ctr-points circle:nth-child(2){animation-delay:.8s}.opt-dashboard.visible .ctr-points circle:nth-child(3){animation-delay:1s}.opt-dashboard.visible .ctr-points circle:nth-child(4){animation-delay:1.8s}.opt-dashboard.visible .ctr-points circle:nth-child(5){animation-delay:2.2s}@keyframes popPoint{to{opacity:1;transform:scale(1)}}.pulse-point{animation:pointPulse 2s infinite!important}@keyframes pointPulse{0%{box-shadow:0 0 #ff5a00b3}70%{box-shadow:0 0 0 10px #ff5a0000}to{box-shadow:0 0 #ff5a0000}}.chart-desc{flex:1;display:flex;flex-direction:column;gap:20px}.desc-card{background:#111827;border:1px solid #1e293b;border-radius:16px;padding:25px;flex:1;display:flex;flex-direction:column;justify-content:center}.desc-icon{font-size:2rem;margin-bottom:10px}.desc-card h4{color:#fff;font-size:1.2rem;font-weight:700;margin-bottom:10px}.desc-card p{color:#94a3b8;font-size:.95rem;line-height:1.5;word-break:keep-all}.case-study-box{background:#fff;border-radius:24px;padding:50px;box-shadow:0 25px 50px #0000001a}.case-header{text-align:center;margin-bottom:40px}.case-tag{display:inline-block;background:#22c55e;color:#fff;font-size:.85rem;font-weight:700;padding:5px 12px;border-radius:50px;margin-bottom:15px}.case-header h3{font-size:2.2rem;font-weight:800;color:#0f172a;margin-bottom:15px}.case-header p{font-size:1.15rem;color:#475569}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:50px}.metric-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:30px 20px;text-align:center}.metric-title{display:block;font-size:1rem;font-weight:600;color:#64748b;margin-bottom:15px}.metric-value{font-size:3rem;font-weight:900;color:#0f172a;margin-bottom:10px;line-height:1}.text-orange{color:#ff5a00}.text-blue{color:#2563eb;font-size:2.2rem;margin-top:10px}.metric-desc{font-size:.9rem;color:#64748b}.media-timeline{position:relative;display:flex;justify-content:space-between;padding:20px 0;max-width:900px;margin:0 auto}.timeline-track{position:absolute;top:30px;left:5%;right:5%;height:3px;background:#e2e8f0;z-index:1}.timeline-step{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;width:33%;text-align:center}.step-dot{width:20px;height:20px;background:#cbd5e1;border:4px solid #fff;border-radius:50%;margin-bottom:15px;transition:all .3s}.timeline-step.active .step-dot{background:#ff5a00;border-color:#fff;transform:scale(1.2)}.step-media{display:inline-block;padding:6px 15px;border-radius:8px;font-weight:700;font-size:.9rem;margin-bottom:12px;color:#fff}.bg-meta{background:#3b82f6}.bg-demand{background:#eab308}.bg-pmax{background:#ff5a00;font-size:1.05rem;padding:8px 20px;box-shadow:0 4px 15px #ff5a004d}.step-desc{display:block;font-size:.95rem;color:#64748b;word-break:keep-all;line-height:1.5}.font-bold{font-weight:700}.pulse-glow-orange{animation:pulseOrange 2s infinite}@keyframes pulseOrange{0%{box-shadow:0 0 #ff5a0066}70%{box-shadow:0 0 0 15px #ff5a0000}to{box-shadow:0 0 #ff5a0000}}#reference{padding:80px 0;background:var(--white);border-top:1px solid #f0f0f0;overflow:hidden}#reference .section-title{text-align:center;font-size:2.2rem;font-weight:800;margin-bottom:50px;color:var(--text-color)}.slider-area{position:relative;width:100%;max-width:1400px;margin:0 auto;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.slider-track{display:flex;align-items:center;width:2400px;animation:scrollSlider 20s linear infinite}.slider-track:hover{animation-play-state:paused}.slide-item{width:200px;padding:0 30px;display:flex;justify-content:center;align-items:center}.slide-item img{max-width:100%;max-height:50px;object-fit:contain;filter:grayscale(100%) opacity(.4);transition:all .3s ease;cursor:pointer}.slide-item img:hover{filter:grayscale(0%) opacity(1);transform:scale(1.1)}@keyframes scrollSlider{0%{transform:translate(0)}to{transform:translate(-1200px)}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f172ab3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease}.modal-overlay.show{opacity:1;visibility:visible}.modal-content{background:#fff;width:90%;max-width:800px;max-height:85vh;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 25px 50px #0003;transform:translateY(30px);transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.modal-overlay.show .modal-content{transform:translateY(0)}.modal-header{padding:25px 30px;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center;background:#fafafa}.modal-header h3{font-size:1.4rem;font-weight:800;color:#1e293b;margin:0}.close-modal{background:none;border:none;font-size:2rem;color:#94a3b8;cursor:pointer;transition:color .2s;line-height:1}.close-modal:hover{color:#ef4444}.modal-tabs{display:flex;border-bottom:2px solid #f1f5f9;background:#fff}.tab-btn{flex:1;background:none;border:none;padding:15px 0;font-size:1.05rem;font-weight:600;color:#64748b;cursor:pointer;border-bottom:3px solid transparent;transition:all .2s;font-family:inherit}.tab-btn:hover{color:var(--point-color);background:#f8fafc}.tab-btn.active{color:var(--point-color);border-bottom-color:var(--point-color)}.modal-body{padding:30px;overflow-y:auto;background:#fff;flex:1}.tab-content{display:none;animation:fadeInTab .3s ease}.tab-content.active{display:block}@keyframes fadeInTab{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.tab-desc{font-size:.95rem;color:#64748b;margin-bottom:20px;background:#f8fafc;padding:12px 15px;border-radius:8px;border-left:4px solid var(--point-color)}.accordion-container{display:flex;flex-direction:column;gap:10px}.acc-item{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;background:#fff}.acc-header{width:100%;text-align:left;padding:18px 20px;background:none;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-family:inherit;transition:background .2s}.acc-header:hover{background:#f8fafc}.acc-lv1{font-size:1.1rem;font-weight:700;color:#1e293b}.acc-icon{font-size:1.5rem;color:#94a3b8;transition:transform .3s ease;line-height:1}.acc-body{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(0,1,0,1);background:#fafafa}.acc-inner{padding:20px;border-top:1px solid #f1f5f9}.acc-lv2{font-size:.95rem;font-weight:600;color:#3b82f6;margin-bottom:15px;line-height:1.5;word-break:keep-all}.acc-item.active .acc-header{background:#f8fafc;border-bottom:1px solid #e2e8f0}.acc-item.active .acc-icon{transform:rotate(45deg);color:var(--point-color)}.acc-item.active .acc-body{max-height:2000px;transition:max-height .6s ease-in-out}.tag-list{display:flex;flex-wrap:wrap;gap:8px}.target-tag{background:#fff;color:#475569;padding:8px 14px;border-radius:50px;font-size:.9rem;font-weight:500;border:1px solid #cbd5e1;transition:all .2s}.target-tag:hover{background:#e0f2fe;color:#1d4ed8;border-color:#bfdbfe;transform:translateY(-2px);box-shadow:0 4px 6px #0000000d;cursor:default}.size-tag{background:#fff7ed;color:#c2410c;border-color:#ffedd5;font-size:1rem;padding:10px 18px}.size-tag:hover{background:#ffedd5;color:#9a3412;border-color:#fed7aa}.level-tag{background:#f0fdf4;color:#15803d;border-color:#dcfce7;font-size:1rem;padding:10px 18px}.level-tag:hover{background:#dcfce7;color:#166534;border-color:#bbf7d0}.etc-tag{background:#f5f3ff;color:#6d28d9;border-color:#ede9fe;font-size:1rem;padding:10px 18px}.etc-tag:hover{background:#ede9fe;color:#5b21b6;border-color:#ddd6fe}#mainFooter{background-color:#f3f2ee;padding:60px 0;color:#475569;font-size:.9rem;line-height:1.6;border-top:1px solid #e5e5e5}.footer-container{display:flex;justify-content:space-between;align-items:flex-start;gap:40px}.footer-logo .footer-brand-img{height:35px;display:block;filter:brightness(0);opacity:.9;margin-bottom:10px}.footer-info{display:flex;flex-direction:column;gap:8px}.footer-info p{margin:0;color:#475569}.footer-info strong{color:#1e293b;font-weight:700}.footer-info .divider{margin:0 8px;color:#cbd5e1}.copyright{margin-top:20px!important;color:#94a3b8!important}.f-company{order:1}.f-address{order:2}.f-contact{order:3}.f-biz{order:4}.f-job{order:5}.f-copy{order:6}.form-modal{max-width:500px}.form-body{padding:30px 40px}.form-hook-text{font-size:.95rem;color:#475569;background:#f8fafc;padding:15px;border-radius:8px;margin-bottom:25px;line-height:1.5;text-align:center}.lead-form{display:flex;flex-direction:column;gap:18px}.input-row{display:flex;gap:15px}.input-group{display:flex;flex-direction:column;flex:1;position:relative}.input-group input{width:100%;padding:16px 20px;border:1px solid #cbd5e1;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .2s;color:#1e293b}.input-group input::placeholder{color:#94a3b8}.input-group input:focus{outline:none;border-color:var(--point-color);box-shadow:0 0 0 3px #00b5b526}.input-group.invalid input{border-color:#ef4444;background:#fef2f2}.error-msg{font-size:.8rem;color:#ef4444;margin-top:5px;display:none;font-weight:500}.invalid .error-msg{display:block;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.agreements-section{margin-top:10px;background:#f8fafc;border-radius:8px;padding:20px;border:1px solid #e2e8f0}.agreement-item label{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#475569;cursor:pointer;margin-bottom:8px}.agreement-item input{width:18px;height:18px;cursor:pointer;accent-color:var(--point-color)}.agreement-box{height:70px;overflow-y:auto;background:#fff;border:1px solid #e2e8f0;padding:10px;font-size:.75rem;color:#94a3b8;border-radius:4px}.agreement-item.invalid span{color:#ef4444;font-weight:700}.submit-btn{width:100%;padding:18px;border:none;border-radius:8px;font-size:1.15rem;font-weight:700;cursor:pointer;transition:all .2s;margin-top:10px}.point-bg{background-color:var(--point-color);color:var(--white)}.point-bg:hover{background-color:#009d9d;transform:translateY(-2px);box-shadow:0 10px 20px #00b5b533}.submit-btn:disabled{background-color:#cbd5e1;cursor:not-allowed;transform:none;box-shadow:none}.success-modal{max-width:400px;text-align:center;padding:50px 30px;display:flex;flex-direction:column;align-items:center}.success-icon-wrap{width:80px;height:80px;background:#e6f7f7;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:25px}.success-icon{font-size:2.5rem}.pulse-glow-point{animation:pulsePoint 2s infinite}@keyframes pulsePoint{0%{box-shadow:0 0 #00b5b566}70%{box-shadow:0 0 0 20px #00b5b500}to{box-shadow:0 0 #00b5b500}}.success-modal h3{font-size:1.5rem;color:#0f172a;margin-bottom:15px;font-weight:800}.success-modal p{font-size:1rem;color:#64748b;line-height:1.6;margin-bottom:30px;word-break:keep-all}.close-success-btn{width:100%;padding:16px;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background .2s}.floating-cta{position:fixed;bottom:50px;right:50px;background:linear-gradient(135deg,#00b5b5,#008f8f);color:#fff;padding:24px 50px;border-radius:60px;font-size:1.5rem;font-weight:800;text-decoration:none;box-shadow:0 15px 35px #00b5b566;border:2px solid rgba(255,255,255,.2);z-index:9999;display:flex;align-items:center;gap:12px;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .4s cubic-bezier(.22,1,.36,1)}.floating-cta.show{opacity:1;visibility:visible;transform:translateY(0)}.floating-cta:hover{transform:translateY(-5px) scale(1.03);box-shadow:0 20px 45px #00b5b599}.pulse-icon{width:14px;height:14px;background:#fff;border-radius:50%;position:relative}.pulse-icon:after{content:"";position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px;border-radius:50%;border:2px solid #fff;animation:pulseBorder 1.5s infinite}@keyframes pulseBorder{0%{transform:scale(1);opacity:1}to{transform:scale(1.5);opacity:0}}.fade-up{opacity:0;transform:translateY(40px);transition:all .8s cubic-bezier(.22,1,.36,1)}.fade-up.visible{opacity:1;transform:translateY(0)}@media screen and (max-width: 768px){.container{padding:0 24px}header{padding:15px 0}header.scrolled{padding:10px 0}header .logo img{height:18px}.premium-dark-hero{min-height:100vh;padding:100px 0 60px;display:flex;flex-direction:column;justify-content:center}.hero-container{gap:30px}.vertical-synergy{margin-bottom:10px;gap:20px;flex-direction:column;align-items:center}.logo-box{width:65px;height:65px;padding:12px;transition:var(--transition)}.syn-plus{font-size:1.6rem;margin:0 5px}.hero-container .top-group{gap:0;padding:0;flex-direction:column;align-items:center;background:transparent;border:none;-webkit-backdrop-filter:none;backdrop-filter:none}.syn-label{font-size:1rem;margin-top:12px}.bottom-group{padding:18px 30px;gap:20px;border-radius:40px;flex-direction:row;align-items:center}.pulse-wave-group:before{border-radius:40px}.vertical-arrow{height:50px}.typing-container{min-height:90px;margin-top:20px;margin-bottom:20px}.hero-title{font-size:1.85rem;line-height:1.4;word-break:keep-all}.scroll-indicator{margin-top:25px;padding-bottom:15px}#painpoint{padding:80px 0}#painpoint .section-header{margin-bottom:40px}#painpoint .section-title{font-size:2rem;word-break:keep-all}.pp-grid{grid-template-columns:1fr;gap:20px}.pp-item{padding:40px 20px}.pp-graphic{width:100px;height:100px}.pp-item.visible .funnel-graphic .particle{animation:funnelParticle 1.5s infinite linear}.pp-item.visible .pot-graphic .water-in{animation:waterFlow 2s infinite linear}.pp-item.visible .pot-graphic .drop{animation:waterDrop 2s infinite ease-in}.pp-item.visible .mountain-graphic .cpc-line{animation:cpcLine 1.5s forwards ease-out}#targeting-comparison{padding:80px 0}#targeting-comparison .section-title{font-size:1.8rem}.scenario-badge{flex-direction:column;text-align:center;padding:20px;font-size:1.05rem;border-radius:20px}.scenario-badge:before{display:none}.comparison-wrapper{flex-direction:column;gap:20px}.comp-box{width:100%}.comp-body{min-height:auto;padding:25px 20px}.mock-ui.flex-row{flex-direction:column;gap:15px}.ui-row{font-size:.85rem;gap:8px}.empty-box,.check-box{width:16px;height:16px;font-size:.65rem}.comp-arrow{width:50px;height:50px;margin:15px auto}.comp-arrow svg{transform:rotate(90deg)}.target-result-banner{padding:12px 15px}.banner-icon{font-size:1.3rem}.banner-text strong{font-size:1rem}.banner-text span{font-size:.8rem}#performance-impact{padding:80px 0}#performance-impact .section-title{font-size:1.8rem}.opt-dashboard{flex-direction:column;gap:20px;margin-bottom:40px}.chart-area{padding:20px}.chart-header{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:20px}.svg-chart-container{height:200px}.chart-desc{flex-direction:row;gap:15px}.desc-card{padding:15px}.desc-icon{font-size:1.5rem;margin-bottom:5px}.desc-card h4{font-size:1rem}.desc-card p{font-size:.8rem}@media screen and (max-width: 480px){.chart-desc{flex-direction:column}}.case-study-box{padding:30px 20px;border-radius:20px}.case-header h3{font-size:1.6rem}.case-header p{font-size:1rem}.metric-grid{grid-template-columns:1fr;gap:15px;margin-bottom:30px}.metric-card{padding:20px}.metric-value{font-size:2.5rem}.text-blue{font-size:1.8rem}.media-timeline{flex-direction:column;align-items:flex-start;padding:10px 0 10px 20px}.timeline-track{top:0;bottom:0;left:29px;width:2px;height:100%}.timeline-step{width:100%;flex-direction:row;align-items:flex-start;text-align:left;margin-bottom:30px}.step-dot{margin-bottom:0;margin-right:20px;z-index:2;position:relative}.step-content{padding-top:0}.step-media{margin-bottom:5px}#reference{padding:60px 0}#reference .section-title{font-size:1.5rem;margin-bottom:30px}.slide-item{width:140px;padding:0 15px}.slide-item img{max-height:35px}.slider-track{width:1680px;animation:scrollSliderMobile 15s linear infinite}@keyframes scrollSliderMobile{0%{transform:translate(0)}to{transform:translate(-840px)}}.modal-content{width:100%;height:90vh;max-height:100%;border-radius:20px 20px 0 0;transform:translateY(100%);position:absolute;bottom:0}.modal-overlay.show .modal-content{transform:translateY(0)}.modal-header{padding:20px 24px}.modal-header h3{font-size:1.15rem}.modal-tabs{display:grid;grid-template-columns:repeat(5,1fr);overflow:hidden;white-space:normal}.tab-btn{padding:10px 2px;font-size:.75rem;line-height:1.2;letter-spacing:-.5px;word-break:keep-all;border-bottom:3px solid transparent}.modal-body{padding:20px 24px}.target-tag{font-size:.85rem;padding:8px 14px}.form-modal{height:auto;max-height:90vh;border-radius:20px 20px 0 0}.form-body{padding:20px 24px;overflow-y:auto}.form-hook-text{font-size:.85rem;padding:12px}.input-row{flex-direction:column;gap:18px}.input-group input{padding:14px 16px;font-size:.95rem}.submit-btn{padding:16px;font-size:1.1rem}.success-modal{height:auto;border-radius:20px;position:relative;top:auto;transform:translateY(0);margin:0 20px;padding:40px 20px}#mainFooter{padding:50px 0}.footer-container{flex-direction:column;gap:30px}.footer-logo .footer-brand-img{height:24px}.footer-info{gap:5px}.footer-info p{font-size:.85rem;word-break:keep-all}.f-address{order:5;margin-top:10px}.f-job{order:4}.desktop-only{display:none}.mobile-block{display:block;margin-bottom:5px}.floating-cta{width:calc(100% - 40px);left:20px;right:20px;bottom:20px;justify-content:center;padding:16px 0;font-size:1.1rem;border-radius:12px}}@media screen and (max-width: 380px){.hero-title{font-size:1.6rem}.ui-row{font-size:.8rem}.tab-btn{font-size:.65rem}}
