@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css');

:root{--ink:#182521;--muted:#5d6a64;--paper:#fff;--wash:#f3f6f2;--line:#dce3db;--dark:#111c19;--mint:#b9f28c;--teal:#15795c;--radius:24px;font-family:Pretendard,Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans KR",sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none;scroll-behavior:smooth;scroll-padding-top:112px}
*{box-sizing:border-box}body{margin:0;font-size:20px;font-weight:400;line-height:1.65;-webkit-font-smoothing:antialiased}button,a{-webkit-tap-highlight-color:transparent}button,input{font:inherit}button,a,summary{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button{color:inherit}img,svg{max-width:100%;display:block}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{font-weight:500;line-height:1.12;letter-spacing:-.04em}h2{font-size:clamp(36px,4.1vw,62px)}h2>span{color:#65766c}h3{font-size:34px}em{font-style:normal}strong,b{font-weight:600}button{border:0}a,button,summary{outline-offset:6px}:focus-visible{outline:3px solid #258968}[hidden]{display:none!important}::selection{background:var(--mint);color:var(--dark)}.content-width{width:calc(100% - 128px);max-width:1480px;margin-inline:auto}.section-space{padding-block:112px}.eyebrow{font-size:12px;letter-spacing:.16em;font-weight:600;line-height:1.6;margin-bottom:25px}.button{display:inline-flex;gap:24px;justify-content:center;align-items:center;padding:18px 25px;border-radius:9px;font-size:17px;line-height:1.4;font-weight:500;transition:background .18s,transform .18s;min-height:56px}.button>span:last-child:not(:first-child){font-size:23px;line-height:1}.button:hover{transform:translateY(-2px)}.button-dark{background:var(--dark);color:white}.button-dark:hover{background:#284b3d}.button-mint{background:var(--mint);color:#172b19}.button-mint:hover{background:#d1ffab}.text-link{display:inline-flex;align-items:center;gap:22px;font-size:17px;font-weight:500;padding-block:10px;border-bottom:1px solid #4a5c5050;line-height:1.4}.text-link>span:last-child{font-size:23px}.text-link:hover{color:#147355;border-color:currentColor}.text-link.light{color:#f7fff4;border-color:#ecffe24d}.text-link.light:hover{color:var(--mint)}.skip-link{position:fixed;top:12px;left:20px;padding:10px 20px;background:var(--mint);z-index:100;transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}

/* Public product navigation stays independent of the authenticated workspace. */
.site-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 40px;max-width:1720px;margin:auto;background:white;position:relative;z-index:10}.wordmark{display:inline-flex;gap:11px;align-items:center;flex-shrink:0;line-height:1.25}.wordmark>span{font-size:22px;letter-spacing:-.7px;font-weight:500}.wordmark small{display:block;font-size:9px;letter-spacing:.16em;font-weight:500;margin-top:6px;color:#5d6a64}.wordmark img{border-radius:10px;flex-shrink:0}.header-nav{display:flex;align-items:center;gap:27px;font-size:15px;line-height:1.4}.header-nav a{padding-block:8px;color:#526057}.header-nav a[aria-current=page]{color:var(--ink);box-shadow:0 2px 0 var(--ink)}.header-nav a:hover{color:var(--teal)}.header-actions{display:flex;align-items:center;gap:24px}.language-switch{display:flex;align-items:center;gap:4px;font-size:13px;white-space:nowrap}.language-switch>span{color:#c4cbc5}.language-switch a{padding:9px 7px;border-radius:4px;background:transparent;color:#66716a;font-weight:400;font-size:14px;min-height:38px}.language-switch a[aria-current=true]{color:#162820;font-weight:600}.language-switch a:hover{background:var(--wash)}.header-cta{font-size:14px;padding:12px 17px;min-height:46px;gap:18px}.menu-toggle{display:none;width:44px;height:44px;background:var(--wash);border-radius:7px;padding:12px}.menu-toggle span{display:block;height:1px;width:20px;background:var(--dark);margin:6px 0;transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}

/* A product-led hero: a readable headline and an illustrative workspace. */
.hero{background:var(--dark);color:#f5f8f1;border-radius:28px;margin:0 20px;overflow:hidden;position:relative}.hero::before{content:"";position:absolute;pointer-events:none;width:660px;height:660px;border:1px solid #b9f28c12;border-radius:50%;right:-300px;top:20px}.hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:65px;padding-block:84px 90px;position:relative}.hero .content-width{width:calc(100% - 88px)}.hero-eyebrow{color:#bed0c2;display:flex;align-items:center;gap:11px;font-size:11px;letter-spacing:.14em;margin-bottom:33px}.tiny-cross{font-size:21px;color:var(--mint);line-height:1}.hero h1{font-size:clamp(64px,6.3vw,102px);line-height:1.015;letter-spacing:-.058em;font-weight:500}.hero h1 em{color:var(--mint)}.hero-description{max-width:480px;font-size:20px;line-height:1.65;color:#bccbc1;margin-top:29px;letter-spacing:-.015em}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:34px;flex-wrap:wrap}.hero-actions .text-link{font-size:15px;gap:12px}.hero-note{display:flex;align-items:center;gap:10px;font-size:12px;color:#a4b8a9;line-height:1.5;margin-top:38px}.note-rule{width:26px;height:1px;background:var(--mint);flex-shrink:0}.hero-product{position:relative;min-width:0;padding-bottom:54px;margin-top:20px;transform:rotate(-1.1deg)}.product-overline{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:0 4px 13px;font-size:10px;letter-spacing:.14em;color:#c3d6c8}.preview-tag{font-size:9px;letter-spacing:.07em;border:1px solid #afc4b649;border-radius:4px;padding:4px 7px}.workspace-window{background:#fafcf9;border:1px solid #dce5d8;border-radius:14px;color:var(--ink);overflow:hidden;box-shadow:0 30px 100px #030c073d}.window-top{padding:15px 19px;display:flex;align-items:center;gap:18px;border-bottom:1px solid #e3e9df;background:white;font-size:12px}.window-brand{display:flex;gap:7px;align-items:center;font-size:24px;letter-spacing:-1.4px;font-weight:600;line-height:1}.window-brand img{border-radius:6px}.window-location{margin-left:auto;font-size:11px;color:#5f6d64}.avatar{background:#eef1e9;width:26px;height:26px;display:grid;place-items:center;border-radius:50%;font-size:11px}.workspace-body{display:grid;grid-template-columns:45px 1fr}.workspace-rail{border-right:1px solid #e3e9df;display:flex;flex-direction:column;align-items:center;gap:12px;padding:19px 7px;background:white;color:#65796b}.workspace-rail>span{width:28px;height:28px;display:grid;place-items:center;font-size:18px;border-radius:5px}.workspace-rail .rail-active{color:#20482b;background:#e9f3df}.workspace-main{padding:24px 19px 20px;min-width:0}.workspace-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;margin-bottom:23px}.mini-overline{font-size:9px;font-weight:500;letter-spacing:.1em;line-height:1.4;display:block}.workspace-heading h2{font-size:21px;margin-top:8px;letter-spacing:-.035em;line-height:1.2}.workspace-date{font-size:8px;color:#7c8980;letter-spacing:.04em;line-height:1.4;white-space:nowrap}.workspace-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.workspace-stats>div{border:1px solid #dde5d8;background:white;padding:13px 13px 11px;border-radius:8px}.workspace-stats>div>span{font-size:10px;display:block;color:#67756b;line-height:1.5}.workspace-stats strong{display:flex;align-items:center;justify-content:space-between;font-size:35px;line-height:1.2;font-weight:500;letter-spacing:-1px;margin-top:9px}.workspace-stats strong>span{font-size:16px;font-weight:400;color:#537f49}.workspace-stats .stat-ai{background:#eaf7d9;border-color:#dcebbf}.workspace-detail{display:grid;grid-template-columns:1.6fr 1fr;gap:11px;margin-top:16px}.priority-card,.signal-card{background:white;border:1px solid #dde5d8;border-radius:8px;padding:13px}.mini-card-title{display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:500;line-height:1.4;margin-bottom:8px}.mini-ai{font-size:8px;border:1px solid #d8e7ce;color:#426639;padding:1px 4px;border-radius:3px}.priority-row{display:flex;gap:8px;align-items:center;padding:12px 0;border-bottom:1px solid #edf1e9}.priority-row:last-child{border:0;padding-bottom:3px}.priority-icon{display:grid;place-items:center;width:25px;height:25px;border-radius:6px;flex-shrink:0;font-size:12px}.priority-icon.naver{background:#e6f6e9;color:#269453}.priority-icon.ads{background:#e9f0fa;color:#5778a4}.priority-icon.ai{background:#f2eafb;color:#8a62a5}.priority-row>div{min-width:0}.priority-row strong{font-size:10px;line-height:1.35;display:block;font-weight:500}.priority-row>div>span{font-size:8px;line-height:1.4;color:#758072;display:block;margin-top:4px}.mini-arrow{font-size:12px;color:#71846a;margin-left:auto}.signal-card{background:#f1f5ed;display:flex;flex-direction:column}.signal-card>.mini-overline{font-size:7px;color:#647261}.signal-number{font-size:38px;letter-spacing:-1px;line-height:1;margin-top:13px}.signal-number span{display:block;font-size:9px;letter-spacing:0;color:#788271;margin-top:5px}.signal-bars{height:55px;display:flex;align-items:flex-end;justify-content:space-between;gap:4px;margin-top:10px;border-bottom:1px solid #cedcc4}.signal-bars i{width:9%;background:#afcc8e;border-radius:3px 3px 0 0;height:35%}.signal-bars i:nth-child(2){height:50%}.signal-bars i:nth-child(3){height:42%}.signal-bars i:nth-child(4){height:61%}.signal-bars i:nth-child(5){height:53%}.signal-bars i:nth-child(6){height:73%}.signal-bars i:nth-child(7){height:65%}.signal-bars i:nth-child(8){height:84%}.signal-bars i:nth-child(9){height:76%}.signal-bars i:nth-child(10){height:99%;background:#395f38}.signal-caption{font-size:8px;color:#75806b;line-height:1.4;margin-top:8px}.workspace-bottom{display:flex;align-items:center;gap:9px;padding:11px 12px;margin-top:17px;background:white;border:1px solid #d9e4d0;border-radius:7px;font-size:10px;color:#617459}.workspace-bottom>span:last-child{margin-left:auto;color:#f3ffe9;background:#385b31;width:21px;height:21px;border-radius:4px;text-align:center;line-height:21px}.mini-spark{font-size:18px;color:#527f3b}.floating-insight{position:absolute;bottom:22px;right:23px;display:flex;align-items:center;gap:14px;padding:18px 20px;max-width:calc(100% - 25px);background:#d4f4b1;color:#213f20;border:1px solid #e6ffd1;box-shadow:0 12px 40px #0003;border-radius:11px;transform:rotate(2.8deg)}.insight-icon{font-size:32px;background:#b9e18f;width:44px;height:44px;border-radius:9px;display:grid;place-items:center;flex-shrink:0}.floating-insight .mini-overline{font-size:8px;letter-spacing:.13em}.floating-insight strong{font-size:17px;display:block;line-height:1.3;letter-spacing:-.02em;margin-top:4px;font-weight:500}.floating-insight div>span:last-child{font-size:9px;display:block;margin-top:4px}.insight-check{margin-left:12px;width:24px;height:24px;border:1px solid #8ca776;border-radius:50%;display:grid;place-items:center;font-size:12px}.hero-product-caption{position:absolute;bottom:-9px;left:4px;right:4px;display:flex;justify-content:space-between;gap:12px;color:#b4c5b9;font-size:9px;line-height:1.4;letter-spacing:.02em}.hero-product-caption>span:last-child{white-space:nowrap}.hero-bottom{border-top:1px solid #d0f2ca26;padding-block:23px;display:flex;align-items:center;justify-content:space-between;color:#91a899;font-size:9px;letter-spacing:.14em;gap:12px}.hero-bottom>a{width:33px;height:33px;border:1px solid #668a733f;border-radius:50%;display:grid;place-items:center;font-size:20px;color:#d1e7d2}.hero-bottom>a:hover{background:#304c38}

.channel-strip{display:flex;align-items:center;gap:60px;justify-content:space-between;padding-block:45px;border-bottom:1px solid var(--line)}.channel-strip>p{font-size:15px;line-height:1.6;flex-shrink:0}.channel-strip>p span{color:#7a877d}.channel-names{display:flex;gap:50px;align-items:center;justify-content:space-between;flex:1;max-width:870px}.channel-names>span{display:flex;align-items:center;gap:9px;font-size:22px;letter-spacing:-.04em;line-height:1.1;font-weight:500;flex-wrap:wrap}.channel-names small{font-size:9px;letter-spacing:.05em;align-self:flex-end;margin-bottom:2px}.channel-names b{font-size:26px;font-weight:600;letter-spacing:-1px}.channel-d{color:#e17638}.channel-n{color:#26a552}.channel-ad{color:#385b92}.channel-gpt{color:#477858}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:65px;margin-bottom:46px}.section-intro{font-size:19px;color:var(--muted);line-height:1.7;max-width:405px;flex:0 1 38%}.feature-tabs{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line);margin-bottom:42px;gap:12px}.feature-tabs button{display:flex;align-items:center;gap:13px;position:relative;background:none;font-size:19px;font-weight:400;text-align:left;padding:20px 5px;color:#788377;line-height:1.3;border-bottom:3px solid transparent;margin-bottom:-1px}.feature-tabs button>span:first-child{font-size:11px;color:#7d947b;letter-spacing:.07em}.feature-tabs button[aria-selected=true]{color:var(--ink);border-bottom-color:#315a38}.feature-tabs button:hover{color:var(--teal)}.feature-panel{display:grid;grid-template-columns:.85fr 1.15fr;gap:75px;align-items:center;min-height:420px;padding-block:18px}.feature-copy{max-width:470px}.feature-kicker{font-size:11px;font-weight:500;color:#547451;letter-spacing:.11em;display:block;margin-bottom:21px}.feature-copy h3{font-size:clamp(29px,2.8vw,42px);line-height:1.15}.feature-copy>p{font-size:19px;color:var(--muted);margin-top:23px;line-height:1.7}.check-list{list-style:none;padding:0;margin:24px 0;color:#3f5142;font-size:15px;line-height:1.6}.check-list li{position:relative;padding-left:24px;margin:10px 0}.check-list li::before{content:'✓';position:absolute;left:0;top:0;color:#438143}.feature-copy .text-link{margin-top:6px}.feature-visual{border-radius:20px;background:#f0f4eb;border:1px solid #e2e9db;padding:28px 30px;min-width:0;min-height:400px;display:flex;flex-direction:column;justify-content:center}.visual-label{display:flex;justify-content:space-between;gap:15px;font-size:10px;letter-spacing:.09em;color:#67745f;margin-bottom:23px}.location-board{background:white;border:1px solid #dfe6d8;border-radius:11px;padding:22px 24px;box-shadow:0 14px 32px #2132150a}.board-heading{display:flex;justify-content:space-between;font-size:18px;font-weight:500;margin-bottom:12px;line-height:1.5}.board-row{display:flex;align-items:center;gap:14px;padding:19px 0;border-bottom:1px solid #edf0e9}.board-row:last-child{border:0;padding-bottom:7px}.location-symbol{display:grid;place-items:center;font-size:12px;color:#6f8164;background:#f1f5eb;width:37px;height:37px;border-radius:8px;flex-shrink:0}.board-row>div:nth-child(2){flex:1;min-width:0}.board-row strong{display:block;font-size:15px;font-weight:500;line-height:1.3}.board-row>div>span{display:block;font-size:9px;letter-spacing:.05em;color:#7b8774;margin-top:5px;line-height:1.4}.status-pill{font-size:10px;border-radius:20px;padding:4px 10px;white-space:nowrap;line-height:1.5}.status-pill.green{background:#e8f6e4;color:#3f7640}.status-pill.amber{background:#fbf0d9;color:#88651f}.status-pill.neutral{background:#f0f1ef;color:#757e71}.visual-footnote{display:flex;align-items:center;gap:13px;font-size:11px;color:#687360;margin:18px 3px 0;line-height:1.6}.source-icon{font-size:23px;color:#7f9a68}.platform-note{font-size:12px;color:#6d796f;text-align:center;margin-top:34px}.analysis-visual{background:#edf3f4;border-color:#dce6e8}.ai-thread{background:white;border:1px solid #dbe5e5;border-radius:12px;padding:24px;box-shadow:0 12px 30px #23373909}.thread-question{margin:0 0 27px 15%;font-size:14px;line-height:1.5;background:#eff4f4;border-radius:10px 10px 0 10px;padding:14px 17px;color:#476263}.thread-answer{display:flex;gap:13px;align-items:flex-start}.ai-thread-icon{flex-shrink:0;background:#ddf0e4;border-radius:7px;width:32px;height:32px;display:grid;place-items:center;color:#347257;font-size:25px}.thread-answer .mini-overline{font-size:8px;color:#6d897c;margin-top:2px}.thread-answer h4{font-size:21px;letter-spacing:-.03em;line-height:1.2;margin-top:9px}.thread-answer p{font-size:14px;color:#637976;line-height:1.7;margin-top:12px}.evidence-tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:15px}.evidence-tags span{font-size:10px;padding:4px 7px;background:#eef5ef;border:1px solid #d5e5d8;border-radius:4px;color:#47735b}.thread-followup{display:flex;gap:12px;border-top:1px solid #e5eeea;margin-top:25px;padding-top:16px;font-size:11px;color:#6a8377}.ads-visual{background:#edf2fa;border-color:#dde6f2}.ad-preview{background:white;border:1px solid #d6e1f1;border-radius:12px;padding:23px}.ad-preview-top{display:flex;align-items:center;justify-content:space-between;gap:16px}.ad-preview-top h4{font-size:18px;letter-spacing:-.03em;line-height:1.3}.ad-preview-top>span{font-size:10px;white-space:nowrap;background:#f2f5fa;border:1px solid #e3e9f3;padding:5px 8px;border-radius:5px}.ad-metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:25px}.ad-metric-grid>div{border-right:1px solid #e6ebf3}.ad-metric-grid>div:last-child{border:0}.ad-metric-grid span{display:block;font-size:11px;color:#758197}.ad-metric-grid b{font-size:25px;font-weight:500;display:block;margin-top:4px}.ad-graph{height:130px;margin-top:25px;position:relative;color:#759cab;overflow:hidden}.ad-graph svg{position:absolute;inset:0;width:100%;height:100%}.graph-guide{position:absolute;inset:0;background:repeating-linear-gradient(to bottom,#d9e4ed 0,#d9e4ed 1px,transparent 1px,transparent 32px)}.ad-preview-note{font-size:10px;color:#788799;margin-top:10px;text-align:center}.content-visual{background:#f3f0e9;border-color:#e6e0d6}.brief-card{background:#fffefb;border:1px solid #e4ded0;border-radius:11px;padding:23px}.brief-title{display:flex;gap:13px;align-items:center}.brief-icon{font-size:30px;line-height:1;background:#f3efd8;color:#7b8246;border-radius:8px;width:45px;height:45px;display:grid;place-items:center;flex-shrink:0}.brief-title>div>span{font-size:8px;letter-spacing:.12em;color:#8b885e;display:block}.brief-title h4{font-size:23px;line-height:1.3;letter-spacing:-.03em}.document-corner{margin-left:auto;color:#8d9476;font-size:23px}.brief-section{margin-top:24px;border-block:1px solid #e9e5d8;padding-block:15px}.brief-section>span{display:block;font-size:9px;letter-spacing:.1em;color:#9a916e}.brief-section>p{font-size:16px;line-height:1.6;margin-top:7px;color:#625e46}.brief-channel-list{margin-top:14px}.brief-channel-list>div{display:flex;align-items:center;gap:10px;padding-block:8px;font-size:13px}.brief-channel-list>div>span:first-child{font-size:11px;background:#f2f1e7;color:#7a805e;display:grid;place-items:center;width:25px;height:25px;border-radius:4px}.brief-channel-list b{margin-left:auto;color:#999f7d;font-weight:400}

.intelligence-section{background:#16271f;color:#f0f6ea;position:relative;overflow:hidden}.intelligence-layout{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:110px}.intelligence-copy .eyebrow{color:#a7bf9a}.intelligence-copy h2{font-size:clamp(38px,4.3vw,66px);line-height:1.13;letter-spacing:-.045em}.intelligence-copy h2 em{color:var(--mint)}.intelligence-copy>p:not(.eyebrow){color:#b1c4b7;font-size:20px;line-height:1.7;max-width:495px;margin-top:27px}.intelligence-copy .text-link{margin-top:24px}.intelligence-stack{max-width:545px;width:100%;margin:auto}.context-layer{padding:25px 27px;background:#20372b;border:1px solid #3f5948;border-radius:13px}.layer-number{display:block;font-size:9px;letter-spacing:.15em;color:#a1b69d;margin-bottom:15px}.context-layer h3{font-size:23px;letter-spacing:-.025em;line-height:1.3}.context-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.context-tags>span{border:1px solid #506b54;border-radius:5px;font-size:12px;color:#c2d3bf;padding:5px 9px;line-height:1.6}.context-connector{font-size:21px;line-height:1.2;text-align:center;color:#8fac7c;padding:8px}.gpt-layer{display:flex;align-items:center;gap:20px;padding:25px 28px;border-radius:13px;background:#b9f28c;color:#203419;border:1px solid #ceffae;box-shadow:0 0 55px #90ca6012}.gpt-symbol{font-size:53px;line-height:1;flex-shrink:0}.gpt-layer>div>span{font-size:9px;letter-spacing:.11em;font-weight:500;display:block;margin-bottom:5px}.gpt-layer h3{font-size:28px;letter-spacing:-.035em;line-height:1.3}.processing-icon{margin-left:auto;font-size:26px;color:#5c813d}.output-lines{display:grid;gap:9px;margin-top:18px;font-size:14px;color:#bed2ba}.output-lines>span::before{content:'↳';color:#a0c38a;margin-right:10px}.workflow{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);padding:0;margin:60px 0 0;gap:34px}.workflow li{border-top:1px solid #aebbab;padding-top:19px}.step-top{display:flex;justify-content:space-between;font-size:12px;color:#718367;margin-bottom:40px}.step-top>span:last-child{font-size:24px;line-height:1;color:#8a9c82}.workflow h3{font-size:29px;letter-spacing:-.03em;line-height:1.3}.workflow p{font-size:17px;line-height:1.7;color:var(--muted);margin-top:17px}.solutions-section{background:var(--wash)}.solution-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}.solution-card{background:white;border:1px solid #dfe6d9;border-radius:18px;padding:31px 35px 28px;overflow:hidden}.solution-index{font-size:10px;letter-spacing:.14em;color:#728468;display:block}.solution-mini{height:166px;margin:25px auto 35px;max-width:330px}.agency-mini{display:flex;flex-direction:column;gap:9px;transform:rotate(-3deg);padding-top:6px}.agency-mini>div{display:flex;align-items:center;gap:14px;background:#f6f8f1;border:1px solid #dce5cf;padding:10px 16px;border-radius:7px;box-shadow:0 4px 9px #34432404}.agency-mini>div:nth-child(2){transform:translateX(20px)}.agency-mini>div:nth-child(3){transform:translateX(8px)}.agency-mini span{font-size:12px;color:#6b8851}.agency-mini i{width:95px;height:6px;background:#dfe6d4;border-radius:3px}.agency-mini b{font-size:12px;color:#899473;font-weight:400;margin-left:auto}.solution-card h3{font-size:34px;letter-spacing:-.04em;line-height:1.25}.solution-card p{font-size:18px;line-height:1.7;color:var(--muted);margin-top:19px;max-width:500px}.solution-bottom{font-size:12px;color:#74816d;display:block;border-top:1px solid #e4eadd;margin-top:25px;padding-top:18px;line-height:1.6}.solution-brand{background:#e7efe0;border-color:#d3dfc8}.brand-mini{display:flex;flex-direction:column;align-items:center;padding-top:9px}.brand-mini>span{font-size:13px;letter-spacing:.13em;background:#2d482c;color:#e9f6d8;padding:13px 24px;border-radius:7px;z-index:1}.branch-connector{width:calc(100% - 63px);border:1px solid #b1c4a1;border-bottom:0;height:33px;margin-top:18px;position:relative;border-radius:5px 5px 0 0}.branch-connector::before{content:'';height:19px;width:1px;position:absolute;left:50%;top:-19px;background:#b1c4a1}.brand-mini>div:last-child{width:100%;display:flex;gap:15px;justify-content:space-between}.brand-mini i{font-style:normal;font-size:14px;border:1px solid #c7d8b7;border-radius:7px;background:#f9fcf4;padding:11px 19px;color:#5f7c45}.solution-brand .solution-bottom{border-color:#cfddc3}.faq-section{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px}.faq-section h2{font-size:clamp(36px,4vw,58px)}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line);padding:23px 0}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:25px;cursor:pointer;list-style:none;font-size:21px;line-height:1.5;font-weight:400}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary>span:last-child{font-size:25px;line-height:1;font-weight:300;color:#7d9174;flex-shrink:0;transition:transform .18s}.faq-list details[open] summary>span:last-child{transform:rotate(45deg)}.faq-list details p{margin-top:18px;font-size:17px;line-height:1.75;color:var(--muted);max-width:98%}.closing-section{margin:0 20px;background:var(--dark);color:white;border-radius:25px}.closing-inner{display:flex;justify-content:space-between;align-items:center;gap:45px;padding-block:80px}.closing-inner h2{font-size:clamp(40px,4.6vw,68px)}.closing-inner h2 em{color:var(--mint)}.closing-inner .eyebrow{color:#9cb39d}.closing-inner p:not(.eyebrow){font-size:19px;color:#adc2b0;margin-top:24px}.closing-actions{display:flex;flex-direction:column;align-items:center;gap:16px;flex-shrink:0}.closing-actions .button{min-width:230px}.closing-actions .text-link{font-size:15px}.site-footer{padding-block:55px 28px}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-top nav{display:flex;gap:28px;font-size:14px}.footer-top nav a:hover{color:var(--teal)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:1px solid var(--line);margin-top:40px;padding-top:23px;font-size:11px;color:#6d7b6f}.footer-bottom>a:hover{color:var(--teal)}

/* Korean keeps the same visual hierarchy, with room for natural line breaks. */
html[lang=ko] body{word-break:keep-all;overflow-wrap:break-word}html[lang=ko] .hero h1{font-size:clamp(60px,5.8vw,91px);letter-spacing:-.055em;line-height:1.14}html[lang=ko] .hero-description{font-size:19px}html[lang=ko] h2{line-height:1.22;letter-spacing:-.045em}html[lang=ko] .feature-copy h3{line-height:1.3}html[lang=ko] .feature-copy>p,html[lang=ko] .section-intro{font-size:18px;line-height:1.85}html[lang=ko] .workspace-heading h2{font-size:20px}html[lang=ko] .channel-names{gap:30px}html[lang=ko] .feature-tabs button{font-size:18px}

@media(min-width:1680px){.hero-grid{padding-block:108px 116px;gap:95px}.hero h1{font-size:110px}.hero-description{font-size:22px}.hero-product{transform:rotate(-1.1deg) scale(1.03)}.workspace-main{padding:28px 24px}.workspace-heading h2{font-size:26px}.workspace-stats>div>span{font-size:12px}.priority-row strong{font-size:13px}.priority-row>div>span{font-size:10px}.priority-row{padding-block:15px}.signal-bars{height:75px}.workspace-bottom{font-size:12px}.mini-card-title{font-size:13px}.hero-note{font-size:14px}}
@media(max-width:1250px){.site-header{padding:22px 30px;gap:20px}.header-nav{gap:18px;font-size:14px}.wordmark>span{font-size:20px}.header-actions{gap:15px}.header-cta{display:none}.content-width{width:calc(100% - 88px)}.hero-grid{gap:38px;grid-template-columns:.85fr 1.15fr;padding-block:68px 78px}.hero .content-width{width:calc(100% - 64px)}.hero h1{font-size:7vw}.hero-description{font-size:18px}.hero-actions{gap:18px}.hero-actions .button{font-size:15px;padding:17px 18px}.hero-actions .text-link{font-size:13px}.hero-product{margin-top:10px}.workspace-main{padding:20px 14px 17px}.workspace-stats>div{padding:11px 10px}.workspace-date{display:none}.workspace-detail{grid-template-columns:1.65fr 1fr;gap:8px}.priority-card,.signal-card{padding:10px}.priority-row{gap:6px}.floating-insight{right:10px}.channel-strip{gap:28px}.channel-names{gap:20px}.channel-names>span{font-size:18px}.channel-names small{display:none}.section-heading{gap:35px}.section-intro{font-size:18px}.feature-panel{gap:40px}.feature-visual{padding:24px;min-height:390px}.feature-tabs button{font-size:17px;gap:10px}.feature-copy>p{font-size:18px}.intelligence-layout{gap:60px}.workflow{gap:26px}.solution-card{padding:28px}.faq-section{gap:50px}}
@media(max-width:1000px){.section-space{padding-block:82px}.site-header{padding-inline:26px}.header-nav{gap:20px}.hero-grid{grid-template-columns:1fr;gap:46px;padding-block:58px 65px;max-width:720px}.hero-copy{max-width:640px}.hero h1{font-size:83px}.hero h1 br:nth-of-type(2){display:none}.hero h1 em::before{content:' '}.hero-description{max-width:550px;font-size:20px}.hero-eyebrow{margin-bottom:24px}.hero-actions{gap:25px}.hero-actions .button{font-size:17px;padding:18px 25px}.hero-actions .text-link{font-size:16px}.hero-note{margin-top:23px}.hero-product{max-width:640px;width:100%;margin:0 auto}.workspace-main{padding:25px}.workspace-heading h2{font-size:24px}.workspace-date{display:block}.workspace-stats>div{padding:16px}.workspace-stats>div>span{font-size:11px}.workspace-stats strong{font-size:38px}.workspace-detail{grid-template-columns:1.6fr 1fr;gap:15px}.priority-card,.signal-card{padding:16px}.mini-card-title{font-size:13px}.priority-row strong{font-size:12px}.priority-row>div>span{font-size:10px}.priority-row{gap:10px;padding-block:13px}.priority-icon{width:30px;height:30px;font-size:15px}.signal-bars{height:60px}.workspace-bottom{font-size:12px}.signal-card>.mini-overline{font-size:9px}.signal-caption{font-size:10px}.floating-insight{right:25px;padding:19px 25px}.floating-insight strong{font-size:20px}.channel-strip{padding-block:35px}.channel-strip>p{font-size:12px}.channel-names{gap:18px}.channel-names>span{font-size:18px;gap:6px}.section-heading{align-items:flex-start;flex-direction:column;gap:24px}.section-intro{max-width:620px;flex:auto}.feature-panel{grid-template-columns:1fr 1.1fr;gap:30px}.feature-visual{padding:18px;min-height:390px}.location-board{padding:18px 15px}.board-row{gap:8px}.status-pill{font-size:9px;padding:4px 7px}.board-row strong{font-size:13px}.feature-copy h3{font-size:29px}.feature-copy>p{font-size:17px}.check-list{font-size:14px}.feature-tabs button{font-size:15px;gap:8px}.intelligence-layout{gap:35px}.intelligence-copy>p:not(.eyebrow){font-size:18px}.gpt-layer{padding:22px 20px;gap:15px}.gpt-layer h3{font-size:24px}.gpt-symbol{font-size:42px}.context-layer{padding:22px}.context-layer h3{font-size:21px}.workflow{grid-template-columns:repeat(2,1fr);gap:38px 45px;margin-top:40px}.step-top{margin-bottom:24px}.solution-card h3{font-size:28px}.solution-card p{font-size:17px}.faq-section{grid-template-columns:1fr;gap:38px}.faq-list summary{font-size:21px}.closing-inner{align-items:flex-start;gap:35px}.closing-inner h2{font-size:41px}.closing-actions .button{min-width:195px;font-size:15px}.closing-inner p:not(.eyebrow){font-size:17px}.footer-top .wordmark>span{font-size:18px}.footer-top nav{gap:20px;font-size:13px}html[lang=ko] .hero h1{font-size:74px}html[lang=ko] .hero h1 br:nth-of-type(2){display:block}html[lang=ko] .hero h1 em::before{content:none}}
@media(max-width:760px){:root{scroll-padding-top:20px}.content-width{width:calc(100% - 44px)}.site-header{padding:18px 22px;gap:12px;flex-wrap:wrap}.wordmark{gap:8px}.wordmark>span{font-size:18px;letter-spacing:-.6px}.wordmark>img{width:32px;height:32px}.wordmark small{font-size:7px;letter-spacing:.13em;margin-top:4px}.header-actions{gap:10px}.language-switch{font-size:12px;gap:1px}.language-switch a{font-size:12px;padding:7px 5px}.menu-toggle{display:block}.header-nav{display:none;order:3;width:100%;padding:16px 0 4px;border-top:1px solid var(--line);gap:8px;flex-direction:column;align-items:stretch;font-size:18px}.header-nav.is-open{display:flex}.header-nav a{padding:11px 10px}.header-nav a[aria-current=page]{box-shadow:none;background:var(--wash);border-radius:6px}.hero{margin-inline:10px;border-radius:18px}.hero .content-width{width:calc(100% - 40px)}.hero-grid{padding-block:48px 55px;gap:42px}.hero h1{font-size:clamp(55px,10.8vw,80px)}.hero-eyebrow{font-size:9px;gap:8px;letter-spacing:.12em;margin-bottom:25px}.hero-description{font-size:18px;line-height:1.7;margin-top:24px;max-width:500px}.hero-actions{gap:22px;margin-top:29px}.hero-actions .button{font-size:15px;padding:17px 19px}.hero-actions .text-link{font-size:14px;gap:12px}.hero-note{font-size:11px;margin-top:25px}.hero-product{transform:none}.hero-product-caption{font-size:8px}.product-overline{font-size:9px}.workspace-main{padding:22px 15px 16px}.workspace-heading{margin-bottom:19px}.workspace-heading h2{font-size:22px}.workspace-date{display:none}.workspace-stats>div{padding:12px}.workspace-detail{gap:9px}.priority-card,.signal-card{padding:12px}.priority-row strong{font-size:11px}.priority-row>div>span{font-size:9px}.workspace-bottom{font-size:11px}.hero-bottom{font-size:8px;letter-spacing:.08em;padding-block:18px}.hero-bottom>span:last-child{display:none}.channel-strip{flex-direction:column;align-items:flex-start;gap:22px;padding-block:31px}.channel-strip>p{font-size:14px}.channel-strip>p br{display:none}.channel-strip>p span{margin-left:5px}.channel-names{width:100%;gap:14px;max-width:none;display:grid;grid-template-columns:repeat(4,1fr)}.channel-names>span{font-size:14px;gap:6px;flex-wrap:nowrap;white-space:nowrap}.channel-names b{font-size:21px}.section-space{padding-block:66px}.eyebrow{font-size:10px;margin-bottom:19px}h2{font-size:38px;line-height:1.15}.section-heading{margin-bottom:32px;gap:23px}.section-intro{font-size:17px;line-height:1.75}.feature-tabs{gap:8px;margin-bottom:25px;grid-template-columns:repeat(2,1fr);border:0}.feature-tabs button{font-size:16px;padding:14px 8px;border:1px solid var(--line);border-radius:7px;margin:0;gap:9px}.feature-tabs button[aria-selected=true]{background:#eaf3e1;border:1px solid #adc699}.feature-tabs button>span:first-child{font-size:9px}.feature-panel{grid-template-columns:1fr;gap:30px;padding:6px 0;min-height:0}.feature-copy{max-width:560px}.feature-copy h3{font-size:33px}.feature-kicker{margin-bottom:16px;font-size:10px}.feature-copy>p{font-size:18px;margin-top:19px}.check-list{font-size:15px}.feature-visual{min-height:0;padding:24px;max-width:600px;width:100%}.location-board{padding:23px}.board-row{gap:13px;padding-block:19px}.board-row strong{font-size:16px}.board-row>div>span{font-size:10px}.status-pill{font-size:10px;padding:5px 9px}.platform-note{text-align:left;font-size:11px;line-height:1.7;margin-top:23px}.intelligence-layout{grid-template-columns:1fr;gap:42px}.intelligence-copy h2{font-size:44px}.intelligence-copy>p:not(.eyebrow){font-size:18px;line-height:1.8}.intelligence-stack{max-width:600px}.context-layer{padding:24px}.context-layer h3{font-size:24px}.context-tags>span{font-size:12px}.gpt-layer{padding:25px;gap:20px}.gpt-layer h3{font-size:29px}.gpt-symbol{font-size:50px}.output-lines{font-size:14px}.workflow{gap:35px 26px}.workflow h3{font-size:26px}.workflow p{font-size:16px;margin-top:13px}.solution-grid{grid-template-columns:1fr;gap:22px}.solution-card{padding:28px}.solution-card h3{font-size:32px}.solution-card p{font-size:18px}.solution-mini{margin-block:23px 34px}.faq-section h2{font-size:38px}.faq-list summary{font-size:19px}.faq-list details{padding-block:20px}.faq-list details p{font-size:16px}.closing-section{margin-inline:10px;border-radius:18px}.closing-inner{flex-direction:column;padding-block:53px;gap:30px}.closing-inner h2{font-size:43px}.closing-inner p:not(.eyebrow){font-size:17px;margin-top:22px}.closing-actions{align-items:flex-start;gap:14px}.closing-actions .button{font-size:16px;min-width:220px}.footer-top{flex-direction:column;align-items:flex-start;gap:28px}.footer-top .wordmark>span{font-size:20px}.footer-top nav{gap:27px;font-size:15px}.site-footer{padding-top:35px}.footer-bottom{flex-wrap:wrap;gap:14px;margin-top:30px;padding-top:21px}.footer-bottom>span:nth-child(2){order:3;width:100%}.footer-bottom>a{margin-left:auto}html[lang=ko] .hero h1{font-size:clamp(49px,9.6vw,70px);line-height:1.16}html[lang=ko] .hero-description{font-size:18px}html[lang=ko] .feature-tabs button{font-size:16px}html[lang=ko] .channel-names{gap:10px}}
@media(max-width:450px){.site-header{padding:16px;gap:8px}.wordmark>span{font-size:15px;letter-spacing:-.45px}.wordmark>img{width:28px;height:28px}.wordmark small{font-size:6px}.header-actions{gap:5px}.language-switch a{font-size:11px;padding-inline:4px}.menu-toggle{width:35px;height:35px;padding:8px}.menu-toggle span{width:19px}.hero h1{font-size:52px}.hero h1 br:nth-of-type(2){display:block}.hero h1 em::before{content:none}.hero-actions{gap:16px}.hero-actions .button{font-size:14px;padding:16px}.hero-actions .text-link{font-size:12px;gap:7px}.hero-note{font-size:10px;gap:8px}.hero-grid{gap:34px}.workspace-body{grid-template-columns:31px 1fr}.workspace-rail{padding:13px 3px;gap:8px}.workspace-rail>span{width:24px;height:24px;font-size:15px}.workspace-main{padding:16px 10px 12px}.window-top{padding:12px 14px}.window-brand{font-size:21px}.window-brand img{width:21px;height:21px}.workspace-heading h2{font-size:18px}.mini-overline{font-size:7px}.workspace-stats{gap:5px}.workspace-stats>div{padding:9px 7px}.workspace-stats>div>span{font-size:8px}.workspace-stats strong{font-size:27px;margin-top:7px}.workspace-stats strong>span{font-size:12px}.workspace-detail{grid-template-columns:1fr}.priority-card{padding:13px}.mini-card-title{font-size:11px}.priority-row{padding-block:10px}.priority-row strong{font-size:11px}.signal-card{display:none}.workspace-bottom{font-size:9px;padding:9px;gap:7px;margin-top:12px}.floating-insight{padding:13px 15px;right:6px;gap:10px;bottom:20px}.floating-insight strong{font-size:16px}.floating-insight .mini-overline{font-size:7px}.floating-insight div>span:last-child{font-size:8px}.insight-icon{width:34px;height:34px;font-size:28px}.insight-check{width:20px;height:20px;font-size:10px;margin-left:5px}.hero-product{padding-bottom:52px}.hero-product-caption{font-size:7px}.product-overline{font-size:8px;letter-spacing:.09em}.preview-tag{font-size:7px;padding:3px 5px}.channel-names{grid-template-columns:repeat(2,1fr);gap:22px 35px}.channel-names>span{font-size:19px}.channel-names b{font-size:24px}.channel-strip>p{font-size:13px}h2{font-size:34px}.feature-tabs button{font-size:14px}.feature-copy h3{font-size:31px}.feature-copy>p{font-size:17px}.feature-visual{padding:18px}.location-board{padding:17px}.board-row{gap:9px}.board-row strong{font-size:14px}.status-pill{font-size:9px;padding:4px 7px}.visual-label{font-size:8px;letter-spacing:.07em}.visual-footnote{font-size:10px}.ai-thread,.ad-preview,.brief-card{padding:18px}.thread-answer h4{font-size:20px}.thread-question{font-size:12px;margin-left:8%;padding:12px}.brief-title h4{font-size:20px}.ad-preview-top h4{font-size:16px}.ad-metric-grid b{font-size:22px}.intelligence-copy h2{font-size:39px}.context-layer h3{font-size:21px}.gpt-layer h3{font-size:25px}.context-tags{gap:6px}.context-tags>span{font-size:11px}.gpt-symbol{font-size:43px}.gpt-layer{gap:14px;padding:23px}.workflow{gap:34px 22px}.workflow h3{font-size:24px}.workflow p{font-size:15px}.solution-card{padding:25px}.solution-card h3{font-size:29px}.solution-card p{font-size:17px}.solution-mini{max-width:260px}.agency-mini>div:nth-child(2){transform:translateX(9px)}.brand-mini>div:last-child{gap:10px}.brand-mini i{padding:10px 15px}.branch-connector{width:calc(100% - 50px)}.faq-section h2{font-size:35px}.faq-list summary{font-size:18px}.closing-inner h2{font-size:38px}.footer-top .wordmark>span{font-size:18px}html[lang=ko] .hero h1{font-size:46px}html[lang=ko] .workspace-heading h2{font-size:17px}html[lang=ko] .feature-tabs button{font-size:15px}}
/* JININOVA wordmark: clear, regular-weight branding at every width. */
.wordmark>span,.footer-top .wordmark>span{font-size:27px;font-weight:500;letter-spacing:-.8px}
.wordmark small{font-size:9px;font-weight:400;letter-spacing:.1em}
@media(max-width:760px){.wordmark>span,.footer-top .wordmark>span{font-size:23px;letter-spacing:-.65px}.wordmark small{font-size:7px;letter-spacing:.06em}}
@media(max-width:450px){.wordmark>span{font-size:21px}.wordmark small{font-size:6.5px}}
/* Editorial office photography: people first, supported by a quiet product cue. */
.hero-visual{position:relative;min-width:0;width:100%;max-width:720px;margin-inline:auto;padding:0 0 54px 24px}
.hero-photo{position:relative;margin:0;aspect-ratio:1 / 1.08;border-radius:150px 24px 24px 24px;overflow:hidden;background:#65715f}
.hero-photo>img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 43%}
.hero-photo::after{content:"";position:absolute;inset:60% 0 0;pointer-events:none;background:linear-gradient(transparent,#10191840)}
.hero-photo figcaption{position:absolute;top:22px;right:22px;z-index:1;display:flex;align-items:center;gap:8px;max-width:calc(100% - 55px);padding:10px 13px;border:1px solid #ffffff28;border-radius:30px;background:#15231dee;color:#eff6eb;font-size:10px;font-weight:400;letter-spacing:.025em;line-height:1.5}
.photo-caption-mark{color:var(--mint);font-size:18px;line-height:1}
.photo-insight{position:absolute;z-index:2;left:0;bottom:37px;width:min(390px,84%);padding:23px 26px 21px;background:#e4f8d6;color:#182b20;border:1px solid #f0ffe5;border-radius:17px;box-shadow:0 18px 50px #08130e24;transform:rotate(-2deg)}
.photo-insight-top{display:flex;align-items:center;gap:9px;font-size:9px;letter-spacing:.13em;font-weight:500}
.photo-insight-top>img{width:25px;height:25px;flex-shrink:0}
.photo-insight-spark{margin-left:auto;font-size:27px;font-weight:400;line-height:1}
.photo-insight p{font-size:29px;line-height:1.18;letter-spacing:-.04em;margin:15px 0 19px;font-weight:400}
.photo-insight p>span{color:#526b47}
.photo-insight-channels{display:flex;align-items:center;gap:7px;flex-wrap:wrap;border-top:1px solid #c8dcb9;padding-top:12px}
.photo-insight-channels>span{font-size:10px;line-height:1.5;padding:3px 8px;border:1px solid #bdcfae;border-radius:20px;white-space:nowrap}
.photo-insight-channels>span:last-child{margin-left:auto;background:#243b2b;color:#d6f2c1;border-color:#243b2b}
.hero-visual-signature{position:absolute;bottom:0;left:26px;right:0;display:flex;justify-content:space-between;gap:10px;color:#97ab9c;font-size:8px;letter-spacing:.13em;line-height:1.5}
.solution-card{display:flex;flex-direction:column}
.solution-photo{order:-1;aspect-ratio:16 / 9;margin:-31px -35px 26px;overflow:hidden;background:#a9aea1;border-bottom:1px solid #10241a0a}
.solution-photo>img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 43%}
.solution-card .solution-index{margin-bottom:16px}
.solution-card p{flex:1}
@media(min-width:1001px){.hero-grid{grid-template-columns:1fr 1fr;gap:clamp(36px,5vw,86px);padding-block:64px 68px}.hero-visual{align-self:center}}
@media(min-width:1680px){.hero-grid{padding-block:76px 84px}.photo-insight{width:430px;padding:26px 29px 23px}.photo-insight p{font-size:33px}.photo-insight-top{font-size:10px}.photo-insight-channels>span{font-size:11px}}
@media(max-width:1250px){.solution-photo{margin:-28px -28px 25px}.photo-insight{width:min(345px,88%);padding:20px 23px}.photo-insight p{font-size:26px}.photo-insight-channels{gap:5px}.photo-insight-channels>span{font-size:9px;padding-inline:7px}}
@media(max-width:1000px){.hero-visual{max-width:640px;padding-left:26px}.hero-photo{aspect-ratio:1.15;border-top-left-radius:120px}.hero-photo>img{object-position:50% 37%}.photo-insight{width:360px;max-width:85%}.photo-insight p{font-size:29px}.photo-insight-channels>span{font-size:10px}}
@media(max-width:760px){.hero-visual{padding:0 0 44px 14px}.hero-photo{aspect-ratio:1 / 1.05;border-radius:100px 18px 18px 18px}.hero-photo>img{object-position:50% 40%}.hero-photo figcaption{top:16px;right:14px;font-size:9px;padding:8px 10px;gap:6px}.photo-caption-mark{font-size:16px}.photo-insight{bottom:28px;width:min(350px,86%);padding:19px 21px 17px;border-radius:14px}.photo-insight p{font-size:27px;margin:12px 0 16px}.photo-insight-channels{padding-top:10px;gap:5px}.photo-insight-channels>span{font-size:9px;padding:3px 7px}.hero-visual-signature{left:15px;font-size:7px;letter-spacing:.08em}.solution-photo{margin-bottom:25px}}
@media(max-width:450px){.hero-visual{padding-left:10px}.hero-photo{aspect-ratio:1 / 1.16;border-top-left-radius:82px}.hero-photo figcaption{top:13px;right:10px;font-size:8px;max-width:calc(100% - 35px)}.photo-insight{width:88%;padding:15px 17px 14px}.photo-insight-top{font-size:8px;letter-spacing:.09em;gap:7px}.photo-insight-top>img{width:22px;height:22px}.photo-insight p{font-size:23px;margin:11px 0 13px}.photo-insight-channels{gap:4px;padding-top:9px}.photo-insight-channels>span{font-size:8px;padding:2px 6px}.hero-visual-signature{left:10px;font-size:6px}.solution-photo{margin:-25px -25px 23px}.solution-card .solution-index{margin-bottom:13px}}
@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.button:hover{transform:none}}

/* Native links keep audience selection available without JavaScript. */
.language-switch a{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer}
