:root{--fs-hero-title:56px;--fs-section-title:36px;--fs-vs-title:32px;--fs-story-title:40px;--bg-dark:#0c0c12;--bg-card:#1a1a23;--bg-card-glass:#1a1a23b3;--border-color:#2e2e3899;--border-highlight:#f0429933;--primary:#ee2b8c;--primary-hover:#d41173;--primary-gradient:linear-gradient(135deg, #ee2b8c 0%, #ad2bee 100%);--accent-gradient:linear-gradient(135deg, #2badee 0%, #ad2bee 100%);--success:#17cf63;--text-primary:#f4f4f6;--text-secondary:#aeaeb7;--text-muted:#787887;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background-color:var(--bg-dark);color:var(--text-primary);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,Outfit,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;word-break:keep-all;margin:0;padding:0}body{background-color:var(--bg-dark);place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex;overflow-x:hidden}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}@keyframes pulse-ring{0%{transform:scale(.95);box-shadow:0 0 #ff3366b3}70%{transform:scale(1.1);box-shadow:0 0 0 15px #f360}to{transform:scale(.95);box-shadow:0 0 #f360}}@keyframes radar-scan{0%{opacity:.8;transform:scale(.3)}to{opacity:0;transform:scale(1.8)}}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.glass-panel{background:var(--bg-card-glass);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:16px}.gradient-text{background:var(--primary-gradient);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.primary-btn{background:var(--primary-gradient);color:#fff;cursor:pointer;text-align:center;border:none;border-radius:12px;padding:14px 28px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #ff33664d}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff336680}.primary-btn:active{transform:translateY(1px)}.secondary-btn{color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;text-align:center;background:0 0;border-radius:12px;padding:14px 28px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.secondary-btn:hover{border-color:var(--text-secondary);background:#2e2e3866}.toss-btn{color:#fff;cursor:pointer;text-align:center;background:#0050ff;border:none;border-radius:12px;padding:14px 28px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #0050ff4d}.toss-btn:hover{background:#0040d0;transform:translateY(-2px);box-shadow:0 6px 20px #0050ff80}.toss-btn:active{transform:translateY(1px)}.mobile-viewport-container{background:radial-gradient(circle at top left, #14141f, var(--bg-dark));justify-content:center;align-items:center;width:100vw;min-height:100vh;padding:20px;display:flex}@media (width>=600px){.mobile-frame{background-color:var(--bg-dark);border:12px solid #2e2e38;border-radius:40px;flex-direction:column;width:390px;height:844px;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #000000b3}.mobile-frame:before{content:"";z-index:9999;background:#2e2e38;border-bottom-right-radius:18px;border-bottom-left-radius:18px;width:110px;height:30px;position:absolute;top:0;left:50%;transform:translate(-50%)}}@media (width<=599px){.mobile-viewport-container{background:var(--bg-dark);padding:0}.mobile-frame{flex-direction:column;width:100vw;height:100vh;display:flex}.mock-status-bar{display:none!important}}@media (width<=768px){:root{--fs-hero-title:36px;--fs-section-title:26px;--fs-vs-title:24px;--fs-story-title:28px}.desktop-br{display:none}}.hover-glow{transition:transform .4s cubic-bezier(.165,.84,.44,1),box-shadow .4s}.hover-glow:hover{transform:translateY(-6px);box-shadow:0 30px 60px -15px #0009,0 0 40px #ff336659!important}.hover-glow:hover img{transform:scale(1.03)}.vs-card-container-flex{flex-flow:wrap;gap:20px;margin-top:24px;display:flex}.vs-card-container-flex>div{flex:220px}@media (width<=768px){.vs-card-container-flex{flex-direction:column}}.timeline-content-flex{flex-flow:wrap;align-items:center;gap:32px;display:flex}.timeline-text{flex:320px}.step-image-wrapper{border:1px solid var(--border-color);background:#0003;border-radius:16px;flex:240px;max-width:320px;transition:transform .4s cubic-bezier(.165,.84,.44,1),box-shadow .4s,border-color .4s;overflow:hidden;box-shadow:0 15px 35px #0006,0 0 20px #ff33660d}.step-image-wrapper:hover{border-color:#f0429966;transform:translateY(-6px)scale(1.02);box-shadow:0 25px 50px #0009,0 0 35px #ff336640}.step-image-wrapper img{width:100%;height:auto;transition:transform .5s;display:block}.step-image-wrapper:hover img{transform:scale(1.05)}.flex-reverse-desktop{flex-direction:row}@media (width>=769px){.flex-reverse-desktop{flex-direction:row-reverse!important}}@media (width<=768px){.timeline-content-flex{align-items:stretch;gap:20px;flex-direction:column!important}.step-image-wrapper{max-width:100%}}.roadmap-card-hover{transition:transform .4s cubic-bezier(.165,.84,.44,1),box-shadow .4s,border-color .4s!important}.roadmap-card-hover:hover{transform:translateY(-8px);border-color:#f042994d!important;box-shadow:0 30px 60px -10px #000000b3,0 0 35px #ff336626!important}.roadmap-card-hover:hover img{transform:scale(1.06)}.schedule-carousel-wrapper{width:100%;position:relative}.schedule-carousel-container{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:12px;padding:4px 4px 16px;display:flex;overflow-x:auto}.schedule-carousel-container::-webkit-scrollbar{display:none}.schedule-carousel-container{-ms-overflow-style:none;scrollbar-width:none}.schedule-carousel-item{scroll-snap-align:start;flex:0 0 100%;min-width:0}.carousel-arrow{border:1px solid var(--border-color);color:#fff;cursor:pointer;z-index:10;opacity:.8;background:#0009;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,opacity .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-arrow:hover{background:var(--primary);opacity:1;transform:translateY(-50%)scale(1.1)}.carousel-arrow.left{left:-18px}.carousel-arrow.right{right:-18px}@media (width<=768px){.carousel-arrow{display:none}}.carousel-indicators{justify-content:center;gap:6px;margin-top:8px;display:flex}.carousel-dot{background:var(--border-color);cursor:pointer;border-radius:50%;width:6px;height:6px;transition:background .2s,transform .2s}.carousel-dot.active{background:var(--primary);transform:scale(1.3)}.flyer-page-container{background-color:var(--bg-dark);flex-direction:column;align-items:center;min-height:100vh;padding:40px 20px;display:flex;position:relative;overflow:hidden}.flyer-toolbar{background:var(--bg-card-glass);-webkit-backdrop-filter:blur(10px);border:1px solid var(--border-color);z-index:10;border-radius:16px;justify-content:space-between;align-items:center;width:100%;max-width:800px;margin-bottom:24px;padding:16px 24px;display:flex}.toolbar-title h2{color:var(--text-primary);margin-bottom:4px;font-size:18px;font-weight:700}.toolbar-title p{color:var(--text-muted);font-size:12px}.print-btn{background:var(--primary-gradient);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 10px #f363}.print-btn:hover{transform:translateY(-1px);box-shadow:0 6px 14px #f366}.flyer-sheets-wrapper{z-index:2;flex-direction:column;gap:40px;width:100%;max-width:800px;display:flex}.a4-sheet{color:#111;box-sizing:border-box;background:#fff;border-radius:12px;flex-direction:column;justify-content:space-between;width:100%;min-height:1120px;padding:50px 60px;display:flex;position:relative;box-shadow:0 20px 40px #0006}.flyer-header{border-bottom:2px solid #f36;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:16px;display:flex}.flyer-logo{color:#111;font-family:Outfit,sans-serif;font-size:28px;font-weight:800}.flyer-logo span{color:#f36}.flyer-tagline{color:#f36;background:#ff33661a;border-radius:20px;padding:4px 12px;font-size:13px;font-weight:700}.flyer-title-section{text-align:center;margin-bottom:35px}.flyer-main-title{color:#000;letter-spacing:-.5px;font-size:25px;font-weight:800;line-height:1.4}.flyer-subtitle{color:#555;margin-top:10px;font-size:15px;font-weight:500}.flyer-body{flex-direction:column;flex:1;gap:25px;display:flex}.flyer-section{border-left:3px solid #f36;padding-left:16px}.flyer-section h3{color:#000;align-items:center;gap:6px;margin-bottom:8px;font-size:16px;font-weight:700;display:flex}.flyer-section p{color:#333;font-size:13.5px;line-height:1.6}.flyer-benefits{grid-template-columns:1fr;gap:12px;display:grid}.benefit-item{background:#fdf2f4;border:1px dashed #ff33664d;border-radius:8px;padding:12px 16px}.benefit-item strong{color:#f36;margin-bottom:4px;font-size:14.5px;display:block}.benefit-item p{color:#444;margin:0;font-size:12.5px;line-height:1.5}.flyer-notice-box{background:#f5f5f7;border:1px solid #e5e5e7;border-radius:8px;padding:16px}.flyer-notice-box p{color:#555;margin:0 0 6px;font-size:12px;line-height:1.6}.flyer-notice-box p:last-child{margin-bottom:0}.flyer-notice-box strong{color:#000}.flyer-footer{border-top:1px solid #eee;justify-content:space-between;align-items:flex-end;margin-top:30px;padding-top:20px;display:flex}.footer-company{color:#777;font-size:11px;line-height:1.5}.card-placeholder{background:#fafafa;border:2px dashed #ccc;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;width:280px;height:90px;display:flex;position:relative}.card-placeholder-text{color:#888;font-size:11px;font-weight:500}.card-placeholder:before{content:"📞 문의 및 제휴 연락처";color:#f36;margin-bottom:4px;font-size:12px;font-weight:700}.bizcard-page{flex-direction:column;justify-content:flex-start;gap:25px;display:flex}.bizcard-page-header{border-bottom:1px solid #eee;margin-bottom:10px;padding-bottom:10px}.bizcard-page-header h2{color:#000;font-size:20px;font-weight:700}.bizcard-page-header p{color:#666;margin-top:4px;font-size:12px}.bizcard-grid{grid-template-columns:repeat(2,1fr);justify-content:center;align-items:center;gap:15px;display:grid}.bizcard-item{box-sizing:border-box;border-radius:8px;flex-direction:column;justify-content:space-between;width:331.2px;height:187.2px;padding:16px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000f}.cut-line{pointer-events:none;z-index:5;border:1px dashed #ff336673;border-radius:6px;position:absolute;inset:1.923% 1.087%}.cut-line:after{content:"재단선 (90x50mm)";color:#ff3366b3;font-size:6.5px;font-weight:700;position:absolute;bottom:2px;right:4px}.bizcard-item-front{color:#fff;background:linear-gradient(135deg,#0d0b13 0%,#1c1727 100%);border:1px solid #f36}.bizcard-item-back{color:#111;background:#fff;border:1px solid #ddd}.bizcard-cut-guide{content:"";pointer-events:none;z-index:4;border:1px dashed #ccc;border-radius:10px;position:absolute;inset:-2px}.bizcard-front-top{justify-content:space-between;align-items:center;display:flex}.bizcard-logo{color:#fff;font-family:Outfit,sans-serif;font-size:16px;font-weight:800}.bizcard-logo span{color:#f36}.bizcard-tagline{color:#f36;background:#ff336626;border-radius:10px;padding:2px 6px;font-size:8px;font-weight:700}.bizcard-hook{letter-spacing:-.5px;word-break:keep-all;margin-top:auto;margin-bottom:auto;font-size:18px;font-weight:800;line-height:1.4}.bizcard-front-footer{color:#aaa;align-items:center;gap:4px;font-size:9px;display:flex}.bizcard-back-title{color:#f36;border-bottom:1px solid #eee;margin-bottom:6px;padding-bottom:4px;font-size:11px;font-weight:800}.bizcard-back-content{flex:1;align-items:center;gap:12px;display:flex}.bizcard-steps{flex-direction:column;flex:1;gap:5px;display:flex}.bizcard-step{color:#333;font-size:8.5px;line-height:1.3}.bizcard-step strong{color:#f36}.bizcard-qr-box{background:#fff;border:1px solid #eee;border-radius:4px;justify-content:center;align-items:center;width:68px;height:68px;padding:4px;display:flex}.bizcard-qr-box svg{width:100%;height:100%}.bizcard-back-footer{color:#777;border-top:1px solid #eee;justify-content:space-between;margin-top:4px;padding-top:4px;font-size:7.5px;display:flex}.sticker-page{flex-direction:column;justify-content:flex-start;gap:30px;display:flex}.sticker-page-header{border-bottom:1px solid #eee;margin-bottom:10px;padding-bottom:12px}.sticker-page-header h2{color:#000;font-size:20px;font-weight:700}.sticker-page-header p{color:#666;margin-top:4px;font-size:12px}.stickers-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.sticker-item{text-align:center;background:#fff;border:2px solid #f36;border-radius:16px;flex-direction:column;align-items:center;padding:16px;display:flex;position:relative;box-shadow:0 4px 10px #0000000d}.sticker-item:after{content:"";pointer-events:none;border:1px dashed #aaa;border-radius:18px;position:absolute;inset:-4px}.sticker-logo{color:#000;margin-bottom:10px;font-family:Outfit,sans-serif;font-size:18px;font-weight:800}.sticker-logo span{color:#f36}.sticker-phrase{color:#f36;word-break:keep-all;margin-bottom:12px;font-size:13.5px;font-weight:700;line-height:1.4}.sticker-qr-container{background:#f7f7f9;border:1px solid #eee;border-radius:8px;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:12px;padding:8px;display:flex}.sticker-qr-placeholder{background:#fff;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.sticker-qr-placeholder svg{color:#111;width:80px;height:80px}.sticker-instruction{color:#444;box-sizing:border-box;background:#fdf2f4;border-radius:6px;width:100%;padding:6px 10px;font-size:11px;font-weight:500;line-height:1.4}.sticker-footer-note{color:#888;margin-top:8px;font-size:9px}@media (width<=768px){.flyer-toolbar{text-align:center;flex-direction:column;align-items:stretch;gap:16px;padding:16px!important}.toolbar-actions{flex-direction:column;gap:8px;width:100%}.print-btn{justify-content:center;width:100%}}@media print{body{color:#000!important;background:#fff!important;margin:0!important;padding:0!important}.flyer-page-container{background:#fff!important;padding:0!important;overflow:visible!important}.flyer-toolbar{display:none!important}.flyer-sheets-wrapper{gap:0!important}.a4-sheet{box-shadow:none!important;page-break-after:always!important;break-after:page!important;box-sizing:border-box!important;background:#fff!important;border-radius:0!important;width:210mm!important;height:297mm!important;padding:10mm 15mm!important}.a4-sheet .flyer-header{margin-bottom:12px!important;padding-bottom:8px!important}.a4-sheet .flyer-main-title{font-size:20px!important;line-height:1.3!important}.a4-sheet .flyer-subtitle{margin-top:6px!important;font-size:12px!important}.a4-sheet .flyer-body{gap:12px!important}.a4-sheet .flyer-section{padding-left:10px!important}.a4-sheet .flyer-section h3{margin-bottom:4px!important;font-size:13px!important}.a4-sheet .flyer-section p{font-size:11px!important;line-height:1.5!important}.a4-sheet .flyer-benefits{gap:6px!important}.a4-sheet .benefit-item{padding:6px 10px!important}.a4-sheet .benefit-item strong{font-size:12px!important}.a4-sheet .benefit-item p{font-size:10.5px!important}.a4-sheet .flyer-notice-box{padding:10px 12px!important}.a4-sheet .flyer-notice-box p{margin-bottom:4px!important;font-size:10px!important;line-height:1.4!important}.a4-sheet .flyer-footer{margin-top:12px!important;padding-top:10px!important}.a4-sheet .footer-company{font-size:9px!important}.a4-sheet .card-placeholder{width:240px!important;height:75px!important}.sticker-page{page-break-after:always!important;break-after:page!important;padding:10mm 15mm!important}.bizcard-page{page-break-after:avoid!important;break-after:avoid!important;padding:10mm 15mm!important}@page{size:A4;margin:0}}.proposal-page-container{color:#e2e8f0;background-color:#0d0f12;flex-direction:column;align-items:center;min-height:100vh;padding:50px 20px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,sans-serif;display:flex;position:relative;overflow:hidden}.proposal-page-container.partner-view-mode{padding:20px 10px}.blob-graphic{z-index:1;pointer-events:none;filter:blur(100px);opacity:.5;border-radius:50%;position:absolute}.blob-1{background:radial-gradient(circle,#ff33662e 0%,#0000 70%);width:600px;height:600px;top:-10%;left:-10%}.blob-2{background:radial-gradient(circle,#6633ff1f 0%,#0000 70%);width:700px;height:700px;bottom:-10%;right:-10%}.proposal-toolbar{-webkit-backdrop-filter:blur(16px);z-index:10;background:#161b22b3;border:1px solid #ffffff14;border-radius:20px;justify-content:space-between;align-items:center;width:100%;max-width:1120px;margin-bottom:30px;padding:20px 28px;display:flex;box-shadow:0 12px 40px #0006}.toolbar-title h2{color:#fff;letter-spacing:-.5px;margin:0 0 6px;font-size:22px;font-weight:800}.toolbar-title p{color:#8b949e;margin:0;font-size:14px}.toolbar-actions{gap:10px;display:flex}.print-btn{color:#c9d1d9;cursor:pointer;background:#21262d;border:1px solid #30363d;border-radius:10px;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.print-btn:hover{color:#fff;background:#30363d;border-color:#8b949e;transform:translateY(-1px)}.slide-down-btn{color:#f36;background:#ff33661f;border-color:#ff336659}.slide-down-btn:hover{color:#fff;background:#f36;border-color:#f36;box-shadow:0 4px 12px #ff33664d}.email-template-section{z-index:5;background:#161b22d9;border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:1120px;margin-bottom:40px;overflow:hidden;box-shadow:0 15px 35px #0000004d}.email-template-header{background:#ffffff08;border-bottom:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;padding:18px 28px;display:flex}.email-tabs{gap:10px;display:flex}.email-tab-btn{color:#8b949e;cursor:pointer;background:#21262d;border:1px solid #30363d;border-radius:10px;padding:10px 20px;font-size:14px;font-weight:700;transition:all .2s}.email-tab-btn:hover{color:#fff;border-color:#8b949e}.email-tab-btn.active{color:#f36;background:#ff336626;border-color:#f36;box-shadow:0 0 10px #ff33661a}.copy-action-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f36 0%,#e02454 100%);border:none;border-radius:10px;padding:10px 24px;font-size:14px;font-weight:700;transition:all .2s;box-shadow:0 4px 15px #ff33664d}.copy-action-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #ff33668c}.copy-action-btn:active{transform:translateY(1px)}.email-template-body{background:#10141a;max-height:400px;padding:24px 28px;overflow-y:auto}.email-template-body pre{color:#c9d1d9;white-space:pre-wrap;word-break:break-all;margin:0;font-family:inherit;font-size:15px;line-height:1.8}.proposal-slides-wrapper{z-index:2;flex-direction:column;gap:50px;width:100%;max-width:1120px;display:flex}.landscape-sheet{color:#1e293b;aspect-ratio:1.414;box-sizing:border-box;background:#fff;border-radius:20px;width:100%;position:relative;overflow:hidden;box-shadow:0 30px 60px #00000073}.slide-content{box-sizing:border-box;flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:60px 70px;display:flex}.cover-slide{color:#fff;background:linear-gradient(135deg,#090a0f 0%,#15161f 100%);position:relative}.cover-slide:before{content:"";pointer-events:none;background:radial-gradient(circle,#ff336638 0%,#0000 70%);width:450px;height:450px;position:absolute;top:-50px;right:-50px}.cover-header-decor{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-bottom:20px;display:flex}.cover-brand{letter-spacing:-1px;font-size:38px;font-weight:900}.brand-logo{color:#fff}.brand-dot{color:#f36}.platform-type-tag{color:#f36;background:#ff33661f;border:1px solid #f363;border-radius:30px;padding:6px 18px;font-size:15px;font-weight:700}.cover-middle{margin-top:20px;margin-bottom:20px}.badge-tag{color:#f36;letter-spacing:1px;background:linear-gradient(90deg,#f363 0%,#ff33660d 100%);border:1px solid #ff33664d;border-radius:30px;margin-bottom:25px;padding:8px 20px;font-size:15px;font-weight:800;display:inline-block}.cover-title{letter-spacing:-1.5px;color:#fff;font-size:46px;font-weight:850;line-height:1.35}.cover-subtitle{color:#cbd5e1;letter-spacing:-.5px;margin-top:20px;font-size:21px;font-weight:500}.cover-footer{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:flex-end;padding-top:24px;display:flex}.company-info strong{color:#fff;font-size:16px;display:block}.company-info span{color:#94a3b8;margin-top:4px;font-size:14px;display:block}.date-info{text-align:right}.date-info span{color:#64748b;margin-bottom:4px;font-size:12px;font-weight:700;display:block}.date-info strong{color:#fff;font-size:18px;font-weight:700}.normal-slide{background:#fff}.slide-header{border-bottom:2px solid #f1f5f9;align-items:center;margin-bottom:10px;padding-bottom:20px;display:flex}.slide-num{color:#f36;margin-right:16px;font-size:26px;font-weight:900}.slide-header h2{color:#0f172a;letter-spacing:-.5px;flex:1;margin:0;font-size:28px;font-weight:850}.header-logo{color:#0f172a;font-size:24px;font-weight:900}.header-logo span{color:#f36}.slide-body{box-sizing:border-box;flex-direction:column;flex:1;justify-content:center;padding:30px 0;display:flex}.slide-footer{color:#64748b;border-top:1px solid #f1f5f9;padding-top:16px;font-size:14px;font-weight:500}.grid-2col{grid-template-columns:1.15fr .85fr;align-items:center;gap:50px;display:grid}.section-subtitle{color:#f36;letter-spacing:1.5px;margin-bottom:8px;font-size:13px;font-weight:800;display:block}.section-title-wrap h3{color:#0f172a;letter-spacing:-1px;margin:0 0 20px;font-size:34px;font-weight:850;line-height:1.35}.highlight{color:#f36}.overview-desc{color:#334155;word-break:keep-all;margin:0;font-size:16.5px;line-height:1.8}.card-box{border-radius:16px;margin-bottom:24px;padding:24px 28px;box-shadow:0 8px 20px #ff33660a}.bg-pink-light{background:#fff5f7;border:1px solid #ffe3e8}.card-box h4{color:#f36;margin:0 0 10px;font-size:18px;font-weight:800}.card-box p{color:#334155;word-break:keep-all;margin:0;font-size:15px;line-height:1.7}.benefits-summary{flex-direction:column;gap:20px;display:flex}.sum-item{align-items:flex-start;gap:16px;display:flex}.sum-item .icon{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:26px;display:flex;box-shadow:0 4px 10px #00000005}.sum-item strong{color:#0f172a;margin-bottom:4px;font-size:16.5px;font-weight:800;display:block}.sum-item p{color:#475569;word-break:keep-all;margin:0;font-size:14.5px;line-height:1.6}.process-flow-container{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;justify-content:space-between;align-items:stretch;gap:10px;margin-bottom:30px;padding:24px 30px;display:flex;box-shadow:inset 0 2px 4px #00000003}.flow-step{text-align:center;flex-direction:column;flex:1;justify-content:flex-start;align-items:center;padding:8px 15px;display:flex}.step-badge{color:#475569;letter-spacing:.5px;background:#e2e8f0;border-radius:20px;margin-bottom:12px;padding:4px 12px;font-size:11px;font-weight:800;display:inline-block}.pink-badge{color:#f36;background:#ff336626}.flow-step h4{color:#0f172a;margin:0 0 8px;font-size:18px;font-weight:800}.flow-step p{color:#334155;word-break:keep-all;max-width:250px;margin:0;font-size:14px;line-height:1.6}.flow-arrow{color:#94a3b8;align-self:center;align-items:center;margin-bottom:10px;font-size:22px;display:flex}.info-grid-3{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.info-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;justify-content:flex-start;padding:24px;display:flex;box-shadow:0 4px 15px #00000005}.info-card:hover{border-color:#ff33664d;transform:translateY(-3px);box-shadow:0 15px 30px #ff336614}.info-num{color:#f36;opacity:.6;margin-bottom:12px;font-size:22px;font-weight:900;display:block}.info-card h5{color:#0f172a;margin:0 0 10px;font-size:18px;font-weight:800}.info-card p{color:#475569;word-break:keep-all;margin:0;font-size:14.5px;line-height:1.7}.section-title-sm{color:#0f172a;margin:0 0 20px;font-size:22px;font-weight:800}.role-table{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.role-row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;align-items:flex-start;gap:16px;padding:18px 22px;display:flex}.role-tag{color:#fff;text-align:center;border-radius:8px;flex-shrink:0;min-width:90px;padding:6px 14px;font-size:13px;font-weight:800}.role-tag.app-color{background:#f36;box-shadow:0 4px 10px #f363}.role-tag.brand-color{background:#0f172a;box-shadow:0 4px 10px #0f172a33}.role-text-content strong{color:#0f172a;margin-bottom:4px;font-size:15px;font-weight:800;display:block}.role-text-content p{color:#334155;word-break:keep-all;margin:0;font-size:13.5px;line-height:1.6}.notice-banner{background:#fffbf2;border:1px solid #fef3c7;border-left:5px solid #d97706;border-radius:0 12px 12px 0;padding:16px 20px}.notice-banner strong{color:#b45309;margin-bottom:6px;font-size:15px;font-weight:800;display:block}.notice-banner p{color:#78350f;word-break:keep-all;margin:0;font-size:13px;line-height:1.6}.contact-card{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-radius:20px;width:100%;max-width:400px;padding:30px;position:relative;overflow:hidden;box-shadow:0 15px 35px #00000040}.contact-card:after{content:"";background:#ff336614;border-radius:50%;width:140px;height:140px;position:absolute;bottom:-30px;right:-30px}.contact-logo{letter-spacing:-.5px;margin-bottom:16px;font-size:26px;font-weight:900}.contact-logo span{color:#f36}.contact-card h3{color:#cbd5e1;margin:0 0 20px;font-size:18px;font-weight:800}.contact-details{border-top:1px solid #ffffff14;margin-bottom:20px;padding-top:16px}.c-item{color:#f1f5f9;margin-bottom:10px;font-size:14.5px}.c-item strong{color:#f36;width:80px;margin-right:12px;display:inline-block}.qr-contact-box{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:12px;align-items:center;gap:16px;padding:14px 18px;display:flex}.qr-contact-box .qr-img{background:#fff;border-radius:8px;flex-shrink:0;width:60px;height:60px;padding:4px}.qr-contact-box .qr-txt strong{color:#fff;margin-bottom:4px;font-size:13.5px;font-weight:700;display:block}.qr-contact-box .qr-txt p{color:#94a3b8;margin:0;font-size:11.5px;line-height:1.4}@media (width<=900px){.grid-2col{grid-template-columns:1fr;gap:30px}.landscape-sheet{aspect-ratio:auto;min-height:auto}.slide-content{padding:40px 30px}}@media (width<=768px){.proposal-toolbar{text-align:center;flex-direction:column;align-items:stretch;gap:16px;padding:16px!important}.toolbar-actions{flex-wrap:wrap;justify-content:center;gap:8px}.print-btn{flex:45%;justify-content:center}.email-template-header{flex-direction:column;align-items:stretch}.email-tabs{flex-direction:column}.copy-action-btn{width:100%}}@media print{@page{size:A4 landscape;margin:0}html,body{-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#fff!important;width:297mm!important;height:210mm!important;margin:0!important;padding:0!important}.proposal-page-container{background:#fff!important;min-height:auto!important;margin:0!important;padding:0!important;overflow:visible!important}.proposal-toolbar,.blob-graphic,.email-template-section{display:none!important}.proposal-slides-wrapper{gap:0!important;max-width:none!important;margin:0!important;padding:0!important}.landscape-sheet{box-shadow:none!important;page-break-after:always!important;break-after:page!important;box-sizing:border-box!important;background:#fff!important;border-radius:0!important;width:297mm!important;height:210mm!important;margin:0!important;padding:0!important;display:block!important}.slide-content{box-sizing:border-box!important;flex-direction:column!important;justify-content:space-between!important;width:100%!important;height:100%!important;padding:15mm 20mm!important;display:flex!important}.slide-header{border-bottom:2px solid #e2e8f0!important;margin-bottom:8mm!important;padding-bottom:4mm!important}.slide-num,.slide-header h2{font-size:32px!important}.header-logo{font-size:26px!important}.slide-body{margin-bottom:5mm!important;padding:0!important}.cover-slide{color:#fff!important;background:linear-gradient(135deg,#090a0f 0%,#15161f 100%)!important}.cover-brand{font-size:42px!important}.cover-title{font-size:48px!important;line-height:1.35!important}.cover-subtitle{color:#cbd5e1!important;font-size:22px!important}.badge-tag{padding:8px 24px!important;font-size:16px!important}.grid-2col{gap:15mm!important}.section-title-wrap h3{margin-bottom:6mm!important;font-size:36px!important;line-height:1.3!important}.overview-desc{font-size:18px!important;line-height:1.7!important}.card-box{background:#fff5f7!important;border:1px solid #ffe3e8!important;border-radius:12px!important;margin-bottom:6mm!important;padding:6mm 8mm!important}.card-box h4{font-size:19px!important}.card-box p{font-size:16px!important;line-height:1.6!important}.sum-item{gap:5mm!important}.sum-item strong{font-size:18px!important}.sum-item p{font-size:15.5px!important;line-height:1.5!important}.process-flow-container{background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:16px!important;margin-bottom:8mm!important;padding:6mm 10mm!important}.flow-step h4{margin-bottom:2mm!important;font-size:20px!important}.flow-step p{max-width:100%!important;font-size:15px!important;line-height:1.5!important}.step-badge{padding:4px 14px!important;font-size:12px!important}.info-grid-3{gap:8mm!important}.info-card{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:14px!important;padding:6mm!important}.info-card h5{margin-bottom:3mm!important;font-size:19px!important}.info-card p{font-size:15.5px!important;line-height:1.6!important}.role-row{background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:12px!important;margin-bottom:4mm!important;padding:5mm 6mm!important}.role-tag{padding:6px 14px!important;font-size:14px!important}.role-text-content strong{font-size:17px!important}.role-text-content p{font-size:15px!important;line-height:1.5!important}.notice-banner{background:#fffbf2!important;border:1px solid #fef3c7!important;border-left:5px solid #d97706!important;border-radius:0 10px 10px 0!important;padding:5mm 6mm!important}.notice-banner strong{font-size:16px!important}.notice-banner p{font-size:14px!important;line-height:1.5!important}.contact-card{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%)!important;border-radius:16px!important;padding:8mm!important}.contact-card h3{font-size:20px!important}.c-item{margin-bottom:3mm!important;font-size:16px!important}.qr-contact-box{background:#ffffff0a!important;border:1px solid #ffffff0f!important;border-radius:10px!important;padding:4mm 5mm!important}.qr-contact-box .qr-txt strong{font-size:15px!important}.qr-contact-box .qr-txt p{font-size:12.5px!important}.slide-footer{padding-top:4mm!important;font-size:14px!important}}.app-container{flex-direction:column;width:100%;min-height:100vh;display:flex}
