.ct-page{background:#ffffff;min-height:100vh;padding:7rem 0 5rem}.ct-header{margin-bottom:3rem}.ct-header__title{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;color:#0f2755;letter-spacing:-.03em;margin-bottom:.4rem}.ct-header__sub{font-size:.95rem;color:#94a3b8;margin:0}.ct-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}@media(max-width:768px){.ct-grid{grid-template-columns:1fr}}.ct-card{background:#fafbff;border:1px solid #eef2ff;border-radius:16px;padding:2rem}.ct-card__title{font-size:1rem;font-weight:700;color:#0f2755;margin-bottom:1.5rem}.ct-label{display:block;font-size:.8rem;font-weight:600;color:#475569;margin-bottom:.4rem;letter-spacing:.01em}.ct-input,.ct-textarea{width:100%;padding:.65rem .9rem;background:white;border:1px solid #e2e8f0;border-radius:10px;font-size:.9rem;color:#1e293b;transition:border-color .2s ease,box-shadow .2s ease;outline:none;font-family:inherit}.ct-input:focus,.ct-textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.ct-textarea{resize:vertical;min-height:130px}.ct-field{margin-bottom:1rem}.ct-btn{width:100%;padding:.7rem;background:#2563eb;color:white;border:none;border-radius:10px;font-size:.9rem;font-weight:700;cursor:pointer;transition:background .2s ease;margin-top:.5rem;font-family:inherit}.ct-btn:hover:not(:disabled){background:#1d4ed8}.ct-btn:disabled{opacity:.7;cursor:not-allowed}.ct-alert{margin-top:1rem;padding:.75rem 1rem;border-radius:10px;font-size:.85rem;font-weight:600}.ct-alert--success{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.ct-alert--error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.ct-info-list{display:flex;flex-direction:column;gap:.85rem;margin-bottom:1.5rem}.ct-info-item{gap:.85rem}.ct-info-icon,.ct-info-item{display:flex;align-items:center}.ct-info-icon{width:36px;height:36px;border-radius:9px;background:#eff6ff;color:#2563eb;justify-content:center;font-size:.85rem;flex-shrink:0}.ct-info-label{font-size:.75rem;color:#94a3b8;font-weight:600;display:block}.ct-info-value{font-size:.88rem;color:#1e293b;font-weight:600;text-decoration:none}a.ct-info-value:hover{color:#2563eb}.ct-map{border-radius:12px;overflow:hidden;border:1px solid #eef2ff;margin-top:.25rem}.ct-map iframe{display:block;width:100%;height:220px;border:0}