.cp{width:100%;font-family:inherit;color:#1a1a1a;background:#fff}.cp_container{max-width:1100px;margin:0 auto;width:100%}.cp_label{display:block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:3px;color:#B92B58;margin-bottom:10px}.cp_label_light{color:rgba(255,255,255,.6)}.cp_hero{position:relative;min-height:75vh;display:flex;align-items:center;background-color:#111;background-size:cover;background-position:50%;background-repeat:no-repeat;overflow:hidden}.cp_hero_overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.88),rgba(0,0,0,.6))}.cp_hero_inner{position:relative;z-index:2;max-width:1100px;margin:0 auto;padding:120px 24px 64px;width:100%}.cp_breadcrumb{display:flex;align-items:center;gap:8px;font-size:.8rem;color:rgba(255,255,255,.5);margin-bottom:20px;flex-wrap:wrap}.cp_breadcrumb a{color:rgba(255,255,255,.7);text-decoration:none;transition:color .2s}.cp_breadcrumb a:hover{color:#B92B58}.cp_breadcrumb span{color:rgba(255,255,255,.35)}.cp_hero_badge{display:inline-flex;align-items:center;gap:8px;background:rgba(185,43,88,.15);border:1px solid rgba(185,43,88,.35);border-radius:30px;padding:6px 16px;font-size:.85rem;color:rgba(255,255,255,.85);margin-bottom:20px}.cp_hero_title{font-size:clamp(2rem,5vw,3.8rem);font-weight:800;color:#fff;line-height:1.1;margin:0 0 8px;max-width:800px}.cp_hero_subtitle{font-size:1rem;color:#B92B58;font-weight:600;letter-spacing:1px;margin-bottom:16px}.cp_hero_desc{font-size:clamp(1rem,1.4vw,1.15rem);color:rgba(255,255,255,.75);max-width:620px;line-height:1.7;margin-bottom:32px}.cp_hero_btns{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:28px}.cp_btn_primary{display:inline-block;background:linear-gradient(90deg,#B92B58,#6D3072);color:#fff;padding:13px 32px;border-radius:30px;font-weight:600;font-size:.95rem;text-decoration:none;transition:opacity .25s,transform .25s}.cp_btn_primary:hover{opacity:.88;transform:translateY(-2px);color:#fff}.cp_btn_outline{display:inline-block;border:1.5px solid rgba(255,255,255,.4);color:#fff;padding:13px 32px;border-radius:30px;font-weight:600;font-size:.95rem;text-decoration:none;transition:border-color .25s,background .25s}.cp_btn_outline:hover{border-color:#B92B58;background:rgba(185,43,88,.1);color:#fff}.cp_hero_stats{display:flex;flex-wrap:wrap;gap:20px;font-size:.85rem;color:rgba(255,255,255,.7)}.cp_intro{padding:70px 24px;background:#fff}.cp_intro_grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:start}.cp_intro_text h2{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:700;color:#1a1a1a;margin-bottom:16px}.cp_intro_text p{color:#555;line-height:1.85;font-size:1rem;margin-bottom:24px}.cp_tags{display:flex;flex-wrap:wrap;gap:10px}.cp_tags span{background:rgba(185,43,88,.08);color:#B92B58;border:1px solid rgba(185,43,88,.2);border-radius:20px;padding:5px 14px;font-size:.82rem;font-weight:600}.cp_snapshot{background:#f7f7f7;border-radius:16px;padding:32px;border:1px solid #eee}.cp_snapshot h3{font-size:1.1rem;font-weight:700;color:#1a1a1a;margin-bottom:20px}.cp_snapshot_rows{display:flex;flex-direction:column;gap:0}.cp_snapshot_row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #e5e5e5;font-size:.88rem}.cp_snapshot_row:last-child{border-bottom:none}.cp_snapshot_row span{color:#777}.cp_snapshot_row strong{color:#1a1a1a;text-align:right;max-width:55%}.cp_why{background:#1a1a1a;padding:70px 24px}.cp_why_grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px}.cp_why_title{font-size:clamp(1.3rem,2.2vw,1.8rem);font-weight:700;color:#fff;margin-bottom:28px}.cp_why_list{list-style:none;padding:0;display:flex;flex-direction:column;gap:14px}.cp_why_list li{display:flex;align-items:flex-start;gap:12px;color:#ccc;font-size:.95rem;line-height:1.6}.cp_why_list li svg{width:18px;height:18px;color:#B92B58;flex-shrink:0;margin-top:2px}.cp_market_text{color:#aaa;line-height:1.8;font-size:.95rem;margin-bottom:20px}.cp_market_box{background:#2a2a2a;border-radius:12px;padding:20px 24px;border:1px solid #333}.cp_market_box h4{color:#fff;font-size:.95rem;font-weight:600;margin-bottom:8px}.cp_market_box p{color:#999;font-size:.88rem;line-height:1.65}.cp_products{padding:70px 24px;background:#f7f7f7}.cp_products h2{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:700;color:#1a1a1a;margin-bottom:8px}.cp_products_sub{color:#666;font-size:.95rem;margin-bottom:36px}.cp_products_grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:16px;gap:16px}.cp_product_card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:20px 18px;text-decoration:none;display:flex;flex-direction:column;gap:4px;transition:border-color .25s,box-shadow .25s,transform .25s}.cp_product_card:hover{border-color:#B92B58;box-shadow:0 6px 20px rgba(185,43,88,.1);transform:translateY(-3px)}.cp_product_card strong{font-size:.92rem;font-weight:700;color:#1a1a1a}.cp_product_card span{font-size:.78rem;color:#888}.cp_faq{padding:70px 24px;background:#fff}.cp_faq_inner{max-width:860px;margin:0 auto}.cp_faq h2{font-size:clamp(1.3rem,2.2vw,1.8rem);font-weight:700;color:#1a1a1a;margin-bottom:36px}.cp_cta{background:linear-gradient(135deg,#B92B58,#6D3072);padding:70px 24px;text-align:center}.cp_cta h2{font-size:clamp(1.4rem,3vw,2rem);font-weight:700;color:#fff;margin-bottom:12px}.cp_cta p{color:rgba(255,255,255,.85);font-size:1rem;max-width:560px;margin:0 auto 28px;line-height:1.7}.cp_cta_btn{display:inline-block;background:#fff;color:#B92B58;padding:14px 40px;border-radius:30px;font-weight:700;font-size:1rem;text-decoration:none;transition:transform .25s,box-shadow .25s}.cp_cta_btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.2);color:#B92B58}.cp_other{padding:70px 24px;background:#f7f7f7}.cp_other h2{font-size:clamp(1.3rem,2.2vw,1.8rem);font-weight:700;color:#1a1a1a;margin-bottom:28px}.cp_other_grid{display:flex;flex-wrap:wrap;gap:12px}.cp_other_card{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e5e5e5;border-radius:30px;padding:10px 20px;text-decoration:none;color:#1a1a1a;font-size:.9rem;font-weight:600;transition:border-color .25s,background .25s,color .25s}.cp_other_card:hover{border-color:#B92B58;background:rgba(185,43,88,.06);color:#B92B58}.cp_other_flag{font-size:1.2rem}@media (max-width:768px){.cp_hero{min-height:60vh}.cp_hero_inner{padding:100px 18px 50px}.cp_intro_grid,.cp_why_grid{grid-template-columns:1fr;gap:36px}.cp_cta,.cp_faq,.cp_intro,.cp_other,.cp_products,.cp_why{padding:50px 18px}.cp_hero_stats{gap:12px;font-size:.8rem}}