.ct-hero{background:#0c0e13;padding:4rem 0 3rem;border-bottom:1px solid rgba(255,255,255,.08)}.ct-hero-inner{max-width:1280px;margin:0 auto;padding:0 2rem}.ct-breadcrumb{list-style:none;margin:0 0 2rem;padding:0;display:flex;gap:.5rem;flex-wrap:wrap;font-size:.8125rem;color:rgba(255,255,255,.4)}.ct-breadcrumb li+li::before{content:"/";margin-right:.5rem;color:rgba(255,255,255,.2)}.ct-breadcrumb a{color:rgba(255,255,255,.55);text-decoration:none}.ct-breadcrumb a:hover{color:#fff}.ct-hero-title{font-size:clamp(1.75rem,3vw,2.75rem);font-weight:800;color:#fff;margin:0 0 .875rem;letter-spacing:-.02em;line-height:1.15}.ct-hero-sub{font-size:1.1rem;color:rgba(255,255,255,.65);margin:0}.ct-body{background:#f9fafb;padding:4rem 0}.ct-container{max-width:1280px;margin:0 auto;padding:0 2rem}.ct-grid{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:start}.ct-section-title{font-size:1.25rem;font-weight:700;color:#111827;margin:0 0 1.5rem}.ct-form-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem}.ct-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.ct-field{margin-bottom:1.25rem}.ct-field label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.375rem}.ct-field input,.ct-field select,.ct-field textarea{width:100%;padding:.625rem .875rem;font-size:.9375rem;font-family:inherit;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:0;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.ct-field input:focus,.ct-field select:focus,.ct-field textarea:focus{border-color:#ec3944;box-shadow:0 0 0 3px rgba(236,57,68,.1)}.ct-field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23666' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;padding-right:2.5rem;cursor:pointer}.ct-field textarea{resize:vertical;min-height:140px;line-height:1.6}.ct-submit{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;color:#fff;background:#ec3944;border:0;border-radius:8px;cursor:pointer;transition:background .15s,transform .15s;margin-top:.5rem}.ct-submit:hover{background:#d42f3a;transform:translateY(-1px)}.ct-submit:active{transform:none}.ct-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.ct-error,.ct-success{margin-top:1rem;padding:.875rem 1rem;border-radius:8px;font-size:.9375rem;font-weight:500}.ct-success{background:#f0fdf4;border:1px solid #86efac;color:#166534}.ct-error{background:#fef2f2;border:1px solid #fca5a5;color:#991b1b}.ct-info{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;position:sticky;top:5rem}.ct-info-item{display:flex;align-items:flex-start;gap:.875rem;margin-bottom:1.5rem}.ct-info-icon{width:36px;height:36px;background:#fff1f2;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#ec3944;flex-shrink:0}.ct-info-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;margin-bottom:.2rem}.ct-info-link{font-size:.9375rem;color:#ec3944;text-decoration:none;font-weight:500}.ct-info-link:hover{text-decoration:underline}.ct-response{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#6b7280;background:#f9fafb;border-radius:8px;padding:.75rem 1rem;margin-top:.5rem}.ct-response svg{flex-shrink:0;color:#ec3944}.ct-divider{border:0;border-top:1px solid #f3f4f6;margin:1.75rem 0}.ct-social-title{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;margin:0 0 1rem}.ct-social,.ct-socials{display:flex;gap:.625rem}.ct-socials{flex-direction:column}.ct-social{align-items:center;font-size:.9rem;font-weight:500;color:#374151;text-decoration:none;padding:.5rem .75rem;border-radius:8px;transition:background .15s,color .15s}.ct-social:hover{background:#f9fafb;color:#ec3944}@media (max-width:900px){.ct-grid{grid-template-columns:1fr}.ct-info{position:static}}@media (max-width:600px){.ct-row{grid-template-columns:1fr}.ct-form-wrap,.ct-info{padding:1.5rem}}