:root{--white:#ffffff;--bg:#f5f5f7;--bg-2:#fbfbfd;--text:#1d1d1f;--text-2:rgb(89,89,92);--text-3:#646467;--border:#d2d2d7;--border-light:#e8e8ed;--blue:#0071e3;--blue-hover:#0077ed;--max:980px;--max-wide:1200px;--ease:cubic-bezier(0.25,0.1,0.25,1)}.cp{background:var(--bg-2);color:var(--text);-webkit-font-smoothing:antialiased}.cp *,.cp :after,.cp :before{box-sizing:border-box;margin:0;padding:0}.cp-hero{background:var(--bg);padding:120px 24px 80px;text-align:center;border-bottom:1px solid var(--border-light)}.cp-hero-label{display:inline-block;font-size:11px;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);border:1px solid rgba(0,113,227,.15);padding:5px 16px;border-radius:980px;margin-bottom:28px;background:rgba(0,113,227,.04)}.cp-hero-h1{font-size:clamp(44px,6vw,72px);font-weight:200;letter-spacing:-.03em;line-height:1;color:var(--text);margin-bottom:16px}.cp-hero-h1 strong{font-weight:600}.cp-hero-company{font-size:16px;font-weight:400;color:var(--text-2);margin-bottom:8px}.cp-hero-date{font-size:13px;font-weight:300;color:var(--text-3);letter-spacing:.02em}.cp-body-sec{background:var(--bg-2);padding:88px 24px 100px}.cp-body-inner{max-width:var(--max);margin:0 auto}.cp-section{border-top:1px solid var(--border-light);padding:40px 0}.cp-section:last-of-type{border-bottom:1px solid var(--border-light)}.cp-section-head{display:flex;align-items:baseline;gap:16px;margin-bottom:20px}.cp-section-num{font-size:16px;font-weight:400;color:var(--text-3);letter-spacing:.06em;flex-shrink:0;padding-top:2px}.cp-section-title{font-size:18px;font-weight:500;color:var(--text);letter-spacing:-.01em}.cp-section-body{padding-left:32px}.cp-section-body p{font-size:16px;font-weight:300;line-height:1.8;color:var(--text-2);margin-bottom:12px}.cp-section-body p:last-child{margin-bottom:0}.cp-section-body strong{font-weight:500;color:var(--text)}.cp-section-body ul{display:flex;flex-direction:column;gap:10px;padding:0;list-style:none}.cp-section-body ul li{font-size:16px;font-weight:300;line-height:1.75;color:var(--text-2);padding-left:18px;position:relative}.cp-section-body ul li:before{content:"";position:absolute;left:0;top:10px;width:4px;height:4px;border-radius:50%;background:var(--blue)}.cp-subsection{background:var(--bg);padding:24px;border-radius:12px;margin-bottom:16px}.cp-subsection-title{font-size:17px;font-weight:500;color:var(--text);margin-bottom:12px;letter-spacing:-.01em}.cp-subsection-content{font-size:15px;font-weight:300;line-height:1.75;color:var(--text-2)}.cp-subsection-content ul{margin-top:12px}.cp-table-wrap{overflow-x:auto;margin-top:16px}.cp-table{width:100%;border-collapse:collapse;background:var(--white);border-radius:12px;overflow:hidden}.cp-table thead{background:var(--bg)}.cp-table th{text-align:left;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--text-3)}.cp-table td,.cp-table th{padding:16px;border-bottom:1px solid var(--border-light)}.cp-table td{font-size:14px;font-weight:300;color:var(--text-2)}.cp-table tbody tr:last-child td{border-bottom:none}.cp-table tbody tr:hover{background:var(--bg-2)}.cp-contact{margin-top:56px;padding:36px 40px;background:var(--bg);border:1px solid var(--border-light);border-radius:16px;text-align:center}.cp-contact-title{font-size:16px;font-weight:500;color:var(--text);margin-bottom:20px;letter-spacing:-.01em}.cp-contact-rows{display:flex;flex-direction:column;gap:10px;align-items:center}.cp-contact-row{display:flex;align-items:baseline;gap:12px}.cp-contact-key{font-size:14px;font-weight:300;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3);min-width:80px;flex-shrink:0}.cp-contact-val{font-size:16px;font-weight:300;color:var(--text-2)}.cp-contact-val a{color:var(--blue);text-decoration:none}.cp-contact-val a:hover{text-decoration:underline}