:root {
  --bg: #0a0a0f;
  --text: #e8e8ec;
  --muted: #8a8a9a;
  --accent: #c8a96e;
  --border: rgba(255, 255, 255, 0.08);
  --surface: #111118;
  --surface2: #16161f;
  --surface3: #1e1e2a;
}

.cwp-ct-hero{background:var(--bg);padding:8rem 2.5rem 5rem;text-align:center;position:relative;overflow:hidden}
.cwp-ct-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 70% at 50% 40%,rgba(200,169,110,.06) 0%,transparent 65%);pointer-events:none}
.cwp-ct-hero>*{position:relative;z-index:1}
.cwp-ct-hero .cwp-label{margin-bottom:1rem}
.cwp-ct-hero h1{font-family:'Bebas Neue',sans-serif;font-size:clamp(2.8rem,6vw,5rem);letter-spacing:.04em;line-height:1;color:var(--text);margin:0 0 1rem}
.cwp-ct-hero h1 span{background:linear-gradient(135deg,var(--accent),#e8d5a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.cwp-ct-hero p{font-size:1.05rem;color:var(--muted);max-width:580px;margin:0 auto;line-height:1.75}

.cwp-ct-section{padding:5rem 0}
.cwp-ct-section.alt{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.cwp-ct-section.bg{background:var(--bg)}
.cwp-ct-head{text-align:center;margin-bottom:3.5rem}
.cwp-ct-head .cwp-desc{margin:0 auto;text-align:center}

.cwp-ct-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;max-width:1280px;margin:0 auto;padding:0 2.5rem;align-items:start}
.cwp-ct-form-wrap{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2.5rem}
.cwp-ct-form-title{font-family:'Bebas Neue',sans-serif;font-size:1.5rem;letter-spacing:.04em;color:var(--text);margin-bottom:.5rem}
.cwp-ct-form-sub{font-size:.85rem;color:var(--muted);margin-bottom:2rem;line-height:1.6}
.cwp-ct-form .cwp-ct-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}
.cwp-ct-form label{display:block;font-size:.8rem;color:var(--muted);margin-bottom:.4rem;font-weight:500}
.cwp-ct-form input,.cwp-ct-form select,.cwp-ct-form textarea{width:100%;background:var(--surface2);border:1px solid var(--border);border-radius:8px;color:var(--text);padding:.75rem 1rem;font-family:'DM Sans',sans-serif;font-size:.88rem;transition:border-color .2s;outline:none}
.cwp-ct-form input:focus,.cwp-ct-form select:focus,.cwp-ct-form textarea:focus{border-color:var(--accent)}
.cwp-ct-form textarea{min-height:140px;resize:vertical}
.cwp-ct-form select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%238888aa' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}
.cwp-ct-form .cwp-ct-submit{margin-top:1.5rem}
.cwp-ct-form .cwp-ct-submit .cwp-btn{width:100%;justify-content:center;padding:.85rem;font-size:.95rem}
.cwp-ct-form .cwp-ct-note{font-size:.75rem;color:var(--muted);margin-top:1rem;line-height:1.6;text-align:center}

.cwp-ct-sidebar{display:flex;flex-direction:column;gap:1.5rem}
.cwp-ct-info-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.75rem;transition:border-color .25s}
.cwp-ct-info-card:hover{border-color:rgba(200,169,110,.25)}
.cwp-ct-info-icon{font-size:1.5rem;margin-bottom:.75rem;display:block}
.cwp-ct-info-title{font-family:'Bebas Neue',sans-serif;font-size:1.1rem;letter-spacing:.04em;color:var(--text);margin-bottom:.5rem}
.cwp-ct-info-text{font-size:.85rem;color:var(--muted);line-height:1.7}
.cwp-ct-info-text a{color:var(--accent);text-decoration:none;font-weight:500}
.cwp-ct-info-text a:hover{text-decoration:underline}
.cwp-ct-info-list{list-style:none;padding:0;margin:0}
.cwp-ct-info-list li{display:flex;align-items:center;gap:.6rem;padding:.4rem 0;font-size:.85rem;color:var(--muted)}
.cwp-ct-info-list li::before{content:'→';color:var(--accent);font-weight:700}
.cwp-ct-info-highlight{display:inline-flex;align-items:center;gap:.5rem;background:rgba(200,169,110,.08);border:1px solid rgba(200,169,110,.2);border-radius:8px;padding:.6rem 1rem;font-size:.85rem;color:var(--accent);font-weight:600;margin-top:.75rem}

.cwp-ct-faq{max-width:800px;margin:0 auto;padding:0 2.5rem}
.cwp-ct-faq-item{border-bottom:1px solid var(--border)}
.cwp-ct-faq-q{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 0;font-size:.9rem;color:var(--text);cursor:pointer;font-weight:500;transition:color .2s;user-select:none}
.cwp-ct-faq-q:hover{color:var(--accent)}
.cwp-ct-faq-arrow{width:28px;height:28px;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.9rem;color:var(--muted);flex-shrink:0;transition:all .25s;font-style:normal}
.cwp-ct-faq-item.open .cwp-ct-faq-arrow{background:rgba(200,169,110,.1);border-color:rgba(200,169,110,.3);color:var(--accent);transform:rotate(45deg)}
.cwp-ct-faq-a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}
.cwp-ct-faq-item.open .cwp-ct-faq-a{grid-template-rows:1fr}
.cwp-ct-faq-a-inner{overflow:hidden;font-size:.85rem;color:var(--muted);line-height:1.75;padding-bottom:0;transition:padding .3s ease}
.cwp-ct-faq-item.open .cwp-ct-faq-a-inner{padding-bottom:1.25rem}

.cwp-ct-trust{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;max-width:1280px;margin:0 auto;padding:0 2.5rem}
.cwp-ct-trust-item{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--muted)}
.cwp-ct-trust-item span:first-child{color:var(--accent);font-weight:700}

@media(max-width:900px){.cwp-ct-grid{grid-template-columns:1fr}.cwp-ct-form .cwp-ct-row{grid-template-columns:1fr}}
